Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Build Eclipse Project


I'm not aware of any reason why you couldn't run the PDE build scripts from eclipse.  You should be able to run it as an ant build, I do it all the time for debuging by running the org.eclipse.ant.core.antRunner application.

Although there is a memory leak somewhere with ant: https://bugs.eclipse.org/bugs/show_bug.cgi?id=130545.

-Andrew



"Hugo Garcia" <hugo.a.garcia@xxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

06/21/2006 03:08 PM

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

To
pde-build-dev@xxxxxxxxxxx
cc
Subject
[pde-build-dev] Build Eclipse Project





Hi

First of all, thank you for the build docs
[ https://bugs.eclipse.org/bugs/show_bug.cgi?id=133280 ]

I am looking into the posibility of defining a new IProject instead of
a wizard for setting up the basic structure for doing a build (RCP). I
know at one point I ran into some document somewhere stating that the
PDE build scripts could only be called from command line because of X
bug. Does anyone recall what bug # that is?

thanks

-H
_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top