eMoflon headless utilities
Go to file
2022-05-20 15:35:54 +02:00
org.emoflon.headless.updatesite Cleanup + adaptations for the ant configuration file 2022-05-20 15:11:32 +02:00
org.emoflon.jar.build Updates JDK from 16 to 17 (to fix the incomplete JAR builds) 2022-05-20 14:49:38 +02:00
org.emoflon.jar.feature added plugin to feature (oops) 2022-02-10 16:27:01 +01:00
org.emoflon.site.build Updates JDK from 16 to 17 (to fix the incomplete JAR builds) 2022-05-20 14:49:38 +02:00
org.emoflon.site.feature Removes dependency versions + removes exported 3rd party plugins 2022-05-10 13:31:48 +02:00
build.sh Adds build script + README.md + LICENSE 2022-05-20 15:35:54 +02:00
LICENSE Adds build script + README.md + LICENSE 2022-05-20 15:35:54 +02:00
README.md Adds build script + README.md + LICENSE 2022-05-20 15:35:54 +02:00

eMoflon-headless

eMoflon headless utilities. Currently, there are two headless applications implemented.

SiteXMLBuilder

Can be used to trigger the Build All... functionality of an Eclipse updatesite.

./eclipse -noSplash -consoleLog -application org.emoflon.site.build.SiteXMLBuilder -data /my/path/to/workspace -project my.project.name

JarAntBuilderApp

Can be used to export a runnable ant configuration file to build a "fat jar" from an Eclipse workspace

./eclipse -noSplash -consoleLog -application org.emoflon.jar.build.JarAntBuilderApp -data /my/path/to/workspace -project my.project.name -launchPath RunnerRunner.launch -jarPath myJar.jar -antPath myAnt.xml