Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Running Integration tests in PDE, unable to find the Ant Tasks

On 3/13/07, Andrew Niefer <aniefer@xxxxxxxxxx> wrote:

Barrie,
The workspace is building the classfiles for that jar, they are in bin_ant, but because the lib/pdebuild-ant.jar is being loaded by the ant classloaders, the normal self hosting mechanism won't find the classfiles.  The pde.build project is not currently setup to build that jar during a normal workspace build.
I normally build the jar by right-clicking on the manifest.mf -> PDE Tools -> Create Ant Build File.  Then right-click on the generated build.xml file and Run As -> Ant Build.  That could probably be automated by adding an ant builder to the project.

I just tried this and "Create Ant Build" on both the META-INF/MANIFEST.MF and plugin.xml file do not create a build.xml file.

I checked out a fresh R3_2_2 version of PDE and tried this.

Back to the top