RE: rmic plugin

2006-09-08 Thread Ruel Loehr
The bad thing about this way of doing it is that it is not portable. E.g. macs don't have a tools.jar. Ruel Loehr JBoss, a division of Red Hat QA - 512-342-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Borut Bolčina

RE: Integration Testing

2006-08-31 Thread Ruel Loehr
it b) deploy app c) run unit tests d) undeploy app e) stop server Ruel Loehr JBoss, a division of Red Hat QA - 512-342-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Christophe DENEUX [mailto:[EMAIL

RE: [ANN] JAR Plugin v 2.1 Released

2006-08-31 Thread Ruel Loehr
at the top. It sure would be sweet if it told what version of the plugin it was referring to. Ruel Loehr JBoss, a division of Red Hat QA - 512-342-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Jason van Zyl [mailto

Integration Testing

2006-08-30 Thread Ruel Loehr
in scalable fashion (e.g. if I have 25 server configurations my build file won't be a nightmare to maintain). In ant, it's pretty simple as I can just string together targets until my heart is content. With maven, I feel I am imprisoned by the lifecycle in this case. Ruel Loehr JBoss, a division

RE: [m2] howto run the maven compiler two times ?

2006-08-23 Thread Ruel Loehr
Neat. I didn't know this would work. I think it is the lesser of the two evils. Ruel Loehr JBoss QA - 512-342-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Tuesday

RE: [m2] howto run the maven compiler two times ?

2006-08-21 Thread Ruel Loehr
phases (e.g. a custom compiler phase) 2) The compiler plugin would need to be configurable (e.g. I can overwrite the default src dir with one of my own choosing) Ruel Loehr JBoss QA -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Monday, August 21

RE: Conflicting Dependency Version Dilemna

2006-08-09 Thread Ruel Loehr
Any comment from the maven devs? This problem seems to be affecting more and more people. Ruel Loehr JBoss QA -Original Message- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 09, 2006 1:57 AM To: Maven Users List Subject: RE: Conflicting Dependency Version

RE: [m2] dependencyManagement question ?

2006-07-18 Thread Ruel Loehr
There is a related JIRA ... http://jira.codehaus.org/browse/MNG-1577 Feel free to vote for it. Ruel Loehr JBoss QA -Original Message- From: David Smiley [mailto:[EMAIL PROTECTED] Sent: Monday, July 17, 2006 10:50 AM To: users@maven.apache.org Subject: Re: [m2

RE: forking surefire VM

2006-06-01 Thread Ruel Loehr
I've seen this as well. There is an option for setting which vm to use, I had to use it work around the problem. Maybe you could open a jira issue for it. Ruel Loehr JBoss QA - 512-342-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original

RE: [m2] More than one source repository to compile ?

2006-05-11 Thread Ruel Loehr
the maven compiler more flexible? Ruel Loehr JBoss QA -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, May 11, 2006 10:45 AM To: Maven Users List Subject: Re: [m2] More than one source repository to compile ? I would personally solve this by simply

RE: Retrotranslation and the everpresent 1 artifact

2006-04-24 Thread Ruel Loehr
like to build against (based upon profile config) but, if I choose #1 I get the transitive dependencies, if I choose #2 I won't get them. Is this a bug? Attached jars will not resolve transitive dependencies in maven. Ruel Loehr JBoss QA - 512-342-7840 ext 2011

RE: Recalculating md5 checksums

2006-04-24 Thread Ruel Loehr
, it looks like what you have locally does not match what the remote repo has. There are a number of JIRA's open regarding this. Please vote for them. http://jira.codehaus.org/browse/MNG-1954 Ruel Loehr JBoss QA - 512-342-7840 ext 2011 Yahoo: ruelloehr Skype

Retrotranslation and the everpresent 1 artifact

2006-04-19 Thread Ruel Loehr
version jvm which produces a second artifact webservices1.4 version.Of course, this defies the one artifact rule for the project structure. What would be the best practice for something like this?? I'm not sure how I could do two projects as there is only one source tree.. Ruel Loehr

RE: [m203] Get names of all transitive dependencies in a mojo

2006-04-12 Thread Ruel Loehr
Check out the dependency plugin. It has all the code you need. This seems to be a common need though (I do it in at least 3 plugins). Maybe it is something that should be pushed into the core code? Ruel Loehr JBoss QA - 512-342-7840 ext 2011 Yahoo: ruelloehr

[m2] refreshing local cache

2006-04-05 Thread Ruel Loehr
/MNG-1258 I created a patch for one, but really, I think more discussion is needed about how exactly the refresh mechanism should work. Any user thoughts on this?? p.s. please vote ;) Ruel Loehr JBoss QA

RE: maven dependency graph

2006-03-22 Thread Ruel Loehr
Mvn -X install Ruel Loehr JBoss QA - 512-342-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 8:55 AM To: Maven Users List Subject: Re: maven

RE: [m2] include sources from a source.jar in repository

2006-03-20 Thread Ruel Loehr
the source. Ruel Loehr JBoss QA -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Monday, March 20, 2006 10:16 AM To: Maven Users List Subject: Re: [m2] include sources from a source.jar in repository Realistically, I don't think this is something that you're ever

RE: updating of dependency pom's

2006-03-16 Thread Ruel Loehr
, I believe. Is this something that is a common occurrence? - Brett On 3/16/06, Ruel Loehr [EMAIL PROTECTED] wrote: Once a pom for a dependency has been copied to the local repo, it is never updated. For those of you who maintain a company internal repo, do you ever have the situation where

RE: updating of dependency pom's

2006-03-16 Thread Ruel Loehr
Ah, I think the tone of my email was incorrect. What's the problem with the stuff in the repo?, was meant to be rhetorical. I should have said, My problem with using the public repo is that certain pom's are incorrect such as: But, I do agree with everything you said. Ruel Loehr JBoss

updating of dependency pom's

2006-03-15 Thread Ruel Loehr
need control over the repo, but cannot ensure that the user hits my repo first. Appropriate jira issue is here: http://jira.codehaus.org/browse/MNG-1954 Ruel Loehr JBoss QA - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Plugin JAR : bug maven.jar.final.name

2006-03-14 Thread Ruel Loehr
You can't. You cannot alter the name it uses to install the jar. This is my biggest complaint about the jar plugin. It's very stringent. Ruel Loehr JBoss QA - 512-342-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From

RE: [m2] Properties in the POM

2006-03-08 Thread Ruel Loehr
You can add it to the pom in the following fashion: properties specification.titleJBoss/specification.title /properties Where specification.title is the property you wish to set. Updated wiki as well with this info. Ruel Loehr JBoss QA -Original Message- From: Giles, Nick

RE: getDependencyArtifacts returning null

2006-03-08 Thread Ruel Loehr
You have dependencies defined in your pom, but artifacts are not created until each dependency is resolved.Your mojo needs to require this. In your mojo, specify @requiresDependencyResolution compile Ruel Loehr JBoss QA -Original Message- From: Sachin Patel [mailto:[EMAIL

RE: ant classpath

2006-03-02 Thread Ruel Loehr
dependencies dependency Add jmeter jar here . /dependencies /plugin /plugins /build Ruel Loehr JBoss QA -Original Message- From: vincent daubry [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006

[m2] migrating from ant - multiple artifacts tip

2006-03-02 Thread Ruel Loehr
I'll throw this out with the disclaimer that this is not best practices. The toughest part of a migration to m2 IMO is the reordering of the source tree in order to deal with the single artifact per project. I've found that in my particular case, there are certain instances of this where

RE: [M2] Creating client jar

2006-02-27 Thread Ruel Loehr
which would hold those duplicate classes.How do you in include classes from project a in project c? Ruel Loehr JBoss QA -Original Message- From: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Sent: Monday, February 27, 2006 8:02 AM To: Maven Users List Subject: Re: [M2] Creating client

[m2] answered: including generated build sources - was How to include Java files generated by XDoclet ?

2006-02-20 Thread Ruel Loehr
Use the build helper plugin. http://mojo.codehaus.org/build-helper-maven-plugin/ Ruel Loehr JBoss QA -Original Message- From: Blaise Gosselin [mailto:[EMAIL PROTECTED] Sent: Monday, February 20, 2006 8:36 AM To: users@maven.apache.org Subject: How to include Java files generated

getting information from a dependencies pom.xml

2006-02-15 Thread Ruel Loehr
have not found any methods on dependency, or artifact, that allow me to access it's project model. Ruel Loehr JBoss QA - 512-342-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel

RE: getting information from a dependencies pom.xml

2006-02-15 Thread Ruel Loehr
Thanks! That is exactly what I am trying to achieve. I did a quick implementation and it works great. Ruel Loehr JBoss QA -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 15, 2006 3:51 PM To: Maven Users List Subject: Re: getting information

RE: [m2] Antrun-Plugin javac not working

2006-02-14 Thread Ruel Loehr
There is a bug such that if you have a child build which uses the ant plugin it inherits the plugin dependencies of the first time the plugin is declared. The workaround is to put the antrun plugin in the toplevel, and add the java jar to its plugin dependencies. Ruel Loehr JBoss QA

RE: [m2] Antrun-Plugin javac not working

2006-02-14 Thread Ruel Loehr
it be something like http://jira.codehaus.org/browse/MANTRUN-37 ? On 2/14/06, Ruel Loehr [EMAIL PROTECTED] wrote: There is a bug such that if you have a child build which uses the ant plugin it inherits the plugin dependencies of the first time the plugin is declared. The workaround is to put

[m2] eclipse-plugin - attaching source jars, debugging, committing changes

2006-02-09 Thread Ruel Loehr
). Is there not an easier way to address this? Such as some sort of mechanism which would attempt to check out project A from SCM if the SCM information was defined in it's pom? Does this make sense or sound theasible? Ruel Loehr JBoss QA

RE: assembly repack ?

2006-01-27 Thread Ruel Loehr
The closest thing there is, is the dependency plugin used in conjunction with the antrun plugin. Mojo.codehaus.org for the plugin details. It will explode your dependencies, and then you can reassemble them as you see fit. Ruel Loehr JBoss QA - 512-347-7840 ext

RE: [m2] How to create multiple jars

2006-01-27 Thread Ruel Loehr
So basically, he needs to compile twice. Let the default compiler pick up the first one, then he will need to execute it again by explicitly defining a new configuration. I'm not sure if maven allows you to do that though. Ruel Loehr JBoss QA - 512-347-7840 ext

[M2] profiles use case: compilation based off of jdk version

2006-01-10 Thread Ruel Loehr
/profile /profiles Ruel Loehr JBoss QA - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [M2] profiles use case: compilation based off of jdk version

2006-01-10 Thread Ruel Loehr
these fields to be configurable. http://jira.codehaus.org/browse/MCOMPILER-13 POM SNIPPET: Ruel Loehr JBoss QA -Original Message- From: Ruel Loehr [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 10, 2006 12:06 PM To: Maven Users List Subject: [M2] profiles use case: compilation based

RE: [M2] adding source-dir within maven-antrun-plugin tasks [FIX]

2006-01-09 Thread Ruel Loehr
http://mojo.codehaus.org/build-helper-maven-plugin/ This plugin will add additional source directories to your project. Ruel Loehr JBoss QA - 512-347-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Peschier J. (Jeroen

[M2] multi-module executing plugin after all children are executed

2005-12-07 Thread Ruel Loehr
are built? I can't do it in the root, because of reasons stated above. Am I missing something simple? Ruel Loehr JBoss QA - 512-347-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel

[M2] clean life cycle phase

2005-12-02 Thread Ruel Loehr
lifecycle phase. Is this still supported? It doesn't seem to work for me. Any other ideas on how to accomplish this? Ruel Loehr JBoss QA - 512-347-7840 ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel

[m2] RMIC plugin - no plugin workaround

2005-11-29 Thread Ruel Loehr
/artifactId version1.0/version scopesystem/scope systemPath${java.home}/../lib/tools.jar/systemPath /dependency /dependencies /plugin /plugins /build Ruel Loehr JBoss QA

RE: [M2] assembly plugin - best practices and concepts - questions OR how do i move files around using maven2

2005-11-23 Thread Ruel Loehr
Agreed. I think the issue I have is that documentation is pretty sparse for the assembly plugin, so I am not real sure of what its capabilities are, other than the obvious. I'll have to play around with it and see exactly what it can do.. Ruel Loehr JBoss QA

[M2] assembly plugin - best practices and concepts - questions OR how do i move files around using maven2

2005-11-22 Thread Ruel Loehr
this using m2? Ruel Loehr JBoss QA - 512-626-2782 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] RE: plugin development - extending simple plugin like jar

2005-11-11 Thread Ruel Loehr
do that with ANT. That must mean Maven isn't as useful Ultimately, I realize this isn't a best practice but in a real world migration scenario it takes a few steps before I can get to my ultimate goal... Ruel Loehr JBoss QA - 512-626-2782 Yahoo: ruelloehr Skype

plugin development - extending simple plugin like jar

2005-11-10 Thread Ruel Loehr
awesome, I was up and running with the sample in 10 mins). My question though, How can I instruct maven to use my custom jar plugin rather than the default jar plugin? Ruel Loehr JBoss QA - 512-626-2782 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel

RE: Where is the source code for Maven?

2005-11-10 Thread Ruel Loehr
http://maven.apache.org/general.html Ruel Loehr JBoss QA - 512-626-2782 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Pilgrim, Peter [mailto:[EMAIL PROTECTED] Sent: Thursday, November 10, 2005 9:35 AM To: Maven Users List (E-mail

debugging user written plugins in eclipse

2005-11-10 Thread Ruel Loehr
) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Is there any additional tracing I can turn on? Or does anyone see a problem? Ruel Loehr JBoss QA - 512-626-2782 Yahoo: ruelloehr Skype

[M2] single source tree - multiple artifacts - summary of options

2005-11-08 Thread Ruel Loehr
creating multiple pom's in a single root dir or something. Ruel Loehr JBoss QA - 512-626-2782 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: [M2] single source tree - multiple artifacts - summary ofoptions

2005-11-08 Thread Ruel Loehr
could point me to an example, or maybe an area of code to look at, that would help. I'm happy to record my findings in a tutorial doc. Ruel Loehr JBoss QA - 512-626-2782 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel

RE: [M2] single source tree - multiple artifacts - summary ofoptions

2005-11-08 Thread Ruel Loehr
Whoops. Hit send too fast Existing source tree can be seen here: http://anoncvs.forge.jboss.com:8080/viewrep/JBoss/jboss-common/src Ruel Loehr JBoss QA - 512-626-2782 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Ruel Loehr

[M2] dependency license management

2005-11-07 Thread Ruel Loehr
of licenses used, and which dependencies use them. This may be a plugin I need to write. Ruel Loehr JBoss QA - 512-626-2782 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel - To unsubscribe

RE: Producing directory artifacts

2005-11-03 Thread Ruel Loehr
could you duplicate this functionality in maven 2? Ruel Loehr JBoss QA - 512-626-2782 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 3:55 PM To: Maven Users