RE: stcheckout, unable to excludes directories

2008-06-30 Thread Burgess, Benjamin
Purely looking at the task's code with no verifications or running it locally, I am pretty sure it was never meant to work with directories in the patterns. In StarTeamCheckout.java, in the processFile method, at the top it has: String filename = eachFile.getName(); File localFile = new File(ta

Re: Providing classes required by contributed tasks (help!)

2008-06-30 Thread Andrew Clegg
PS... There is nothing in my CLASSPATH, and I checked inside my commons-httpclient-3.0.1.jar -- /org/apache/commons/httpclient/params/HttpMethodParams.class is indeed there. 2008/6/30 Andrew Clegg <[EMAIL PROTECTED]>: > I've been trying to get the antcallback contributed task working but > there s

Providing classes required by contributed tasks (help!)

2008-06-30 Thread Andrew Clegg
I've been trying to get the antcallback contributed task working but there seems to be a missing dependency: java.lang.NoClassDefFoundError: org/apache/commons/httpclient/params/HttpMethodParams I'm not sure why antcallback would depend on httpclient, but I know this task is the culprit because i

how to override bootstrap classpath

2008-06-30 Thread Schaefer, Dominik
Hi, Is it possible to override bootclasspath with ant? Using bootclasspath parameter additional directories are appended to standard JDK classes by default... Best regards Dominik Note: If the read