Re: javac exclude and include
Are you sure you want to use bootclasspathref? You shouldn't use it simply to specify the project's classpath... This is intended for cross-JDK compilation only AFAIK. debug="false" deprecation="false" srcdir="${src}" destdir="${dest}" excludes="arrayhub/affymet
javac exclude and include
I have the next task in my ant file: however the exclude packages are included in the compilation. What I'm making wrong?! - To unsub