-
Notifications
You must be signed in to change notification settings - Fork 13
Build the CCT from GitHub
Note: These instructions are applicable to Windows environments.
- Remove all environment variables:
JAVA_HOME
,JAVA_BIN
,JAVA_LIB
. - Install the latest Java Runtime. Note where it's installed (probably
C:\Program Files\Java\jre*
orC:\Program Files\Java\jdk*
on Windows). - Check your
PATH
variable and clean out any old Java remnants and ensure that it includes the new Java version'sbin
directory. - Set your
JAVA_HOME
to the new JDK installation directory. Add aJAVA_BIN
set to%JAVA_HOME%\bin
andJAVA_HOME
set to%JAVA_HOME%\lib
. - Get a command window and test with
javac -version
andjava -version
.
- Install Cygwin from
https://cygwin.com
.
- Install Git from
https://github.com/git-for-windows/git/releases/download/v2.21.0.windows.1/Git-2.21.0-64-bit.exe
. - Ensure that the directory containing git.exe is in your PATH environment
- To test, open a command window and type
git version
. - This optional because the Buildship plugin in Eclipse will sometimes "lose" things, and the command line
git
is more reliable. - Now, do this:
cd $HOME #(or cd %HOME%)
mkdir -p ~/git/ #or whatever you do in DOS to achieve the same effect
cd git
- Make sure that you've set up Git to globally store your username and password:
git config --global user.name *your-username*
git config --global user.email *your-email*
- The first time you try to clone or push anything, you'll be asked for a password. Paste in your personal access token from GitHub for the box you are working from.
git clone https://github.com/GSA/piv-conformance.git piv-conformance
cd piv-conformance
sh doit.sh
- If you don't have Cygwin, simply execute the
gradlew
commands indoit.sh
in the same order.
- Download JetBrains' IntelliJ IDEA
- Start IDEA
- Click the Get from VCS button to start the process of importing the project from GitHub
- Select the Repository URL option and enter https://github.com/GSA/piv-conformance.git and choose a local directory in which to clone the remote repo.
- Click the Clone button.
- After a few moments, the README.md file is rendered.
- Select the *Project Files" view from the navigation pane.
- Beneath the Project Files drop down, is a group of folder icons, including cardlib, conformancelib, and tools.
- Expand the cardlib folder and select build.gradle.
- Right-click and select *Import Gradle Project" from the context menu.
- Repeat for conformancelib and tools\85b-swing-gui.
- Because IDEA uses pre-built jar files to view source code, it's necessary to run a build using the command line for the debuggger to properly track source lines.
- Run ./doit.sh -notest from the command line.
- After the build completes, IDEA will detect that the .jar file has been updated and will reload all of the project files from disk.
- Download the Eclipse desktop for Java (version 2020-03 for Win 64 is fine)
- Accept all licenses during installation and take all defaults.
- Accept the default workspace (probably eclipse-workspace) when you load it.
- Now, if you installed Git and pulled in a clone of the repo, you can import the project from Git by selecting your
~/git/piv-conformance
directory (or folder). - If you didn't, then you give up some autonomy as to where your repos will be created. On my system, I want my Git repos to live in
Documents/GitRepos
so that I can just back up Documents and not have to hunt all over the system for places that need to be backed up. Eclipse will usually allow you to override it, but if you don't watch what you're doing, it'll want to put it in theeclipse-workspace
directory. If you are okay with that, then continue forward. - Once you dismiss the Eclipse welcome tab the empty Eclipse appears.
- Select Import project and Git -> Projects from Git
- Again, if you've got your repo already cloned, then choose existing local repository.
- If not, then choose Clone URI and if you've got the URI above in your clipboard, it'll fill in the dialog box except for your GitHub credentials. Because this is a GSA account, you won't be able to push anything but you may create pull requests.
- Leave all of the defaults and provide your GitHub username and personal access token for your dev box to Eclipse (Egit plugin) and it will offer to store it. You are best advised to take Eclipse up on that offer, or you'll be forever changing your personal access tokens.
- If you've done everything right, you'll see some 10-11 branches. De-select all but
swing
andswing-gui-devel
. - After clicking Next, you'll be offered to choose
swing
as the default branch. Chooseswing-gui-devel
instead. - Clicking Next will clone the repo to wherever you specified on the previous screen.
- At this point, you don't have any Eclipse projects. You've made Eclipse aware of a repo and that's all.
- Now, you should be able to import the existing Eclipse projects. There are actually 4, but only 3 show up temporarily.
- Choose them all. Also, select Add project to working sets and create a new working set called
piv-conformance
and add the projects to that working set. - You'll see a lot of red X decorators because your local environment hasn't been pulled into Eclipse. We'll get to that in a moment.
- From the Outline window, select Import -> General -> Projects from Folder or Archive and click Next.
- Click Directory and choose
conformancelib
and Open. - You'll see the conformancelib project greyed out. Click Finish. You now have all 4 projects in Eclipse.
- Drop to the command window and ensure you are in the
piv-conformance
directory (or folder). - Now, if you have Cygwin, you can just type
sh doit.sh
and everything will be pulled in and built for you. - If not, then look at
doit.sh
and type the commands in the same order, skipping theendsuredeps.sh
command, as there is no Windows command line equivalent. Things will still work. - You will see output like this:
C:\Users\Developer\git\piv-conformance>cd cardlib
C:\Users\Developer\git\piv-conformance\cardlib>gradlew clean
Starting a Gradle Daemon (subsequent builds will be faster)
> Configure project :
target java version: 11
source java version: 11
Runtime dependencies:
BUILD SUCCESSFUL in 8s
1 actionable task: 1 executed
C:\Users\Developer\git\piv-conformance\cardlib>gradlew eclipse
> Configure project :
target java version: 11
source java version: 11
Runtime dependencies:
BUILD SUCCESSFUL in 2s
3 actionable tasks: 3 executed
C:\Users\Developer\git\piv-conformance\cardlib>gradlew install
> Configure project :
target java version: 11
source java version: 11
Runtime dependencies:
> Task :compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :jar
C:\Users\Developer\.gradle\caches\modules-2\files-2.1\org.bouncycastle\bcpkix-jdk15on\1.59\9cef0aab8a4bb849a8476c058ce3ff302aba3fff\bcpkix-jdk15on-1.59.jar
C:\Users\Developer\.gradle\caches\modules-2\files-2.1\org.bouncycastle\bcprov-jdk15on\1.59\2507204241ab450456bdb8e8c0a8f986e418bd99\bcprov-jdk15on-1.59.jar
C:\Users\Developer\.gradle\caches\modules-2\files-2.1\commons-cli\commons-cli\1.4\c51c00206bb913cd8612b24abd9fa98ae89719b1\commons-cli-1.4.jar
C:\Users\Developer\.gradle\caches\modules-2\files-2.1\commons-codec\commons-codec\1.11\3acb4705652e16236558f0f4f2192cc33c3bd189\commons-codec-1.11.jar
C:\Users\Developer\.gradle\caches\modules-2\files-2.1\com.payneteasy\ber-tlv\1.0-8\51705ef33704586936446d96768bfee6849db00a\ber-tlv-1.0-8.jar
C:\Users\Developer\.gradle\caches\modules-2\files-2.1\ch.qos.logback\logback-classic\1.3.0-alpha4\2cd967bc8fbd5e5ebbb93abd0b254b1eaf90e471\logback-classic-1.3.0-alpha4.jar
C:\Users\Developer\.gradle\caches\modules-2\files-2.1\org.slf4j\slf4j-api\1.8.0-beta4\83b0359d847ee053d745be7ec0d8e9e8a44304b4\slf4j-api-1.8.0-beta4.jar
C:\Users\Developer\.gradle\caches\modules-2\files-2.1\org.xerial\sqlite-jdbc\3.21.0.1\81a0bcda2f100dc91dc402554f60ed2f696cded5\sqlite-jdbc-3.21.0.1.jar
C:\Users\Developer\.gradle\caches\modules-2\files-2.1\junit\junit\4.11\4e031bb61df09069aeb2bffb4019e7a5034a4ee0\junit-4.11.jar
C:\Users\Developer\.gradle\caches\modules-2\files-2.1\ch.qos.logback\logback-core\1.3.0-alpha4\3ec023a0068a02e5d4697fce3435562348d3d478\logback-core-1.3.0-alpha4.jar
C:\Users\Developer\.gradle\caches\modules-2\files-2.1\com.sun.mail\javax.mail\1.6.0\a055c648842c4954c1f7db7254f45d9ad565e278\javax.mail-1.6.0.jar
C:\Users\Developer\.gradle\caches\modules-2\files-2.1\org.hamcrest\hamcrest-core\1.3\42a25dc3219429f0e5d060061f71acb49bf010a0\hamcrest-core-1.3.jar
C:\Users\Developer\.gradle\caches\modules-2\files-2.1\javax.activation\activation\1.1\e6cb541461c2834bdea3eb920f1884d1eb508b50\activation-1.1.jar
BUILD SUCCESSFUL in 5s
6 actionable tasks: 6 executed
C:\Users\Developer\git\piv-conformance\cardlib>cd ..\conformancelib
C:\Users\Developer\git\piv-conformance\conformancelib>gradlew clean
BUILD SUCCESSFUL in 1s
1 actionable task: 1 executed
C:\Users\Developer\git\piv-conformance\conformancelib>gradlew eclipse
BUILD SUCCESSFUL in 1s
3 actionable tasks: 3 executed
C:\Users\Developer\git\piv-conformance\conformancelib>gradlew shadowJar
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 8s
3 actionable tasks: 3 executed
C:\Users\Developer\git\piv-conformance\conformancelib>cd ../tools/85b-swing-gui
C:\Users\Developer\git\piv-conformance\tools\85b-swing-gui>gradlew clean
BUILD SUCCESSFUL in 2s
1 actionable task: 1 executed
C:\Users\Developer\git\piv-conformance\tools\85b-swing-gui>gradlew eclipse
BUILD SUCCESSFUL in 1s
3 actionable tasks: 3 executed
C:\Users\Developer\git\piv-conformance\tools\85b-swing-gui>gradlew shadowJar
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 6s
3 actionable tasks: 3 executed
C:\Users\Developer\git\piv-conformance\tools\85b-swing-gui>
- Now, you tell Eclipse to import the Gradle configuration.
- In this order:
cardlib
, then85b-swing-gui
, select the project from the explorer, right-click and select Gradle -> Refresh Gradle project. You'll see the red decorators go away. - For
conformancelib
, right-click and select Configure -> Add Gradle Nature. - Now, right-click on the
conformancelib
project and you'll find the Gradle option. Take it. - Now, all red decorators will be gone, and the project has already been built.
- The executable
.jar
file is in./conformancelib/build/libs/conformancelib-all.jar
. It's executable in any environment except perhaps your phone or watch. - More importantly, you can start to play with the code.
- First, from a separate window, copy the file,
85b_test_definitions_PIV_ICAM_Test_Cards.db
, from the./docs/coverage-testing
to the./tools/85b-swing-gui
directory. - Select the Debug configuration drop down and add a new Debug configuration.
- Call it
GuiRunnerApplication
. - Select the
class gov.gsa.pivconformancegui.GuiRunnerApplication
as the main class. - Your choice whether to stop in main.
- Select Arguments. Enter
--config 85b_test_definitions_PIV_ICAM_Test_Cards.db
. - Apply and start hacking around in the code.
To edit or create an edited copy of a profile, you'll need access to Python which is currently used to convert Excel workbooks to SQL INSERT statements. We then use sqlite3 to insert those statements into a sqlite3 database.
Python 3.x or better is a requirement. If you are using Cygwin, you must install and download the Windows version of Python and perform all Python activities from the Windows CMD prompt. Don't try "CMD /c" from Cygwin. It doesn't work.
Scripts for both Windows (mk_db.bat) and Linux/MAC OS X (mk_db.sh) will convert the existing workbooks in ./conformancelib/testdata to sqlite3 .db files with the necessary prerequisites installed. Linux and Mac users should be sure that "python" is linked to a Python3 or greater executable.
For Windows users, if you've never run this before:
cd conformancelib\testdata
C:\testdata>mk_db.bat
Collecting pip
Using cached https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl
Installing collected packages: pip
Found existing installation: pip 19.0.3
Uninstalling pip-19.0.3:
Successfully uninstalled pip-19.0.3
Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\\Temp\\pip-uninstall-s3bq9dyu\\pip.exe'
Consider using the `--user` option or check the permissions.
Collecting xlrd
Using cached https://files.pythonhosted.org/packages/b0/16/63576a1a001752e34bf8ea62e367997530dc553b689356b9879339cf45a4/xlrd-1.2.0-py2.py3-none-any.whl
Installing collected packages: xlrd
Successfully installed xlrd-1.2.0
Collecting xlwt
Using cached https://files.pythonhosted.org/packages/44/48/def306413b25c3d01753603b1a222a011b8621aed27cd7f89cbc27e6b0f4/xlwt-1.3.0-py2.py3-none-any.whl
Installing collected packages: xlwt
Successfully installed xlwt-1.3.0
Collecting xlsxwriter
Downloading https://files.pythonhosted.org/packages/3f/1c/d6d90eb4e94b32b8558296ef197445fb1faca71d747e28ee3ef56f2cfac2/XlsxWriter-1.1.8-py2.py3-none-any.whl (139kB)
|████████████████████████████████| 143kB 731kB/s
Installing collected packages: xlsxwriter
Successfully installed xlsxwriter-1.1.8
(venv-xlrd) C:\testdata>
Note that the script bails out, but apparently enough is installed so that re-running the command:
C:\testdata>mk_db.bat
Collecting pip
Using cached https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl
Installing collected packages: pip
Found existing installation: pip 19.0.3
Uninstalling pip-19.0.3:
Successfully uninstalled pip-19.0.3
Could not install packages due to an EnvironmentError: [WinError 5] Access is denied: 'C:\\Temp\\pip-uninstall-s3bq9dyu\\pip.exe'
Consider using the `--user` option or check the permissions.
Collecting xlrd
Using cached https://files.pythonhosted.org/packages/b0/16/63576a1a001752e34bf8ea62e367997530dc553b689356b9879339cf45a4/xlrd-1.2.0-py2.py3-none-any.whl
Installing collected packages: xlrd
Successfully installed xlrd-1.2.0
Collecting xlwt
Using cached https://files.pythonhosted.org/packages/44/48/def306413b25c3d01753603b1a222a011b8621aed27cd7f89cbc27e6b0f4/xlwt-1.3.0-py2.py3-none-any.whl
Installing collected packages: xlwt
Successfully installed xlwt-1.3.0
Collecting xlsxwriter
Downloading https://files.pythonhosted.org/packages/3f/1c/d6d90eb4e94b32b8558296ef197445fb1faca71d747e28ee3ef56f2cfac2/XlsxWriter-1.1.8-py2.py3-none-any.whl (139kB)
|████████████████████████████████| 143kB 731kB/s
Installing collected packages: xlsxwriter
Successfully installed xlsxwriter-1.1.8
(venv-xlrd) C:\testdata>mk_db.bat
"Processing 85b_test_definitions_PIV_ICAM_Test_Cards.xlsx"
1 file(s) copied.
"Processing 85b_test_definitions_PIV-I_ICAM_Test_Cards.xlsx"
1 file(s) copied.
"Processing 85b_test_definitions_PIV_Production_Cards.xlsx"
1 file(s) copied.
"Processing 85b_test_definitions_PIV-I_Production_Cards.xlsx"
1 file(s) copied.
(venv-xlrd) C:\testdata>
For Linux users, if you've never run this before:
cd conformancelib/testdata
$ sh mk_db.sh
Collecting pip
Downloading https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl (1.4MB)
100% |################################| 1.4MB 11.7MB/s
Installing collected packages: pip
Found existing installation: pip 10.0.1
Uninstalling pip-10.0.1:
Successfully uninstalled pip-10.0.1
Successfully installed pip-19.1.1
Collecting xlrd
Using cached https://files.pythonhosted.org/packages/b0/16/63576a1a001752e34bf8ea62e367997530dc553b689356b9879339cf45a4/xlrd-1.2.0-py2.py3-none-any.whl
Installing collected packages: xlrd
Successfully installed xlrd-1.2.0
Collecting xlwt
Using cached https://files.pythonhosted.org/packages/44/48/def306413b25c3d01753603b1a222a011b8621aed27cd7f89cbc27e6b0f4/xlwt-1.3.0-py2.py3-none-any.whl
Installing collected packages: xlwt
Successfully installed xlwt-1.3.0
Collecting xlsxwriter
Downloading https://files.pythonhosted.org/packages/3f/1c/d6d90eb4e94b32b8558296ef197445fb1faca71d747e28ee3ef56f2cfac2/XlsxWriter-1.1.8-py2.py3-none-any.whl (139kB)
|################################| 143kB 1.1MB/s
Installing collected packages: xlsxwriter
Successfully installed xlsxwriter-1.1.8
Once you've run it before, it looks more like this:
$ !sh
sh mk_db.sh
Requirement already up-to-date: pip in ./venv-xlrd/lib/python3.6/site-packages (19.1.1)
Requirement already satisfied: xlrd in ./venv-xlrd/lib/python3.6/site-packages (1.2.0)
Requirement already satisfied: xlwt in ./venv-xlrd/lib/python3.6/site-packages (1.3.0)
Requirement already satisfied: xlsxwriter in ./venv-xlrd/lib/python3.6/site-packages (1.1.8)
Processing 85b_test_definitions_PIV_ICAM_Test_Cards...
Processing 85b_test_definitions_PIV-I_ICAM_Test_Cards...
Processing 85b_test_definitions_PIV_Production_Cards...
Processing 85b_test_definitions_PIV-I_Production_Cards...
This wiki is a work in progress. If you'd like to contribute to this wiki or provide feedback, please submit an issue.