Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] eclipse.buildScript and PDE Tools > Create Ant Build File produce different scripts a feature

PDE Tools > Create Ant Build File for a feature generates a build.xml
file in the feature directory

eclipse.buildSript creates the assemble* and package* build files in
the "root" of the eclipse product (i.e. "..\.." from the feature
directory)

This is under Eclipse 3.2.2 (I haven't tried for anything else).

Anyone know what PDE Tools > Create Ant Build File actually runs?
(How do I work this out easily)
And can I then invoke this via an ant script correctly?

Cheers
Barrie


Back to the top