Re: Continuum and site-deploy or wagon hanging

2006-02-07 Thread Emmanuel Venisse
Hmm, all problems were fixed in wagon for maven 2.0.2. If you have pb with this version, send a message to maven user list. Emmanuel Arnaud Bailly a écrit : Hi, We are experiencing same problem : wagon hangs on ssh deploy and site-deploy in a random way. Sometimes it works, sometimes it

Re: Problem with consecutive builds

2006-02-07 Thread Omar S. ElNaggar
I'm also a new continuum user and have been getting the same error. I tried doing 'svn cleanup' but it doesn't seem to be helping. Has anybody had any luck with the problem? --- From Re: Problem with consecutive builds (Nov 2005) --- it isn't a pb with continuum but with svn. This message come

settings.xml

2006-02-07 Thread Roland Kofler
I have the bug described here (on linux): http://jira.codehaus.org/browse/CONTINUUM-488 does anyone know a workaround for my company repository? thanks Roland

Application.xml

2006-02-07 Thread Saravanakumar . B
Hi , I'm getting the following warning when creating the ear file , application.xml is not getting included in the final Ear file.(maven1.x) selected ear files include a META-INF/application.xml which will be ignored (please use appxml attribute to ear task Can any one pls help me in

[M2] Ant-Script for simple Web-Project

2006-02-07 Thread Christian Schlaefcke
Hi Folks, I need to create a ant build script for a simple web project. When I run mvn install it runs fine and creates a war file. When I run mvn ant:ant and execute the resulting script it just produces a jar file. How can I tell the ant plugin to create web specific build script? Regards,

Re: [m2] Possible bug?

2006-02-07 Thread Rubén Barroso
Done. 2006/2/7, Brett Porter [EMAIL PROTECTED]: Go to http://jira.codehaus.org/browse/MRESOURCES and Create New Issue from the top bar. You need to sign up for an account first. - Brett On 2/7/06, Rubén Barroso [EMAIL PROTECTED] wrote: Hi Brett! How should I such a thing? (report

RE: Maven 2.0: accents and entities with xdoc

2006-02-07 Thread Peschier J. (Jeroen)
- Make sure your DTD matches the root element name of your docbook file. If memory serves me, it should be 'document' for xdoc. So it should read !DOCTYPE document [ !ENTITY mytest SYSTEM relative/path/to/MyTest.java ] - You say your XML file is encoded ISO-8859-1. Did you also specify the

Dependancy declaration for Maven 2.0 libraries

2006-02-07 Thread Johan Lindquist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, Are the Maven 2.0 core jars not in the repository or have I missed something? I need to depend on the maven-artifact-ant-X-dep.jar and I can't find it anywhere. Thanks, Johan - -- you too? -BEGIN PGP SIGNATURE- Version: GnuPG

m2 and perforce ???

2006-02-07 Thread Esteban Chavez
Hi, is there someone who got already m2 and perforce running together ? I'm unable to make a source update (mvn -e scm:update) mvn -e scm:status -- is ok mvn -e scm:validate -- is ok p4 sync -f -- is ok Thank you very much ! Esteban. Esteban Chávez Baroni banking objects Moorweg 8 22453

Re: Continuum and site-deploy or wagon hanging

2006-02-07 Thread Arnaud Bailly
Hi, We are experiencing same problem : wagon hangs on ssh deploy and site-deploy in a random way. Sometimes it works, sometimes it doesn't. This has nothing to do with continuum as the problem occurs in maven direct invocations. Solutions are of course welcomed, I was not able to trace the cause

Re: [ANN] Maven Dashboard Plugin 1.9 for Maven 1.x released

2006-02-07 Thread Wim Deblauwe
Thank you for still supporting Maven 1.x! How does the sorting work. I could not find any clue in the jira issue? regards, Wim 2006/2/6, [EMAIL PROTECTED] [EMAIL PROTECTED]: We are pleased to announce the Maven Dashboard Plugin 1.9 release!

Re: Application.xml

2006-02-07 Thread Max Cooper
Maven 2 generates the application.xml file for you: http://maven.apache.org/plugins/maven-ear-plugin/howto.html -Max On Tue, 2006-02-07 at 13:35 +0530, [EMAIL PROTECTED] wrote: Hi , I'm getting the following warning when creating the ear file , application.xml is not getting included in

AW: m2 and perforce ???

2006-02-07 Thread Esteban Chavez
Hi Emmanuel, This is what I get when running the update goal. ('maven' is my own alias for 'mvn') Esteban. D:\p4client\components\ecb-presentation-tilesmaven -e scm:update + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix:

Re: Ear projects

2006-02-07 Thread Max Cooper
On Mon, 2006-02-06 at 15:40 -0700, Brad O'Hearne wrote: I'm trying to convert an existing project to a maven ear project and I'm having some difficulty. I have several questions: 1) Is there any solid documentation surrounding EAR projects? There doesn't seem to be much of anything in any

Re: Continuum and site-deploy or wagon hanging

2006-02-07 Thread Michael Böckling
Nope, I experienced the exact same problem. Here it happens on a SuSe 9.2 with Maven 2.0.2 (and also in Continuum, of course). I had the impression that this does not affect small sites, but only large ones with many reports and all. It seems the site *does* get deployed correctly, but it hangs

Re: A local repository acting as a remote one

2006-02-07 Thread Max Cooper
On Mon, 2006-02-06 at 22:31 +0100, Fabrice BELLINGARD wrote: Hi Maveners, My case is the following: with Maven 2, I want to have an intermediate repository for my dev team, so that the developers don't download Jars from Ibiblio but only from this very repository. This is a common use case

Re: Maven 2.0: accents and entities with xdoc

2006-02-07 Thread Herve Quiroz
Thanks for your help. On Tue, Feb 07, 2006 at 10:10:22AM +0100, Peschier J. (Jeroen) wrote: - Make sure your DTD matches the root element name of your docbook file. If memory serves me, it should be 'document' for xdoc. So it should read !DOCTYPE document [ !ENTITY mytest SYSTEM

Re: Maven 2.0: accents and entities with xdoc

2006-02-07 Thread Herve Quiroz
On Tue, Feb 07, 2006 at 11:19:42AM +0100, Herve Quiroz wrote: Now I definitively need entities to work (or some mechanism to include a file into another)... BTW, XInclude does not work either. - To unsubscribe, e-mail: [EMAIL

Re: AW: m2 and perforce ???

2006-02-07 Thread Emmanuel Venisse
Are you logged in to Perforce? I think perforce provider requires that you're logged in. Emmanuel Esteban Chavez a écrit : Hi Emmanuel, This is what I get when running the update goal. ('maven' is my own alias for 'mvn') Esteban. D:\p4client\components\ecb-presentation-tilesmaven -e

AW: AW: m2 and perforce ???

2006-02-07 Thread Esteban Chavez
I suppose, I'm logged in. Otherwise 'p4 sync -f would produce an error, isn't it ? Is there a command to test if the used user is logged in ? Further, I ran the following goal maven -e scm:update -Dusername=ecb -Dpassword=MY_PASSWD -- NOK p4 info returned :

release:prepare + cvs : password is required

2006-02-07 Thread Bedin, Stephane \(GE Healthcare\)
Hi all, I'm trying to use the release:prepare plugin... without success. I'm using maven 2.0.2, My pom.xml contains: scm connectionscm:cvs:pserver:[EMAIL PROTECTED]:/cvsroot/doc:doc/connection developerConnectionscm:cvs:pserver:[EMAIL

Re: release:prepare + cvs : password is required

2006-02-07 Thread Emmanuel Venisse
Can you post 'mvn release:prepare' traces in debug mode (-X parameter)? It will be more helpful. I'd guess you use CVSNT, right? try this: mvn -Dpassword=your_password release:prepare Emmanuel Bedin, Stephane (GE Healthcare) a écrit : Hi all, I'm trying to use the release:prepare plugin...

Re: [m2] Bug? Maven2 Classloader doesn't URLEncoding

2006-02-07 Thread Roland Kofler
Can I contact a developer to file the bug? Roland Kofler schrieb: When I'm executing an getClass().getClassLoader().getResource(s); it gives back an URL encoded string in eclipse while Maven2 gives me blanks in my URL: eclipse

RE: Using extensions

2006-02-07 Thread Dixit, Sandeep (ProSource Solutions)
Here is my project structure: - websphere tasks project (deployed in the rep) - distributionProject - EJB module : pom inherits distributionProject pom - WEB module : pom inherits distributionProject pom - EAR module : pom inherits distributionProject pom; I ALSO WANT

Re: [m2] Bug? Maven2 Classloader doesn't URLEncoding

2006-02-07 Thread Brett Porter
http://jira.codehaus.org/browse/MNG I'm not sure if this is a bug, and I suspect it is in classworlds if it is, but we can track it there. - Brett On 2/8/06, Roland Kofler [EMAIL PROTECTED] wrote: Can I contact a developer to file the bug? Roland Kofler schrieb: When I'm executing an

RE: release:prepare + cvs : password is required

2006-02-07 Thread Bedin, Stephane \(GE Healthcare\)
Yes I'm using CVSNT (as part of WinCVS). (Note: I had also tried : mvn scm:update to get the latest scm plugins) Here are the traces of 'mvn -Dpassword=your_password release:prepare': + Error stacktraces are turned on. [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and

Re: release:prepare + cvs : password is required

2006-02-07 Thread Emmanuel Venisse
Ok, The released version of release plugin use an old version of maven-scm. This problem is fixed in svn, if you want to try it. Other solution is to put your password on scm url but it isn't secure. Emmanuel Bedin, Stephane (GE Healthcare) a écrit : Yes I'm using CVSNT (as part of WinCVS).

Scheduling Error

2006-02-07 Thread Gerard Garrigan
Hello, I'm using Continuum with a Maven 2 project. It builds fine when you force the build but the following error arises when the build is scheduled: jvm 1| 02-Feb-2006 14:21:00 org.quartz.core.JobRunShell run jvm 1| SEVERE: Job DEFAULT.itraxspring threw an unhandled Exception:

Re: Using Maven 2 from Eclipse/RAD 6.0

2006-02-07 Thread kaneda-java
Check for version probleme. RAD might be eclipse 3.0.2 whiche need a specific Meven IDE version. I think Quoting Mang Jun Lau [EMAIL PROTECTED]: I've tried installing this plugin into RAD 6 but it doesn't work. - To

Site-deploy or wagon hanging (Maven 2.0.2, Red Hat and SuSe)

2006-02-07 Thread Johnson, Jonathan
Hi all, Is anyone aware that the following command mvn clean install deploy site-deploy will hang when site-deploy executes the following rm command command: cd /home/builder/454/deploy/site/common/.; unzip -o wagon47499.zip; rm -f wagon47499.zip I'm using Maven

RE: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-07 Thread Durfee, Bernard
I get the following after I upgraded from 2.5 to 3.0... BUILD FAILED File.. \home\.maven\cache\maven-checkstyle-plugin-3.0\plugin.jelly Element... style Line.. 238 Column 59 java.lang.ClassCastException: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser ...I have the Xerces

Re: Scheduling Error

2006-02-07 Thread Emmanuel Venisse
It's a known issue that will be fix in 1.0.3 (http://jira.codehaus.org/browse/CONTINUUM-577) I think it's because you have a schedule without any attached projects. Remove this unused schedule or attach to it a project. Emmanuel Gerard Garrigan a écrit : Hello, I'm using Continuum with

Re: Ear projects

2006-02-07 Thread Tim Morrow
On 2/7/06, Max Cooper [EMAIL PROTECTED] wrote: On Mon, 2006-02-06 at 15:40 -0700, Brad O'Hearne wrote: I'm trying to convert an existing project to a maven ear project and I'm having some difficulty. I have several questions: 1) Is there any solid documentation surrounding EAR projects?

Re: [ANN] Maven Checkstyle Plugin 3.0 for Maven 1.x released

2006-02-07 Thread Arnaud HERITIER
I don't know (I don't have the code here) but it must be transparent do you use maven 1.0.2 also ? Can you open an issue for these problems of parsers please. Arnaud On 2/7/06, Durfee, Bernard [EMAIL PROTECTED] wrote: I get the following after I upgraded from 2.5 to 3.0... BUILD FAILED

RE: release:prepare + cvs : password is required

2006-02-07 Thread Bedin, Stephane \(GE Healthcare\)
How can I update my plugin version of maven-scp to get the correction ? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: mar. 7 février 2006 15:15 To: Maven Users List Subject: Re: release:prepare + cvs : password is required Ok, The released version of release

Re: release:prepare + cvs : password is required

2006-02-07 Thread Emmanuel Venisse
If you want the fix, you should checkout the release plugin and install it. Bedin, Stephane (GE Healthcare) a écrit : How can I update my plugin version of maven-scp to get the correction ? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: mar. 7 février 2006

RE: Scheduling Error

2006-02-07 Thread Gerard Garrigan
Nail on the head, Thanks very much, Ger -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: 07 February 2006 14:50 To: continuum-users@maven.apache.org Subject: Re: Scheduling Error It's a known issue that will be fix in 1.0.3

Re: m2: developing ant plugin - problems passing maven.compile.classpath

2006-02-07 Thread Martin van der Plas
Hi All, I've the same problem here. How to convert the ${project.testClassPathElements} into an ant classpath reference? Any help is appreciated. Thanks. Martin [EMAIL PROTECTED] wrote: I have created an ant plugin with the following mojo: gateway.mojos.xml pluginMetadata mojos !--

Re: Application.xml

2006-02-07 Thread John Casey
You could probably use the appxml attribute, like this: build ... plugins plugin artifactIdmaven-ear-plugin/artifactId configuration appxml/path/to/META-INF/application.xml/appxml /configuration /plugin ... /plugins /build -john [EMAIL PROTECTED]

Re: [M2] Ant-Script for simple Web-Project

2006-02-07 Thread John Casey
Unfortunately, there seems to be an open TODO in the code for that. Off the top of my head, I can't imagine how you'd adjust it to work with the packaging of the project...at least, not easily. If you'd like to take a look at the source, it's here:

Re: [m2] parent pom

2006-02-07 Thread Mang Jun Lau
Thanks for that sample. It helps out a lot. I was wondering why we have to depend on maven-model? What is that for? Thanks. _Mang Maria Odea Ching [EMAIL PROTECTED] 01/30/2006 10:17 PM Please respond to Maven Users List users@maven.apache.org To Maven Users List

Automating release:prepare

2006-02-07 Thread brian . a . yoffe
I would like to execute a release:prepare and release:perform from continuum nightly. The release:prepare step prompts for tag name, next version name, etc. Looking at http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html it appears there may be a way to do this without

Re: A local repository acting as a remote one

2006-02-07 Thread John Casey
When designing Maven 2, we found a need for metadata beyond the POM. This metadata has to be merged from multiple repositories, so the build can take the appropriate actions as if there were only one repository. This leads to a difference between the notion of a local repository (which really

Re: Using extensions

2006-02-07 Thread John Casey
In general, Maven follows the Java-ish single-inheritance model. What you're trying to do is multiple inheritance of POMs, which we don't support. What specifically is in your websphere tasks project that you want inherited here? Maybe there is another approach that will solve your problem,

Re: project specific local repos

2006-02-07 Thread John Casey
This is probably going to be *a lot* easier for you: http://maven.apache.org/guides/mini/guide-assemblies.html Cheers, John Stefan Podkowinski wrote: Hello Whats the best way to distribute your project if you need to provide all artifacts incl. dependencies with your release? E.g. if you

Compile with 1.5

2006-02-07 Thread Alejandro Sarco
Hello, How can I tell the compiler plugin to compile for 1.5, if I'm using all the defaults and my poms don't name the maven-compiler-plugin at all? Is there a central configuration for plugins? Adding compilerVersion1.5/compilerVersion as a property in the profiles doesn't helps. Thanks,

Re: Does maven 2 really support dependencies of type war?

2006-02-07 Thread John Casey
can you post a copy of your POM? Jason Chaffee wrote: If I try to add a dependency of type war to my pom, I get the following Error (note: I can remove typewar/type and it doesn’t fail): [ERROR] FATAL ERROR [INFO]

Re: [m102] overriding goal

2006-02-07 Thread Laird Nelson
I see. So suppose there is a plugin goal named world:destroy and I only want to run it if the property evil.dictator is set. How would I do this? I don't want it to be an error if someone tries to run it without said property; I just want to silently do nothing. On the other hand, if that

Re: Automating release:prepare

2006-02-07 Thread John Casey
You can run maven in batch mode (-B), which is non-interactive. From that point, you'd have to specify a few command-line system properties to push in the answers to the questions it asks...I think it'd bump the version in the manner you're asking for, but it's going to need some testing. :)

Re: Compile with 1.5

2006-02-07 Thread John Casey
You should read these: * http://maven.apache.org/guides/mini/guide-configuring-plugins.html * http://maven.apache.org/plugins/maven-compiler-plugin/howto.html That last one contains something like this: build plugins plugin artifactIdmaven-compiler-plugin/artifactId

Re: Automating release:prepare

2006-02-07 Thread Emmanuel Venisse
you'll must remove release.properties after each run. Emmanuel John Casey a écrit : You can run maven in batch mode (-B), which is non-interactive. From that point, you'd have to specify a few command-line system properties to push in the answers to the questions it asks...I think it'd bump

RE: Using extensions

2006-02-07 Thread Dixit, Sandeep (ProSource Solutions)
Hi John, From the websphere_tasks project (a pom-only project that is using an antrun plugin. There is no jar.) I am inheriting the WebSphere admin functionality (WebSphere deploy, install, uninstall, etc.) in EAR module only. From the parent distributionProject pom, I am inheriting the common

RE: Automating release:prepare

2006-02-07 Thread Mike Perham
I don't think the release plugin is designed to do what you want. Releases are supposed to be feature complete, developer-approved artifacts designed to be used externally. Automation is impossible with that definition. I assume you want numbered releases so you have an exact manifest of what

Re: How to install sources

2006-02-07 Thread Erick Dovale
Hi Darryl, I mean the project's source jar not the dependencies and by install i mean to install them in the local repo. I could use the install plugin to do this but I was wondering if there was a way of doing it all together in a single step.. thanks.. erick. Darryl L. Pierce wrote:

Re: AW: AW: m2 and perforce ???

2006-02-07 Thread Emmanuel Venisse
I don't know, i never used Perforce. Mike, any idea? Emmanuel Esteban Chavez a écrit : I suppose, I'm logged in. Otherwise 'p4 sync -f would produce an error, isn't it ? Is there a command to test if the used user is logged in ? Further, I ran the following goal maven -e scm:update

Re: Compile with 1.5

2006-02-07 Thread Alejandro Sarco
John, thanks for the answer. Yes, I did read these. But the problem is I'm not explicitly calling the compiler plugin from my poms because I'm using all the defaults. Unless... are you suggesting to add an otherwise empty plugin entry with only these two parameters in my master pom?. I will

RE: AW: AW: m2 and perforce ???

2006-02-07 Thread Mike Perham
Unable to sync usually indicates the user is not logged in. Obviously that sounds like that is not the case here. Esteban, turn on debugging with -X and send me the relevant output directly in email please. mike -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED]

RE: m2 and perforce ???

2006-02-07 Thread Helck, Christopher
Hi Esteban, Somehow you need to find out the exact command that maven2 is trying to execute. In maven1 the -X usaully did this, but in Maven2 it doesn't seem to. If you want I'll give it a try. Please send me the snippet of XML you use to setup Perforce in pom.xml. Regards, C. Helck

Re: [ANN] Maven Dashboard Plugin 1.9 for Maven 1.x released

2006-02-07 Thread Lukas Theussl
Sorry, this is somewhat hidden in the properties: http://maven.apache.org/maven-1.x/reference/plugins/dashboard/properties.html Look for the maven.dashboard.sort and maven.dashboard.sort.property properties. The latter defaults to 'name', but can be any element defined in your pom, eg

RE: [m2] parent pom

2006-02-07 Thread Frank Russo
I don't think you have to. I don't have it in mine, and it works fine. Maybe she included it as an example... Frank Russo Senior Developer FX Alliance, LLC -Original Message- From: Mang Jun Lau [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 07, 2006 10:33 AM To: Maven Users List

Failure to inject ScmManager, bug in maven-embedder?

2006-02-07 Thread Michael Böckling
Hello List! In a custom mojo, I have a plexus component field like this: /** * @component */ private ScmManager scmManager; Using the Plug-In on the commandline works, but when I try to execute the Mojo using the maven-embedder, I get an IllegalArgumentException. Could this be a bug

AW: AW: AW: m2 and perforce ???

2006-02-07 Thread Esteban Chavez
Mike, thanks for the help ! I ran maven -X scm:update -- it was now successful (see trace below) ! I don't understand what happened :o( Could you please give some explanations about the log ? Did I run it with a newer plug-in version ? Esteban.

Re: Using extensions

2006-02-07 Thread John Casey
You should probably look into turning the websphere_tasks project into a plugin with multiple mojos, as described in: http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html This will make those Ant scriptlets reusable, without clogging up your POM inheritance hierarchy.

RE: AW: AW: m2 and perforce ???

2006-02-07 Thread Mike Perham
You are running the latest publically available build. I know there was a problem with sync'ing with your version which was fixed soon after the beta-2 release so I suspect you are seeing that bug. The latest SNAPSHOT version is pretty stable (has not changed in 2-3 weeks or so with no known

classpath/manifest file in jar

2006-02-07 Thread Kristof Vanbecelaere
Hi, when using 2.1-SNAPSHOT of maven-jar-plugin, is there a way of getting a custom manifest file in a jar? Or getting classpath entries in the generated manifest? And which would that be? Is the info in http://maven.apache.org/guides/mini/guide- manifest.html still applicable to

AW: AW: AW: m2 and perforce ???

2006-02-07 Thread Esteban Chavez
Mike, do you mean maven 2.0.1 as the latest publically available build ? If it helps, I will upgrade... An other question : After a (successful) maven scm:update, I was trying to create a release of my project. I executed maven -X release:update but got the error below. After release:update I

Re: Generating a jboss wsr file

2006-02-07 Thread Brad O'Hearne
I hadn't heard from anyone on this, but just a yeah or nay on whether WSR files are supported would be helpful. Is anyone else out there using JBoss, and building wsr's (web service archives)? As with all of these JBossian archives, they are just JAR files with different extensions. Does

Re: project specific local repos

2006-02-07 Thread Stefan Podkowinski
The plugin looks interesting but its not quite what I need. Although the assemble plugin allows to create custom source distributions with gathered libs I dont get why I should do this since my project *is* actually the source ;) What I like to do is to ship my maven project as it is including a

[m1.1b2] Javadoc plugin 1.8 warnings report is empty

2006-02-07 Thread Jeff Jensen
Hi, Our Javadoc Warnings Report run with maven site has failed for along time. I finally have time to (hopefully!) resolve the problem. The report will state the number of files, number of errors=0, and an empty Files section. Running it with maven.javadoc.debug=true, the following info is in

RE: AW: AW: m2 and perforce ???

2006-02-07 Thread Mike Perham
Maven is actually composed of about a million little versioned jars. I'm referring to the Maven SCM subsystem, whose latest release is 1.0-beta-2. You would need to check out the maven scm source code and build it to get the latest binaries and then update the release and scm plugins to use

Re: [m1.1b2] Javadoc plugin 1.8 warnings report is empty

2006-02-07 Thread Lukas Theussl
Hi Jeff, I thought we had resolved all your problems with javadoc warnings ;) Would you mind opening another issue with more detailed information, ie the exact versions of javadoc, xdoc and site plugin that you are using, and the files that are generated in target/javadoc? Or even better, a

[m2] Docs of fileset elements

2006-02-07 Thread Rollo, Dan
I can't seem to find documentation about exactly which sub elements are valid in a Fileset. I have an assembly descriptor in which I'd like to include files from a location under the basedir, but I don't want all the parent dirs included in the path in the final output zip. I thought specifying

Re: [m2] Docs of fileset elements

2006-02-07 Thread dan tran
fileSets fileSet directorytools/directory includes includejmlib/**/include /includes /fileSet On 2/7/06, Rollo, Dan [EMAIL PROTECTED] wrote: I can't seem to find documentation about exactly which sub elements are valid in a

where to define custom compiler?

2006-02-07 Thread Marc Dugger
Instead of JavacCompiler, I'd like to try my own implementation (Javac13Compiler) that attempts to shorten the command line arguments. Where do I define the which implementation to use so it's picked up by M2? Thanks. Marc Dugger [EMAIL PROTECTED]

Re: [m1.1b2] Javadoc plugin 1.8 warnings report is empty

2006-02-07 Thread Jeff Jensen
Hello Lukas! Thank you for the prompt reply and interest to help :-) Yes, you did! I know it worked for awhile, I am not sure when/how it broke again. I only know it has been broken for awhile. This is a different problem this time, and it exists across all 4 of our projects (the small and

properties files

2006-02-07 Thread Kevin Galligan
I know that we should use the resources directory to store properties files, but to ease our platform build changes, I'd like to leave properties files in the java source directory. It looks like the jar plugin moves xml files over. Is there a way to force properties files as well? Thanks,

Re: [m1.1b2] Javadoc plugin 1.8 warnings report is empty

2006-02-07 Thread Arnaud HERITIER
It's a problem of conflict between different plugins which uses two incopatible releases of commons-collections. It'll be fixed in maven 1.1 beta 3 because we unified all the dependencies. Arnaud On 2/7/06, Jeff Jensen [EMAIL PROTECTED] wrote: Hello Lukas! Thank you for the prompt reply and

Re: Generating a jboss wsr file

2006-02-07 Thread Brett Porter
I don't think there is anything specific. You might like to checkout the jboss plugin at mojo.codehaus.org. - Brett On 2/8/06, Brad O'Hearne [EMAIL PROTECTED] wrote: I hadn't heard from anyone on this, but just a yeah or nay on whether WSR files are supported would be helpful. Is anyone else

Re: Generating a jboss wsr file

2006-02-07 Thread Brad O'Hearne
Brett, Thanks! I guess along with thiscan someone give me some advice for how to publish an archive whose extension is not presently supported? If this means producing a new type of archive, let me know, perhaps I can contribute this. If there are any good links to information on

Re: Generating a jboss wsr file

2006-02-07 Thread Brett Porter
Check out the introduction to the build lifecycle in the documentation. This contains most of the information needed. There are also plenty of mails on this in the archives. - Brett On 2/8/06, Brad O'Hearne [EMAIL PROTECTED] wrote: Brett, Thanks! I guess along with thiscan someone give

Re: properties files

2006-02-07 Thread John Casey
Try: build resources resource directory${build.sourceDirectory}/directory includes include**/*.properties/include /includes /resource /resources /build ...and if you wanted to do the same thing for test-resources, you'd have an additional section of the

Re: [m102] overriding goal

2006-02-07 Thread Henry S. Isidro
Laird Nelson wrote: I see. So suppose there is a plugin goal named world:destroy and I only want to run it if the property evil.dictator is set. How would I do this? I don't want it to be an error if someone tries to run it without said property; I just want to silently do nothing. On the

Re: Multiproject support in Maven 2

2006-02-07 Thread Cristiano V. Gavião
Hi, Im studing m2 and something is not yet clear in my mind How can I merge the contents of the common-war project module with a common-resources project. This resource project has only tlds, css and other web stuffs... I want this merge be done before the war file be generated... I

Re: project specific local repos

2006-02-07 Thread John Casey
it's possible, if a little involved. ;) First, you need a local repository that contains only the plugin artifacts needed for your build plus your project's dependencies. This means setting up a settings.xml that points to this isolated local repository (probably the settings.xml *and* the

RE: [m1.1b2] Javadoc plugin 1.8 warnings report is empty

2006-02-07 Thread Jeff Jensen
Hi Arnaud, thanks for the info. Are there any particular plugins I can back down a rev on so that it works? -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 07, 2006 5:07 PM To: Maven Users List Subject: Re: [m1.1b2] Javadoc plugin 1.8

Re: [m102] overriding goal

2006-02-07 Thread Laird Nelson
Yes, thank you; you have, of course, defined a new goal that governs whether the old one is executed, which is a perfectly valid approach. I was hoping for a wee bit more, namely the ability to not only override a goal but to gain access to the overridden goal from the overriding goal. Thanks,

Re: [m102] overriding goal

2006-02-07 Thread Henry S. Isidro
Laird Nelson wrote: Yes, thank you; you have, of course, defined a new goal that governs whether the old one is executed, which is a perfectly valid approach. I was hoping for a wee bit more, namely the ability to not only override a goal but to gain access to the overridden goal from the

[m2] - Installing new archetypes

2006-02-07 Thread Trent Rosenbaum
Hi there, Can anyone offer any thoughts on the following. I have downloaded maven-archetype-j2ee module and have packaged + installed the Jar artifact. When I go to inspect my local repo I find the following: org\apache\maven\archetypes\maven-archetype-j2ee under this directory I find the

Re: [m2] - Installing new archetypes

2006-02-07 Thread John Casey
try re-installing it with the following command line option: -DupdateReleaseInfo=true That will update the RELEASE metadata. It would seem that there should be a way to specify the archetype-artifact's version, though... -john Trent Rosenbaum wrote: Hi there, Can anyone offer any thoughts

Re: [m2] - Installing new archetypes

2006-02-07 Thread Trent Rosenbaum
Thanks for the help John, I have reinstalled the j2ee archetype after making sure all the files were deleted. I have gone back to the file maven-metadata-central.xml and this still has the same information inside it. The archetype plugin can now use this archetype without any issues, so what have

Re: [m102] overriding goal

2006-02-07 Thread Laird Nelson
On 2/7/06, Henry S. Isidro [EMAIL PROTECTED] wrote: I'm not exactly sure what you mean but have you tried attainGoal name = goalname /? To be fair, no, I haven't, but that would involve an infinite loop: goal name=destroy:world j;if test=${is.evil}/ attainGoal name=destroy:world/

Re: [m102] overriding goal

2006-02-07 Thread Henry S. Isidro
Laird Nelson wrote: On 2/7/06, Henry S. Isidro [EMAIL PROTECTED] wrote: I'm not exactly sure what you mean but have you tried attainGoal name = goalname /? To be fair, no, I haven't, but that would involve an infinite loop: goal name=destroy:world j;if test=${is.evil}/

[m1] Jalopy plugin problems

2006-02-07 Thread Wendy Smoak
Twice now, on two different machines (same codebase, though,) the Jalopy plugin was working fine and then suddenly stopped working with the error below. Full output of maven jalopy -X is here: http://wiki.wsmoak.net/cgi-bin/wiki.pl?Maven/Jalopy The only thing that changed was Jalopy's config

maven kodo plugin

2006-02-07 Thread clark . rao
Dear all, When I build maven kodo plugin, it failed. can you help? GroupId: org.codehaus.mojo ArtifactId: mojo-sandbox Version: 2-SNAPSHOT Reason: Unable to download the artifact from any repository org.codehaus.mojo:mojo-sandbox:pom:2-SNAPSHOT from the specified remote repositories:

Re: maven kodo plugin

2006-02-07 Thread Henry S. Isidro
[EMAIL PROTECTED] wrote: Dear all, When I build maven kodo plugin, it failed. can you help? GroupId: org.codehaus.mojo ArtifactId: mojo-sandbox Version: 2-SNAPSHOT Reason: Unable to download the artifact from any repository org.codehaus.mojo:mojo-sandbox:pom:2-SNAPSHOT from the

Re: maven kodo plugin

2006-02-07 Thread clark . rao
Dear Henry, thanks a lot thanks. Tel: (020)36315358-328 Fax: (020)36315170 Henry S. Isidro

Re: maven kodo plugin

2006-02-07 Thread clark . rao
Dear Henry, I have got org.codehaus.mojo:mojo-sandbox:pom:2-SNAPSHOT. However, I can't get com.solarmetric:kodo-jdo:jar:3.0 thanks. Tel: (020)36315358-328 Fax: (020)36315170

[m2 ant] Why is commons-collections 2.1 chosen over 3.1

2006-02-07 Thread Matt Raible
It seems logical to me that commons-collections 3.1 should be chosen over commons-collections 2.1. Unfortunately, it looks like Hibernate overrides HtmlUnit. Any idea why? I'm using the 2.0.2 Ant Tasks. org.hibernate:hibernate:jar:3.1 (selected) dom4j:dom4j:jar:1.6 (selected)

Re: maven kodo plugin

2006-02-07 Thread Henry S. Isidro
[EMAIL PROTECTED] wrote: Dear Henry, I have got org.codehaus.mojo:mojo-sandbox:pom:2-SNAPSHOT. However, I can't get com.solarmetric:kodo-jdo:jar:3.0 I don't think it's in the repositories. Have you tried their website -- http://www.solarmetric.com/ Henry

Re: [m2 ant] Why is commons-collections 2.1 chosen over 3.1

2006-02-07 Thread Brett Porter
Nearer means closer in the tree, not newer. It used to be newer, and I really should have kept it that way. Making that configurable is a feature planned for 2.1. You can exclude commons-collections from the hibernate dependency, or you can include it with a forced version. - Brett On 2/8/06,

  1   2   >