java | Run a Java VM outside of Eclipse. |
-jar <equinox launcher> | The exact file name of the equinox launcher for your installation of Eclipse. This must be an instance of Eclipse with AgileJ StructureViews installed. Example: /Users/validation/eclipse/plugins/org.eclipse.equinox.launcher_1.3.0.v20130125-144918.jar |
-application batch.generation | Tell Eclipse to run the AgileJ batch generator. |
-data <workspace> | Absolute path to the workspace on your file system. Example: /Users/validation/workspace |
-ajb <path to .abj file> | The path to the .ajb file relative to the workspace root. Example: myproject/batch/batch.ajb |
-preserve | Include this argument if you want existing diagram files in batch/war/data/diagrams to be included in this batch and not be deleted. |
-vmargs | Tell Eclipse to pass further arguments to the Java VM. |
-Xmx1G | Increase the Java heap as needed to run the batch. May vary by the size and complexity of the Java projects in the workspace. |
-XstartOnFirstThread | Required for Mac OS X only. |
java -jar /Users/validation/eclipse/plugins/org.eclipse.equinox.launcher_1.3.0.v20130125-144918.jar -application batch.generation -data /Users/validation/workspace -ajb MyProject/batch/batch.ajb -preserve -vmargs -Xmx1G -XstartOnFirstThread
Copyright © AgileJ Ltd. All rights reserved.