Re: filtering web.xml

2008-05-17 Thread Tim Kettler
There's currently a discussion on the dev list [1] about releasing the next version of the war plugin. I posted there yesterday that this bug should be fixed before a release, you can express your opinion there as well. Additionally, you can vote on the bug report in jira, to make it more

Re: filtering web.xml

2008-05-17 Thread Henri Gomez
2008/5/17 Tim Kettler [EMAIL PROTECTED]: There's currently a discussion on the dev list [1] about releasing the next version of the war plugin. I posted there yesterday that this bug should be fixed before a release, you can express your opinion there as well. I'll send a note on the dev list

Re: Unexpected element artifact:dependencies

2008-05-17 Thread Hervé BOUTEMY
yes, it seems like you are trying to use Maven Ant Tasks (maven-ant-tasks.jar) in an Ant build (build.xml) The doc is here: http://maven.apache.org/ant-tasks.html The tasks can be downloaded here: http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-ant-tasks-2.0.9.jar Regards, Hervé Le

Re: What does this warning mean: [WARNING] Attempting to build MavenProject instance for Artifact of type jar; constructing POM artifact instead

2008-05-17 Thread Dennis Lundberg
This message comes from the Plugin Management report in maven-project-info-reports-plugin 2.1-SNAPSHOT. This has been report in JIRA at http://jira.codehaus.org/browse/MPIR-99 Seva Popov wrote: Hi, We switched from Maven 2.0.7 to Maven 2.0.9 and started observing the following warnings for

java webstart plugin: sign (one/all) depnendencies?

2008-05-17 Thread Jan Torben Heuer
HI, I generate a webstart application with: mvn org.codehaus.mojo.webstart:webstart-maven-plugin:jnlp I used the example config from: http://coffeebreaks.org/tmp/maven-staging/webstart/site/jnlp-mojos-overview.html How can I tell the plugin to also sign all dependencies - or at minimum one of

Re: java webstart plugin: sign (one/all) depnendencies?

2008-05-17 Thread Jerome Lacoste
On Sat, May 17, 2008 at 7:02 PM, Jan Torben Heuer [EMAIL PROTECTED] wrote: HI, I generate a webstart application with: mvn org.codehaus.mojo.webstart:webstart-maven-plugin:jnlp I used the example config from: http://coffeebreaks.org/tmp/maven-staging/webstart/site/jnlp-mojos-overview.html

Re: Unexpected element artifact:dependencies

2008-05-17 Thread sudheshna iyer
Thank you very much for your help. As per the instructions, I have downloaded maven-ant-tasks-2.0.9.jar and put it in the ant lib directory. I also can find it in the list of directories when I do ant -diagnostics. But when I run build.xml, I get the following error: build.xml:4:

RE: Bug in maven 2 -

2008-05-17 Thread Brian E. Fox
Only suggestion I have is to try and make a project to reproduce it so we can see. -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Friday, May 16, 2008 11:28 AM To: Maven Users List Subject: RE: Bug in maven 2 - Any other suggestions on this? -Original

Maven not recognising the local repository

2008-05-17 Thread NinaBinde
My project fails to compile since it is not recognising any of the packages in the repository. The repository is in my local Document and Settings/... folder and I can see all the jars there. Anybody has any clues as why this would happen? Thanks in advance. -- View this message in context: