Re: Need help Getting latest build from CVS.
Roger I Martin PhD <[email protected]> Tue, 6 Dec 2005 19:39:31 -0500
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
The HEAD default tag is correct. Today another project was slow checking out too. Josh Passenger wrote: > To clarify, you type this from a command line console, > > Josh > > > >> >> Hi Tom, >> >> If you have the CVSNT command line client (which I think comes with the >> tortoise CVS client), just go into the directory where you want to check >> out >> jawin, make sure you have the cvs nt exe on your path and type: >> >> cvs -d:pserver:[email protected]:/cvsroot/jawinproject co >> jawin >> >> This will get you the tip of the HEAD. Roger is there a tag that we >> should >> we getting instead of the HEAD? >> >> As Roger noted the anonymous CVS server on sourceforge looks pretty >> strapped >> atm so it might take a few tries to get a response =\ >> >> Josh >> >> >> >>> >>> The current version you are using is Jawin-2.0-alpha1 >>> <https://sourceforge.net/project/showfiles.php?group_id=66397&package_id=64298&release_id=315102>? >>> >>> That one should have gotten rid of the System.out. >>> >>> But to get the cvs of Jawin you might want to consider using >>> NetBeans(if >>> you are using it) or an ant script and http://www.cvsnt.org/wiki/ReadMe >>> (http://www.cvsnt.org/wiki/Download). I might add the following to the >>> jawin build script. >>> .... >>> <target depends="init" name="get-source-code"> >>> <cvspass >>> cvsroot=":pserver:[email protected]:/cvsroot/jawinproject" >>> password="" >>> /> >>> <cvs >>> cvsRoot=":pserver:[email protected]:/cvsroot/jawinproject" >>> package="jawin" >>> dest=".." >>> /> >>> </target> >>> .... >>> I launch it with >>> ---- >>> set JAVA_HOME=c:\j2sdk1.5 >>> set ANT_HOME=c:/Production Release/apache-ant-1.6.5 >>> set PATH=%JAVA_HOME%\bin;%ANT_HOME%\bin;f:\cvsnt; >>> set CLASSPATH=./;C:/javacc/bin/lib/JavaCC.zip;%JAVA_HOME%/lib/tools.jar >>> >>> ant get-source-code -Djunit.jar=C:/junit3.8.1/junit.jar >>> -Djava.library.path=bin >>> pause >>> ---- >>> The f:\cvsnt is where the cvs.exe resides. >>> >>> NOTE: It took quite a few tries until the sourceforge system >>> performed a >>> checkout request. >>> >>> >>> >>> Tom Malia wrote: >>> >>>> An older release of what? Jawin or tortoiseCVS? >>>> >>>> Sorry, my message subject was poor on this one. You had recommended >>>> previously that I should grab the latest version 2 alpha builds >>>> from CVS. >>>> This is the first time I've used CVS on sourceforge and I'm having >>>> some >>>> trouble. I'm using TortoiseCVS. When I try to log in to get the >>>> list of >>>> modules with user name anonymous it wont accept a blank pass word and >>>> eventually tells me to try loging in with a valid password. >>>> >>>> So that's my first problem, how do I get into CVS in the first >>>> place? My >>>> second problem is... once I'm in what should I be down loading to >>>> get the >>>> latest builds? >>>> >>>> >>>> -----Original Message----- >>>> From: Discussion of Java/Win32/COM integration with Jawin >>>> [mailto:[email protected]] On Behalf Of Roger I Martin PhD >>>> Sent: Monday, December 05, 2005 1:32 PM >>>> To: [email protected] >>>> Subject: Re: [JAWIN] FW: [JAWIN] VT_BSTR keeps printing to System out, >>>> any >>>> ideas why? >>>> >>>> You may have an older release. The next release should have this fixed >>>> and you should not be effected adversely with any code you have >>>> previously written. >>>> >>>> Tom Malia wrote: >>>> >>>> >>>> >>>>> Finally got around to trying to get the latest and greats from CVS. >>>>> >>>>> >>>> Running >>>> >>>> >>>>> into a couple problems. >>>>> >>>>> I down loaded Tortoise CVS and I'm trying to connect to: >>>>> [email protected]:/cvsroot/jawinproject >>>>> >>>>> It keeps asking for a password and it wont accept it when I just >>>>> hit OK >>>>> or >>>>> hit enter. >>>>> >>>>> Also, Once I do get in, what exactly should I download? Just the >>>>> DLL? >>>>> Or >>>>> do I need other stuff (i.e. jars, etc.)? >>>>> >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> >