Ant plugin 1.5 release

2003-10-07 Thread dion
The Maven team is pleased to announce the Ant plugin 1.5 release. http://maven.apache.org/reference/plugins/ant/ The Maven Ant plugin is a plugin that generates a simple Ant build file from the project.xml file. Fixed in this version o Absolute paths were being generated in build.xml. Relative

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, Sh

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=m

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 h

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 messages are getting displayed. Several attempts at tuning the logging level have been un-successful. Sri - To unsubscribe, e-mai

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: g fg fg fg fgs dfg dfgdfghfa dfh dh adh adfh dfh adh adh dh technology adsasfa fa g ga ga ga ga gaga the output contains many spaces (velocity/jelly I presum

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 $JAV

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 [mailto:[

[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: 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.xm

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 ta

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. mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 3:21 PM To: maven Subject: ClassNotFoundException - using custom Ant task from Maven? Hello. I'm trying to run a custom Ant ask from Maven1.0-beta10

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.xml --- ..

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 Mave

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: 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 r

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 $maven.re

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 -Messa

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. Ch

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 de

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 org.apache.maven.project.Project.st

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 pos

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: jboss.jca:service=LocalTxCM to the mbe

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 tags

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 : Thanks, Danny - To unsubscribe, e-mail: [EMAIL PROTECTED] For

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 depende

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