Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] How to build Udig from Ant Script through command prompt

udig uses the eclipse builder; you can call it from the command line
or an ant script (as if often done for people setting up nightly
builds). For more information please review the eclipse help menu.
 Examples:
- http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.pde.doc.user/tasks/pde_feature_generating_antcommandline.htm
- http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.pde.doc.user/tasks/pde_feature_build.htm
- http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.jdt.doc.isv/guide/jdt_apt_building_with_apt.htm

They provide the following example:

java -jar <eclipseInstall>/plugins/org.eclipse.equinox.launcher_<version>.jar
-application org.eclipse.ant.core.antRunner -buildfile
<<eclipseInstall>/plugins/org.eclipse.pde.build_<version>/scripts/build.xml>
-Dbuilder=<path to the build configuration folder>

(I always check the help menu since it seems to be the best way to
find documentation on the version of eclipse I am using at the time)

Jody


Back to the top