User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
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:
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?