How to build Udig from Ant Script through command prompt

2 messages Options
Embed this post
Permalink
Rahul... हम पंछी उन्मुक्त गगन के

How to build Udig from Ant Script through command prompt

Reply Threaded More More options
Print post
Permalink
Hi All,
I have downloaded the source of udig from SVN and now I want to create an ant script which will help me in generating the Udig SDK from the command prompt. Can anyone tell me how can I do this?

--
Thanks,
Rahul

_______________________________________________
udig-users mailing list
[hidden email]
http://lists.refractions.net/mailman/listinfo/udig-users
Jody Garnett-2

Re: How to build Udig from Ant Script through command prompt

Reply Threaded More More options
Print post
Permalink
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
_______________________________________________
udig-users mailing list
[hidden email]
http://lists.refractions.net/mailman/listinfo/udig-users