Hi,

thanks for your hint! I'll have a look at it.

Regards,
Nils


Oleg Mikheev schrieb:
> Hi
> 
> I have a project that is on CVS.
> The contents of the CVS/Root file is:
> :pserver:[EMAIL PROTECTED]/cvsroot
> This is a working CVS root, cvs client recognizes it.
> 
> But this Root file breaks ant4eclipse.
> CvsRoot.java produces IllegalArgumentException at:
> 
> separator = root.indexOf(':');
> if (separator == -1) {
>    throw (new IllegalArgumentException());
> }
> 
> It clearly accounts on the : symbol to be present in the Root
> string part that goes after the @ symbol.
> 
> CVS man says that the CVS root string syntax is:
> [:method:][[user][:[EMAIL PROTECTED]:[port]]/path/to/repository
> 
> Which means that the : symbol after the @ symbol is NOT mandatory.
> 
> Thanks
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Ant4eclipse-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ant4eclipse-user
> 
> 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ant4eclipse-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ant4eclipse-user

Reply via email to