Error in the plugin:descriptor goal

2006-08-31 Thread hermod.opstvedt
Hi When running mvn install on various projects I am now getting: [INFO] [plugin:descriptor] [INFO] Using 2 extractors. [INFO] Applying extractor for language: java [INFO] Extractor for language: java found 1 mojo descriptors. [INFO] Applying extractor for language: bsh [INFO] Extractor for

RE: Integration Testing

2006-08-31 Thread Vincent Massol
-Original Message- From: Heck, Joe [mailto:[EMAIL PROTECTED] Sent: mercredi 30 août 2006 22:54 To: Maven Users List Subject: RE: Integration Testing We have several different mechanisms running - but most of them are honestly manual. The automated solution that one of our teams

repository-bundle should contain source and javadocs (specify this in pom)

2006-08-31 Thread Geoffrey De Smet
Is it possible to specify in the pom that the repository-bundle should contain source and javadocs? So that if I do: mvn repository:bundle-create it automatically does mvn source:jar javadoc:jar repository:bundle-create PS: Does a mvn release:prepare automatically do a

Re: eclipse:eclipse wtp

2006-08-31 Thread Stefan Magnus Landrø
I believe you should still use 1.0 in the configuration part. It appears the wtp-settings file format hasn't changed since 1.0 Douglas Ferguson [EMAIL PROTECTED] skrev 30.08.2006 17:54:14: BTW: I noticed that it actually supports 1.5. But when I did so I got this error in my project. Not

Re: maven-resources-plugin StringIndexOutOfBoundsException

2006-08-31 Thread chua
I fixed it! I don´t know why but the solution was to add a blank line at the end of the file that caused the problem. Thanks anyway. -- View this message in context: http://www.nabble.com/maven-resources-plugin-StringIndexOutOfBoundsException-tf2188988.html#a6074481 Sent from the Maven -

Re: [Xdoclet-user] XDoclet plugin.... problem generating wsdl for ejbwebservice

2006-08-31 Thread David J. M. Karlsen
Marco Mistroni wrote: hello all, i am trying to expose an EJB as a webservice in my app that is using Maven2 what i am trying to do is to generate sources with xdoclet, and then use wseedoclet to generate wsdl file and mappings At runtime, generation of sources works fine...

Re: XDoclet plugin.... problem generating wsdl for ejb webservice

2006-08-31 Thread David J. M. Karlsen
Marco Mistroni wrote: hello all, i am trying to expose an EJB as a webservice in my app that is using Maven2 what i am trying to do is to generate sources with xdoclet, and then use wseedoclet to generate wsdl file and mappings At runtime, generation of sources works fine... generation

Question regarding Maven projects and CVS/branching

2006-08-31 Thread Steinar Rune Eriksen
Hi all, I am wondering a bit about best practices for branching projects built with Maven. (I use Maven 2.0.2) I have a setup with a root pom.xml file for my top level, and my project is J2EE based with sub components for JDO, hibernate, EJB, EAR etc. I have different pom.xml files for

Re: Why is maven2 running all the unit tests twice ?

2006-08-31 Thread David J. M. Karlsen
Shing Hing Man wrote: In a maven 2 subproject, when I do 'mvn test', all the unit tests in my submodule are run twice. As there are hundreds of unit tests, I only want all the unit tests to be run once. It would be appreciated if someone could provide some assistance. Old bugs - related to

Re: Maven2 jbossnet xdoclet

2006-08-31 Thread David J. M. Karlsen
Marco Mistroni wrote: hi all, i'd need to use the jbossnet xdoclet task in maven2...i was not able tofind any reference to this topic on the web.. can anyone give me some hints on how to start? i found xdoclet tags for that, but when i run the task webserviceejbdoclet I think it's

Re: building several jar files using maven-jar-plugin

2006-08-31 Thread chua
Thanks for the help! Now I use modules to build several jars. More or less you should have a module for each m1 jar goal from maven.xml. that´s the way for not using maven-antrun-plugin. Finally I get a full migration. Thanks again! -- View this message in context:

Re: how do i turn off inclusion of all transitive dependencies? in 2.0.4

2006-08-31 Thread Pierre-Yves Saumont
This is explained very clearly in the documentation: http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html (look at section Depencdency scope) Here is an example: I use Wicket, which is dependent on log4j through teh following declaration in wicket-parent pom:

Re: Maven2 jbossnet xdoclet

2006-08-31 Thread Marco Mistroni
Hello DAvid, thanks for your reply... actually in my desperate search for solution i found one of your posts referring to the same issue Unfortunately, i have a multiproject.. :( ... so obviously wseedoclet screws up big time since i cannot reset xdoclet plugin do you know how can i

Re: notice about recent assembly plugin snapshot

2006-08-31 Thread Vinod Panicker
Hi, I just noticed that the assembly is including the .svn directories when copying the filesets as well. Is this expected or is it a bug? Regards, Vinod. On 8/31/06, John Casey [EMAIL PROTECTED] wrote: Hi everyone, I just wanted to send a quick note to let you know that I've made some

Quick availability of maven module to dependent modules in same project

2006-08-31 Thread Denis McCarthy
Hi, I've recently moved from ant to maven2, and all in all I'm really happy with the move. However, one of the main reasons I decided to move was maven's superior dependency handling. My project consists of two web apps with a corresponding business/dataaccess module that both webapps rely

RE: [M2] My tests are launched 3 times !

2006-08-31 Thread Vincent Massol
Hi Benoit, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: mercredi 30 août 2006 16:25 To: users@maven.apache.org Subject: [M2] My tests are launched 3 times ! Hi all, I run a 'mvn clean site install' and my tests are launched 3 times : If you run

RE: Problem with internal repository (checksum?)

2006-08-31 Thread HUGOT Franck
Thanks a lot for your response. But I always don't understand why it does not work. - In general, using a local repository (one populated with mvn install) a remote one is not a good idea, as the repository will lack some important pieces of information generated at

[How to get the full snapshot distribution package of continuum]

2006-08-31 Thread Francois Le Fevre
Dear all, I am trying to add to Continuum 1.0.3 a maven2 project whose pom.xml comes from viewvc . So I put this adress for the pom http://mars.pc.local/cgi-bin/viewvc.cgi/nemo-andromda-profiles/pom.xml?content-type=text%2Fplainview=co But I get: Could not download

RE: accessing continuum DB

2006-08-31 Thread Artamonov, Juri
I don't know why you need this, but here are instruction that were taken by me from another mail on this list Downloaded SQuirreL SQL from http://squirrel-sql.sourceforge.net/. Selected Modify Driver for Apache Derby Embedded and added the Derby jar files, derby.jar and derbyclient.jar to the

Get offline status from within a mojo?

2006-08-31 Thread Henrik Mejlgaard
Hi, Is it possible to detect wheter Maven is working offline (with -o option) from within a Mojo? Regards, Henrik

Re: RE: [M2] My tests are launched 3 times !

2006-08-31 Thread Torsten Curdt
Maven cannot really guess by itself if the tests have to be re-executed or not. Take for example the Clover plugin. It MUST re-execute the tests because it executes them on clovered sources and not on the original sources. If Maven were to execute the tests only once the clover plugin would

Re: Get offline status from within a mojo?

2006-08-31 Thread Brett Porter
Yes. /** @parameter expression=${settings.offline} */ boolean offline; Cheers, Brett On 31/08/06, Henrik Mejlgaard [EMAIL PROTECTED] wrote: Hi, Is it possible to detect wheter Maven is working offline (with -o option) from within a Mojo? Regards, Henrik -- Apache Maven -

Re: accessing continuum DB

2006-08-31 Thread Jorg Heymans
using eclipse + wtp it's actually very easy. i wrote a little howto in my blog about this: http://www.domek.be/jorg/?p=18 HTH Jorg On 8/30/06, L. J. [EMAIL PROTECTED] wrote: Could anyone kindly provide me a step by step instructions on how to access the continuum DB? Also, what tool should

[M2]Maven fails while developing plugin with 1.5 compliant sources

2006-08-31 Thread Alexandre Touret
Hello, I m using maven 2.0.4 and I m trying to develop some java plugins . Unfortunately maven 2 and qdox seems to not support java 1.5 compliant sources as generics and annotations (eg. @override). I found this JIRA issue (http://jira.codehaus.org/browse/MPLUGIN-1). Do you know if it s

Caused by: java.lang.OutOfMemoryError: Java heap space

2006-08-31 Thread Jeff Mutonho
I'm getting the OutOfMemoryError when running junit tests for my webservice project.I've tried set MAVEN_OPTS=-Xmx512m -Xms512m -XX:MaxPermSize=512m and set MAVEN_OPTS=-Xmx1024m -Xms1024m -XX:MaxPermSize=1024m , but that doesn't seem to help. -- Jeff Mutonho GoogleTalk : ejbengine Skype

Re: Caused by: java.lang.OutOfMemoryError: Java heap space

2006-08-31 Thread Geoffrey De Smet
on linux you'll probably need to do export instead of set Jeff Mutonho wrote, On 2006-08-31 11:52 AM: I'm getting the OutOfMemoryError when running junit tests for my webservice project.I've tried set MAVEN_OPTS=-Xmx512m -Xms512m -XX:MaxPermSize=512m and set MAVEN_OPTS=-Xmx1024m -Xms1024m

Re: Caused by: java.lang.OutOfMemoryError: Java heap space

2006-08-31 Thread Vinod Panicker
On 8/31/06, Jeff Mutonho [EMAIL PROTECTED] wrote: I'm getting the OutOfMemoryError when running junit tests for my webservice project.I've tried set MAVEN_OPTS=-Xmx512m -Xms512m -XX:MaxPermSize=512m and set MAVEN_OPTS=-Xmx1024m -Xms1024m -XX:MaxPermSize=1024m , but that doesn't seem to help.

RE: accessing continuum DB

2006-08-31 Thread Fabien Galampoix
You can also use Eclipse + Quantum DB, it works well. (with apache derby embedded JDBC driver of course) Fabien -Message d'origine- De : L. J. [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 août 2006 22:09 À : continuum-users Objet : accessing continuum DB Could anyone kindly provide

Downloading artifacts and metadata

2006-08-31 Thread Ovidio Mallo
Hi everyone, I'm very new to Maven2, so here come two greenhorn questions: 1. Is there some mojo to simply download an artifact given by its groupdId, artifactId and version? I think in Maven 1 there was something like plugin:download, but what about Maven2? 2. Is there some mojo which

Re: Caused by: java.lang.OutOfMemoryError: Java heap space

2006-08-31 Thread Jeff Mutonho
On 8/31/06, Geoffrey De Smet [EMAIL PROTECTED] wrote: on linux you'll probably need to do export instead of set Thanks .This is currently running on an XP machine -- With kind regards, Geoffrey De Smet - To unsubscribe,

Re: Caused by: java.lang.OutOfMemoryError: Java heap space

2006-08-31 Thread Jeff Mutonho
On 8/31/06, Vinod Panicker [EMAIL PROTECTED] wrote: On 8/31/06, Jeff Mutonho [EMAIL PROTECTED] wrote: I'm getting the OutOfMemoryError when running junit tests for my webservice project.I've tried set MAVEN_OPTS=-Xmx512m -Xms512m -XX:MaxPermSize=512m and set MAVEN_OPTS=-Xmx1024m -Xms1024m

Specifying a pre-existing application.xml

2006-08-31 Thread Jeff Mutonho
Q1) How do I specify a pre-existing application.xml to the maven-ear-plugin ? Q2) Is there a way of specifying a non-versioned war file to be included in the final ear?For example if I had a war file called myapp.war that was created in my web submodule (call it myapp-web) and I wish that to

M2:invoking more than one task in the same phase... How?

2006-08-31 Thread Marco Mistroni
hi all, i have a small project inw hich i need to execute 2 diffferent tasks in the same phase... heres' an excerpt of my pom.xml plugin groupIdorg.codehaus.mojo/groupId artifactIdxdoclet-maven-plugin/artifactId executions execution idgenerateWsdl/id

Re: M2:invoking more than one task in the same phase... How? / Pls ignore

2006-08-31 Thread Marco Mistroni
AAARRGHHH! got stuck 30 min before realizing i was editing two different pom.xml sorry for bothering everything works just fine regards marco

Changing the basedir?

2006-08-31 Thread YoGee
If I use cygwin to make a Maven 2.x project by default the basedir is - Value: C:\cygwin\home\MyName. How can I change this? I want to set the basedir to C:\mavenWorkspace\projects. I tried passing -Dbasedir=C:\mavenWorkspace\projects but it just seems to be ignored? Thanks -- View this message

RE: eclipse:eclipse wtp

2006-08-31 Thread Douglas Ferguson
My projects have the same even with wtpversion set to 1.0 Also, 1.5 is only supported in the snapshot, the code I was looking at is only in the snapshot build. D- - Original Message - From: Stefan Magnus Landrø Sent: Thu, 8/31/2006 2:45am To: users Subject: Re: eclipse:eclipse

RE: pom files not validating

2006-08-31 Thread Douglas Ferguson
By the way, if I wan to flesh out these skeletan pom files to get rid of the error, what do I need to do? The error just says it doesn't validate, but I don't really see anything wrong with the pom. D- - Original Message - From: [EMAIL PROTECTED] Sent: Wed, 8/30/2006 10:01pm To:

Re: [POLL] Why switch to Maven?

2006-08-31 Thread ArneD
Eric Redmond wrote: Any more reasons? Care to expand these ideas? Hi Eric, for corporate users, I believe there are some additional issues to the ones already named. Especially in large companies, it is often unacceptable to let users download artefacts directly from an Internet

Re: Downloading artifacts and metadata

2006-08-31 Thread Alexandre Touret
Hello Ovidio Mallo wrote: Hi everyone, I'm very new to Maven2, so here come two greenhorn questions: 1. Is there some mojo to simply download an artifact given by its groupdId, artifactId and version? I think in Maven 1 there was something like plugin:download, but what about Maven2?

Re: Specifying a pre-existing application.xml

2006-08-31 Thread Alexandre Touret
Hello Jeff Mutonho wrote: Q1) How do I specify a pre-existing application.xml to the maven-ear-plugin ? Look at the official documentation of the ear plugin. It seems to have one property to set during the ear:generate-application.xml execution

Re: Downloading artifacts and metadata

2006-08-31 Thread Ovidio Mallo
Hi again, I'm very new to Maven2, so here come two greenhorn questions: 1. Is there some mojo to simply download an artifact given by its groupdId, artifactId and version? I think in Maven 1 there was something like plugin:download, but what about Maven2? Maven 2 always try to download

Continuum Build maven 1.0 project twice

2006-08-31 Thread Pigache Steve
Hi, I use continuum with a Maven 1 project I run the goal clean war and a custom goal When I click on the build button, the generation of the project is ok but when the generation is finish, a second build is launch at once. I don't know if it is a bug or if there is a parameter setting to do

Re: Re: mvn2: war packaging

2006-08-31 Thread chua
Hi! I had more or less the same problem as you. One of the solutions is to create a project based on modules. You just have to create a parent pom with: modules modulemodule_for_jar/module modulemodule_for_war/module /modules Then, you have to create two subfolders with the same name as the

Re: Re: mvn2: war packaging

2006-08-31 Thread Jared Bunting
I might be missing what you're trying to do here, and it seems to me that creating a multi-module project, as suggested, would be the best way to go about this. However, what if you bound your source generation to the generate-sources phase. I'm not sure of how it would be done in ant, but I

Re: Specifying a pre-existing application.xml

2006-08-31 Thread Jeff Mutonho
On 8/31/06, Alexandre Touret [EMAIL PROTECTED] wrote: Hello Jeff Mutonho wrote: Q1) How do I specify a pre-existing application.xml to the maven-ear-plugin ? Look at the official documentation of the ear plugin. It seems to have one property to set during the ear:generate-application.xml

Packaging 'ear' is invalid. Aggregator projects require 'pom' as packaging

2006-08-31 Thread Jeff Mutonho
I'm getting the following error when I try to build an ear file. [INFO] Scanning for projects... [INFO] [ERROR] FATAL ERROR [INFO] [INFO] Error

Re: maven-assembly-plugin: weird life cycle

2006-08-31 Thread Alexis Midon
Thanks a lot for your so helpful answer Barrie! Alexis On 8/31/06, Barrie Treloar [EMAIL PROTECTED] wrote: On 8/30/06, Alexis Midon [EMAIL PROTECTED] wrote: here is what I have in my parent pom: plugin groupIdorg.apache.maven.plugins/groupId

Re: Integration Testing

2006-08-31 Thread Christophe DENEUX
Hi, We have also the same mechanism that the one described by Joe. Moreover, the functional tests are associated to a specific profile to be executed only if asked. We use jWebUnit to write our webapp tests cases. To use this mechanism with 3 different QA environments, you can use the

Re: Continuum Build maven 1.0 project twice

2006-08-31 Thread Emmanuel Venisse
Send us your logs Emmanuel Pigache Steve a écrit : Hi, I use continuum with a Maven 1 project I run the goal clean war and a custom goal When I click on the build button, the generation of the project is ok but when the generation is finish, a second build is launch at once. I don't know if

RE: Integration Testing

2006-08-31 Thread Ruel Loehr
I appreciate the feedback. I think these are all valid workarounds, but have my concerns about scalability and ease of use for users. BTW, I'm not ranting here, just trying to show that use cases exist for which the functionality of M2 might need to improved upon. Our actual testsuite for

Re: Continuum Build maven 1.0 project twice

2006-08-31 Thread Emmanuel Venisse
I think you double-clicked on the build icon, because the project is enqueing twice with few milliseconds interval. INFO | jvm 1| 2006/08/31 15:56:08 | 2006-08-31 15:56:08,406 [SocketListener0-1] INFO Continuum - Enqueuing 'galion' (Build definition id=2). INFO |

Re: Changing the basedir?

2006-08-31 Thread ian . d . stewart
Hi YoGee, mvn creates new projects within the current working directory. When you initially open the cygwin console you will start off in your home directory (defaults to C:\cygwin\home\userid; you can see your current working directory by issuing the command 'pwd' (short for 'Print Working

Re: Specifying a pre-existing application.xml

2006-08-31 Thread Jared Bunting
The option I can see that seems to relate to my issue is the generateApplicationXml , which one can set to true, to turn off generation of the application.xml.Butthen how do I tell the plugin where the pre-existing application.xml file is located?I'm looking for something similar to Maven1's

Re: Packaging 'ear' is invalid. Aggregator projects require 'pom' as packaging

2006-08-31 Thread Jared Bunting
From what I've been able to tell in the past, it seems that the rule is if your project has the modules element, then it has to be of packaging type pom. It looks like you have an ear project that you want to include an ejbModule and a warModule - I have done this in the past by having a

RE: Continuum Build maven 1.0 project twice

2006-08-31 Thread Pigache Steve
no, I run the project a lot of time and all the time the process run twice and I do a simple click (at the beginning I thought that I had done a double-click so the following time I paid attention) Steve -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : jeudi

Re: [POLL] Why switch to Maven?

2006-08-31 Thread Eric Redmond
On 8/31/06, ArneD [EMAIL PROTECTED] wrote: Eric Redmond wrote: Any more reasons? Care to expand these ideas? Hi Eric, for corporate users, I believe there are some additional issues to the ones already named. Especially in large companies, it is often unacceptable to let users download

RE: Integration Testing

2006-08-31 Thread Vincent Massol
-Original Message- From: Ruel Loehr [mailto:[EMAIL PROTECTED] Sent: jeudi 31 août 2006 16:10 To: Maven Users List Subject: RE: Integration Testing I appreciate the feedback. I think these are all valid workarounds, but have my concerns about scalability and ease of use for

Mail notifications stopped working with Windows service

2006-08-31 Thread Michael Waluk
Hi, Has anyone tried running Continuum (1.0.3 here) as a Windows service? I used the Java Service Wrapper to install it and it worked great for about a week and then the mail notifications just stopped (builds are fine besides this). A few days later a single mail did get through but none

Re: Continuum Build maven 1.0 project twice

2006-08-31 Thread Emmanuel Venisse
what is your browser? Emmanuel Pigache Steve a écrit : no, I run the project a lot of time and all the time the process run twice and I do a simple click (at the beginning I thought that I had done a double-click so the following time I paid attention) Steve -Message d'origine- De

RE: Continuum Build maven 1.0 project twice

2006-08-31 Thread Pigache Steve
firefox 1.5 Cordialement, Steve Pigache Sopra Group. Agence de Normandie Tél. : +33 (0)2 32 81 57 57 - Fax : +33 (0)2 32 81 57 58 *: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : jeudi 31 août 2006 17:11 À :

Re: Continuum Build maven 1.0 project twice

2006-08-31 Thread Emmanuel Venisse
Hmm, I use the same version without problem. File an issue, and we'll look at it later. Emmanuel Pigache Steve a écrit : firefox 1.5 Cordialement, Steve Pigache Sopra Group. Agence de Normandie Tél. : +33 (0)2 32 81 57 57 - Fax : +33 (0)2 32 81 57 58 *: [EMAIL PROTECTED] mailto:[EMAIL

RE: Continuum Build maven 1.0 project twice

2006-08-31 Thread Pigache Steve
ok thanks Steve Sopra Group. Agence de Normandie Tél. : +33 (0)2 32 81 57 57 - Fax : +33 (0)2 32 81 57 58 *: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : jeudi 31 août 2006 17:19 À :

RE: [POLL] Why switch to Maven?

2006-08-31 Thread EJ Ciramella
Especially in large companies, it is often unacceptable to let users download artefacts directly from an Internet repository, even not through a proxy. I agree wholeheartedly - this was one of our biggest stumbling blocks and one of the reasons we opted NOT to use a proxy and simply have an

Re: Changing the basedir?

2006-08-31 Thread YoGee
Ah, ok thanks Ian. I didn't realize mvn created new projects in the current working directory. Thanks again. -- View this message in context: http://www.nabble.com/Changing-the-basedir--tf2196173.html#a6081877 Sent from the Maven - Users forum at Nabble.com.

Re: Re: Re: mvn2: war packaging

2006-08-31 Thread Attila Mezei-Horvati
Thanks to everybody who helped with ideas for the war packaging. I think the two best solutions are: 1. multi-module project 2. generate-sources phase. I actually like the best number 2, because we include in our classes the ones which are generated so i would like to keep them in the same

RE: maven2: ant taskdef

2006-08-31 Thread Chris Hilton
Did you work this problem out, Attila? It seems like you are trying to build a separate jar (which should be a separate project) that this project would then depend on. Chris -Original Message- From: Attila Mezei-Horvati [mailto:[EMAIL PROTECTED] Sent: Tuesday, 29 August, 2006 10:39

RE: Need help on the Emma plugin

2006-08-31 Thread Chris Hilton
Please keep any questions on the list. You can build it like any other Maven project. Use 'mvn install' to install it to the local repository on your machine, or you can configure distributionManagement to deploy it to your internal repository with 'mvn deploy' for a team of developers to use.

GWT ,maven 1.0.2 solution

2006-08-31 Thread neeraj daffodil
hi all when we were using the old jar of gwt then the gwt plugin for maven work fine and the war file genrates by the plugin was ok but now we started using the gwt new jar and now the war file which is made by maven 1.0.2 using gwt war plugin is not working properly 1.e now no pages are

Re: Packaging 'ear' is invalid. Aggregator projects require 'pom' as packaging

2006-08-31 Thread Jeff Mutonho
On 8/31/06, Jared Bunting [EMAIL PROTECTED] wrote: I have done this in the past by having a parent pom, and the ear file essentially being a sibling of my other modules. That make sense? Yes . I actually realized it was not necessary to even have the modules defined in the ear project

Re: Specifying a pre-existing application.xml

2006-08-31 Thread Jeff Mutonho
On 8/31/06, Jared Bunting [EMAIL PROTECTED] wrote: http://maven.apache.org/plugins/maven-ear-plugin/ear-mojo.html The first parameter in there seems to answer this question... Thanks.I got confused by this

How to set custom Plugin Parameters?

2006-08-31 Thread Alexis Midon
Hi all, I'm currently writting a custom plugin, but I've got a problem with the parameter settings. Here is it: My plugin declares a String array as follow: /** * The collection of exclude patterns to be applied on the sourceDirectory * * @parameter */ protected String[]

running multiple instances of continuum on one machine

2006-08-31 Thread Feniks Nator
Hey, I'm wondering if it is possible to run multiple instances of Continuum on the same machine? We have a lot of projects (each possibly having one or more modules), and this results in a long list of modules/projects. As far as I know it's not (yet?) possible to filter the last based on name

Re: Mail notifications stopped working with Windows service

2006-08-31 Thread Feniks Nator
We are running the same configuration as you describe. We have this running for several months, and it runs really smoothly.

Re: How to set custom Plugin Parameters?

2006-08-31 Thread Ovidio Mallo
Hi Alexis, you may try with @parameter expression=${excludes} in the annotation of your array. I can't test it right now, but I guess this should work. Regards, Ovidio Alexis Midon wrote: Hi all, I'm currently writting a custom plugin, but I've got a problem with the parameter

Re: running multiple instances of continuum on one machine

2006-08-31 Thread L. J.
Yes, it is possible, we run 3 instances of Continuum on one AIX machine using different ports On 8/31/06, Feniks Nator [EMAIL PROTECTED] wrote: Hey, I'm wondering if it is possible to run multiple instances of Continuum on the same machine? We have a lot of projects (each possibly having one

Re: How to set custom Plugin Parameters?

2006-08-31 Thread Jared Bunting
Another thought - the guide here talks about using private fields for mojo configuration - i noticed that yours is protected. It specifically mentions that setters can be used in place of private fields, but makes no mention of protected fields. Now, while it would make sense to me that the

Re: [POLL] Why switch to Maven?

2006-08-31 Thread ArneD
Eric Redmond wrote: Especially in large companies, it is often unacceptable to let users download artefacts directly from an Internet repository, even not through a proxy. Companies need to have full control over all artifacts used in theirE build processes, that means that only

[maven 1.x] is there a ${maven.installed.root} variable?

2006-08-31 Thread Ming Cheung
Both ${basedir}, ${maven.build.dir} to represent the soft links of base directory and build directories. Is there a similar variable which I can use to represent the maven installed root directory {i.e. c:\maven_install_root)? Sincerely, Ming Cheung WebSphere Web Services Developer Address:

Re: [maven 1.x] is there a ${maven.installed.root} variable?

2006-08-31 Thread Ming Cheung
Never mind, I found it from an old post. The variable is ${maven.home}. Sincerely, Ming Cheung WebSphere Web Services Developer Address: IBM, Inc. 11501 Burnet Road, Austin, TX 78758 Tie Line: 678-0733 Email: [EMAIL PROTECTED] Ming Cheung/Austin/[EMAIL PROTECTED] Ming

RE: RE: maven2: ant taskdef

2006-08-31 Thread Attila Mezei-Horvati
Hi Chris, Yes, I actually started later another thread for this issue (mvn2: war packaging). I got good suggestions on it. Thanks for your help Chris. It is much appreciated just as everybody's else. I don't know about others but I think this group is helpful and questions get answered fast.

mvn2: specify parent for site.xml

2006-08-31 Thread Attila Mezei-Horvati
I understand I could setup inheritance for a site.xml file. I could inherit menus and other parts. However I wasn't able to find how can I specify the parent site.xml. Also: a. is there a way to specify what gets inherited and what not? b. is there something like super (for ex. I inherit the

War Overlay

2006-08-31 Thread Douglas Ferguson
I am curious if there is any configuration available for handling conflicts with war overlay. I read this and I am still a bit confused.

[M2] org.apache.maven.plugins: includes not additive?

2006-08-31 Thread Andreas Guther
Hi, To include files to the org.apache.maven.plugins compile process one has to specify those files in the configuration/includes section. I noticed that if I add an includes section like the following includes include**/*.properties/include /includes My java files are not build

RE: War Overlay

2006-08-31 Thread Douglas Ferguson
Sorry.. Not sure why outlook sent this.. This is the link I tried to send. http://jira.codehaus.org/browse/MWAR-47?page=comments#action_67168 According to this, the dependent file always wins. This sorta sucks. Because in my world I want my local files to always take priority over a file that

Re: running multiple instances of continuum on one machine

2006-08-31 Thread Emmanuel Venisse
You only need to modify the port of http and xmlrpc services in apps/continuum/conf/application.xml Emmanuel L. J. a écrit : Yes, it is possible, we run 3 instances of Continuum on one AIX machine using different ports On 8/31/06, Feniks Nator [EMAIL PROTECTED] wrote: Hey, I'm wondering

Re: War Overlay

2006-08-31 Thread Tamás Cservenák
Hi, i had a same problem with it and could not understand what happened in (2.0- 2.0.1) transition until i got it. so I forced 2.0 plugin in project POM. The reason for this behaviour is unknown to me. +1 for configurability ~t~ On 8/31/06, Douglas Ferguson [EMAIL PROTECTED] wrote:

war overlay does not work when custom warSourceDirectory specified

2006-08-31 Thread Ali Hisham Malik
Hi, I have just found this annoying bug that when you have specified a customer warSourceDirectory in your pom. Then the war overlay mechanism will not work. It does work when you don't specify the customer warSourceDirectory. This is definitely seems like a bug. Please let me know how to

Re: [M2] org.apache.maven.plugins: includes not additive?

2006-08-31 Thread Wendy Smoak
On 8/31/06, Andreas Guther [EMAIL PROTECTED] wrote: To include files to the org.apache.maven.plugins compile process one has to specify those files in the configuration/includes section. ... Is this a general behavior in Maven with the includes section or is this something specific to the

Re: accessing continuum DB

2006-08-31 Thread L. J.
I have tried this but always get the error message: java.security.PrivilegedActionException : Error opening socket to server servername on port 1527 with message : null Any suggestion? Thanks. LJ On 8/31/06, Artamonov, Juri [EMAIL PROTECTED] wrote: I don't know why you need this, but here

Re: accessing continuum DB

2006-08-31 Thread Emmanuel Venisse
what is the jdbc url you use? You must shutdown continuum before to access to the database. Emmanuel L. J. a écrit : I have tried this but always get the error message: java.security.PrivilegedActionException : Error opening socket to server servername on port 1527 with message : null Any

RE: War Overlay

2006-08-31 Thread Douglas Ferguson
I opened a subtask for that issue. -Original Message- From: Tamás Cservenák [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 2:49 PM To: Maven Users List Subject: Re: War Overlay Hi, i had a same problem with it and could not understand what happened in (2.0- 2.0.1)

Re: accessing continuum DB

2006-08-31 Thread L. J.
I shut down continuum but still get the same error message. I am following the SQuirreL SQL instructions that Artamonov provides in this email. My JDBC connection is jdbc:derby://server_ip/apps/build/continuum- 1.0.3/apps/continuum/database Thanks. L. J. On 8/31/06, Emmanuel Venisse [EMAIL

executing after being built with Maven2

2006-08-31 Thread Stephen More
I am fairly new to maven2. Once the dependecies are listed, I see how maven automagically figures out what are the needed jars and downloads them. I can compile, test and jar my maven2 project just fine. My problem is that when I try to run from the SNAPSHOT, I can no longer find all the jars

RE: pruning or limiting snapshots

2006-08-31 Thread Jason.Yankus
Isn't this what the updatePolicy element in the snapshotRepository element is all about? I don't have any documentation of it at hand, can anyone else shed any light? -jason -Original Message- From: jim stafford [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 30, 2006 11:23 PM To:

Re: [POLL] Why switch to Maven?

2006-08-31 Thread Barrie Treloar
In the company that I helped setting up a Maven-based build environment, a public site like ibiblio.org is considered a potentially unsafe source. Like it or not. Only JARs that have been approved internally may be used for production. (BTW, this was within finance industry which is partly quite

Re: [POLL] Why switch to Maven?

2006-08-31 Thread Tamás Cservenák
On 8/31/06, ArneD [EMAIL PROTECTED] wrote: ... Afterwards you can disconnect the proxy from Internet, or use the proxy's cache as your internal plugin repository. (Keeping the proxy alive and connected to the Internet might be unacceptable because you want to evaluate new plugins before you

Cargo and Ant Properties

2006-08-31 Thread Matt Raible
This might be a Cargo question, but I tried to subscribe to their mailing list several times w/o success. Must be on of those days... ;-) I seem to have successfully integrated Cargo with Canoo WebTest using Maven 2. I'm doing this as part of AppFuse's move from Ant to Maven 2. My

Re: Integration Testing

2006-08-31 Thread Barrie Treloar
Our actual testsuite for JBossAS starts and stops different server configurations 15-20 times as well as starting up clusters of servers.From what I can see, to do this the maven way, I would need 15-20 integration projects which would be executed by hand or cruise control or 1 integration

Re: executing after being built with Maven2

2006-08-31 Thread berndq
Stephen More wrote: I guess you are looking for the assembly plugin Here is the docu: http://maven.apache.org/plugins/maven-assembly-plugin/howto.html But I do not know how up to date this is. Recently on the dev list a staging version of new docu was presented for review (this was helpfull

RE: Cargo and Ant Properties

2006-08-31 Thread Vincent Massol
Hi Matt, -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: jeudi 31 août 2006 22:50 To: Maven Users List Subject: Cargo and Ant Properties This might be a Cargo question, but I tried to subscribe to their mailing list several times w/o success. Must be on of

  1   2   >