Re: Continuum Gives a Not a v4.0.0 POM exception.

2006-08-29 Thread Emmanuel Venisse
Piyush Kumar Nahata a écrit : Hi all, I'm using Continuum-1.0.3 with Maven 2.0.4. I have a multi project. When I try to give the URL of the child project, I get the folowing Error --START OF STACK TRACE

Re: Re: Continuum Gives a Not a v4.0.0 POM exception.

2006-08-29 Thread Torsten Curdt
Check your local repository. I've encountered a similar problem. Maven downloaded an html error page instead of a valid pom. I had to change the mirror and remove the invalid poms from my .m2/repository. Never expected maven to be so stupid and not realize that it had downloaded crap :-( HTH --

RE: Re: Continuum Gives a Not a v4.0.0 POM exception.

2006-08-29 Thread Piyush Kumar Nahata
Hi all, I don't know why I got that error and I don't know how it got resolved, but now I no longer get that error. I'm on a VPN connection, and due to some network problem the connection was reset. When I reconnected, I no longer encounter that error. But now, I'm getting a different

mvn eclipse feature request?!

2006-08-29 Thread Fred . Hauschel
Hi all, in eclipse you can define AccessRules for the libraries the project depend on. Would it be a good idea to define them in the pom (or another xml file) and regard them when calling eclipse:eclipse ? A other possibility is eclipse:eclipse do not overwrite these access rules. What do you

Ad: RE: Tomcat Deploy

2006-08-29 Thread Stefan Magnus Landrø
Hey Douglas, Try this plugin: http://mojo.codehaus.org/tomcat-maven-plugin/ There is a similar one for maven 1 Jeff Jensen [EMAIL PROTECTED] skrev 28.08.2006 22:46:24: Maven 1 or 2? -Original Message- From: Douglas Ferguson [mailto:[EMAIL PROTECTED] Sent: Monday, August 28,

Re: Lucene test fails...

2006-08-29 Thread Nicolas De Loof
FileUtils.deleteDirectory is used and throws this IOException. I don't think commons-io solves this JVM issue. Maybe a System.gc() can solve this ? According to http://www.gossamer-threads.com/lists/lucene/java-user/39116, some file handler opened by Lucene may stay opened and must wait for

Re: MRM-153

2006-08-29 Thread Nicolas De Loof
I'd like to add some TestCase, but I hardly understand how plexus works, and how to write such a test. Brett Porter a écrit : I'll take a look. Did you add tests? BTW, these sorts of questions are perfectly suited to the archiva-dev list. - Brett On 28/08/2006, at 8:36 PM, Nicolas De

Re: How to know/specify version of plugin?

2006-08-29 Thread Alexandre Russel
On Tuesday 29 August 2006 05:25, Dave Hoffer wrote: I seem to notice that plugin versions are typically not specified in the project's pom, is this correct? How do you know what version it will look for if the version is not specified? It will use the latest. Is the version dependent on

Re: [ANN] Maven findbugs plugin 1.0-beta-1 for Maven 2 released

2006-08-29 Thread Geoffrey De Smet
Thanks :) It works well: reporting plugins plugin groupIdorg.codehaus.mojo/groupId artifactIdfindbugs-maven-plugin/artifactId version1.0-beta-1/version /plugin ... It's to bad it doesn't seem to support

Re: Re: Repo sync with Ibiblio

2006-08-29 Thread Martijn Dashorst
OK, thanks, I created a JIRA issue for the sync. Martijn On 8/28/06, Carlos Sanchez [EMAIL PROTECTED] wrote: you have to ask for it, not automated yet On 8/27/06, Martijn Dashorst [EMAIL PROTECTED] wrote: Hi, Our repository is in the sync scripts of maven (thanks Carlos!), and I'm

[ANN] Maven AspectJ compiler plugin 1.0-beta-2 released

2006-08-29 Thread Kaare Nilsen
The Mojo team is pleased to announce the AspectJ compiler plugin 1.0-beta-2 release. http://mojo.codehaus.org/aspectj-maven-plugin/http://mojo.codehaus.org/aspectj-maven-plugin/ You can run mvn -U to get the latest version of the plugin, or specify the version in your project's plugin

maven-dependency-plugin - (Beta-)Release planned?

2006-08-29 Thread ArneD
Are there plans for releasing maven-dependency-plugin? The last snapshot version is from April: http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-dependency-plugin/2.0-SNAPSHOT/ If 2.0 is not yet ready, a beta release would be great. Thank you, Arne -- View

Re: Failing surefire tests

2006-08-29 Thread Jeff Mutonho
To avoid risking being reprimanded in public :) , I'll say that I'm not demanding answers ladies and gents.Just wondering if anyone has had any ideas on how I can try out other ways of resolving this issue? Thanks -- Jeff Mutonho GoogleTalk : ejbengine Skype: ejbengine Registered

maven-dependency-plugin - Why is scope parameter read-only?

2006-08-29 Thread ArneD
I am trying to use maven-dependency-plugin (latest snapshot version) using the following configuration: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-dependency-plugin/artifactId version2.0-SNAPSHOT/version executions execution

RE: Use System Properties in Settings.xml?

2006-08-29 Thread Peter . Pilgrim
*DONE* http://jira.codehaus.org/browse/MNG-2532 -Original Message- From: Eric Redmond [mailto:[EMAIL PROTECTED] ==== Hm. That is a pickle. Since settings.xml profiles override pom and profiles.xml profiles, then if you make it active by default it will always win. But you

Re: [maven 1.x] Need help for passing java arguments

2006-08-29 Thread Arnaud HERITIER
If you don't fork your tests you have to set these options in the environment variable MAVEN_OPTS. If fork is enabled you have to use the property maven.junit.jvmargs http://maven.apache.org/maven-1.x/plugins/test/properties.html Arnaud On 8/28/06, Ming Cheung [EMAIL PROTECTED] wrote: I am

Re: MRM-153

2006-08-29 Thread Nicolas De Loof
I've added a testcase to MRM-153 that demonstrate relocation. Nicolas De Loof a écrit : I'd like to add some TestCase, but I hardly understand how plexus works, and how to write such a test. Brett Porter a écrit : I'll take a look. Did you add tests? BTW, these sorts of questions are

RE: Ad: RE: Tomcat Deploy

2006-08-29 Thread Douglas Ferguson
Ah.. Just use this instead of cargo? What's the benefit of Cargo if you can use this directly? - Original Message - From: Stefan Magnus Landrø Sent: Tue, 8/29/2006 1:48am To: Maven Users List Subject: Ad: RE: Tomcat Deploy Hey Douglas, Try this plugin:

Specify Remote sources

2006-08-29 Thread mohan.radhakrishnan
Hi, I have two SSH connected machines. Can I specify one as the source of my source files in the other ? I want to build in one machine but the sources are in another. One way is to check out from a remote machine first before building. Thanks, Mohan This message is for the

RE: Ad: RE: Tomcat Deploy

2006-08-29 Thread Vincent Massol
-Original Message- From: Douglas Ferguson [mailto:[EMAIL PROTECTED] Sent: mardi 29 août 2006 13:00 To: Maven Users List Subject: RE: Ad: RE: Tomcat Deploy Ah.. Just use this instead of cargo? What's the benefit of Cargo if you can use this directly? What's the benefit of

m2 pluginRepository problem

2006-08-29 Thread p_stastny
Hello, i have problem with plugin repository. I have developed plugin and deployed it on our company repository. On my machine works everythink ok. But when i want to use it on another machine, plugin not found. Here is settings.xml: settings proxies proxy

Re: m2 pluginRepository problem

2006-08-29 Thread Arnaud Bailly
p_stastny [EMAIL PROTECTED] writes: Hello, Hello, May be you can try putting this in the mirrors section: mirror idmycentral/id mirrorOfcentral/mirrorOf nameCentral repository/name urlhttp://maven.amaio.com:/repository/url /mirror Just naming your repo

Re: m2 pluginRepository problem

2006-08-29 Thread Milos Kleint
Hello, I think the activeByDefault element could be problem. I'm not sure what the exact semantics is but it's not what I expected - have this profile always activated. instead try adding the activeProfiles element to the settings.xml file and add yoru profile there... cheers Milos On 8/29/06,

using continuum from a remote repository build thru maven deploy

2006-08-29 Thread Rakesh_Malhotra
Hi, I am trying to work with continuum and I have a multi module project. The multi module project in continuum requires a URL reference to the parent POM. I was trying to point the http URL to the parent pom.xml created on remote repository using mvn deploy. Problem I am facing is that the mvn

RE: newbie question

2006-08-29 Thread patrick
i think i read somewhere that there is a repository at sun providing these, but 1) i cant remember the URL 2) i do not know how to put this in you settings.xml (how to spezify which is your main repo and which are the backups) Charles Griffin-3 wrote: Thanks Odea, I deleted my repository

Re: newbie question

2006-08-29 Thread ben short
Here it is... https://maven2-repository.dev.java.net/ On 8/29/06, patrick [EMAIL PROTECTED] wrote: i think i read somewhere that there is a repository at sun providing these, but 1) i cant remember the URL 2) i do not know how to put this in you settings.xml (how to spezify which is your

RE: m2 pluginRepository problem

2006-08-29 Thread Jörg Schaible
Milos Kleint wrote on Tuesday, August 29, 2006 2:50 PM: Hello, I think the activeByDefault element could be problem. I'm not sure what the exact semantics is but it's not what I expected - have this profile always activated. It is, but did not work for M2 = 2.0.3. instead try adding the

Re: newbie question

2006-08-29 Thread ben short
Scratch that im wrong. On 8/29/06, ben short [EMAIL PROTECTED] wrote: Here it is... https://maven2-repository.dev.java.net/ On 8/29/06, patrick [EMAIL PROTECTED] wrote: i think i read somewhere that there is a repository at sun providing these, but 1) i cant remember the URL 2) i do

Re: using continuum from a remote repository build thru maven deploy

2006-08-29 Thread Emmanuel Venisse
It isn't possible to use a remote repository for multi-modules projects. If you can't access to you scm with http, you can use the file protocol. You need to allow it before, check the faq. Emmanuel [EMAIL PROTECTED] a écrit : Hi, I am trying to work with continuum and I have a multi

war:inplace

2006-08-29 Thread Douglas Ferguson
I found this task when looking into ways to just deploy static file changes to tomcat rather than building a war and having tomcat rebuild the context, etc. The only problem I have is that it generates files (WEB-INF META-INF) in my src directory. Is there a way to avoid this? Anybody

Re: newbie question

2006-08-29 Thread ben short
https://maven-repository.dev.java.net/nonav/ On 8/29/06, ben short [EMAIL PROTECTED] wrote: Scratch that im wrong. On 8/29/06, ben short [EMAIL PROTECTED] wrote: Here it is... https://maven2-repository.dev.java.net/ On 8/29/06, patrick [EMAIL PROTECTED] wrote: i think i read

Re: war:inplace

2006-08-29 Thread Stefan Magnus Landrø
Hi there, Why don't you just use the eclipse WTP features? with wtp you can set up tomcat in eclipse, and deploy automatically on code changes Douglas Ferguson [EMAIL PROTECTED] skrev 29.08.2006 15:26:36: I found this task when looking into ways to just deploy static file changes to tomcat

Re: using continuum from a remote repository build thru maven deploy

2006-08-29 Thread Rakesh_Malhotra
Hi Emmanuel, I have my CVS repository on a HP UNIX box. My continuum is loaded on a Linux box. When I start conitnuum on the linux box and access it thru web browser interface how will I abe able to use the file protocol. Any ideas? Thanks

RE: war:inplace

2006-08-29 Thread Douglas Ferguson
Hmm Is there a turtorial somewhere? D- -Original Message- From: Stefan Magnus Landrø [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 8:29 AM To: Maven Users List Subject: Re: war:inplace Hi there, Why don't you just use the eclipse WTP features? with wtp you can set up

Re: site:site menu inheritance ?!?!?

2006-08-29 Thread Jon SlinnHawkins
Hi, Sorry for posting this again, but can anybody help me with this ? This is the last thing i need to get working Many Thanks Jon Jon SlinnHawkins [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, How can i get the inherit feature working for menus in site.xml I have a

Continuum Gives a Not a v4.0.0 POM exception.

2006-08-29 Thread Piyush Kumar Nahata
Hi all, I'm using Continuum-1.0.3 with Maven 2.0.4. I have a multi project. When I try to give the URL of the child project, I get the folowing Error --START OF STACK TRACE 2006-08-29 09:24:38,643

RE: How to know/specify version of plugin?

2006-08-29 Thread Daryl.Dwyer
I believe it uses the latest released plugin. You can always specify the version, though. When you release your project w/the release plugin, all plugin versions will be fixed so that subsequent builds of the released version of your project always have the same plugin behavior. -Daryl

Releasing Software

2006-08-29 Thread Douglas Ferguson
I have been playing with the release plugin and it is really cool. However, I am curious about how folks are applying process on top of the tool. If you are developing a snapshot and you are ready to release the new version, then you run the release plugin. What happens when qa finds a

RE: RE: war:inplace

2006-08-29 Thread Stefan Magnus Landrø
This is a tutorial for Oracle, but Tomcat is very similar. http://www.eclipse.org/webtools/community/tutorials/OracleServerAdapter/OracleServerAdapter.html Douglas Ferguson [EMAIL PROTECTED] skrev 29.08.2006 15:31:44: Hmm Is there a turtorial somewhere? D- -Original

RE: probs with profiles - really stuck...

2006-08-29 Thread EJ Ciramella
Yeah, the hangup isn't even at the point you're talking about. From the command line, I put in something like mvn -P someprofilein profiles.xml process-resources and watch as it doesn't do anything. Can someone PLEASE take a moment and try to explain this? This isn't covered very well in the

RE: Releasing Software

2006-08-29 Thread Riegel, Holger
This is how I do it: 1. Create a release branch in your version control system (e.g. Subversion or CVS). 2. Checkout the branch and use release:prepare and release:perform. The tag name is some kind of x.yRCn, where n is the number of the relese candidate. Just do bug fixing on the release

Re: Surefire to run a custom testsuite

2006-08-29 Thread Pablo Gutierrez
I found the solution http://jira.codehaus.org/browse/MSUREFIRE-113 On 8/22/06, Pablo Gutierrez [EMAIL PROTECTED] wrote: Hi all, I'm setting up maven for a project and I just get to the point where everything compiles. I'm having troubles running the test lifecycle phase because for our

Implementing custom JAR lifecycle

2006-08-29 Thread m k
Is there a way to customize the default lifecycle for the packaging type of jar? I want to build a project using the maven defined jar lifecycle except that instead of running surefire:test it would run a custom goal I have written. I have seen how to do this for a custom packaging type but I

Re: Surefire to run a custom testsuite

2006-08-29 Thread Pablo Gutierrez
I found the solution http://jira.codehaus.org/browse/MSUREFIRE-113 On 8/22/06, Pablo Gutierrez [EMAIL PROTECTED] wrote: Hi all, I'm setting up maven for a project and I just get to the point where everything compiles. I'm having troubles running the test lifecycle phase because for our unit

Re: Releasing Software

2006-08-29 Thread Daniel Serodio
Douglas Ferguson wrote: I have been playing with the release plugin and it is really cool. However, I am curious about how folks are applying process on top of the tool. If you are developing a snapshot and you are ready to release the new version, then you run the release plugin.

[M2] eclipse:eclipse requires compile?

2006-08-29 Thread Siegmann Daniel, NY
Could someone explain why running eclipse:eclipse requires that the project successfully compile? I want to build the eclipse project files so I can fix the compilation errors. ;) -- Daniel Siegmann FJA-US, Inc. (212) 840-2618 ext. 139

RE: Releasing Software

2006-08-29 Thread Douglas Ferguson
When I referred to SNAPSHOT, I was talking about the actual module that you are building.. Say you have: 1.0-SNAPSHOT And you go to release Then release plugin prompts 1.0 You change to 1.0RC1 Then release plugin promts 1.1-SNAPSHOT for the next version.. However could you do this..

JDBC driver Jar for MS SQL Server 2000/2005

2006-08-29 Thread fagfa
Hi, where (I mean, M2 repository) can I found the JDBC driver jar for Microsoft SQL server 2000 and 2005? Thanks, -- View this message in context: http://www.nabble.com/JDBC-driver-Jar-for-MS-SQL-Server-2000-2005-tf2184254.html#a6041313 Sent from the Maven - Users forum at Nabble.com.

eclipse:eclipse - path problem

2006-08-29 Thread Douglas Ferguson
I am running into this problem. http://jira.codehaus.org/browse/MECLIPSE-99 I am not sure I follow the last comment. It says to use ${pom.build.output.directory}. Is this talking about a development fix? Does anybody have a work around? Should I try to use the 2.3 snapshot?

RE: maven2: ant taskdef

2006-08-29 Thread Attila Mezei-Horvati
Thanks the maven.compile.classpath was what I needed. Another question. In the ant task I need to specify a dest file for the generated sources. Currently I do it by: destfile=target/sxmltypes.jar How can I do it so this jar is included in the package later? thanks, Attila Subject: RE:

Re: JDBC driver Jar for MS SQL Server 2000/2005

2006-08-29 Thread Andrius Šabanas
fagfa wrote: Hi, where (I mean, M2 repository) can I found the JDBC driver jar for Microsoft SQL server 2000 and 2005? Thanks, I guess Microsoft's own driver is not in the repository (redistribution limitations). You can download it from Microsoft and install it locally or on you remote

Re: [M2] eclipse:eclipse requires compile?

2006-08-29 Thread Andrius Šabanas
Siegmann Daniel, NY wrote: Could someone explain why running eclipse:eclipse requires that the project successfully compile? I want to build the eclipse project files so I can fix the compilation errors. ;) Yes, this is quite a nuisance, especially when updating dependencies breaks the

maven-assembly-plugin: weird life cycle

2006-08-29 Thread Alexis Midon
Hi all, While using the maven-assembly-plugin, I'm always stuck by the fact that if I do not run the package goal in the same build the assembly plugin complains with the following message: Included module: murex.middleware:middleware-gui:jar:3.1 does not have an artifact with a file. Please

looking for maven-dependency-plugin

2006-08-29 Thread Alexis Midon
Hi all, I'd like to use the maven-dependency-plugin but I can't find out its latest release in any repositories! I've checked out ibiblio, maven1. I only found the snapshots on people.apache.org Thanks for your help. Alexis

[POLL] Why switch to Maven?

2006-08-29 Thread Eric Redmond
Hi all Maven users! I'm beginning a study to outline the real reasons that people have for avoiding Maven. My questions to you all are: What were your anxieties about using Maven? If you use Maven: what helped you make the decision? If you don't: why did you avoid it? Here are some that I have

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Eric Redmond
Sorry, I forgot to mention, I'm focusing soley on Maven 2.x On 8/29/06, Eric Redmond [EMAIL PROTECTED] wrote: Hi all Maven users! I'm beginning a study to outline the real reasons that people have for avoiding Maven. My questions to you all are: What were your anxieties about using Maven? If

Re: Groovy integration

2006-08-29 Thread Eric Redmond
They aren't being actively developed, per se, however there has been a lot of discussion on the creation of a generic BSF plugin, that would include support for Groovy. On 8/28/06, Clifton Craig [EMAIL PROTECTED] wrote: I've been toying with and blogging about the Groovy plugins and tools in

Re: looking for maven-dependency-plugin

2006-08-29 Thread Dennis Lundberg
Alexis Midon wrote: Hi all, I'd like to use the maven-dependency-plugin but I can't find out its latest release in any repositories! I've checked out ibiblio, maven1. I only found the snapshots on people.apache.org Thanks for your help. Alexis This plugin is only available as a snapshot

RE: [POLL] Why switch to Maven?

2006-08-29 Thread Heck, Joe
This might be under your category of lack of good documentation: the tool really doesn't help you determine what's happening. The error messages are obscure, and there is now easy way to determine what is even easily available from the command line. To learn anything about maven, you need

Maven 2.0 - CVS

2006-08-29 Thread datech
How can I checkout my soure code from CVS and build it using Maven2.0. Can someone please help me with it. Thanks -- View this message in context: http://www.nabble.com/Maven-2.0---CVS-tf2185317.html#a6044815 Sent from the Maven - Users forum at Nabble.com.

Re: [maven 1.x] Need help for passing java arguments

2006-08-29 Thread Ming Cheung
Can I use the combination of fork, maven.junit.jvmargs, and MAVEN_OPTS simutanousely for a same project? For example, I am adding the maven.junit.jvmargs=-Djava.security.debug=true to the project.properties file and as well as setting MAVEN_OPTS=-Djava.security.policy=c:\temp\myAdditional.policy

RE: [POLL] Why switch to Maven?

2006-08-29 Thread EJ Ciramella
I second the horrible online documentation and add to that slow, unreliable support via the mailing list. I feel like m2 is great for small opensource projects with little to no configurability. -Original Message- From: Heck, Joe [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006

Testing on a Different CPU/OS

2006-08-29 Thread neil hart
I have my application built by Maven inside of CruiseControl. We are building on a Linux box and want to test on a Windows box. Is there any way to have Maven deploy our code and run Unit Tests remotely?If not Maven, any thoughts on how? TIA

Re: Testing on a Different CPU/OS

2006-08-29 Thread Wayne Fay
Can you set up another CruiseControl instance on a Windows box? That's probably easiest. Wayne On 8/29/06, neil hart [EMAIL PROTECTED] wrote: I have my application built by Maven inside of CruiseControl. We are building on a Linux box and want to test on a Windows box. Is there any way to

regression in maven-jar-plugin-2.1-20060826.162339-6.jar or dependencies

2006-08-29 Thread Russ Tremain
Hi - We use the SNAPSHOT jar plugin so maven doesn't add the maven meta files to our production jars. I find that it sometimes creates empty jars when run from our top pom. However, it seems to work normally when run locally. I believe the snapshot in question is:

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Eric Redmond
On 8/29/06, EJ Ciramella [EMAIL PROTECTED] wrote: I second the horrible online documentation and add to that slow, unreliable support via the mailing list. I feel like m2 is great for small opensource projects with little to no configurability. I find this reason interesting since large,

Re: maven-overlay and jetty6 plugin

2006-08-29 Thread Carlos Sanchez
On 8/25/06, Matt Raible [EMAIL PROTECTED] wrote: On 8/25/06, Carlos Sanchez [EMAIL PROTECTED] wrote: On 8/25/06, Matt Raible [EMAIL PROTECTED] wrote: On 8/25/06, Carlos Sanchez [EMAIL PROTECTED] wrote: what's the problem? jetty:run? you can use war:inplace jetty:run Yeah, jetty6:run

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Jan Vissers
The really bad documentation is already mentioned, and rightly so! Also, I feel for multi module projects (every meaningful JEE project) the reporting part is really awful. There is no consistency in the reporting plugins. Maven to me (still) looks like a great tool for single module

Re: maven-overlay and jetty6 plugin

2006-08-29 Thread Matt Raible
On 8/29/06, Carlos Sanchez [EMAIL PROTECTED] wrote: On 8/25/06, Matt Raible [EMAIL PROTECTED] wrote: On 8/25/06, Carlos Sanchez [EMAIL PROTECTED] wrote: On 8/25/06, Matt Raible [EMAIL PROTECTED] wrote: On 8/25/06, Carlos Sanchez [EMAIL PROTECTED] wrote: what's the problem? jetty:run?

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Jan Vissers
Maven to me (still) looks like a great tool for single module applications/libraries - but not so much for big(ger) multi module apps. -- When reporting is concerned. Jan Vissers wrote: The really bad documentation is already mentioned, and rightly so! Also, I feel for multi module projects

RE: [POLL] Why switch to Maven?

2006-08-29 Thread EJ Ciramella
The standards aren't what is blocking progress, simply applying configuration via various profiles is. If you have one base one in pom.xml, one additional one in profiles.xml and a third in settings.xml, hands down, ant handles this kind of thing in a way more elegant way. Additionally, passing

Re: maven-overlay and jetty6 plugin

2006-08-29 Thread Carlos Sanchez
Something like plugin artifactIdmaven-war-plugin/artifactId version2.0.2-20060829.202242-1/version configuration archiveClassestrue/archiveClasses /configuration /plugin pluginRepositories pluginRepository idapache.org/id

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Arnaud Bailly
* Lack of good documentation. Rightfully at top of the list. Mergere's book was helpful, as was Peopleware tutorial. There is a lack for a comprehensive article on maven's concepts. It may sound like easy criticism but documentation in source code is also somewhat scarce. * Community

Re: Maven 2.0 - CVS

2006-08-29 Thread Laurent GRANIE
Look at the maven-plugin scm : http://maven.apache.org/scm/ Laurent. 2006/8/29, datech [EMAIL PROTECTED]: How can I checkout my soure code from CVS and build it using Maven2.0. Can someone please help me with it. Thanks -- View this message in context:

Re: [maven 1.x] Need help for passing java arguments

2006-08-29 Thread Ming Cheung
Hi Arnaud, The the java security debug is not showing afte add the following 3 properties to project.properties file. maven.junit.fork=true maven.junit.forkmode=perTest maven.junit.jvmargs=-Djava.security.debug=all Sincerely, Ming Cheung WebSphere Web Services Developer Address: IBM, Inc.

RE: [POLL] Why switch to Maven?

2006-08-29 Thread EJ Ciramella
-Original Message- From: Arnaud Bailly [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 5:05 PM To: Maven Users List Subject: Re: [POLL] Why switch to Maven? * Lack of good documentation. Rightfully at top of the list. Mergere's book was helpful, as was Peopleware tutorial.

RE: [POLL] Why switch to Maven?

2006-08-29 Thread Attila Mezei-Horvati
At my company we used ant to do the build files. We decided to switch to maven because we heard that it is better than ant, integrated with CI tools and it can build the documentation site/reports etc. I spent two weeks so far to move the build and I still am far from the goal. Sometimes I wonder

Re: Testing on a Different CPU/OS

2006-08-29 Thread neil hart
This may be the only solution. I was hoping I could build and gather the test results in one place instead of having one build script to build the code and deploy it and then another to run the tests. I was looking to somehow remote the testing. On 8/29/06, Wayne Fay [EMAIL PROTECTED] wrote:

mvn2: war packaging

2006-08-29 Thread Attila Mezei-Horvati
Hi, Slowly I understand the life cycles but still not sure in what order are their components run. My problem: I have a war package, in it I specify an ant task at the package phase to copy a jar into the lib so the war would take it. For some reason the copy is done after the war creation. Can

Re: maven-assembly-plugin: weird life cycle

2006-08-29 Thread Barrie Treloar
Included module: murex.middleware:middleware-gui:jar:3.1 does not have an artifact with a file. Please ensure the package phase is run before the assembly is generated. but when I add the package goal my jars are always built twice, once by the package goal and once by assembly after the

Re: [M2] eclipse:eclipse requires compile?

2006-08-29 Thread Barrie Treloar
On 8/30/06, Siegmann Daniel, NY [EMAIL PROTECTED] wrote: Could someone explain why running eclipse:eclipse requires that the project successfully compile? I want to build the eclipse project files so I can fix the compilation errors. ;) I think this is fixed in the SVN. I am using the snapshot

Re: Testing on a Different CPU/OS

2006-08-29 Thread Wayne Fay
Sounds like a good feature request for CruiseControl. Not sure how exactly Maven could handle this for you, except via some plugins etc. Wayne On 8/29/06, neil hart [EMAIL PROTECTED] wrote: This may be the only solution. I was hoping I could build and gather the test results in one place

Re: Releasing Software

2006-08-29 Thread Barrie Treloar
Read Better Builds with Maven. It has a section on version numbering. If you follow that standard Maven should be able to increment the numbers for you. And as someone rightly pointed out, you never re-release the same version. Any changes made implies a new version, which would increment the

Continuum tries to checkout artifactId instead of module

2006-08-29 Thread Matt Raible
Since I've got most of AppFuse ported to Maven 2, I decided to give Continuum a try today. I used the following URL for my pom.xml: https://appfuse.dev.java.net/source/browse/*checkout*/appfuse/trunk/pom.xml Continuum finds all the projects from my pom.xml files, but it tries to checkout the

Re: Continuum thinks a build is running

2006-08-29 Thread yazsaw7
Any other advice that you can offer to stop a particular build? I have a build that appears to be hung for more than 1 day. i have restarted continuum and clicked 'Build All' and my build is still running in the background. I can still kick off new builds, but i can't stop the one build. thx,

mvn2: war targetPath

2006-08-29 Thread Attila Mezei-Horvati
I am trying to include a jar into the war file. I found on the site a parameter named 'targetPath' that could help me. Unfortunately it is not working for me. Can anybody point out my mistake, please. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId

RE: Releasing Software

2006-08-29 Thread Douglas Ferguson
I've read that, but I must be missing something. The incrementing happens if you use the deploy for a snapshot. If you use the release plugin, you tell it the version to release. -Original Message- From: Barrie Treloar [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 4:42 PM

Re: maven-overlay and jetty6 plugin

2006-08-29 Thread Matt Raible
Correct me if I'm wrong, but it seems like this plugin merely JARs up the classes and puts them into WEB-INF/lib? I'm guessing it doesn't make the WAR dependency type any smarter, so including a WAR gives you access to it's dependencies? Does it solve the problem where a WAR dependency should

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Eric Redmond
On 8/29/06, Attila Mezei-Horvati [EMAIL PROTECTED] wrote: At my company we used ant to do the build files. We decided to switch to maven because we heard that it is better than ant, integrated with CI tools and it can build the documentation site/reports etc. I spent two weeks so far to move

Re: maven-overlay and jetty6 plugin

2006-08-29 Thread Carlos Sanchez
right, I though that was what you requested, but I see now it's not On 8/29/06, Matt Raible [EMAIL PROTECTED] wrote: Correct me if I'm wrong, but it seems like this plugin merely JARs up the classes and puts them into WEB-INF/lib? I'm guessing it doesn't make the WAR dependency type any

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Russ Tremain
I am a proponent of Maven 2. We have converted a large, ant based build system, first to Maven 1.1, and now to Maven 2. There are many flaws. There are many bugs. Plugin configuration documentation is especially poor. Configuration of plugins is inconsistent. Etc., etc. The maven 2

Re: maven-overlay and jetty6 plugin

2006-08-29 Thread Matt Raible
What I'm looking for is the ability to have a WAR that can act like a JAR. That is, any projects that depend on the WAR will inherit its dependencies. The current system basically requires me to publish a WAR w/o any dependencies and then make end-users projects include both a JAR and a WAR.

Cargo Goal

2006-08-29 Thread Douglas Ferguson
Cargo was working for me and suddenly it just stopped working and starting giving this error: The plugin 'org.apache.maven.plugins:maven-cargo-plugin' does not exist The thing that is confuse is that is says Org.apache.maven.plugisn maven-cargo-plugin When I have:

RE: inplace

2006-08-29 Thread Peter Anning
Have you tried using war:exploded to refresh the target/YourWebApp Then using the Context.xml in tomcat to point to the AbosolutePath/target/YourWebApp and get tomcat to hot reload Context path=/ YourWebApp docBase= AbosolutePath/target/YourWebApp reloadable=true

eclipse:eclipse war dependencies

2006-08-29 Thread Douglas Ferguson
Not sure if this is a bug or not, but it seems like eclipse:eclipse ignores any dependencies on a war file. D-

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Rune Flobakk
Eric Redmond wrote: I've began brainstorming on my little private wiki, if you care to peek: http://www.propellors.net/wiki/index.php?title=Maven_Recipes Thanks for this link! Saved for future reference :) Rune - To

Re: [POLL] Why switch to Maven?

2006-08-29 Thread Brett Porter
That's quite cool, and along the lines of what we discussed setting up as the cookbook which would be blended into the site in the doc discussions back in June on the dev@ list (I've reposted some links for that recently if folks are interested in helping out with docs).

Re: mvn2: war packaging

2006-08-29 Thread Henry S. Isidro
On Wednesday, August 30, 2006 05:32, Attila Mezei-Horvati wrote: Hi, Slowly I understand the life cycles but still not sure in what order are their components run. My problem: I have a war package, in it I specify an ant task at the package phase to copy a jar into the lib so the war would

Re: maven-overlay and jetty6 plugin

2006-08-29 Thread Carlos Sanchez
You're talking about http://jira.codehaus.org/browse/MWAR-32 On 8/29/06, Matt Raible [EMAIL PROTECTED] wrote: What I'm looking for is the ability to have a WAR that can act like a JAR. That is, any projects that depend on the WAR will inherit its dependencies. The current system basically

How to deploy artifacts and its dependencies into a local proxy/repo?

2006-08-29 Thread Dave Hoffer
Often, it seems, we have a need to use custom built public maven2 plug-ins with our current maven2 projects. An example of this is the IDEA plugin. We need to use 2.1-SNAPSHOT because the latest released version 2.0 has several limitations that make it unusable. These limitations have been

  1   2   >