Skip to main content

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


Make sure that the set of plugins you are building against contains the RCP delta pack.

PaScaL


"Brian Doyle" <brian.doyle@xxxxxxxxxx>
Sent by: pde-dev-bounces@xxxxxxxxxxx

03/13/2007 12:02 PM

Please respond to
"Eclipse PDE general developers list." <pde-dev@xxxxxxxxxxx>

To
<pde-dev@xxxxxxxxxxx>
cc
Subject
[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.
 
 
 
 _______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev


Back to the top