Re: JarJar missing...

2005-11-09 Thread Guillaume Laforge
Hello Carlos, On 08/11/05, Carlos Sanchez [EMAIL PROTECTED] wrote: Done. All versions however are under the groupId com.tonicsystems Thanks a lot! -- Guillaume Laforge Groovy Project Manager http://glaforge.free.fr/blog/groovy

Re: Maven SVG Plugin

2005-11-09 Thread Jorg Heymans
Martin van den Bemt wrote: Never seen it before, but the project is quite recent compared to mine. It's a lot more up-to-date with dependencies though :) ok so it's sort of like the command line batik renderer, cool ! Jorg

Re: M2 Getting started guide

2005-11-09 Thread Stephen Cowx
Hi I found the Getting Started guide in SVN and looked through the commit history but I couldn't a version which had the multi project info in it. Admittedly I looked at the first and last entries and about 10 random entries in between before I figured that it might never have been in there

Re: M2 Getting started guide

2005-11-09 Thread Brett Porter
The old one is: http://maven.apache.org/maven2/getting-started.html - Brett On 11/9/05, Stephen Cowx [EMAIL PROTECTED] wrote: Hi I found the Getting Started guide in SVN and looked through the commit history but I couldn't a version which had the multi project info in it. Admittedly I

Re: Assembly dependency set includes

2005-11-09 Thread Nitko2
Created. http://jira.codehaus.org/browse/MNG-1473 Jason van Zyl wrote: On Tue, 2005-11-08 at 10:24 +0100, Nitko2 wrote: Can I use wildcards in dependency set includes inside assembly descriptor? assembly idmy-assembly/id formats formatjar/format /formats

RE: Can't use maven2 (offline)

2005-11-09 Thread Jörg Schaible
Brett Porter wrote on Wednesday, November 09, 2005 12:55 AM: If you are overriding the ibiblio repositories, set the id of both to central. You may also need to use file:///mypath. A plugin repository is where a plugin is searched for, a normal repository is for all other dependencies and

Re: Can't use maven2 (offline)

2005-11-09 Thread Brett Porter
Yes, that should work actually. - Brett On 11/9/05, Jörg Schaible [EMAIL PROTECTED] wrote: Brett Porter wrote on Wednesday, November 09, 2005 12:55 AM: If you are overriding the ibiblio repositories, set the id of both to central. You may also need to use file:///mypath. A plugin

Re: M2 Getting started guide

2005-11-09 Thread Stephen Cowx
Thank you Brett :) Having read the old guide, I now know I was going nowhere fast without it. regards Stephen Brett Porter wrote: The old one is: http://maven.apache.org/maven2/getting-started.html - Brett On 11/9/05, Stephen Cowx [EMAIL PROTECTED] wrote: Hi I found the Getting

[M2] Repository definition

2005-11-09 Thread Jörg Schaible
Hi folks, the reference guide defines the release and snapshot tags as children of the repository or pluginRepository tags. If I define them in my settings.xml, Maven claims that they are not recognized: [1] [EMAIL PROTECTED] ~/Elsag/buildsystem/sample-maven-project $ mvn

RE: [M2] Problem using scm with cvs

2005-11-09 Thread Tony Steele
Raised as bug : http://jira.codehaus.org/browse/MNG-1474 From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: 09 November 2005 00:03 This looks like a bug... On 11/9/05, Tony Steele [EMAIL PROTECTED] wrote: I am trying to use cvs as the scm with the cvs user name etc specified in the

Re: [M2] Repository definition

2005-11-09 Thread Brett Porter
snapshots and releases (there is an error in the documenter that is stripping plurals on non-lists). - Brett On 11/9/05, Jörg Schaible [EMAIL PROTECTED] wrote: Hi folks, the reference guide defines the release and snapshot tags as children of the repository or pluginRepository tags. If I

Re: [M2] Injecting ArtifactFactory and ArtifactResolver into Plugin

2005-11-09 Thread David H. DeWolf
Is there a reason why that would work for ArtifactFactory but not for ArtifactResolver? Brett Porter wrote: The @component tag is in 2.0. The other form is deprecated. /** * @component */ private ArtifactFactory factory; (role is only necessary for a list of components or if it differs

Re: [M2] Injecting ArtifactFactory and ArtifactResolver into Plugin

2005-11-09 Thread Brett Porter
No - it should work for both. - Brett On 11/9/05, David H. DeWolf [EMAIL PROTECTED] wrote: Is there a reason why that would work for ArtifactFactory but not for ArtifactResolver? Brett Porter wrote: The @component tag is in 2.0. The other form is deprecated. /** * @component */

RE: [m2] How do you use maven2 inside a corporate firewall?

2005-11-09 Thread Pilgrim, Peter
I deleted the entire contents of the local cache repository folder `${user.home}/.m2/repository'. I checked the proxy firewall definitions in `${user.home}/.m2/settings.xml' . Spell checked the filename is actually settings.xml not setting.xml Run with mvn -X compile or just mvn -X, the

[m2] using hibernate plugin

2005-11-09 Thread Rico (privat)
Hi, I downloaded the soures of the actual hibernate 3 plugins from http://svn.codehaus.org/trunk/mojo/mojo-sandbox/hibernate3-maven-plugin/?root=mojo 1. Compiled that sources: mvn compile 2. Make a package: mvn package 3. Install it on my local repository: mvn install -DupdateReleaseInfo=true

Version number on the generated web [M1]

2005-11-09 Thread Bahaa Nasrallah
Hi, When generating the web site of the project, the version that would be shown is the one specified in the project.xml file by the currentVersion tag. The problem with this is that the version should be fixed statically before the build is executed. Is there any way to retreive the version

MNG-1398: How to obtain an updated version of the maven-javadoc-plugin

2005-11-09 Thread Jochen Wiedmann
Hi, sorry for asking the stupid question: I am one of the users who stumbled over MNG-1398: site report generates an 'empty' target/site/apidocs/index.html I see that a fixed version of the plugin will be available in Maven 2.0.1. Very nice. But do I actually have to wait

MEV: How to update local repository when a pom has been updated on central repo?

2005-11-09 Thread fabrice . belingard
Hi guys, when the POM of a project has been updated on ibiblio thx to Maven Evangelism, how do I tell Maven to update it in my local repository? Do I have to delete it manually so that Maven downloads the updated POM? Or does Maven have a mechanism for that purpose? I though -U could be used,

testing webapp with surefire

2005-11-09 Thread Pablo
Hi there I'm trying to perform several tests (StrutsTestCase) on my web application using M2. The StrutsTestCase requires /WEB-INF/web.xml to be in the classpath. When tests are run in a default way m2 says: The /WEB-INF/web.xml was not found. I've found one configuration parameter called

[m2] How to exclude goal from a phase of the standard life-cycle ?

2005-11-09 Thread Christophe DENEUX
Hi friends, When starting the package lifecycle (mvn package), the goal test of the plugin surefire is run. Is it possible to exclude this goal from the lifecycle ? How to customize the lifecycle excluding plugins goals ? Thanks, Christophe This message contains information that may be

Re: [m2] How to exclude goal from a phase of the standard life-cycle ?

2005-11-09 Thread Pablo
Christophe DENEUX wrote: Hi friends, When starting the package lifecycle (mvn package), the goal test of the plugin surefire is run. Is it possible to exclude this goal from the lifecycle ? H http://maven.apache.org/maven2/plugins/maven-surefire-plugin/test-mojo.html Use skip

Re: MNG-1398: How to obtain an updated version of the maven-javadoc-plugin

2005-11-09 Thread Wim Deblauwe
What I have found that works is: mvn -U javadoc:javadoc, that will give you the latest released version. For bleeding edge, you will need to build from SVN (never done that myself). On a related note: Where do I need to register to be notified of a newly released plugin? I see sometimes

Re: [m2] How to exclude goal from a phase of the standard life-cycle ?

2005-11-09 Thread Emmanuel Venisse
you can't exclude a goal from a phase, but you can disable test compilation and execution (it isn't a best practice) mvn -Dmaven.test.skip=true package http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html Emmanuel Christophe DENEUX a écrit : Hi friends, When starting the

Re: [m2] aspectj

2005-11-09 Thread Kaare Nilsen
how do you build and compile a plexus compiler ? On 07/11/05, stéphane bouchet [EMAIL PROTECTED] wrote: Hi, In my case, i will not upgrade to maven2 unless an aspectj plugin. I am like the majority of users, because my project uses java 1.4 and i cannot change that prereq. So for the

Re: M2 Getting started guide

2005-11-09 Thread Jason van Zyl
On Wed, 2005-11-09 at 08:54 +, Stephen Cowx wrote: Hi I found the Getting Started guide in SVN and looked through the commit history but I couldn't a version which had the multi project info in it. Admittedly I looked at the first and last entries and about 10 random entries in

Re: [M2] Repository definition

2005-11-09 Thread Jason van Zyl
On Wed, 2005-11-09 at 10:31 +0100, Jörg Schaible wrote: Hi folks, the reference guide defines the release and snapshot tags as children of the repository or pluginRepository tags. If I define them in my settings.xml, Maven claims that they are not recognized: Can you point me at which

RE: [M2] How to designate what classes go in the ejb client jar

2005-11-09 Thread Ballard, Ken
Done. It's http://jira.codehaus.org/browse/MNG-1477. Thanks, Brett. Ken -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 8:39 PM To: Maven Users List Subject: Re: [M2] How to designate what classes go in the ejb client jar It seems the

Re: [M2] Injecting ArtifactFactory and ArtifactResolver into Plugin

2005-11-09 Thread Jason van Zyl
On Tue, 2005-11-08 at 22:36 -0500, David H. DeWolf wrote: What are you trying to do exactly? I'm attempting to create a plugin which will automate the installation of the Pluto Portalinto an app server. My requirements go beyond simply deploying the war as Pluto requires some

RE: [m2] doc suggestions (was Guide to creating archetypes)

2005-11-09 Thread Jason van Zyl
On Tue, 2005-11-08 at 22:01 -0600, Jeff Jensen wrote: Besides the multi-module doc, my experience wishes for the POM entry descriptions - some are too vague. More detail (what is it for/why would you use it, how to use it), examples, valid values, etc. would help a lot. I think the project

optional/ vs scopeprovided/scope

2005-11-09 Thread Jorg Heymans
Hi, At excalibur, we have a library that can use different parser implementations. It needs both saxon6 and saxon7 (minor revision not important) for compilation, but we expect the user to provide the chosen parser version himself. Is this library optional, or provided ? Can someone explain me

Re: M2 Getting started guide

2005-11-09 Thread Stephen Cowx
Hi Jason I got the URL of the original guide from Brett this morning. Using that, I have set up my project as a multi module build. It is early days for me on my project so all I really needed was 1) A single point from where I can kick off a complete system wide build 2) A means of

CheckStyle html report contains no source link

2005-11-09 Thread Rik Bosman
Hi, I want to use maven2 to generate some reports (e.g. mvn site) to check code produced by a company working for us in India. Generating the reports for pmd and checkstyle goes pretty straightforward, but the html links (the mentioned line should be a link) are missing. I saw this feature in

Re: [M2] Injecting ArtifactFactory and ArtifactResolver into Plugin

2005-11-09 Thread David H. DeWolf
Hmmm. Definately a possibility. Thanks for the hint! David On 11/9/05, Jason van Zyl [EMAIL PROTECTED] wrote: On Tue, 2005-11-08 at 22:36 -0500, David H. DeWolf wrote: What are you trying to do exactly? I'm attempting to create a plugin which will automate the installation of the

Re: [M2] Injecting ArtifactFactory and ArtifactResolver into Plugin

2005-11-09 Thread Jason van Zyl
On Wed, 2005-11-09 at 09:54 -0500, David H. DeWolf wrote: Hmmm. Definately a possibility. Thanks for the hint! If you think you might eventually want tooling then you definitely want to go the route of the embedder. David On 11/9/05, Jason van Zyl [EMAIL PROTECTED] wrote: On Tue,

RE: [M2] Repository definition

2005-11-09 Thread Jörg Schaible
Jason van Zyl wrote on Wednesday, November 09, 2005 4:10 PM: On Wed, 2005-11-09 at 10:31 +0100, Jörg Schaible wrote: Hi folks, the reference guide defines the release and snapshot tags as children of the repository or pluginRepository tags. If I define them in my settings.xml, Maven claims

Re: [m2] How to exclude goal from a phase of the standard life-cycle ?

2005-11-09 Thread Christophe DENEUX
If I can't exclude a goal from a phase, is it possible to use a specific plugin configuration for a phase ? I have try the following configuration in the pom.xml of my module, but it does not work: project ... build ... plugins

system.out/err while testing

2005-11-09 Thread Michał Stochmiałek
After switching to m2 and surefire, all system output (sysout and syserr) goes to console while building. Could you tell me how suppress this output? best regards, -- Michal Stochmialek IT Department, Technology Division Euro Bank S.A.

RE: [M2] Injecting ArtifactFactory and ArtifactResolver into Plugin

2005-11-09 Thread David Jackman
Whoa. What form is deprecated? @parameter expression=${someExpression}? That's what the Mojo API Specification doc says to use. There's nothing about @component on that page at all. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005

Properties in resource directory

2005-11-09 Thread Nitko2
I have pom.xml with following snippet: build sourceDirectorysrc\JavaSource/sourceDirectory resources resource directorysrc\JavaSource/directory and it works. If I use property like this build sourceDirectorysrc\JavaSource/sourceDirectory resources resource

RE: [m2] doc suggestions (was Guide to creating archetypes)

2005-11-09 Thread Jeff Jensen
http://jira.codehaus.org/browse/MNG-1479 Thanks Jason. Quoting Jason van Zyl [EMAIL PROTECTED]: On Tue, 2005-11-08 at 22:01 -0600, Jeff Jensen wrote: Besides the multi-module doc, my experience wishes for the POM entry descriptions - some are too vague. More detail (what is it for/why

RE: [m2] Custom artifact types (and the handlers who love them)

2005-11-09 Thread David Jackman
So, if I understand correctly, I want to put a components.xml file in my plugin's src/main/resources/META-INF/plexus directory? And that should look like the components.xml file in that place in the maven-artifact project (except that it defines only the artifact handler for my new artifact

[m2] building non-jar projects

2005-11-09 Thread Wim Deblauwe
Hi, we are currently using Maven 1 to build c(++) projects and InstallShield projects. I have written custom goals in my maven.xml to accomplish this. Nobody would ever call jar:deploy on such a project but the custom defined goals. How would I do this in Maven 2. I want to avoid that the java

RE: [m2] Custom artifact types (and the handlers who love them)

2005-11-09 Thread David Jackman
Oh, my bad. I forgot the part about extensionstrue/extensions when using the plugin. It seems to work now. That is unfortunate that I have to add that. Why isn't the default to use any extensions provided by the plugin? Maybe I'm not clear on what the extensions tag means (it's not documented

m2 notifier configuration

2005-11-09 Thread Richard Wallace
Hello again, Right now I have my maven 2 project ciManagement notification setup with: ciManagement systemcontinuum/system notifiers notifier configuration address[EMAIL PROTECTED]/address /configuration

How to make self contained database dependant unit tests in maven 2?

2005-11-09 Thread Brian E. Fox
We currently have a system that uses JDO (Kodo implementation) for our persistence layer. In order to test these persistent classes, I need to have a JDBC driver and compliant database running. I would really like to make the process completely self contained like the Maven Wagon builds. ie

Re: m2 notifier configuration

2005-11-09 Thread Emmanuel Venisse
http://maven.apache.org/maven-model/maven.html#class_notifier set sendOn* to false in your pom Emmanuel Richard Wallace a écrit : Hello again, Right now I have my maven 2 project ciManagement notification setup with: ciManagement systemcontinuum/system notifiers

Re: MEV: How to update local repository when a pom has been updated on central repo?

2005-11-09 Thread Carlos Sanchez
For now you have to do it manually. Next versions will have an option. On 11/9/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi guys, when the POM of a project has been updated on ibiblio thx to Maven Evangelism, how do I tell Maven to update it in my local repository? Do I have to

build artifact finalName - when to use ?

2005-11-09 Thread Pete
Is it a good idea to use build finalNamemyEjb.jar/finalName in an EAR's pom.xml so that when this ejb jar is included in an EAR, it already has the simple name (without the SNAPSHOT... suffix), without resorting to bundleFileName entries in the EAR's pom.xml I believe this will still install

[m2] J2EE and EJB3

2005-11-09 Thread Richard Wallace
I want to start playing with JBoss and EJB3 and I'm trying to decide on the best way to structure the project. Based on what I've read about it I think the following is what seems to make the most sense to me and I'm wondering what everyone else's opinions are. With EJB3 you have a .ear file

Re: How to make self contained database dependant unit tests in maven 2?

2005-11-09 Thread Eric Pugh
Take a look at some of the in memory Java databases. We use Hibernate with Hypersonic in test, and then switch to MSSQLServer in production very successfully. Eric On Nov 9, 2005, at 5:21 PM, Brian E. Fox wrote: We currently have a system that uses JDO (Kodo implementation) for our

Re: m2 notifier configuration

2005-11-09 Thread Wim Deblauwe
Cool. Did not see that before either. But what do the error and warning really mean? Do they indicate a problem with the build process itself and do failure and success talk about the jar or whatever that is being build? regards, Wim 2005/11/9, Emmanuel Venisse [EMAIL PROTECTED]:

Re: [m2] How dependency versions are resolved with transitivity?

2005-11-09 Thread Roger Hoover
Thanks, Brett. I think this is the document you're refering to. http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution On 11/8/05, Brett Porter [EMAIL PROTECTED] wrote: The default in Maven 2.0 is to use soft versions, ie if you say 2.0.2, you are recommending,

Re: How to make self contained database dependant unit tests in maven 2?

2005-11-09 Thread Chris Richardson
I use HSQL DB (http://hsqldb.org/) for testing with both Kodo JDO and Hibernate. It works well and is very fast. This is what I have in my pom.xml dependency groupIdhsqldb/groupId artifactIdhsqldb/artifactId version1.7.2.2 http://1.7.2.2/version scopetest/scope /dependency Chris --

RE: How to make self contained database dependant unit tests in maven 2?

2005-11-09 Thread Brian E. Fox
Funny you should mention that. I just stumbled upon this myself. Do you need to execute anything before hand to setup the hsqldb or do you just point the jdbc connection at it? -Original Message- From: Chris Richardson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 2:06 PM

Re: How to make self contained database dependant unit tests in maven 2?

2005-11-09 Thread Eduardo Rocha
Testing with another DB than the production one has its disadvantages too. There is a nice discussion about it here: http://www.theserverside.com/tss?service=direct/0/NewsThread/threadViewer.markNoisy.linksp=l33215sp=l165443 2005/11/9, Brian E. Fox [EMAIL PROTECTED]: Funny you should mention

RE: How to make self contained database dependant unit tests in maven 2?

2005-11-09 Thread Brian E. Fox
Agreed. The intent for my team is to be able to build and run automatic tests even if a db isn't installed. (or if it is, but maybe we don't want to wipe the data everybuild) When we build for a test environment, we would use a production db. -Original Message- From: Eduardo Rocha

Re: How to obtain an updated version of the maven-javadoc-plugin

2005-11-09 Thread Jochen Wiedmann
Wim Deblauwe [EMAIL PROTECTED] wrote: What I have found that works is: mvn -U javadoc:javadoc, that will give you the latest released version. For bleeding edge, you will need to build from SVN (never done that myself). Well, it turned out to be easy: - Extracted the sources (see

Re: [m2] J2EE and EJB3

2005-11-09 Thread Stephane Nicoll
On 11/9/05, Richard Wallace [EMAIL PROTECTED] wrote: Are there plugins for building pars and ejb3 artifacts? Yes, in the sandbox. Watch out MNG-699. Cheers, Stéphane

Line-breaks in project description and the jar plugin

2005-11-09 Thread Alexander Hars
Hi, Are there any special requirements for the description tag of the pom? I have tried using a description consisting of several lines but this leads to a conflict with the jar plugin: When trying to launch the jar (i.e. on windows by double-clicking), java reports a corrupt jar file

Re: m2 notifier configuration

2005-11-09 Thread Emmanuel Venisse
success = Build successful fail = Build failed warning = not use for now error = internal continuum error Emmanuel Wim Deblauwe a écrit : Cool. Did not see that before either. But what do the error and warning really mean? Do they indicate a problem with the build process itself and do failure

[m2] Calling a single goal twice with different configuration

2005-11-09 Thread David Jackman
One of my projects needs to create two different Javadoc artifacts, each one using different configuration parameters. Two questions: 1) Does Maven allow me to list a plugin to be called twice with different parameters? 2) Would the Javadoc let me do this and have the resulting artifact have a

Re: How to make self contained database dependant unit tests in maven 2?

2005-11-09 Thread Chris Richardson
On 11/9/05, Brian E. Fox [EMAIL PROTECTED] wrote: Funny you should mention that. I just stumbled upon this myself. Do you need to execute anything before hand to setup the hsqldb or do you just point the jdbc connection at it? You configure Hibernate/Kodo JDO to create the schema on startup

Maven2 Website rolled back?

2005-11-09 Thread Alexander Hars
Hi, Thanks for releasing the latest version of the Maven2 website (version dated: November 8). Unfortunately, for some reason, after less than 12 hours of being up, the Maven2 web site has now reverted to the old October 21 version again. Is that intentional? - Alexander

Re: Maven2 Website rolled back?

2005-11-09 Thread Rik Bosman
Alexander; The URL maven.apache.org/maven2 http://maven.apache.org/maven2 is dated oct 21st. The URL maven.apache.org http://maven.apache.org is dated nov. 9th. Hope this helps. 2005/11/9, Alexander Hars [EMAIL PROTECTED]: Hi, Thanks for releasing the latest version of the Maven2 website

Re: Maven2 Website rolled back?

2005-11-09 Thread Alexander Hars
Rik, sorry, I should have been more precise, I meant the Maven2 website. Yesterday it was dated Oct 21, last night it was updated (then dated Nov. 8) But now it is back to Oct 21 again. I don't understand why. This means that all updates to the documentation that have occurred since Oct 21

Re: [m2] J2EE and EJB3

2005-11-09 Thread Richard Wallace
Just to be sure I'm understanding what I'm reading. The plugins for ejb3 and par artifacts are in the maven sandbox. To use them maven needs to support packaging types of ejb3 and par. Also, the ear plugin has to support artifacts of that type, which looks like it has been done in MNG-1264.

Sanity Check Regarding Launching External Tools

2005-11-09 Thread Allison, Bob
I just wanted to make sure that I am doing things correctly before I go too far on the RPM plugin... 1) To build the RPM, I need to run the command rpmbuild. Based on what I saw in the release plugin, I am using classes in package org.codehaus.plexus.util.cli (in

What's the status on the Corbertura Plugin for Maven 2?

2005-11-09 Thread Brian Bonner
I'd like to use this tool if it's available. Does someone know where I can check it out? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] J2EE and EJB3

2005-11-09 Thread Stephane Nicoll
On 11/9/05, Richard Wallace [EMAIL PROTECTED] wrote: Just to be sure I'm understanding what I'm reading. The plugins for ejb3 and par artifacts are in the maven sandbox. To use them maven needs to support packaging types of ejb3 and par. Also, the ear plugin has to support artifacts of that

Re: build artifact finalName - when to use ?

2005-11-09 Thread Stephane Nicoll
I don't get the in an EAR's pom. Do you mean with an EAR packaging? Stéphane. On 11/9/05, Pete [EMAIL PROTECTED] wrote: Is it a good idea to use build finalNamemyEjb.jar/finalName in an EAR's pom.xml so that when this ejb jar is included in an EAR, it already has the simple name

Re: What's the status on the Corbertura Plugin for Maven 2?

2005-11-09 Thread Carlos Sanchez
I believe nobody is actively developing it It's at svn://svn.codehaus.org/mojo/scm/trunk/ On 11/9/05, Brian Bonner [EMAIL PROTECTED] wrote: I'd like to use this tool if it's available. Does someone know where I can check it out? Thanks

Re: What's the status on the Corbertura Plugin for Maven 2?

2005-11-09 Thread Brian Bonner
Thanks. From the list, I thought Will Gwaltney working on it. I'll check it out. Brian On 11/9/05, Carlos Sanchez [EMAIL PROTECTED] wrote: I believe nobody is actively developing it It's at svn://svn.codehaus.org/mojo/scm/trunk/ On 11/9/05, Brian Bonner [EMAIL PROTECTED] wrote: I'd like to

Re: How to make self contained database dependant unit tests in maven 2?

2005-11-09 Thread Michael Heuer
Chris Richardson wrote: On 11/9/05, Brian E. Fox [EMAIL PROTECTED] wrote: Funny you should mention that. I just stumbled upon this myself. Do you need to execute anything before hand to setup the hsqldb or do you just point the jdbc connection at it? You configure Hibernate/Kodo JDO

Re: What's the status on the Corbertura Plugin for Maven 2?

2005-11-09 Thread Brian Bonner
Carlos, just checkout out svn://svn.codehaus.org/mojo/scm/trunk/ But I couldn't find a corbertura plugin. I could only find jcoverage. Is this what you meant was in mojo? Are the plugins the same? Brian On 11/9/05, Brian Bonner [EMAIL PROTECTED] wrote: Thanks. From the list, I thought

Re: What's the status on the Corbertura Plugin for Maven 2?

2005-11-09 Thread Brian Bonner
Wow, look at the treasure trove of stuff in there :). Thanks. I'll take a look. On 11/9/05, Carlos Sanchez [EMAIL PROTECTED] wrote: inside mojo-sandbox On 11/9/05, Brian Bonner [EMAIL PROTECTED] wrote: I guess I should spell it right: Cobertura not Corbertura ;) On 11/9/05, Brian Bonner

Re: optional/ vs scopeprovided/scope

2005-11-09 Thread Brett Porter
provided is equivalent to compile + optional. provided affects your build, optional effects the transitive dependency mechanism. - Brett On 11/10/05, Jorg Heymans [EMAIL PROTECTED] wrote: Hi, At excalibur, we have a library that can use different parser implementations. It needs both

Re: MNG-1398: How to obtain an updated version of the maven-javadoc-plugin

2005-11-09 Thread Brett Porter
It absolutely should be announced on this list. We have a request in to create a separate announcements list as well. - Brett On 11/10/05, Wim Deblauwe [EMAIL PROTECTED] wrote: What I have found that works is: mvn -U javadoc:javadoc, that will give you the latest released version. For

[m2] Add build date to manifest?

2005-11-09 Thread Richard Allen
I there a property I can use to add the build date to the manifest, like: project ... build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jar-plugin/artifactId configuration archive manifestEntries

RE: How to make self contained database dependant unit tests in maven 2?

2005-11-09 Thread Brian E. Fox
You would probably have to create the full schema. Fortunately with Kodo, it can create the classes as needed so we have a little control. -Original Message- From: Michael Heuer [mailto:[EMAIL PROTECTED] On Behalf Of Michael Heuer Sent: Wednesday, November 09, 2005 4:47 PM To: Maven

Weblogic plugin for Maven 2 ?

2005-11-09 Thread Arun . P . Ilangovan
Would anybody here happen to know the status of the Weblogic plugin for M2 ? The plugin matrix page lists this as In Progress, but since it is hosted at sourceforge, could not get more information on where to check it out. Thanks, Arun Ilangovan Staff Programmer/Analyst ITG Membership

Re: [M2] - maven-release-plugin cannot load SCM provider

2005-11-09 Thread Jason van Zyl
On Thu, 2005-11-10 at 00:20 +, Trent Rosenbaum wrote: I would be more than happy to help out with any documentation. What is the process for improving documents? Write something then attach it to a jira issue to it can be picked up? Yes, there are several components for documentation.

Re: testing webapp with surefire

2005-11-09 Thread Brett Porter
I think it is necessary to: a) file a request for an additionalClasspathElements field for the plugin, and/or, b) copy the file(s) to target/test-classes - Brett On 11/9/05, Pablo [EMAIL PROTECTED] wrote: Hi there I'm trying to perform several tests (StrutsTestCase) on my web application

Re: CheckStyle html report contains no source link

2005-11-09 Thread Brett Porter
groupId = org.codehaus.mojo artifactId = jxr-maven-plugin it is still in beta. On 11/10/05, Rik Bosman [EMAIL PROTECTED] wrote: Hi, I want to use maven2 to generate some reports (e.g. mvn site) to check code produced by a company working for us in India. Generating the reports for pmd and

Re: [m2] Windows input line too long

2005-11-09 Thread Brett Porter
Are the JAR files those dumped in your previous mail? They are not on the command line, so it shouldn't be an issue. The surefire tests are not forking right now so no external java process is executed. What is the NPE you get? - Brett On 11/10/05, Michael McCrann [EMAIL PROTECTED] wrote:

RE: [m2] Windows input line too long

2005-11-09 Thread Michael McCrann
Brett, Here is the full output: /c/maven_projects/myhome mvn -X verify + Error stacktraces are turned on. [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and Settings\mmccrann\.m2\plugin-registry.xml' [DEBUG] Building Maven global-level plugin registry from:

Re: [m2] Windows input line too long

2005-11-09 Thread Brett Porter
Unfortunately that is the same error. The only solution I can propose at the moment is to build a replacement for maven-error-diagnostics from SVN, and install it in $M2_HOME/lib. - Brett On 11/10/05, Michael McCrann [EMAIL PROTECTED] wrote: Brett, Here is the full output:

Re: [M2] Injecting ArtifactFactory and ArtifactResolver into Plugin

2005-11-09 Thread Brett Porter
expressions are fine, component expressions are deprecated. It's true that it needs to be updated on the site. - Brett On 11/10/05, David Jackman [EMAIL PROTECTED] wrote: Whoa. What form is deprecated? @parameter expression=${someExpression}? That's what the Mojo API Specification doc says

Re: Sanity Check Regarding Launching External Tools

2005-11-09 Thread Brett Porter
Yep, these sound fine. - Brett On 11/10/05, Allison, Bob [EMAIL PROTECTED] wrote: I just wanted to make sure that I am doing things correctly before I go too far on the RPM plugin... 1) To build the RPM, I need to run the command rpmbuild. Based on what I saw in the release plugin, I am

RE: [m2] Windows input line too long

2005-11-09 Thread Michael McCrann
Brett, I have rebuilt the maven-error-diagnostic.jar and installed it into M2_HOME/lib. This is the output now: [ERROR] BUILD ERROR [INFO] [INFO] Error executing surefire tried to access method

Re: [m2] Windows input line too long

2005-11-09 Thread Chad Brandon
Michael, The same thing happened to me; what fixed it for me was adding junit as a dependency even though I had no tests (I would think that surefire would handle it if it doesn't have the dependency, but it seems to not be the case). Its strange; the error only seems to happen when some

Re: [m2] Custom artifact types (and the handlers who love them)

2005-11-09 Thread Brett Porter
The extensions element is mostly an optimisation - we'd have to initialise all plugins up front otherwise which is quite annoying (eg, when you run clean and have to download things). In the future, dynamic maps in the plexus container will make the extensions element redundant. Thanks for

Re: [m2] Windows input line too long

2005-11-09 Thread Brett Porter
It's the result of winding up with a junit 3.7 dependency in your tree somewhere. Surefire requires junit 3.8 - if you include that in your pom as described it will fix the issue. - Brett On 11/10/05, Chad Brandon [EMAIL PROTECTED] wrote: Michael, The same thing happened to me; what fixed it

Re: [m2] building non-jar projects

2005-11-09 Thread Brett Porter
You would write a plugin that provides an alternative packaging (this allows you to redefine all of the phases). See the guide to the build lifecycle for details. Note that there is collaborative work under way to better support native compilation from Maven - see the recent threads on this list.

Re: Properties in resource directory

2005-11-09 Thread Brett Porter
it looks like a bug - it should be in the maven-project component. - Brett On 11/10/05, Nitko2 [EMAIL PROTECTED] wrote: I have pom.xml with following snippet: build sourceDirectorysrc\JavaSource/sourceDirectory resources resource directorysrc\JavaSource/directory

Difference on the central repository of m2

2005-11-09 Thread Blaise Gosselin
Hello, I'm new to m2, and I'm wondering what's the difference between teh two followings URLs : http://www.ibiblio.org/maven2/org/apache/maven/plugins/ http://www.ibiblio.org/maven2/org/apache/maven/plugins/ http://www.ibiblio.org/maven2/plugins/org/apache/maven/plugins/

Re: Difference on the central repository of m2

2005-11-09 Thread Brett Porter
The second one should actually be removed as they are all outdated. - Brett On 11/10/05, Blaise Gosselin [EMAIL PROTECTED] wrote: Hello, I'm new to m2, and I'm wondering what's the difference between teh two followings URLs : http://www.ibiblio.org/maven2/org/apache/maven/plugins/

Re: Maven2 Website rolled back?

2005-11-09 Thread Wim Deblauwe
Where can I find the Maven 1 website then? I tried http://maven.apache.org/maven1/ but that was not it. regards, Wim 2005/11/9, Jason van Zyl [EMAIL PROTECTED]: On Wed, 2005-11-09 at 21:44 +0100, Alexander Hars wrote: Rik, sorry, I should have been more precise, I meant the Maven2

Re: Maven2 Website rolled back?

2005-11-09 Thread Brett Porter
its /maven-1x/, there is a link in the top right of the screen. - Brett On 11/10/05, Wim Deblauwe [EMAIL PROTECTED] wrote: Where can I find the Maven 1 website then? I tried http://maven.apache.org/maven1/ but that was not it. regards, Wim 2005/11/9, Jason van Zyl [EMAIL PROTECTED]:

Re: quesiton about maven 2 projects with modules

2005-11-09 Thread Emmanuel Venisse
you can't disable it. if you want only one project, you'll can use the shell project in continuum 1.0.1 and choose mvn as executable. You can't actually with 1.0 Emmanuel Frank Zhao a écrit : It seems for each modules, Continuum creates a seperate project for it. Is there a way to disable

Re: [m2] building non-jar projects

2005-11-09 Thread Wim Deblauwe
Hi, ok, I found much info here: http://maven.apache.org/maven2/lifecycle.html but what I still miss, is how I define that when I run mvn install, it should see that it is not a jar module, but for instance a msm (InstallShield Merge Module). I know in the pom I should specify:

  1   2   >