On Fri, 2004-04-16 at 16:45, zousey seyzou wrote: > C:\GNU\WinCvs 1.3\CVSNT>cvs -z3 -d > :pserver:[EMAIL PROTECTED]:/cvsroot/xdoclet co xdoclet-all > cvs server: cannot find module `xdoclet-all' - ignored > cvs [checkout aborted]: cannot expand modules > > C:\GNU\WinCvs 1.3\CVSNT>
That's the wrong CVS server if you're after 1.2.x, codehaus is where the XDoclet 2 source is based (and that doesn't have an 'xdoclet-all' module, just 'xdoclet'). Try cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvsroot/xdoclet co xdoclet-all instead, as described at http://xdoclet.sourceforge.net/cvs-usage.html Andrew. > > > >From: Konstantin Priblouda <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: [EMAIL PROTECTED] > >Subject: Re: [Xdoclet-user] http://cvs.sourceforge.net/viewcvs.py/xdoclet/ > >Date: Fri, 16 Apr 2004 08:15:03 -0700 (PDT) > > > > > >--- zousey seyzou <[EMAIL PROTECTED]> wrote: > > > HHHOO I what command can I use to check the > > > xdoclet1.2.1 out ? > > > i am using wincvs that means that I will use a > > > command like the following > > > --cvs -z3 -d > > > :pserver:[EMAIL PROTECTED]:/cvsroot/xdoclet > > > co xdoclet > > > how can I use this to on > > > ->http://cvs.sourceforge.net/viewcvs.py/xdoclet/ ? > > > Question2. > > > I have used the ->cvs -z3 -d > > > :pserver:[EMAIL PROTECTED]:/cvsroot/xdoclet > > > co xdoclet, > > > on http://xdoclet.codehaus.org/cvs-usage.html, it > > > seems as if i am not > > > getting the all project, because I on get the > > > following 3 folders: > > > C:\GNU\WinCvs 1.3\CVSNT\xdoclet, > > > C:\GNU\WinCvs 1.3\CVSNT\xdoclet\src, > > > C:\GNU\WinCvs 1.3\CVSNT\xdoclet\xdocs. > > > thanks > > > > > >You shall checkout module xdoclet-all , > >so your connection string may look like: > >cvs -z3 -d > >:pserver:[EMAIL PROTECTED]:/cvsroot/xdoclet > >co xdoclet-all > > > >( then compile from xdocelt folder ) > >regards, > > > >===== > >----[ Konstantin Pribluda ( ko5tik ) ]---------------- > >Zu Verst�rkung meines Teams suche ich ab Sofort einen > >Softwareentwickler[In] f�r die Festanstellung. > >Arbeitsort: Mainz > >Skills: Programieren, Kentnisse in OpenSource-Bereich > >----[ http://www.pribluda.de ]------------------------ ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
