On Fri, 21 Feb 2003, Leo Simons <[EMAIL PROTECTED]> wrote: > My guess is that the metagenerate jar needs type="boot", and > bootclass="yes" in the gump workspace.
I don't think so. Other (third party) Ant tasks work without this extra step within Gump. See checkstyle for example. My guess is that the task itself needs some other classes that are not present in your setup. You can run ./build.sh project target -debug to see which class Ant fails to load. Mark these dependencies as runtime in metagenerate and use inherit="runtime" to pull them in into the project that needs metagenerate. > However, this feature is marked experimental and not enabled in the > nightly runs atm. AFAIU we use type="boot" for Xerces and Xalan in the nightly builds. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
