Difficulties checking out JFreechart from Sourceforge

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
cam

Difficulties checking out JFreechart from Sourceforge

Post by cam » Wed Nov 13, 2002 4:47 pm

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

Dave Gilbert

Re: Difficulties checking out JFreechart from Sourceforge

Post by Dave Gilbert » Wed Nov 13, 2002 11:59 pm

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

cam

Re: Difficulties checking out JFreechart from Sourceforge

Post by cam » Thu Nov 14, 2002 2:44 pm

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

cam

Re: Difficulties checking out JFreechart from Sourceforge

Post by cam » Thu Nov 14, 2002 3:20 pm

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

Locked