Scott Amort wrote: > Great.. thanks that worked. Next question - how do I disable JUnit > tests? The build.xml sets a test depend on the jar target: > > depends="compile,test"> > > Thanks again, > Scott You have to create patch for build.xml that removes the test from the depends. -- Miroslav Šulc