Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] creating the exe from a headless build

I am attempting to use build a rcp application from an headless build ant script from Eclipse.  I have my own .product file that I use to create an exe file from the UI and that work just fine.  When I attempt to use this same .product file from the headless build it will create everything else but the .exe file.  I don’t see any errors in the massive amounts of output when I run the ant script.  I don’t see any options to turn on or off this creation of the .exe file in the build.properties file as well.  I am using eclipse 3.2 at the time and wondering if there is something I need to explicitly set in the build.properties file to create the .exe file.  I don’t see anything in the documentation.  Thanks.

 

 

 

 


Back to the top