Re: Maven 1.1

2005-11-15 Thread Dion Gillard
On 11/16/05, Leo Simons [EMAIL PROTECTED] wrote: [snip] Actually, someone's looking at changing the excalibur build to use maven 2. That pretty much means tree detoriation anyway. We're going to start seeing that all over apache as projects migrate to maven 2. cheers, LSD Just out of

Re: How do I set a Java system property for a Maven build?

2005-10-26 Thread Dion Gillard
On 10/26/05, Stefan Bodewig [EMAIL PROTECTED] wrote: On Tue, 25 Oct 2005, Jörg Schaible [EMAIL PROTECTED] wrote: or use follwoing entries in the project.properties: maven.junit.sysproperties=java.awt.headless java.awt.headless=true Thanks. I'll take a look at it at some point, I'll

Re: How do I set a Java system property for a Maven build?

2005-10-25 Thread Dion Gillard
Use MAVEN_OPTS=-Dprop=value On 10/26/05, Stefan Bodewig [EMAIL PROTECTED] wrote: On Tue, 25 Oct 2005, Dion Gillard [EMAIL PROTECTED] wrote: M1 or M2? 1.0.2 is installed on vmgump. If M1, use -Dprop=value when launching We use the wrapper script, how would I inject a system property

Re: How do I set a Java system property for a Maven build?

2005-10-24 Thread Dion Gillard
M1 or M2? If M1, use -Dprop=value when launching or from inside jelly code: ${systemScope.put('java.awt.headless', 'true')} On 10/25/05, Stefan Bodewig [EMAIL PROTECTED] wrote: Hi, the gsbase build fails since AWT doesn't know that we don't run an X server. In Ant builds we set the system

Re: Maven XDoclet plugin help needed

2005-04-14 Thread Dion Gillard
That looks like the cache directory, not a directory of plugins. Plugins are unextracted jars. On 4/14/05, Stefan Bodewig [EMAIL PROTECTED] wrote: Hi, I've downloaded the plugin and extracted it to ~/.maven/plugins, which looks as if it was not all that needs to be done to install a Maven

Re: Maven XDoclet plugin help needed

2005-04-14 Thread Dion Gillard
User-specific plugins go in ~/.maven/plugins. Site wide go in $MAVEN_HOME/plugins. On 4/14/05, Stefan Bodewig [EMAIL PROTECTED] wrote: On Thu, 14 Apr 2005, Dion Gillard [EMAIL PROTECTED] wrote: That looks like the cache directory, not a directory of plugins. Plugins are unextracted jars

Recent build failures in commons

2004-12-06 Thread Dion Gillard
We got a lot of this today: internal-test: [mkdir] Created dir: /home/gump/workspaces2/public/workspace/jelly-tags/junit/target/test-reports [junit] Running org.apache.commons.jelly.tags.junit.TestJUnit [junit] Exception in thread main java.lang.NullPointerException [junit] at

Re: What do we do with beanutils?

2004-11-08 Thread Dion Gillard
FWIW, part of Jelly uses commons-beanutils-collections. On Mon, 8 Nov 2004 20:10:14 +, robert burrell donkin [EMAIL PROTECTED] wrote: (sorry for being a little late to the party) On 2 Nov 2004, at 20:18, Brett Porter wrote: - projects declare any aliases in their gump descriptor

Re: cvs commit: gump/project xml-apis.xml

2004-10-28 Thread Dion Gillard
On Thu, 28 Oct 2004 11:12:50 +0800, Niclas Hedhman [EMAIL PROTECTED] wrote: On Thursday 28 October 2004 07:07, David Crossley wrote: Is this the same xml-apis that are provided by Apache XML Commons? Class-wise, probably yes. But Fulcrum uses the xmlParserAPIs Maven artifactId, and I