You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Stefan Bodewig <bo...@apache.org> on 2005/06/08 11:53:59 UTC

Use "classic gump" on helios to validate descriptors

Obviously you need an account on the correct machine and be able to
sudo to the gump user ...

ssh to the machine:

-bash-3.00$ export PATH=$PATH:/opt/sfw/bin
-bash-3.00$ sudo -u gump -i
Password:
Sun Microsystems Inc.   SunOS 5.10      Generic January 2005
-bash-3.00$ cd classic
-bash-3.00$ cvs up -dP
? .timestamp
? build
? cache
? check.sh
? classes
? gen.sh
? gump.xml
? jenny.jar
? nag.pl
? work
? stylesheet/bash.xsl
? stylesheet/build.xsl
? stylesheet/jakarta.xsl
? stylesheet/move.xsl
? stylesheet/nag.xsl
? stylesheet/update.xsl
cvs update: Updating .
...
-bash-3.00$ ./check.sh
Merging projects into workspace
-bash-3.00$ 

That's if everything is fine.  Now let's destroy the workspace

-bash-3.00$ rm project/ant.xml
-bash-3.00$ ./check.sh
Merging projects into workspace
Failed to expand module with href project/ant.xml
   - java.io.FileNotFoundException: /export/home/gump/classic/project/ant.xml (No such file or directory)
No cache cache/project_ant.xml.xml available.
...

So if there is any other output, something is wrong.

Unfortunately Jenny doesn't seem to set the exit code properly, so we
can't use that for now.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org