|
Re: Plugin export copies whole windows environment [message #510937 is a reply to message #510797] |
Fri, 29 January 2010 04:03  |
Dagmar Buggle Messages: 7 Registered: October 2009 Location: Meckenbeuren |
Junior Member |

|
|
Hi,
the problem was not dependent from os or so, it was just a mistake in the build configuration. I had the following lines in my build.properties:
source.. = src/,\
META-INF/spring/
and eclipse showed me a warning there. Quick fix changed this to:
source.. = src/,\
META-INF/spring/,\
/
and this caused the build to copy the entire volume, which comes clear, if you take a closer look to the added line! So: Silly mistake, but costs me a lot of time searching. Be careful with quick fix.....
Regards,
Dagmar
|
|
|
Powered by
FUDForum. Page generated in 0.01473 seconds