Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Unable to find plug-in

Hi Vasant,

Thanks for the help! I've managed to get past that error now (I had to specify which eclipse to build against in the build.properties)

However now I'm having problems with the directory structure. I run this command from within the eclipse/plugins/org.eclipse.pde.build_3.1.0/scripts folder:

java -jar c:\eclipse\startup.jar -application org.eclipse.ant.core.antRunner -Dbuilder=c:\myworkspace\myproject\runtime

The build runs as far as the 'children' target and fails with this exception: java.io.FileNotFoundException: build\tmp\collectingFolder\features\my_feature_1.0.0\feature.xml (The system cannot find the path specified)

That path is actually inside my features folder so if I copy it out the the build folder the build goes a little further. Next time it gets to the rootFiles*_*_* target and complains that it can't find the plugin folder in tmp I copy that from the build/plugins/myplugin/build/tmp folder out to build/build/tmp and the build works!

So I'm almost there but I'm still a little bit lost on the directory structure. I wonder if I'm running the build in the correct manner?

Thanks for your help!


Back to the top