Re: Generating source from a plugin

2006-11-27 Thread Mark Donszelmann
Hi we use the FreeHEP-NAR-Plugin (http://java.freehep.org/freehep-nar-plugin) to wrap the SWIG (http://www.swig.org) compiler and make it usable (for java) in maven with the FreeHEP-SWIG-Plugin (http://java.freehep.org/freehep-swig-plugin). The SWIG plugin in collaboration with the NAR plugin

RE: [VOTE] Release MWAR Plugin

2006-11-27 Thread Brian E. Fox
Doesn't the parent need to be released first? Last I knew that was still being worked on. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Tolentino Sent: Monday, November 27, 2006 8:10 PM To: Maven Developers List Subject: [VOTE] Release MWAR Plugin

Re: Question about Archetype and Velocity

2006-11-27 Thread David Whitehurst
Franz: It still has an issue with the variables after I did this ... appfuse-basic pom.xml src/site/site.xml Here's the console ... [WARNING] org.apache.velocity.runtime.exception.ReferenceException: reference : template = archetype-resources/pom.xml [line 138,

Re: Generating source from a plugin

2006-11-27 Thread Jason Dillon
You could include the compiler in the plugin's jar, then extract it into /tmp (or something) to execute it. But, unless you include a bunch of platform binaries its not going to be very portable. Easier to expect the compiler to be on the system search path and execute it... or expose the

Generating source from a plugin

2006-11-27 Thread Crossley, Jim
I'm in the midst of converting some fairly complex ant-based J2EE projects to Maven2. One thing I need to do is generate some Java source from some Flavor source files (http://flavor.sf.net) in the 'generate-sources' phase, so a Maven plugin for doing so seems the right course. But here's the rub

Re: Question about Archetype and Velocity

2006-11-27 Thread Franz Allan Valencia See
Good day to you, David, You can use the filtered attribute to turn off the filtering of a particular source / resource ( see [1] ). Cheers, Franz [1] http://www.nabble.com/archetype-descriptor-schema--tf2181358.html#a6061573 On 11/27/06, David Whitehurst <[EMAIL PROTECTED]> wrote: We made an

Question about Archetype and Velocity

2006-11-27 Thread David Whitehurst
We made an archetype and would like to leave undetermined properties, e.g. ${my.property} in the pom.xml for the archetype. Velocity gags on this because it can't determine it's value during archetype:create. Here's some trace on an archetype:create. The archetype is created and they are only w

Re: Planning a release of Maven War Plugin

2006-11-27 Thread Mark Reynolds
NM, you just did it! On 11/27/06, Mark Reynolds <[EMAIL PROTECTED]> wrote: Can you put out a new SNAPSHOT release. In the last SNAPSHOT from late August, MWAR-57 is not fixed, even though the SNAPSHOT was cut after the bug was closed. It may be fixed now, but I can't tell since I am unable to b

Re: Planning a release of Maven War Plugin

2006-11-27 Thread Mark Reynolds
Can you put out a new SNAPSHOT release. In the last SNAPSHOT from late August, MWAR-57 is not fixed, even though the SNAPSHOT was cut after the bug was closed. It may be fixed now, but I can't tell since I am unable to build the plugin from svn. I would be happy to test against a fresh snapshot. T

[VOTE] Release MWAR Plugin

2006-11-27 Thread John Tolentino
Hi Everyone, The latest version (2.0.2-SNAPSHOT) of the maven-war-plugin is now deployed to the snapshot repo. We'll also have the license stuff resolved before doing any release. For your reference of features included in this release: http://www.nabble.com/Planning-a-release-of-Maven-War-Plugi

RE: control of reactor ordering from plugin

2006-11-27 Thread Brian E. Fox
Anyone have any ideas? Thanks, -Brian -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 21, 2006 5:46 PM To: Maven Developers List Subject: control of reactor ordering from plugin This is a usability question but also dev related since the answer m

Re: [vote] commit access to maven core for Andy Williams

2006-11-27 Thread John Tolentino
+1 On 11/28/06, John Casey <[EMAIL PROTECTED]> wrote: Late, but here's my +1 Jason van Zyl wrote: > Hi, > > Andy Williams, on his holidays no less, did an amazing job helping me go > up/down the entire stack of Maven of dependencies and getting the new > classworlds/plexus working which he also

Re: [vote] commit access to maven core for Andy Williams

2006-11-27 Thread John Casey
Late, but here's my +1 Jason van Zyl wrote: Hi, Andy Williams, on his holidays no less, did an amazing job helping me go up/down the entire stack of Maven of dependencies and getting the new classworlds/plexus working which he also helped to refactory quite nicely. He's been creating tons of

Planning a release of Maven War Plugin

2006-11-27 Thread John Tolentino
Hi Everyone, It's been a while since we've done a release of the maven-war-plugin and there are a number of issues that have been resolved for this version: * [MWAR-63] Online available docu (corresponds to 2.0.2) is not in sync with released version 2.0.1 on ibiblio * [MWAR-48] review p

Re: Https and proxy bugs

2006-11-27 Thread Carlos Sanchez
see jira comments On 11/27/06, Thomas Recloux <[EMAIL PROTECTED]> wrote: No one interessed ? 2006/11/22, Thomas Recloux <[EMAIL PROTECTED]>: > Hello all > > Nine month ago, I created these two issues relative to https and > proxies. Il also added patches. > > http://jira.codehaus.org/browse/MNG

Re: maven article

2006-11-27 Thread Carlos Sanchez
Added to the page, will show up in next site deployment On 11/27/06, Juan Pablo Santos Rodríguez <[EMAIL PROTECTED]> wrote: Hi all, quite a time ago I wrote an article on Maven. Because of Maven 2 was just out, I wanted to make a technical introduction to Maven, just to show what can you achiev

Re: Configuring a Mojo Programmatically

2006-11-27 Thread Brian Topping
Hi Brian, Thanks for the insight. The problem with doing something like this would be that the configuration for the sublaunched mojo would still be required separately in the POM, and I wouldn't be able to interrogate the mojo after execution for values that it created for itself. This i

Re: Https and proxy bugs

2006-11-27 Thread Thomas Recloux
No one interessed ? 2006/11/22, Thomas Recloux <[EMAIL PROTECTED]>: Hello all Nine month ago, I created these two issues relative to https and proxies. Il also added patches. http://jira.codehaus.org/browse/MNG-2066 http://jira.codehaus.org/browse/WAGONHTTP-6 Would it be possible to take this

Re: [discuss] Java 5

2006-11-27 Thread Aaron . Digulla
Please post the error. Regards, -- Aaron Digulla Emmanuel Hugonnet <[EMAIL PROTECTED]> schrieb am 27.11.2006 15:26:32: > Tom Huybrechts a écrit : > > On 11/27/06, Tom Huybrechts <[EMAIL PROTECTED]> wrote: > >> This plugin uses sourcelevel 1.5: > >> > >> https://svn.codehaus.org/mojo/trunk/moj

Antwort: Error compiling Archiva

2006-11-27 Thread Aaron . Digulla
After cleaning my local repository and the cached repositories in my Archiva proxy, I could compile again. While this works, it's sub-optimal. How do I debug an error like this? Regards, -- Aaron Digulla [EMAIL PROTECTED] schrieb am 27.11.2006 11:00:11: > Hello, > > I updated Archiva today

maven article

2006-11-27 Thread Juan Pablo Santos Rodríguez
Hi all, quite a time ago I wrote an article on Maven. Because of Maven 2 was just out, I wanted to make a technical introduction to Maven, just to show what can you achieve with it. It's not a tutorial but more a technical introduction and it's written in spanish. Today I've reached the articles

Re: [discuss] Java 5

2006-11-27 Thread Emmanuel Hugonnet
Tom Huybrechts a écrit : On 11/27/06, Tom Huybrechts <[EMAIL PROTECTED]> wrote: This plugin uses sourcelevel 1.5: https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/repositorytools-maven-plugin ... and it does have non-mojo classes that do not have these constraints (see the components

Re: [vote] commit access to maven core for Andy Williams

2006-11-27 Thread Jason van Zyl
Great! I've shown Andy where to get the CLA, he'll fax it in and we'll get started on the process to get him commit access. Jason. On 27 Nov 06, at 6:53 AM 27 Nov 06, Jason van Zyl wrote: Hi, Andy Williams, on his holidays no less, did an amazing job helping me go up/down the entire sta

Re: [vote] commit access to maven core for Andy Williams

2006-11-27 Thread Milos Kleint
+1 Milos On 11/27/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: +1 Arnaud Jason van Zyl-2 wrote: > > Hi, > > Andy Williams, on his holidays no less, did an amazing job helping me > go up/down the entire stack of Maven of dependencies and getting the > new classworlds/plexus working which h

Re: [vote] commit access to maven core for Andy Williams

2006-11-27 Thread Arnaud HERITIER
+1 Arnaud Jason van Zyl-2 wrote: > > Hi, > > Andy Williams, on his holidays no less, did an amazing job helping me > go up/down the entire stack of Maven of dependencies and getting the > new classworlds/plexus working which he also helped to refactory > quite nicely. He's been creating

Re: [discuss] Java 5

2006-11-27 Thread Tom Huybrechts
On 11/27/06, Tom Huybrechts <[EMAIL PROTECTED]> wrote: This plugin uses sourcelevel 1.5: https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/repositorytools-maven-plugin ... and it does have non-mojo classes that do not have these constraints (see the components package) --

Re: [discuss] Java 5

2006-11-27 Thread Tom Huybrechts
This plugin uses sourcelevel 1.5: https://svn.codehaus.org/mojo/trunk/mojo/mojo-sandbox/repositorytools-maven-plugin On 11/27/06, Emmanuel Hugonnet <[EMAIL PROTECTED]> wrote: Tom Huybrechts a écrit : > I write all my mojo's with 1.5. > You just need to avoid using annotations and generics in t

Re: [vote] commit access to maven core for Andy Williams

2006-11-27 Thread Emmanuel Venisse
+1 Emmanuel Jason van Zyl a écrit : Hi, Andy Williams, on his holidays no less, did an amazing job helping me go up/down the entire stack of Maven of dependencies and getting the new classworlds/plexus working which he also helped to refactory quite nicely. He's been creating tons of patche

Re: [vote] commit access to maven core for Andy Williams

2006-11-27 Thread Brett Porter
+1 On 27/11/2006, at 10:53 PM, Jason van Zyl wrote: Hi, Andy Williams, on his holidays no less, did an amazing job helping me go up/down the entire stack of Maven of dependencies and getting the new classworlds/plexus working which he also helped to refactory quite nicely. He's been crea

[vote] commit access to maven core for Andy Williams

2006-11-27 Thread Jason van Zyl
Hi, Andy Williams, on his holidays no less, did an amazing job helping me go up/down the entire stack of Maven of dependencies and getting the new classworlds/plexus working which he also helped to refactory quite nicely. He's been creating tons of patches which display core level knowled

Re: [discuss] Java 5

2006-11-27 Thread Emmanuel Hugonnet
Tom Huybrechts a écrit : I write all my mojo's with 1.5. You just need to avoid using annotations and generics in the signature of your classes (fields, methods and their annotations). Tom So maybe you can enlight me ;-) : maven-plugin-tools-java (2.0.1 to 2.0.5-SNAPSHOT) has a dependency on q

Re: Error compiling Archiva

2006-11-27 Thread Aaron . Digulla
Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Did you try to clean the project before ? > I successfully built it yesterday. Yes. I've also tried to build with and without Codehaus snapshots but to no avail. Maybe it's not Archive but a new maven plugin that causes the problem? Also, can someon

Re: [discuss] Java 5

2006-11-27 Thread Tom Huybrechts
I write all my mojo's with 1.5. You just need to avoid using annotations and generics in the signature of your classes (fields, methods and their annotations). Tom On 11/27/06, Nicolas DE LOOF <[EMAIL PROTECTED]> wrote: Maven should depends on the latests Java version to allow plugins to use l

Re: Error compiling Archiva

2006-11-27 Thread Arnaud HERITIER
Did you try to clean the project before ? I successfully built it yesterday. Arnaud Aaron.Digulla wrote: > > Hello, > > I updated Archiva today and tried to compile it. The "mvn install" aborts > with NoClassDefFoundError: > > [INFO] > --

Error compiling Archiva

2006-11-27 Thread Aaron . Digulla
Hello, I updated Archiva today and tried to compile it. The "mvn install" aborts with NoClassDefFoundError: [INFO] [INFO] Building Archiva Web Application [INFO]task-segment: [install] [INFO] -

Re: [discuss] Java 5

2006-11-27 Thread Nicolas DE LOOF
Maven should depends on the latests Java version to allow plugins to use latest technology ! The maven-plugin-tools is a good example that demonstrate some user may get issue because maven is not up to date with latest tools. I'm building a Java 1.3 project for Websphere 5.0 using maven under