Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] How to exclude source code from the build

I have some code that I inherited. It has part of a Java source tree that the should not be compiled. In the project configuration under the source tab I have added an exclude section to the source folder. It will run fine in the IDE.

However, once I try to build it under headless PDE build the build tries to compile the code that is excluded.

I have looked through the help and tried several different exclude parameters to do this.  None of them seem to work.

Can anyone help me setup the PDE build so I can exclude this section of code that needs to be delivered with the plugin but can not be compiled?

Please let me know if more information is needed.

--
Mark Russell
Build Master
Instantiations, Inc.
+1 724-368-3331 (land line)
http://www.instantiations.com


Back to the top