mail-lists.xml patch

2004-03-03 Thread Tim Pizey
Hi, A patch for maven-plugins/xdoc/src/plugin-resources/templates/mail-lsits.xml -#if ($link.startsWith("http")) +#if ($link.trim().startsWith("http")) looks like this is a hack to overcomne the fact that leading spaces are being included in the variable. yours Tim Pizey Index: mail-

Re: Problem with assert in jellydoc

2004-03-03 Thread Tim Pizey
Hi, I hope that reporting these problems is helpful. I have upgraded maven to 1.0-rc1 and the jellydoc report still cannot handle assert and is still reporting itself as javadoc. The checkstyle report has stopped working, saying that I have content in my prolog. maven.log reports many pro

running Java applications

2004-03-03 Thread Volkmann, Mark
The following goal works well for running a Java application from Maven. I'm surprised there is nothing like this in the java plugin. Do I really have to write this myself for every project that needs it or is there already something supplied with Maven to do this?

[jar:deploy] Problem on Windows

2004-03-03 Thread Jeffrey, Rashid
Hi Our team's remote repository lives on a Windows machine. By issuing a goal I get this error which seems to be expecting a target Unix machine: Execute failed: java.io.IOException: CreateProcess: ssh -l rashid //ost-java-dev/javadch ome "mkdir -p //ost-java-dev/javadchome/respository/com.sky.u

RE: Download of SNAPSHOT-Plugins

2004-03-03 Thread Jean-Marc Lavoie
This make sense as you can be working on a branch to release a maintenance version. Let say your team released gizmosoft 1.0, and you work on new and improved version 1.1 so you have 1.1-rc1-SNAPSHOT (or whatever you like: b1, b2 instead of rc1). Then you must apply a fix to 1.0, you branch to p

RE: Download of SNAPSHOT-Plugins

2004-03-03 Thread Jörg Schaible
Martin Lambert wrote on Wednesday, March 03, 2004 1:06 PM: > Hi Joern, > > Glad I helped solve that problem. > > I am under the impression though that 'SNAPSHOT' in Maven is > the latest development version. Fixed version numbers I > believe are meant to represent stable versions of code. You >

AW: Download of SNAPSHOT-Plugins

2004-03-03 Thread Jörn Gebhardt
Hi Martin, for me the SNAPSHOT idea of Maven seems to be not completely mature. E.g. if you look at the project.xml of Maven itself (e.g. here: http://cvs.apache.org/viewcvs.cgi/maven/project.xml?rev=1.317.4.12&view=mark up) you'll find that their current version is named 1.0-rc2-SNAPSHOT. When se

Re: Building multiple jars with Maven

2004-03-03 Thread Jason van Zyl
On Tue, 2004-03-02 at 19:52, Brian Enigma wrote: > I am in the process of evaluating Maven to replace or coexist with > our existing Ant build process. For final release projects, Maven is > great because I can tell it where to find mycompany-crypto.jar, etc. > For this core "util" pr

Re: JDK 1.5 is out, and it breaks Maven

2004-03-03 Thread Berin Loritsch
Jörg Schaible wrote: Hi Berin, Jörg Schaible wrote on Wednesday, March 03, 2004 9:08 AM: Berin Loritsch wrote on Tuesday, March 02, 2004 10:52 PM: Thanks to the new JDK 1.5 installer, the default location to install both the runtime and the developer kit is within the %PROGRAM_FILES% directory.

Problem with assert in jellydoc

2004-03-03 Thread Tim Pizey
Hi, I am running out of cvs on my local machine but using 1.0-beta-9 on the production machine. Both systems are running j2sdk1.4.2 maven dist works on both On the production machine maven site fails with [javadoc] /usr/local/packages/dist/SPIndent/build/org/paneris/spindent/set/quasi/

Re: Melati version 0.7.2

2004-03-03 Thread Jason van Zyl
On Wed, 2004-03-03 at 06:04, Tim Pizey wrote: > On Wednesday 03 March 2004 4:12 am, Jason van Zyl wrote: > > On Tue, 2004-03-02 at 18:55, Tim Pizey wrote: > > > Version 0.7.2 of Melati has been released. > > > > Why are you announcing this on the maven user list? > > Because it is a Mavenised proj

Re: Building multiple jars with Maven

2004-03-03 Thread Eric Giguere
Hi there I would say if you like what Maven does and is, do the migration. I did it at my company. Basically, Maven is kind of a Super-Ant ( and much much more). There are multiple ways to make Maven do what you need. By design, it produces one artifact per project, so you could for instance ma

RE: Download of SNAPSHOT-Plugins

2004-03-03 Thread Martin Lambert
Hi Joern, Glad I helped solve that problem. I am under the impression though that 'SNAPSHOT' in Maven is the latest development version. Fixed version numbers I believe are meant to represent stable versions of code. You appear to be muddying the waters with your versioning numbering system.

AW: Download of SNAPSHOT-Plugins

2004-03-03 Thread Jörn Gebhardt
Hi Martin, '1.2-SNAPSHOT' means that it is the version 1.2 of the plugin that is still in development and changes until version 1.2 is released. And I wanted to use maven plugin:download -DartifactId=my-plugin -DgroupId=my-plugins -Dversion=1.2-SNAPSHOT to download the latest version of the ni

Re: SNMP jar on ibilio repository

2004-03-03 Thread nicolas De Loof
Thank you, I'll take a look at this. Thanks to Emmanuel too for uploading westhawk's stack. Nico. Ben Walding a écrit : Another one to consider is joe-snmp contained inside opennms They weren't releasing it as a separate jar last time I looked, but I did compile a snapshot onto ibiblio. Migh

Re: SNMP jar on ibiblio

2004-03-03 Thread Emmanuel Venisse
Done in westhawk group. Could you add a request in Jira the next time? Thanks Emmanuel - Original Message - From: "nicolas De Loof" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 03, 2004 11:10 AM Subject: SNMP jar on ibiblio > Please can someone

Re: SNMP jar on ibilio repository

2004-03-03 Thread Ben Walding
Another one to consider is joe-snmp contained inside opennms They weren't releasing it as a separate jar last time I looked, but I did compile a snapshot onto ibiblio. Might be worth hassling them to get it released separately if anyone else has interest in it. http://www.ibiblio.org/maven/ope

Inconsistent artifact deployment method across plugins

2004-03-03 Thread Charles Blaxland
Hi, The various maven plugins are inconsistent in the way they deploy artifacts to the remote repository. They use, variously, artifact:deploy or deply:artifact, for example: war:deploy -> artifact:deploy ejb:deploy -> artifact:deploy jar:deploy -> deploy:artifact dist:deploy -> deploy:arti

Re: Melati version 0.7.2

2004-03-03 Thread Tim Pizey
On Wednesday 03 March 2004 4:12 am, Jason van Zyl wrote: > On Tue, 2004-03-02 at 18:55, Tim Pizey wrote: > > Version 0.7.2 of Melati has been released. > > Why are you announcing this on the maven user list? Because it is a Mavenised project and on the Maven powered by page ? If this is not good

RE: Download of SNAPSHOT-Plugins

2004-03-03 Thread Martin Lambert
Hi, I'm not sure what you're on about with 1.2-SNAPSHOT, my understanding is you either have 'SNAPSHOT' which will always pull down the latest version or a fixed version number which I guess Maven would see '1.2-SNAPSHOT' as. Try this in the project.xml of a project that needs to use the plugin

Download of SNAPSHOT-Plugins

2004-03-03 Thread Jörn Gebhardt
Hi, by reading the Jelly script of the Plugin Plugin I figured out that if you want to downlaod the current version of a plugin like this: maven plugin:download -DartifactId=my-plugin -DgroupId=my-plugins -Dversion=1.2-SNAPSHOT and you already have a 1.2-SNAPSHOT version on your disk, it doesn'

SNMP jar on ibiblio

2004-03-03 Thread nicolas De Loof
Please can someone upload the SNMP stack from http://snmp.westhawk.co.uk/ on maven ibiblio repository, (or suggest me another SNMP implementation to use ?) Thank you. Nico. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

SNMP jar on ibilio repository

2004-03-03 Thread nicolas De Loof
Please can someone upload the SNMP stack from http://snmp.westhawk.co.uk/ on maven ibiblio repository, (or suggest me another SNMP implementation to use ?) Thank you. Nico. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

RE: JDK 1.5 is out, and it breaks Maven

2004-03-03 Thread Jörg Schaible
Hi Berin, Jörg Schaible wrote on Wednesday, March 03, 2004 9:08 AM: > Berin Loritsch wrote on Tuesday, March 02, 2004 10:52 PM: >> Thanks to the new JDK 1.5 installer, the default location to install >> both the runtime and the developer kit is within the %PROGRAM_FILES% >> directory. That means

RE: JDK 1.5 is out, and it breaks Maven

2004-03-03 Thread Jörg Schaible
Berin Loritsch wrote on Tuesday, March 02, 2004 10:52 PM: > Thanks to the new JDK 1.5 installer, the default location to > install both the runtime and the developer kit is within the > %PROGRAM_FILES% directory. That means a space is in the path > to the "java" command no matter how you slice it.