PDA

View Full Version : Command Line Build (Mac OS X)



Yves Kreis
12-30-2008, 06:29 AM
Did anyone try the command line build (using terminal) on Mac OS X?

Best Regards,
Yves

ivenkata
01-13-2009, 02:14 AM
Hi Buddy

Please Navigate to the Installed location of the InstallAnywhere from the terminal and execute the below command pointing to your Project created.

./build.command /$IA_PROJECT_DIR$/New.iap_xml

The following "New.iap.xml" is the Project file which is created by the user....This will successfully build your Project from the Command line on Mac X OS.:) :) ;)

Yves Kreis
01-13-2009, 05:16 AM
I ommitted the /$IA_PROJECT_DIR$ as I was in that folder already (and because it is neither specified in the help or the error message). This caused the trouble.

Best Regards,
Yves