Re: CVS module name with whitespace

2004-05-28 Thread Brett Porter
I'm currently working on brushing up the documentation as it is desparately needed. If you have any particular area that needs addressing, please let me know, or create a JIRA issue. Thanks, Brett Ian Neruda wrote: It seems to me that specifying Ant version would require too much work for a fea

Re: CVS module name with whitespace

2004-05-28 Thread Ian Neruda
--- Brett Porter <[EMAIL PROTECTED]> wrote: > Ian Neruda wrote: > > >It works with ' > >I get the source in XML Utils dir, but maven also > >creates empty directory 'XML Utils' > > > > > ok, you might have to live with that one, sorry. > > >as for a bug in Ant, I have Ant scripts that do cvs

Re: CVS module name with whitespace

2004-05-28 Thread Brett Porter
Ian Neruda wrote: It works with ' I get the source in XML Utils dir, but maven also creates empty directory 'XML Utils' ok, you might have to live with that one, sorry. as for a bug in Ant, I have Ant scripts that do cvs checkout on same repository and everything works. Difference is that I use

Re: CVS module name with whitespace

2004-05-28 Thread Ian Neruda
It works with ' I get the source in XML Utils dir, but maven also creates empty directory 'XML Utils' as for a bug in Ant, I have Ant scripts that do cvs checkout on same repository and everything works. Difference is that I use ant 1.6.1, and I suppose maven uses ant 1.5.3-1. --- Brett Porter

Re: CVS module name with whitespace

2004-05-28 Thread Brett Porter
Actually its probably a bug in Ant as the current SCM plugin unfortunately is just piggybacking the Ant tasks. Worth checking there whether it has been fixed or if there is a workaround there... or I could suggest trying: "XML Utils" XML\ Utils XML%20Utils XML+Utils 'XML Utils' I'm not sure if

Re: CVS module name with whitespace

2004-05-28 Thread Dion Gillard
That's a bug in the scm plugin.Brett? On Thu, 27 May 2004 23:54:13 -0700 (PDT), Ian Neruda <[EMAIL PROTECTED]> wrote: > > > > Hi! > > > > > > I'm trying to fetch cvs data from module that has > > > whitespace in its name. Module name is XML Utils > > and I > > > receive error: > > > > > > [cv

Re: CVS module name with whitespace

2004-05-27 Thread Ian Neruda
> > Hi! > > > > I'm trying to fetch cvs data from module that has > > whitespace in its name. Module name is XML Utils > and I > > receive error: > > > > [cvs] cvs server: cannot find module `Utils' - > ignored > > [cvs] cvs [checkout aborted]: cannot expand > modules > > > > Everything works wi

Re: CVS module name with whitespace

2004-05-27 Thread Dion Gillard
How are you invoking Maven? Which plugin? On Thu, 27 May 2004 23:24:24 -0700 (PDT), Ian Neruda <[EMAIL PROTECTED]> wrote: > > Hi! > > I'm trying to fetch cvs data from module that has > whitespace in its name. Module name is XML Utils and I > receive error: > > [cvs] cvs server: cannot find mod

CVS module name with whitespace

2004-05-27 Thread Ian Neruda
Hi! I'm trying to fetch cvs data from module that has whitespace in its name. Module name is XML Utils and I receive error: [cvs] cvs server: cannot find module `Utils' - ignored [cvs] cvs [checkout aborted]: cannot expand modules Everything works with other modules. Can I do that or I need to