It’s just data

Andy's Gump saga

Andy Oliver: I suspect is the configuration that Sammy boy uses to run Gump on his Thinkpad... It is building all of Jakarta/XML/etc., so its understandibly a lot for my T-30 to do.   Somehow, I manage on my T-23.  Also, I think you underestimate the communityCentipede is getting on board - by starting small.  My guess is that the JAXP stuff can all be removed.  FYI: here is a complete list of dependencies that are required for a full build.


The comment about the community was regarding people who aren't Apache committers using it outside Apache. I'm aware of Centipede getting on board. So the dependencies... I need to download all of those and put them in the classpath?

Posted by Andy at

If you wish to build everything gump does, you need to install those into the directory named by your /workspace/@pkgdir. Search for "Installed packages" in profile/gump.xml to see the names of the subdirectories.

My classpath is: CLASSPATH=.;C:\j2sdk1.4.1_01\lib\tools.

Posted by Sam Ruby at

<p>
Humm, what I actually WANT to do is "get gump running" with my stuff. To that effect I have a parallel goal of learning enough about gump to be able to do this for other things as well. What I am trying to do in order to reach these goals is get gump running with the only stock configuration example available.
</p>
<p>
One issue with this is that the only example provided is far to complicated to be a good example for a first timer. To that effect it also requires several hours of gathering libraries and etc. Fortunately, I have a way around the latter. I strongly suspect others who don't might see this as an insurmountable obsticle.
</p>
<p>
Thanks though for your help, I'm gathering the libraries and will try running again. From there I'll begin simplifying the build to build less and then customizing it to build what I want.
</p>

Posted by Andy at

Add your comment