----- Original Message ----- From: "Adam R. B. Jack" <[EMAIL PROTECTED]> To: "Apache Gump" <[EMAIL PROTECTED]> Sent: Saturday, July 17, 2004 4:34 PM Subject: Re: how to start with gumpy
> This getting started is valid > > http://gump.apache.org/gettingstarted.html [Not _entirely_ valid - the link at the end of "A list of some of the packages you might want to install can be found here." points to http://cvs.apache.org/builds/gump/latest/packages.html which does not seem to exist...] > > and this on top is close (although the GUI stuff isn't necessary): > > http://gump.apache.org/python/usage.html > > I think Sam was right, the best thing to do is start with > minimal-workspace.xml and get a build for ant going, that way you don't have > to mess with packages (can be a real pain) and you don't have to figure out > metadata for your own repository/modules/projects. > > I'd do a preview of that before any tweaks. > > cd $GUMP/python > export PYTHONPATH=`pwd` > python gump/preview.py -w ../minimal-workspace.xml ant (perhaps > with --verbose) I've tried this, and I get the following errors: $ python gump/build.py -w ../minimal-workspace.xml ant Traceback (most recent call last): File "gump/build.py", line 33, in ? import gump.core.options ImportError: No module named options $ python gump/preview.py -w ../minimal-workspace.xml ant Traceback (most recent call last): File "gump/preview.py", line 36, in ? from gump.core.gumpset import GumpSet ImportError: No module named gumpset > Also, the BrutusConfig page is probably a great (very detailed) walk through > if you need to set up everything from scratch -- although I'd need to double > check the 'check.py' script, right now, (since it might need a tweak.) > > http://wiki.apache.org/gump/BrutusConfig > > Please let us have your feedback as you make progress. Also tried the Brutus page, and got this error: $ python gump/check.py -w ../ST999999.xml all --debug Traceback (most recent call last): File "gump/check.py", line 29, in ? from gump import log ImportError: No module named gump Any ideas on what is missing? Or is it just not possible on WinXP + Cygwin? Environment: $ echo $PYTHONPATH /usr/local/gump/public/gump/python $ uname -a CYGWIN_NT-5.1 ST999999 1.5.10(0.116/4/2) 2004-05-25 22:07 i686 unknown unknown Cygwin $ python -V Python 2.3.2 == I've not yet tried installing any packages, as I could not work out how to do this - unless all one has to do is copy the jars into the appropriate directory? S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
