Hi, I'm making some progress. Gump is using Maven to at least attempt a build but I believe I'm having classloader problems.
Maven works by creating an object model of a project and in this particular case the data source is an XML file. I need to instantiate classes in order to make this model but when running under Gump the classloader doesn't seem to be able to find anything. I guess this is more an Ant question but when the sysclasspath=only option is used do tasks have access to that classpath? The classes I need are in the maven.jar which are installed and I can see my logging messages so the attempt is being made but to no avail so far. Is there anyway a task can access the sysclasspath, or is this supposed to happen by default? Or are tasks shielded from the sysclasspath? -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
