[mojo url svn Anonymous access]

2005-11-12 Thread olivier lamy
Hi, I tryed to checkout some mojo plugins sources. But I have trouble concerning the url Anonymous Access in the documentation ( http://mojo.codehaus.org/surefire-report-maven-plugin/source-repository.html ). svn checkout

Re: [mojo url svn Anonymous access]

2005-11-12 Thread Emmanuel Venisse
svn co svn://svn.codehaus.org/mojo/trunk/mojo/surefire-report-maven-plugin olivier lamy a écrit : Hi, I tryed to checkout some mojo plugins sources. But I have trouble concerning the url Anonymous Access in the documentation (

Re: [mojo url svn Anonymous access]

2005-11-12 Thread olivier lamy
In my linux box the response is : svn: No repository found in ' svn://svn.codehaus.org/mojo/trunk/mojo/surefire-report-maven-plugin' 2005/11/12, Emmanuel Venisse [EMAIL PROTECTED]: svn co svn://svn.codehaus.org/mojo/trunk/mojo/surefire-report-maven-plugin olivier lamy a écrit : Hi, I

Re: [mojo url svn Anonymous access]

2005-11-12 Thread Emmanuel Venisse
Personally, I use https protocol svn co https://svn.codehaus.org/mojo/trunk/mojo olivier lamy a écrit : In my linux box the response is : svn: No repository found in ' svn://svn.codehaus.org/mojo/trunk/mojo/surefire-report-maven-plugin' 2005/11/12, Emmanuel Venisse [EMAIL PROTECTED]: svn

Re: [m2] Exception in release plugin

2005-11-12 Thread Arik Kfir
Yes, the parent project is correctly parsed and deployed, so I assume the parent's group ID is ok. Filed in JIRA under: http://jira.codehaus.org/browse/MNG-1527 On 11/12/05, Brett Porter [EMAIL PROTECTED] wrote: Do you correctly specify the groupID in the parent? Please file a bug, yes. -

[m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-12 Thread berndq
Hi, I want to use the plugin for jdepend in maven 2. With google I found http://mojo.codehaus.org/jdepend-maven-plugin/howto.html http://www.ibiblio.org/pub/packages/maven2/maven/maven-jdepend-plugin/1.5/ I added ibiblio to my pom pluginRepositories pluginRepository

Re: Documentation -- making better use of the wiki

2005-11-12 Thread Alexander Hars
Jason, Thank you for setting up the mavenusers space on confluence. While this solution is certainly better for integrating the documentation with Maven, it has the disadvantage that it significantly raises the bar for anyone who wants to contribute. For example, unregistered users can't

Re: Documentation -- making better use of the wiki

2005-11-12 Thread Arik Kfir
Although I'm not part of the original discussion, big +100 from me :) On 11/12/05, Alexander Hars [EMAIL PROTECTED] wrote: Jason, Thank you for setting up the mavenusers space on confluence. While this solution is certainly better for integrating the documentation with Maven, it has the

Re: get the source from SCM in Maven 2

2005-11-12 Thread Brett Porter
You can use the scm:checkout goal to get the entire source tree. - Brett On 11/11/05, Maruf Aytekin [EMAIL PROTECTED] wrote: In maven 2 is there a way to get the source from SCM and place in the src directory at build time like fetching the source at the build time with Ant? Thanks,

Re: Documentation -- making better use of the wiki

2005-11-12 Thread Arik Kfir
Provided that somehow this will (slowly, based on available time of maven devs) propagate back to the official Maven docs On 11/12/05, Arik Kfir [EMAIL PROTECTED] wrote: Although I'm not part of the original discussion, big +100 from me :) On 11/12/05, Alexander Hars [EMAIL PROTECTED] wrote:

Re: NoClassDefFound when runing surefire

2005-11-12 Thread Brett Porter
Runner comes from surefire-booter. However, I don't think that it is saying that it can't find the runner, as the call that causes it is: at com.meridea.cs.logging.Logger.getDelegatePlugin(Logger.java:306) Surefire runs in the VM, with a separated classloader, so is this using a class

Re: [m2] exception from POM - not sure why

2005-11-12 Thread Brett Porter
Any NPE is a bug (even if it is just incorrect error reporting), so please file it. Is there any reason yo need to use a report set for the javadoc plugin? Can you narrow it down to which report is causing the issue? - Brett On 11/12/05, Arik Kfir [EMAIL PROTECTED] wrote: I have three POMs:

Re: Users List configuration

2005-11-12 Thread Brett Porter
No, that's not possible - maybe one of the web archives (nabble?) allows you to subscribe to your own topics for updates? - Brett On 11/12/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I have a question concerning this Users List. Maybe it's a stupid question ;-) , but I have to

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-12 Thread Brett Porter
That's the Maven 1.x plugin. The error reporting is a known bug. groupIdorg.codehuas.mojo/groupId artifactIdjdepend-maven-plugin/artifactId On 11/12/05, berndq [EMAIL PROTECTED] wrote: Hi, I want to use the plugin for jdepend in maven 2. With google I found

Re: Testing with EJB3

2005-11-12 Thread Brett Porter
You can request them to be uploaded. You can also install them in a local repository yourself (much like working with Ant). http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html http://maven.apache.org/guides/mini/guide-ibiblio-upload.html - Brett On 11/12/05, Richard

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-12 Thread Oscar Picasso
--- Brett Porter [EMAIL PROTECTED] wrote: That's the Maven 1.x plugin. The error reporting is a known bug. groupIdorg.codehuas.mojo/groupId artifactIdjdepend-maven-plugin/artifactId I have tried this one (I guess that the groupId is actually org.codehaus.mojo. I get The plugin

M2 : Major Bug in xdoclet plugin ?

2005-11-12 Thread Pete
If I use the xdoclet plugin to generate ejb classes all works fine and as expected - providing I running one ejb project at a time. e.g. mvn clean generate-sources from the pom.xml for the EJB project(s) all is ok. BUT if I run from the parent project pom :- - the reactor correctly finds the

Re: Documentation -- making better use of the wiki

2005-11-12 Thread Emmanuel Venisse
Jason, I can't view it, I obtain You do not have permission to view this page. Emmanuel Jason van Zyl a écrit : On Sat, 2005-11-12 at 12:17 +0100, Alexander Hars wrote: Jason, Thank you for setting up the mavenusers space on confluence. While this solution is certainly better for

New: Axis Tools Plugin

2005-11-12 Thread Jesse McConnell
I just commited a 0.1 version of the axistools plugin into the mojo-sandbox. This plugin will be replacing the existing wsdl2java plugin and features expanded support for command line options on the wsdl2java axis utility as well as adding a new goal for the java2wsdl tool. There are two goals

Re: Documentation -- making better use of the wiki

2005-11-12 Thread Wendy Smoak
On 11/12/05, Alexander Hars [EMAIL PROTECTED] wrote: 3. Yesterday Wendy Smoak noted in the mailing list that the guide for creating archetypes states that the id tag for the archetype.xml should be the same as the artifactId but that this is not the case for one of the plugins he used so the

Re: [M2] Surefire

2005-11-12 Thread Kenney Westerhof
On Sat, 12 Nov 2005, Mark Kuzmycz wrote: Looks like spring is expecting a different SAXParser. Too bad the exception doesn't show more. Maybe you need to include xerces as a dependency? -- Kenney I have a test that involves springs ContextSingletonBeanFactoryLocator. The test runs

[m2] Need help fixing dependencies in a pom

2005-11-12 Thread Wendy Smoak
I'm trying to fix the Commons Chain pom, which has a dependency on MyFaces: dependency groupIdmyfaces/groupId artifactIdmyfaces-jsf-api/artifactId version1.0.8-beta/version /dependency I'm creating a 'Struts Blank' archetype, so the process is 1. mvn install my archetype

Re: [m2] Need help fixing dependencies in a pom

2005-11-12 Thread Stephen Duncan
I believe you must do optionaltrue/optional rather than just optional/ -Stephen On 11/12/05, Wendy Smoak [EMAIL PROTECTED] wrote: I'm trying to fix the Commons Chain pom, which has a dependency on MyFaces: dependency groupIdmyfaces/groupId artifactIdmyfaces-jsf-api/artifactId

Re: [m2] Need help fixing dependencies in a pom

2005-11-12 Thread Wendy Smoak
On 11/12/05, Stephen Duncan [EMAIL PROTECTED] wrote: I believe you must do optionaltrue/optional rather than just optional/ Thank you! Now, what's the correct way to keep the servlet API .jar files out of my webapp? They're not optional for the dependencies that need them (Struts Core for

Re: [m2] Need help fixing dependencies in a pom

2005-11-12 Thread Jason van Zyl
On Sat, 2005-11-12 at 10:49 -0700, Wendy Smoak wrote: On 11/12/05, Stephen Duncan [EMAIL PROTECTED] wrote: I believe you must do optionaltrue/optional rather than just optional/ Thank you! Now, what's the correct way to keep the servlet API .jar files out of my webapp? They're not

Re: [m2] Need help fixing dependencies in a pom

2005-11-12 Thread Jorg Heymans
Wendy Smoak wrote: Is it scopecompile/scope or something else? scopeprovided/scope Jorg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANN] maven-tomcat-plugin 1.2

2005-11-12 Thread Nathan Coast
Hi, The codeczar team is pleased to announce the long overdue update to the maven-tomcat-plugin. This plugin represents a significant change over the previous version. The main focus has been improve developer productivity by reducing the time it takes to promote code changes into tomcat.

xdoclet-maven-plugin and commons-logging-1.1-dev?

2005-11-12 Thread Adam Hardy
When running xdoclet-maven-plugin on a project, some logging pops out saying commons-logging-1.1-dev cannot be obtained from ibiblio. I had a look in the xdoclet-maven-plugin POM and there's only a dependency on commons-logging-1.0.4. Is this some strange issue that bodes ill for my project

Re: Testing with EJB3

2005-11-12 Thread Richard Wallace
Ya, the other problem I found is trying to track down the proper versions of all the 3rd party libs. I thought about making one big jar, but was hoping to find a way around that. Now that I've done it, I'm glad I did cause it works out pretty nicely. Only thing I'm running into now is that

sslext

2005-11-12 Thread Adam Hardy
The sslext.jar on ibiblio is devoid of any of its class files, weirdly. I assume this is a bug. I would have filed it so on jira, but I couldn't work out what to file it under. Would that be the Maven Evangelism component? Adam

Re: xdoclet-maven-plugin and commons-logging-1.1-dev?

2005-11-12 Thread Dennis Lundberg
Adam Hardy wrote: When running xdoclet-maven-plugin on a project, some logging pops out saying commons-logging-1.1-dev cannot be obtained from ibiblio. I had a look in the xdoclet-maven-plugin POM and there's only a dependency on commons-logging-1.0.4. Is this some strange issue that bodes

Re: sslext

2005-11-12 Thread Dennis Lundberg
Adam Hardy wrote: The sslext.jar on ibiblio is devoid of any of its class files, weirdly. I assume this is a bug. I would have filed it so on jira, but I couldn't work out what to file it under. Would that be the Maven Evangelism component? Yes it would. -- Dennis Lundberg

maven-changes-plugin for m2?

2005-11-12 Thread Jochen Wiedmann
Hi, according to the Maven Plugin Matrix, there is a maven-changes-plugin for M2. Even more, it is a maven distributed plugin/report. However, if I add the following section to my pom.xml plugin groupIdorg.apache.maven.plugins/groupId

[m2] An XML file as a dependency?

2005-11-12 Thread Wendy Smoak
Struts has an xml file 'validator-rules.xml' that lives in core, but must be copied into WEB-INF of the example webapps, and now I need it in an archetype. Does anyone have any suggestions for managing this? In m1 it's done with: ant:copy

Re: maven-changes-plugin for m2?

2005-11-12 Thread Dennis Lundberg
Jochen Wiedmann wrote: Hi, according to the Maven Plugin Matrix, there is a maven-changes-plugin for M2. Even more, it is a maven distributed plugin/report. However, if I add the following section to my pom.xml plugin groupIdorg.apache.maven.plugins/groupId

[m2] A question about m1 project.xml files and m2 poms

2005-11-12 Thread Wendy Smoak
In the interest of not having to fix the Struts poms after they get into the repository, what can I do in m1 project.xml files that will make life easier? I can't find it now, but on a MEV bug ticket I think Brett advised adding propertiesscopexxx/scope/properties to m1 build files. Should I,

Re: NoClassDefFound when runing surefire

2005-11-12 Thread Anuerin Diaz
It has all the dependencies as I can see it. The module being tested is the most basic part of the application so aside from third party libraries then there should be no more dependecies required. I have opened up all of the surefire jar files and I did not see any Runner class in them. I wont

maven2 with multi-modules

2005-11-12 Thread Thomas Kuhlmann
Hi, can anyone give me an example or tutorial for setting up a multi-module-project with maven2. (The official documentation regarding this topic is a little bit empty. ;)) TIA Best regards, Thomas - To unsubscribe,

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-12 Thread Brett Porter
Not sure who put that statement up, but that's not entirely true. It's possible the jdepend plugin hasn't been released as I don't think it has received full testing yet. You can still build it from SVN. Most of the other plugins there have had releases. - Brett On 11/13/05, Oscar Picasso [EMAIL

Re: [m2] A question about m1 project.xml files and m2 poms

2005-11-12 Thread Brett Porter
Yep, that's one! We are adding support for converting other properties like optional as well. On 11/13/05, Wendy Smoak [EMAIL PROTECTED] wrote: In the interest of not having to fix the Struts poms after they get into the repository, what can I do in m1 project.xml files that will make life

Re: maven2 with multi-modules

2005-11-12 Thread Brett Porter
Try the old getting started guide in the mean time: http://maven.apache.org/getting-started.html On 11/13/05, Thomas Kuhlmann [EMAIL PROTECTED] wrote: Hi, can anyone give me an example or tutorial for setting up a multi-module-project with maven2. (The official documentation regarding this

Re: xdoclet-maven-plugin and commons-logging-1.1-dev?

2005-11-12 Thread Carlos Sanchez
the maven-xdoclet-plugin-1.2.3 has that wrong dependency, the authors should release a new fixed version On 11/12/05, Dennis Lundberg [EMAIL PROTECTED] wrote: Adam Hardy wrote: When running xdoclet-maven-plugin on a project, some logging pops out saying commons-logging-1.1-dev cannot be

Re: [m2] An XML file as a dependency?

2005-11-12 Thread Wendy Smoak
On 11/12/05, Brett Porter [EMAIL PROTECTED] wrote: For one file, you could put it in the repository, or you can copy as you did below. I haven't gotten as far as copying files in m2... and since the file is in a different module it's a problem if someone only checks out out a single

Re: [m2] An XML file as a dependency?

2005-11-12 Thread Brett Porter
On 11/13/05, Wendy Smoak [EMAIL PROTECTED] wrote: On 11/12/05, Brett Porter [EMAIL PROTECTED] wrote: For one file, you could put it in the repository, or you can copy as you did below. I haven't gotten as far as copying files in m2... and since the file is in a different module it's a

Re: [m2] An XML file as a dependency?

2005-11-12 Thread Wendy Smoak
On 11/12/05, Brett Porter [EMAIL PROTECTED] wrote: No, no such plugin. What we are considering (there was a proposal on the dev list a while back), is to setup a standard way of packaging and sharing build resources for Maven 2.1. If it is not currently included in the core jar, is there a

Re: m2 transitive dependancies

2005-11-12 Thread Erick Dovale
You can specify exclusions in your dependencies. Something like this: dependency groupidspringframework/groupId? artifactIdspring-orm/artifactId exclusions exclude groupidtoplink/groupId? artifactIdtoplink/artifactId /exclude exclusions /dependency

question about antlib

2005-11-12 Thread jeff li
Hi, project name=common-model basedir=. xmlns:artifact=urn:maven-artifact-ant typedef resource=org/apache/maven/artifact/ant/antlib.xml uri=urn:maven-artifact-ant classpath pathelement location=src/main/resource/maven-artifact-ant-2.0-dep.jar = / /classpath /typedef artifact:pom

Re: question about antlib

2005-11-12 Thread Brett Porter
Can you elaborate on can't be found with dependency.classpath? - Brett On 11/13/05, jeff li [EMAIL PROTECTED] wrote: Hi, project name=common-model basedir=. xmlns:artifact=urn:maven-artifact-ant typedef resource=org/apache/maven/artifact/ant/antlib.xml uri=urn:maven-artifact-ant

Re: maven2 with multi-modules

2005-11-12 Thread Brett Porter
I've added the original content into the new getting started guide. On 11/13/05, Jeff Jensen [EMAIL PROTECTED] wrote: Until the real one is ready, is it desirable to set the link Guide to creating a multi-module build on the http://maven.apache.org/guides/index.html; page to the Multiple