-
Notifications
You must be signed in to change notification settings - Fork 1
Build instructions
Get the source code (via Git)
Create a new folder in your file system and navigate into via terminal. Type:
git clone https://github.com/fapsi/JTIG.git
###Building the project (via Maven)
-
Installing 3rd party JARs into local maven repository
There are actually two "third-party-JAR" (morphadorner,jgraphx), which arn't available as most recent versions in the global Maven repository. To add them into your local repository, you have to download the latest releases and run the following commands.
For morphadorner:
mvn install:install-file -Dfile=lib/morphadorner.jar -DgroupId=edu.northwestern.at
-DartifactId=Morphadorner -Dversion=2.0 -Dpackaging=jar
For jgraphx:
mvn install:install-file -Dfile=lib/jgraphx.jar -DgroupId=org.tinyjee.jgraphx
-DartifactId=jgraphx -Dversion=[actversion] -Dpackaging=jar
See Also: Maven HowTo -
Build JAR package
Run:
mvn package
Maven generates automatically a JAR-file with the information in the pom.xml.
###Building the project (via Eclipse)
-
Import project in Eclipse
Requires Maven-plugin for Eclipse.
Navigate toFile->Import...
SelectMaven->Existing Maven Projects. PressNext >.
Select JTIG-source Folder and check thepom.xml-file. PressFinish.
The project is now imported into your eclipse. Make sure that all maven dependencys are imported (Step 1).
- Documentation
- Getting started
- Build instructions
- Java-Doc
- Download
- Latest Release
- Implementation
- General