RE: [Nant-users] CVS task not allowing for certain characters in module name

2004-10-16 Thread Clayton Harbour
gt; Subject: [Nant-users] CVS task not allowing for certain > characters in module name > > > When I try to use any of the cvs tasks, like this one: > >command="checkout" > destination="${solution.src.dir}" > cvsroot="${c

[Nant-users] CVS task not allowing for certain characters in module name

2004-10-13 Thread Brenton House
When I try to use any of the cvs tasks, like this one: I get this error: String shared/src does not match expression ^[A-Za-z0-9][A-Za-z0-9._\-]*$. My question. How am I supposed to checkout a folder underneith a module? This should checkout the "src" folder of the "shared" module. Any ideas