Re: Classpath for ant:style or xml:transform tags

2005-01-06 Thread Andrew Thornton
Brett Porter wrote: what JAR are you trying to add? Is it xalan itself? There is a problem under some JDKs because xalan needs to be endorsed. Details are in the FAQ. Nope it's a separate jar. I've also listed the jar as a dependency in the POM. Thanks, andy -- Andrew Thornton [EMAIL PROTECTED]

RE: Classpath for ant:style or xml:transform tags

2005-01-06 Thread Carlos Sanchez
Hi, You can check the transform and sdocbook plugins at http://maven-plugins.sourceforge.net That may help you. Regards Carlos Sanchez A Coruña, Spain http://www.jroller.com/page/carlossg -Original Message- From: Andrew Thornton [EMAIL PROTECTED] Date: Thu, 06 Jan 2005 09:14:55

Re: Classpath for ant:style or xml:transform tags

2005-01-06 Thread Andrew Thornton
Carlos Sanchez wrote: Hi, You can check the transform and sdocbook plugins at http://maven-plugins.sourceforge.net That may help you. At last, using ant:java tasks actually makes this work. Why don't the style/transform tags obey the maven.dependency.classpath? Thanks, andy -- Andrew Thornton

Re: hsql DB startup

2005-01-06 Thread Jake Ewerdt
On Thursday 06 January 2005 02:28 am, Janos Mucsi wrote: This is not a strictly Maven question. Hi Jake This sounds very interesting. I have two questions: 1. Is testing against an in-process database a better idea than using mock-objects to fake Connection, ResultSet, etc? (I need to test

Re: hsql DB startup

2005-01-06 Thread Laurent Petit
Jake Ewerdt wrote: On Thursday 06 January 2005 02:28 am, Janos Mucsi wrote: This is not a strictly Maven question. Hi Jake This sounds very interesting. I have two questions: 1. Is testing against an in-process database a better idea than using mock-objects to fake Connection, ResultSet, etc?

Generating an XML file using Maven

2005-01-06 Thread Randy Xu
I'd like to process some project properties and 3rd party dependency information in project.xml and spit out an XML file that can be used by the installation script. Is there an easy way of doing this? In ANT, we used to have an XML file which kept track of all of this, and used XSLT to

RE: Generating an XML file using Maven

2005-01-06 Thread Kalaveshi, Adrian
Check out: http://jakarta.apache.org/commons/jelly/tags.html#core:file -Original Message- From: Randy Xu [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 9:38 AM To: Maven Users List Subject: Generating an XML file using Maven I'd like to process some project properties and

Warning: -Xmx256m not understood. Ignoring.

2005-01-06 Thread John McLean
I'm getting the following output from maven -v Warning: -Xmx256m not understood. Ignoring. __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 Would any one know the reason? TIA. J.

Re: maven, xdoclet, and plugin.getDependencyPath

2005-01-06 Thread David Smiley
Brett Porter wrote: I'm still getting the error: taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found though which means it hasn't added maven-xdoclet-plugin's dependencies. I did the following echo: echo message=${xdocletPlugin.getDependencyPath('xdoclet')}/ and I got:

Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge

2005-01-06 Thread Eric Giguere
Sorry about that but its the default behavior of the announcement plugin isn't it? j:set var=header trim=true The ${pom.groupId} team is pleased to announce the ${pom.name} ${versionVariable} release! /j:set Since all plugins are in the maven group... and must be to be

Maven dependencies and filesets

2005-01-06 Thread Randy Xu
I need to create a fileset out of Maven's dependency jars (some of them). I have a j:forEach go through and test each dependency for a property. But how do I create a patternset out of this? lib.path gives me a number of absolute paths - but Filesets can't work with absolute paths - I need

Re: [ANN] Maven uber-dist Plugin 1.0.10 released on Sourceforge

2005-01-06 Thread Brett Porter
Since all plugins are in the maven group... and must be to be downloadable right? I took its output and removed the part for download. What should I put there then? That's not correct though. The maven group is for the Maven project - you should use your own group. Other than that it is fine.

Re: Warning: -Xmx256m not understood. Ignoring.

2005-01-06 Thread Brett Porter
what JVM are you using? On Thu, 06 Jan 2005 10:41:07 -0800, John McLean [EMAIL PROTECTED] wrote: I'm getting the following output from maven -v Warning: -Xmx256m not understood. Ignoring. __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

Re: Maven dependencies and filesets

2005-01-06 Thread Dion Gillard
lib.path.parent.canonicalPath and lib.name should do it if you can do with multiple filesets. On Thu, 06 Jan 2005 17:08:48 -0500, Randy Xu [EMAIL PROTECTED] wrote: I need to create a fileset out of Maven's dependency jars (some of them). I have a j:forEach go through and test each dependency

trying to get changelog working with clearcase

2005-01-06 Thread Tom Bostelmann
What do I need to do besides setting the following property: maven.changelog.factory=org.apache.maven.clearcaselib.ClearcaseChangeLog Factory When I run the report nothing is outputted. I'm assuming I'm supposed to get a changelog-report.html or something similar in the target directory