Return-Path: Mailing-List: contact gump-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list gump@jakarta.apache.org Received: (qmail 29146 invoked from network); 11 Feb 2004 17:38:25 -0000 Received: from unknown (HELO web12826.mail.yahoo.com) (216.136.174.207) by daedalus.apache.org with SMTP; 11 Feb 2004 17:38:25 -0000 Message-ID: <20040211173828.16809.qmail@web12826.mail.yahoo.com> Received: from [141.202.248.58] by web12826.mail.yahoo.com via HTTP; Wed, 11 Feb 2004 09:38:28 PST Date: Wed, 11 Feb 2004 09:38:28 -0800 (PST) From: Davanum Srinivas Reply-To: dims@yahoo.com Subject: Re: Tales of running Gumpy from scratch To: Gump code and data In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N "set HOME=C:\Documents and Settings\barozzink" (or) "set HOME=C:\DOCUME~1\barozzink" (or) "set USERPROFILE=C:\DOCUME~1\barozzink" -- dims --- Nicola Ken Barozzi wrote: > > I have the project code docs system (ForrestDoc) working in Forrest > scratchpad CVS, so I want to make Gump run it. > > As it comes out, the easiest way to make it work is to make a project > that runs at the end of the project stack IOW a project with > depends="last". (In practice maybe it needs to be depends="first", but > that's another story) > > So, armed with high hopes, I am trying to make Gumpy work on my machine > (it's wierd, as I had wrote part of the first Gumpy ;-) > > I installed Python 2.3 on my W2000 machine. > Then: > > SET GUMP=x123 > SET GUMP_WS=y123 > SET GUMP_LOG_DIR=z123 > gumpy > > ...doh, it needs a new profile, mine is old > > copy minimal-workspace.xml PC103.xml > gumpy > > ...doh, minimal-profile has werken.xml, which is not there... > > (remove werken from minimal-profile) > gumpy > > ...doh, it needs %CLASSPATH% > > SET CLASSPATH=j123 > gumpy > > "Gump run on PC103 >> > C:\Programmi\eclipse\workspace\jakarta-gump\log\gumpy.html > > 1 file copiati. > 1 file copiati. > INFO:gump:Arguments:..\PC103.xml > INFO:gump:Arguments:* > ERROR:gump:Command failed. [svn --version ]. ExitCode: 1 > ERROR:gump:Failed to detect [svn] > ERROR:gump:Command failed. [ruper -version ]. ExitCode: 1 > ERROR:gump:Failed to detect [ruper] > ERROR:gump:Command failed. [pgrep -help ]. ExitCode: 1 > ERROR:gump:Failed to detect [pgrep] > WARN:gump:Workspace version [0.3] below preferred [0.4] > INFO:gump:Provide login for CVS repository: ant @ > :pserver:anoncvs@cvs.apache.or > g:2401/home/cvspublic > INFO:gump:Updating CVS logins: %USERPROFILE%\.cvspass > Traceback (most recent call last): > File > "C:\Programmi\eclipse\workspace\jakarta-gump\python\gump\integrate.py", l > ine 63, in ? > result = GumpEngine().integrate(run) > File > "c:\Programmi\eclipse\workspace\jakarta-gump\python\gump\engine.py", line > 119, in integrate > self.update(run) > File > "c:\Programmi\eclipse\workspace\jakarta-gump\python\gump\engine.py", line > 180, in update > self.updateModules(run) > File > "c:\Programmi\eclipse\workspace\jakarta-gump\python\gump\engine.py", line > 225, in updateModules > loginToRepositoryOnDemand(repository,root,logins) > File > "c:\Programmi\eclipse\workspace\jakarta-gump\python\gump\net\cvs.py", lin > e 129, in loginToRepositoryOnDemand > cvspass=open(cvspassfile,'a') > IOError: [Errno 2] No such file or directory: '%USERPROFILE%\\.cvspass' > 1 file copiati. > > > ...doh, being naive I try: > > SET SERPROFILE="C:\Documents and Settings\barozzink" > gumpy > > ...still same error. > > Stuck for now :-/ > > -- > Nicola Ken Barozzi nicolaken@apache.org > - verba volant, scripta manent - > (discussions get forgotten, just code remains) > --------------------------------------------------------------------- > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: gump-unsubscribe@jakarta.apache.org > For additional commands, e-mail: gump-help@jakarta.apache.org > ===== Davanum Srinivas - http://webservices.apache.org/~dims/