Here is the challenge. We have a pretty messy packaging structure, but until this structure is cleaned up the build has to perform some special tasks: The structure is +com +somecompany +packagea {java files} +packageb {java files} +packagec +packagec1 ClassA.java {other java files} +packagec2 ClassB.java {other java files} The goal is to compile packageb and packagec with the exception of ClassA and ClassB. I tried many variations of the task but so far wasn't able to exclude ClassA and ClassB from being compiled. Does anybody have a suggestion how the command has to look like to compile packageb and packagec without CassA and ClassB? Thanks for your help. Bernie -- To unsubscribe, e-mail: For additional commands, e-mail: