|
Help request: Eclipse PDE Export problem -
04-16-2008, 08:36 AM
Hi,
I'm relatively new to building Eclipse plug-ins and I have run into a problem I can't solve myself. I have created a plugin project using the wizard and it's working pretty well, but I moved the source code tree to another place to satisfy our in-house SCM. After I did this I linked the source using:
Right click -> Build path -> Link source, and I name the linked folder "src".
I get no compile errors with this setup, and I can run the eclipse plugin in a new eclipse instance without any trouble, but when I try to export the plug-in I get an error:
Error
Reason: Problems during export
Details:
...\build.xml:102: srcdir "........workspace/src" does not exist!
I have tried playing with the values in the Build Configuration tab of the plugin.xml, and also editing the raw build.properties files but without luck.
Does anyone have any suggestions for what I might try to do to fix this?
I don't really understand why it should be that I can run the plugin in an instance of eclipse but not export the plugin (I guess they use the same method for creating the plugin?).
OS: Win XP sp 3
Eclipse version: 3.3.0
Any help is greaty appreciated!
Regards,
Mike
|