Re: Possible for ant to get build number from continuum?

2006-07-03 Thread Emmanuel Venisse
It isn't possible yet. Emmanuel Karr, David a écrit : Related to my recent questions about enhancing a build, is it possible for a build.xml to get a parameter from continuum indicating the build number that is in progress?

Re: [spam]::Re: Possible for ant to get build number from continuum?

2006-07-03 Thread Emmanuel Venisse
I don't think we have an issue for it and I'm sure it isn't implemented. 1.1 will be done when all issues in the roadmap will be fixed ;-) Emmanuel Karr, David a écrit : I looked at the current 1.1 status, and there appeared to be a bug describing this, and I think it was fixed. Did I

[M2] How to include a subproject that is not named pom.xml

2006-07-03 Thread Kevin Wang
Hi, All, In my scenario, I want to define a module in a root project, the POM file of the module (subproject) is named as pom-test.xml rather than standard pom.xml, for example, pom.xml (root project) systest/pom-systest.xml (sub-project) It seems the modules element in a POM only

Re: Problem with eclipse-plugin and dependency-maven-plugin

2006-07-03 Thread mawi
http://jira.codehaus.org/browse/MDEP-27 The problem seems not to be related to the eclipse-plugin only. It occurs also in conjunction with other plugins or lifecycle-phases. -- View this message in context:

Re: Re: Project structure and releasing

2006-07-03 Thread Martijn Dashorst
Though I read on a separate thread on this list (http://www.nabble.com/Top-level-POM-behaviour-t1825699.html#a4980080) that doing a module based build is not working for separated projects. That is why I didn't put a modules section in the parent project. Here's the quote from Alexandre:

Should I Support Maven 1?

2006-07-03 Thread Graham Lea
I am planning to release the latest version of a library of mine to ibiblio. It isn't built with Maven, so I'm hand creating the POMs (following the instructions in the Maven doc). My question: Should I bother uploading a version to the Maven 1 repository, or is Maven 1 dead and buried?

Re: Should I Support Maven 1?

2006-07-03 Thread Kees de Kooter
I would like to call it retired ;-) But of course it depends on the users of your library. If they are still using maven 1 then I think you should. On 7/3/06, Graham Lea [EMAIL PROTECTED] wrote: I am planning to release the latest version of a library of mine to ibiblio. It isn't built with

Ibiblio Download Count?

2006-07-03 Thread Graham Lea
Is there any way to see how many times an artefact has been downloaded from ibiblio? G. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] How to know which artifact ships a given resource?

2006-07-03 Thread Alessio Pace
Thanks, MRM is what I was looking for. On 7/2/06, Edwin Punzalan [EMAIL PROTECTED] wrote: Repository indexing is a known feature and there are apps (i.e. MRM) and websites (www.mavenregistry.com) that provide them. Alessio Pace wrote: Hi, does anybody ever had the need, given a resource

Class Loader problem - maven 2

2006-07-03 Thread Ronen Yaari
All, I have 6 projects that each one has a POM file. I have a master POM file that I run it in order to build/test/package my projects. I use maven 2. When my test runs I get the error below: I guess that this happen because there are 2 different project that their test load the same

Re: Should I Support Maven 1?

2006-07-03 Thread Arnaud HERITIER
I'm not sure, but I think we have a converter, but I don't remember if it's m1-m2 or m2-m1 Brett, Carlos ? Arnaud On 7/3/06, Kees de Kooter [EMAIL PROTECTED] wrote: I would like to call it retired ;-) But of course it depends on the users of your library. If they are still using maven 1

Re: Howto configure boot classpath for several plugins?

2006-07-03 Thread Trent Rosenbaum
Frank, I was wondering if you made any progress with the bootclasspath and compiling JavaME application with Maven. I have looked at your plugin in the mojo sandbox and could not find anything about this stage in the build process. I am looking to start a new maven project with JavaME and do

Re: Should I Support Maven 1?

2006-07-03 Thread Emmanuel Venisse
m1-m2 but this converter doesn't remove transitive dependenciesand don't define scope if it isn't define in dependencies properties. Emmanuel Arnaud HERITIER a écrit : I'm not sure, but I think we have a converter, but I don't remember if it's m1-m2 or m2-m1 Brett, Carlos ? Arnaud On

distributing multiple versions of sites to URLs containing the version number

2006-07-03 Thread jerome lacoste
I am trying to deploy each version of a site to a different URL, and use a single configuration in a parent pom. Given a project: P1 - M1 - M2 where P1 inherits its config from a P0 master pom. My intent is to obtain something like: P1 be: http://my.domaine.com/projects/P1/${project.version}/

Re: Ibiblio Download Count?

2006-07-03 Thread Carlos Sanchez
No On 7/3/06, Graham Lea [EMAIL PROTECTED] wrote: Is there any way to see how many times an artefact has been downloaded from ibiblio? G. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Ibiblio Download Count?

2006-07-03 Thread Arnaud HERITIER
Perhaps : http://www.ibiblio.org/stats/ Arnaud On 7/3/06, Graham Lea [EMAIL PROTECTED] wrote: Is there any way to see how many times an artefact has been downloaded from ibiblio? G. - To unsubscribe, e-mail: [EMAIL

Re: Newbie question

2006-07-03 Thread ertnutler
seems like something that could be scripted with minimal effort...have you looked into that? -- View this message in context: http://www.nabble.com/Newbie-question-tf1879027.html#a5149890 Sent from the Maven - Users forum at Nabble.com.

Call for Papers for ApacheCon Asia 2006 is currently open!

2006-07-03 Thread Emmanuel Venisse
ApacheCon Asia 2006 will be held at the TransAsia Hotel in Colombo, Sri Lanka, August 14-17, 2006. The ASF and the FOSS community — invite the Open Source community to send in session and tutorial proposals for ApacheCon Asia 2006. Please check the web site for details

Pregoal

2006-07-03 Thread Jeff Mutonho
Is there an equivalence of doing a file copy from one location to another as one could do in M1 , as a pregoal? -- Jeff Mutonho GoogleTalk : ejbengine Skype: ejbengine Registered Linux user number 366042 - To

Re: Ibiblio Download Count?

2006-07-03 Thread Graham Lea
Thanks. That works well. Arnaud HERITIER wrote: Perhaps : http://www.ibiblio.org/stats/ Arnaud On 7/3/06, Graham Lea [EMAIL PROTECTED] wrote: Is there any way to see how many times an artefact has been downloaded from ibiblio? G.

Re: Pregoal

2006-07-03 Thread jerome lacoste
On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: Is there an equivalence of doing a file copy from one location to another as one could do in M1 , as a pregoal? You can probbaly use the antrun plugin to make the copy and attach the plugin's execution to the phase before the one that requires

Re: Pregoal

2006-07-03 Thread Jeff Mutonho
On 7/3/06, jerome lacoste [EMAIL PROTECTED] wrote: On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: Is there an equivalence of doing a file copy from one location to another as one could do in M1 , as a pregoal? You can probbaly use the antrun plugin to make the copy and attach the plugin's

plugin-registry.xml

2006-07-03 Thread h_fox
Does anybody know how to get/create the plugin-registry.xml? It is not (or no more) in my .m2 directory? Thanks Hendrik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: plugin-registry.xml

2006-07-03 Thread Trent Rosenbaum
Hi there, You can specify the use of the plugin-registry.xml file by placing the following within your setting.xml user your .m2 directory. usePluginRegistrytrue/usePluginRegistry Is this what you were asking for or are you wanting to know how to recreate it? Trent On 03/07/06, [EMAIL

AW: Class Loader problem - maven 2

2006-07-03 Thread Kowalkowski, Markus
Hi Ronen, your system is missing some native libraries from SAP. You have to install the JCO or SAP GUI software, to get all that libraries. Markus -Ursprüngliche Nachricht- Von: Ronen Yaari [mailto:[EMAIL PROTECTED] Gesendet: Montag, 3. Juli 2006 12:17 An: users@maven.apache.org

Re: Pregoal

2006-07-03 Thread jerome lacoste
On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: On 7/3/06, jerome lacoste [EMAIL PROTECTED] wrote: On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: Is there an equivalence of doing a file copy from one location to another as one could do in M1 , as a pregoal? You can probbaly use the

Re: Pregoal

2006-07-03 Thread Jeff Mutonho
On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: On 7/3/06, jerome lacoste [EMAIL PROTECTED] wrote: On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: Is there an equivalence of doing a file copy from one location to another as one could do in M1 , as a pregoal? You can probbaly use the

Re: plugin-registry.xml

2006-07-03 Thread Hendrik Fuchs
Would be good to know both ways, is recreate also possible? Thanks! -Ursprüngliche Nachricht- Von: Maven Users List users@maven.apache.org Gesendet: 03.07.06 15:12:10 An: Maven Users List users@maven.apache.org Betreff: Re: plugin-registry.xml Hi there, You can specify the use of the

RE: Class Loader problem - maven 2

2006-07-03 Thread Ronen Yaari
Markus, The Dll is not missing, please read the exception carefully, it state that it cannot load it since another classloader already loaded it. When I run the test (mvn test) from a specific project it runs fine, just when I run my master POM file (that run all my projects one by one) I get

Re: Class Loader problem - maven 2

2006-07-03 Thread dan tran
maven 2 spins new jvm per project to run test by default, how could this happens? what version of surefire plugin do you use? make sure to setup your PATH environment within surefire configuration too. java.library.path does not always work -D On 7/3/06, Ronen Yaari [EMAIL PROTECTED] wrote:

Re: RAR plugin problem

2006-07-03 Thread F . Wildenhain
Henry S. Isidro hisidro at exist.com writes: On Saturday, June 24, 2006 05:11, Nidhi Tuli wrote: RAR plug in I downloaded doesn't seem to generate jar file. It is simply compiling the code and generating a rar file with just the dependencies in it. The generated rar file does not contain

Re: plugin-registry.xml

2006-07-03 Thread Trent Rosenbaum
Hi there, If you do not have a plugin-registry file then the next time you interact with the plugins the file will be recreate automatically. The plugin values will be equal the latest releases that could be found. I test this by deleting my plugin file and then ran the 'mvn package' on my

RE: Class Loader problem - maven 2

2006-07-03 Thread Ronen Yaari
Maven does not spin new jvm by default only after I added: groupIdorg.apache.maven.plugins/groupId artifactIdmaven-surefire-plugin/artifactId configuration

Re: Need to include ONLY a new version of a transitive dependency

2006-07-03 Thread Brad O'Hearne
Wendy, Thanks for the reply. I was able to make it work with the following: dependency groupIdnet.sf.ehcache/groupId artifactIdehcache/artifactId version1.2/version scopecompile/scope exclusions exclusion groupIdehcache/groupId

Re: Depedency on jdbc-stdext-2.0.jar fails

2006-07-03 Thread Alexandre Poitras
It is useful when you generate an IDE project and you want to have access to your libraries sources. On 7/3/06, Brad O'Hearne [EMAIL PROTECTED] wrote: Thanks Alexandre. I missed the part about the intention being only to provide the location of the download. I am still curious though what the

Using attached tests

2006-07-03 Thread Paul Spencer
(Maven 2.0.4) I have configured my project to use an attached test per the Guide to using attached tests, http://maven.apache.org/guides/mini/guide-attached-tests.html, but the attached tests are not running. 1) I have verified the test class exist in test jar, foo-SNAPSHOT-test.jar. 2) I

Re: Need to include ONLY a new version of a transitive dependency

2006-07-03 Thread Wendy Smoak
On 7/3/06, Brad O'Hearne [EMAIL PROTECTED] wrote: But I still have a question here -- I noticed that in the exclusion, there's no version element allowed. I happened to benefit here from the fact that ehcache had actually been moved to net.sf.ehcache, so I used that as the dependency groupId.

Re: Class Loader problem - maven 2

2006-07-03 Thread dan tran
the latest release of sure plugin sets the default value to forkMode is once http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html try with -U to pickup the latest one if you have not done so hope this helps -D On 7/3/06, Ronen Yaari [EMAIL PROTECTED] wrote: Maven does not

Re: Need to include ONLY a new version of a transitive dependency

2006-07-03 Thread Brad O'Hearne
Wendy, Thanks for the reply. Responses below: Wendy Smoak wrote: On 7/3/06, Brad O'Hearne [EMAIL PROTECTED] wrote: But I still have a question here -- I noticed that in the exclusion, there's no version element allowed. I happened to benefit here from the fact that ehcache had actually been

Maven Plugin for RAD6

2006-07-03 Thread David McGee
Is there a version of the Maven Plugin that works running RAD 6? -Dave McGee

How to write and use my own notifier?

2006-07-03 Thread Tatiana Escovedo
Hi, I've analysed the code and found out that the notifiers implementation can be done extending the class AbstractContinuumNotifier, right? I would like to know how to use my own notifier.

Re: Re: [m2] problem with manifest entries with new war plugin

2006-07-03 Thread Mark Reynolds
OK, that worked! Thanks so much, Mike. On 6/29/06, Mike Perham [EMAIL PROTECTED] wrote: http://svn.apache.org/repos/asf/maven/shared/trunk/maven-archiver/ See ManifestConfiguration.java. So I think it would be: configuration archive manifest addClasspathtrue/addClasspath

Re: Need to include ONLY a new version of a transitive dependency

2006-07-03 Thread Wendy Smoak
On 7/3/06, Brad O'Hearne [EMAIL PROTECTED] wrote: The detail I've posted prior in this thread shows at least one case where it appears that Maven doesn't do this. The fact that Maven wasn't choosing the proper version, or for that matter, any version (it was including them both), and the

Re: Depedency on jdbc-stdext-2.0.jar fails

2006-07-03 Thread Brad O'Hearne
Ah, well that makes perfect sense. Thanks! Though if the sources are available, I wonder why a compiled version cannot be made available, or if there were a way to pull the sources, and automatically compile and jar locally. Brad Alexandre Poitras wrote: It is useful when you generate an

Re: Need to include ONLY a new version of a transitive dependency

2006-07-03 Thread Brad O'Hearne
Thanks Wendy, that makes sense. I appreciate you taking the time to clarify the matter. Cheers, Brad Wendy Smoak wrote: On 7/3/06, Brad O'Hearne [EMAIL PROTECTED] wrote: The detail I've posted prior in this thread shows at least one case where it appears that Maven doesn't do this. The

Re: Pregoal

2006-07-03 Thread jerome lacoste
On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: On 7/3/06, jerome lacoste [EMAIL PROTECTED] wrote: On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: Is there an equivalence of doing a file copy from one location to another as one could do

[m2] Plugin Version in POM

2006-07-03 Thread Hilco Wijbenga
Hi all, I would like my POM to dictate the versions of the plugins to be used. I'm seeing strange things, though. Sometimes Maven abides by the version number I've configured, sometimes not. Below is the smallest POM I could create that displays the kind of problem I'm talking about. project

RE: Maven Plugin for RAD6

2006-07-03 Thread Mike Perham
Your question makes no sense. Could you be more specific? -Original Message- From: David McGee [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 11:22 AM To: users@maven.apache.org Subject: Maven Plugin for RAD6 Is there a version of the Maven Plugin that works running RAD

war plugin 2.0.1 webResources pom.* filtering

2006-07-03 Thread SkipWalker
So my basic question is, how do I get some of my webapp files in my war project to be filtered with my pom.version value? I've done what I think I need to do, but the build appears to be executing the plugin twice or something, creating errors. There some configuration tweak that I can't figure

Re: Re: Project structure and releasing

2006-07-03 Thread Barrie Treloar
On 7/3/06, Martijn Dashorst [EMAIL PROTECTED] wrote: Though I read on a separate thread on this list (http://www.nabble.com/Top-level-POM-behaviour-t1825699.html#a4980080) that doing a module based build is not working for separated projects. That is why I didn't put a modules section in the

Re: Pregoal

2006-07-03 Thread Alexandre Poitras
Just put your resources files in src/main/resources/appcontext and everything will work fine. No need to copy. On 7/3/06, jerome lacoste [EMAIL PROTECTED] wrote: On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: On 7/3/06, Jeff Mutonho [EMAIL PROTECTED] wrote: On 7/3/06, jerome lacoste [EMAIL

Using a modified war file in an EAR

2006-07-03 Thread Manikandan Balasubramanian
Hi, We have a third-party supplied war file to which we need to add some additional Servlet filter definitions (web.xml). I was planning to do this using the ant plugin. But how do I add this modified war file as a dependency for the ear (basically how to add a dependency as a path

Re: [m2] Plugin Version in POM

2006-07-03 Thread Wayne Fay
Maven2 automatically looks for and uses newer versions of plugins and artifacts... You can lock down the version to 2.0 by using: version[2.0]/version Give that a try and report back. Wayne On 7/3/06, Hilco Wijbenga [EMAIL PROTECTED] wrote: Hi all, I would like my POM to dictate the

Re: [m2] Plugin Version in POM

2006-07-03 Thread Hilco Wijbenga
I would have thought that version2.0/version would already have locked it down but I tried what you suggested and it *did* have an effect... On 7/3/06, Wayne Fay [EMAIL PROTECTED] wrote: You can lock down the version to 2.0 by using: version[2.0]/version For 'mvn site' there's no difference: