RE: POM extend feature - improvement suggestion

2003-10-07 Thread Christian Goos
Hi I have a question regarding the snapshot conversion. I defined snapshot dependencies as shown below but when I use the convert-snapshots goal I get a message:Can't retrieve snapshot version file: null When I confirm the dialog to update the dependency the project.xml isn't changed. What is

Problem with resolving Snapshot depenencies

2003-10-07 Thread Christian Goos
Sorry I posted this with the wrong subject Hi I have a question regarding the snapshot conversion. I defined snapshot dependencies as shown below but when I use the convert-snapshots goal I get a message:Can't retrieve snapshot version file: null When I confirm the dialog to update the

Changelog plugin - how to use relative path

2003-10-07 Thread Van Rompaey, Danny
Hi, I want to change the basedir arg form the changelog plugin (plugin.jelly) and make it relative, what is the best (cleanest) way to do this ? for example : goal name=maven-changelog-plugin:report ... changelog:changelog basedir=../.. developers=${pom.developers}

RE: Input from Maven Users

2003-10-07 Thread Bateman Pat UK MYT
We have just created the roles called the 'Build Monkey'. It's a role that moves from person to person depending on who broke the build. Release Management is still the responsibility of one person. CruiseControl is being used for our continuous integration of both the HEAD and the release

maven, xdoclet, jbossservice

2003-10-07 Thread khote
I'm trying to better understand how maven xdoclet work together, in particular how configParam works. I'm using hibernatedoclet well enough, but I'm not quite getting what I need from jbossservice when it outputs the jboss-service.xml I need to add:

plugin:uninstall

2003-10-07 Thread Christian Andersson
Hi there, I was wondering if there are any plans of providing the above mentioned goal... ie plugin:uninstall I'm trying at the moment to create a new plugin, for my own use, and when doing so, I must have screwed up something.. since now, I can't build anything (my own goal was added as a

problems with groupId and artifactId tags

2003-10-07 Thread Dahlen Jr, Shawn M
Hello - I'm experiencing an odd problem dealing with my dependency list. I am unable to run any goal when one of my dependencies use the groupId/artifactId combo rather than the id tag. I recieve the following error: java.lang.NullPointerException at

Rep:problems with groupId and artifactId tags

2003-10-07 Thread Emmanuel Venisse
You must use groupId in your dependencies ant not groupid -Message d'origine- De: Dahlen Jr, Shawn M [EMAIL PROTECTED] A: Maven User Mailing List (E-mail) [EMAIL PROTECTED] Date: 07/10/03 Objet: problems with groupId and artifactId tags Hello - I'm experiencing an odd problem dealing

Bootclasspath ?

2003-10-07 Thread Mike Gilbert
Folks, I'm doing some work with J2ME and Maven and right now there seems to be no way to override the boot classpath unless you override the java:compile goal. Am I correct or have I missed something ? Many thanks for any suggestions, Mike Gilbert --- Outgoing mail is certified Virus Free.

RE: problems with groupId and artifactId tags

2003-10-07 Thread Dahlen Jr, Shawn M
Haha.. thanks.. what a slip up.. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 10:47 AM To: Maven Users List Subject: Rep:problems with groupId and artifactId tags You must use groupId in your dependencies ant not groupid

Re: Bootclasspath ?

2003-10-07 Thread Dominik Dahlem
I don't know, if this is gonna help you. Find attached a j2me plugin. A guy called Thiago ([EMAIL PROTECTED]) sent it to me a while ago. I haven't tested it yet though. It wraps the tasks of the Antenna (http://antenna.sourceforge.net), and it needs the 0.9.10 version of antenna in the

RE: Problem with Current Working Directory

2003-10-07 Thread Alexey Krasnoriadtsev
It works in RC1. Thank you. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 5:16 PM To: 'Maven Users List' Subject: RE: Problem with Current Working Directory Ok, now I've got it. If this is still a problem in RC1, let me know. I believe I

RE: Maven Regional Repository

2003-10-07 Thread Sri Sankaran
D'oh! Sorry folks. Sri -Original Message- From: Jason Horne [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 5:41 PM To: Maven Users List Subject: RE: Maven Regional Repository Oops. Sri meant to send this to our -internal- Maven-users list, not the Maven community at large.

RE: Bootclasspath ?

2003-10-07 Thread Mike Gilbert
Thanks Dominik Looked at antenna earlier and was trying to avoid using it so that wouldn't have to pack an extra jar :) On first glance it looks good - will have a play and let you and Thiago know how I get on and any potential improvements You student or faculty there ? Interesting to see

ClassNotFoundException - using custom Ant task from Maven?

2003-10-07 Thread Konrad
Hello. I'm trying to run a custom Ant ask from Maven1.0-beta10 and I keep getting a ClassNotFoundException. Here is my maven.xml and project.xml: maven.xml - project xmlns:ant=jelly:ant goal name=convert ant:taskdef name=convert

RE: ClassNotFoundException - using custom Ant task from Maven?

2003-10-07 Thread Dahlen Jr, Shawn M
Add the classpathref attribute to the taskdef tag using maven.dependency.classpath value. ant:taskdef classpathref=maven.dependency.classpath ... Shawn Dahlen -Original Message- From: Konrad [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 3:21 PM To: maven Subject:

RE: ClassNotFoundException - using custom Ant task from Maven?

2003-10-07 Thread Konrad
Thank you very much Shawn! :) It's working now. Much appreciated. A side question though: The custom Ant task that I am calling references some configuration files within its .jar as: URL configFileUrl = this.getClass().getClassLoader().getResource(configFileName); However, when I ran the

Re: Override goals

2003-10-07 Thread Lester Ward
On Mon, 2003-10-06 at 16:46, Lester Ward wrote: I am attempting to override a plugin goal and am not able to. Maven continues to execute the original goal, not my override. This is in beta 10. My recollection is that all you had to do was declare a goal of the same name in your maven.xml file.

[scm plugin] SCM problems adding namespace to project.xml

2003-10-07 Thread Joe Germuska
I'm just now trying out the maven:scm plugin, and I have a couple of concerns. I thought I'd check the list before posting bugs, in case I'm confused. I just ran maven scm:prepare-release for the first time. When it modified my project.xml file, it incorrectly modified the root element. It

RE: plugin:uninstall

2003-10-07 Thread Brett Porter
Which project.xml? The manual process is rm $MAVEN_HOME/plugins/groupId-pluginId-version.jar The uninstall would be maven -DpluginId=pluginId -DgroupId=maven -Dversion=version plugin:uninstall The first one is shorter :) - Brett -Original Message- From: Christian Andersson

RE: [scm plugin] SCM problems adding namespace to project.xml

2003-10-07 Thread Brett Porter
No, that bug isn't related. I've never seen this happen, and I use a plain RC1 installation to do this regularly. SCM uses JSL (jelly) to transform the project.xml. Are you using any custom XML parsers, or have any other libraries in your classpath before starting maven? Anything installed in

xdoc plugin text mangling problem

2003-10-07 Thread Dolf Starreveld
In several of the html files produced from .xml files using the xdoc plugin I get mangled output. Let me give an example. Inside the .xml: tdg fg fg fg fgs dfg dfgdfghfa dfh dh adh adfh dfh adh adh dh technology adsasfa fa g ga ga ga ga gaga /td the output contains many spaces (velocity/jelly I

Logging level jelly:log

2003-10-07 Thread Sri Sankaran
Using: Maven 1.0 rc1 How is the logging level controlled? Using the jelly:log tags, only the log:info messages are getting displayed. Several attempts at tuning the logging level have been un-successful. Sri - To

Re: maven, xdoclet, jbossservice

2003-10-07 Thread dion
the xdoclet plugin is supported on the xdoclet mailing list. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ khote [EMAIL PROTECTED] wrote on 07/10/2003 10:08:01 PM: I'm trying to better understand how maven xdoclet work together, in particular how

RE: plugin:uninstall

2003-10-07 Thread dion
Brett Porter [EMAIL PROTECTED] wrote on 08/10/2003 08:42:57 AM: Which project.xml? Most of the plugin plugin assumes the current project is a plugin. The manual process is rm $MAVEN_HOME/plugins/groupId-pluginId-version.jar The uninstall would be maven -DpluginId=pluginId -DgroupId=maven

Re: Rep:problems with groupId and artifactId tags

2003-10-07 Thread dion
Raised as MAVEN-908 -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Emmanuel Venisse [EMAIL PROTECTED] wrote on 08/10/2003 12:46:49 AM: You must use groupId in your dependencies ant not groupid -Message d'origine- De: Dahlen Jr, Shawn M