| Summary: | PDE export ignores exluded sources | ||
|---|---|---|---|
| Product: | [Eclipse Project] PDE | Reporter: | Daniel Krügler <daniel.kruegler> |
| Component: | Build | Assignee: | pde-build-inbox <pde-build-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.1.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Daniel Krügler
Closing as a dup of 105631. However note that if the files you need to exclude from the build are in the same source folder, removing the source folder from the source.<libName> property should fix the problem. *** This bug has been marked as a duplicate of 105631 *** Regrettably the mentioned workaround does not apply for our use-case, so I will follow the development of bug #105631. The bug mentionned will not be addressed in the short term. You may want to try to use the exclude.<libName> property which will avoid the compiled classes to be copied in the final jar. Also you might want to look at enhancing pde build to take another property indicating which files to exclude from the compilation. The code is in ModelBuildScriptGenerator. I'm trying to use exclude.<library> but can you tell me what I assume is its starting folder? So, for example: source.my.jar = src/ and under src say I have "src/com.badpackage", since I can't exclude it from compilation... how can I exclude the resulting classes? exclude.my.jar = "src/com.badpackage/" ? exclude.my.jar = "com.badpackage/" ? something else? |