score:0

you can find information on headless ant builds in chapter 23 of the rational application developer v7 programming guide rebook. there's more documentation in the ibm rational application developer version 7.0.0.x information center (which you should also be able to find in the help).

score:0

there are a number of projects already using tycho to build eclipse components using maven:

there is a somewhat dated tutorial for tycho here: http://www.sonatype.com/people/2008/11/building-eclipse-plugins-with-maven-tycho/

for more information about the tycho development effort: http://www.sonatype.com/people/2009/03/the-future-of-maven-osgi-join-the-tycho-users-mailing-list/

score:0

based off the answer in build eclipse java project from command line. you can do the following

"%rad_install%\jdk\jre\bin\java.exe" -dwtp.autotest.noninteractive=true -cp "%rad_install%\startup.jar" org.eclipse.core.launcher.main  -application org.eclipse.jdt.apt.core.aptbuild  -data "%workspace%"

where you configure the variables %rad_install% to your instance of rad and %workspace% to the workspace which houses the projects you want to biuld.

score:2

you need to look into "headless mode". that's basically running the ide to perform its work without the ide showing up.

i don't have any direct experience but one of the teams in our lab used rad in headless mode to automate builds for an eclipse/system-z interface.


Related Query

More Query from same tag