cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
santhosh_kumar
Level 3

How will you build the project created using Project automation API?

What is the command for building the project which is created using project automation api - com.zerog.ia.auto.project.*;


thanks,
santhosh.
Labels (1)
0 Kudos
(1) Reply
santhosh_kumar
Level 3

Got how to build the project using in the java code itself ... we can make use of build.exe in the installeranywhere directory to do that..

eg.

Process p = Runtime.getRuntime().exec("C:/Program Files/InstallAnywhere 2009 Enterprise/build.exe D:/My_Product/Project/Project/JavaGenerated/Java_Orange.iap_xml");

thanks,
santhosh
0 Kudos