Hi,
I am having problems getting the complete source from Sourceforge for Jfreechart. I have done it through cygwin CVS and WinCVS. Both time I get the directories ant, jb5 and servlet but none of the src directories. Is it supposed to be like this? Sorry for the basic question.
Finally thanks to all the contributors to Jfreechart, it is a wonderful and highly useful library.
cam
Difficulties checking out JFreechart from Sourceforge
Re: Difficulties checking out JFreechart from Sourceforge
No, you definitely want the src directory too. I'm not a CVS guru, so I'm not sure what is going wrong here...
Regards,
DG
Regards,
DG
Re: Difficulties checking out JFreechart from Sourceforge
Thanks Dave, whatever is happening it isnt platform specific, both Linux and Windows machines are only checking out the ant, jb5 and servlet directories. All the missing stuff is visible in the cvsweb component but not on my local repository.
I will email sourceforge, it may be a problem their end. I was following their instructions.
cam
I will email sourceforge, it may be a problem their end. I was following their instructions.
cam
Re: Difficulties checking out JFreechart from Sourceforge
Solved it, I was entering modulename as jfreechart which was only checking out the /jfreechart/jfreechart directory. The complete source is checked out with the modulename as '.'
From the sourceforge directions to checkout jfreechart it should be,
cvs -z3 -d:pserver:anonymous@cvs.jfreechart.sourceforge.net:/cvsroot/jfreechart co .
cam
From the sourceforge directions to checkout jfreechart it should be,
cvs -z3 -d:pserver:anonymous@cvs.jfreechart.sourceforge.net:/cvsroot/jfreechart co .
cam