RE: JMETER

2009-03-02 Thread Martin Gainty
Hi Jerry- I dont know what your timeframe is but you'll need rel 2-2 of JorphanUtils.java http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/src/jorphan/org/apache/jorphan/util/JOrphanUtils.java?view=markup&pathrev=463044 i would download it compile it and put on classpath before the o

Why does the release plugin refuse input?

2009-03-02 Thread Ray Krueger
It seems the release plugin has gone into this sort of "my way or the highway" mode on us. Why won't it accept our snapshot version? It ignores our current 1.0.1-SNAPSHOT version and suggests 1.1-SNAPSHOT, and then it won't accept our correction [INFO] Checking dependencies and plugins for snapsho

RE: Eclipse and maven

2009-03-02 Thread Edelson, Justin
John- Sorry I didn't get back to you about your 1.5 problem over the weekend. Can you post your pom and the output of mvn help:effective-pom to a pastebin and send the link? As for the rest of it, I don't understand what you are trying to accomplish. commons, log4j, etc. are already in the cen

Re: HowTo: Configure the ArchiveManager

2009-03-02 Thread logachandru . x . rajamanickam
Hi Wayne, I could see the assembly plugin currently supports the fomats: zip, tar.gz, tar.bz2, jar, dir, war. I need to create a export file having the extension as .exp(which is nothing but a jar but the file extension is different) as the package. It seems the ArchiveManager plays a major rol

Re: Eclipse and maven

2009-03-02 Thread John Wooten
I haven't fixed the problem with java 1.5 yet, but am moving all my projects into the maven convention. Now, I have the question: In my eclipse projects, I have a separate project called "libs" where I have been putting all of my external jars like java-commons, log4j, etc. Then in the cl

Re: Generating site with confluence markup

2009-03-02 Thread Borut BolĨina
Thanks, I just tried with the snippet you posted. It works, but I was kind of disappointed when discovered that only some of the confluence notation works. At http://maven.apache.org/doxia/modules/index.html#Confluence there is a link to confluence elements reference http://confluence.atlassian.co

Re: Modules navigation area empty with generated content when site:site is run on an aggregator POM

2009-03-02 Thread Carr, Brian M
Thanks, Dennis. Actually, it does add them by default, but it appears there is an obscure bug (?) or at least unexpected behavior where the aggregator POM also has to be parent POM. In my case, the aggregator was not a parent of the modules. The parent was separate. Since the parent itself had

Re: Can no longer create war file

2009-03-02 Thread Johan S
Hi I think I have a similar problem but don't know how to solve it. I have a structure like: parent | |- core | |- web I uploaded my pom files. I renamed them after each module. http://www.nabble.com/file/p22295674/pom-core.xml pom-core.xml http://www.nabble.com/file/p22295674/pom-web.xml po

Re: how to get eclipse plugin to process-test-resources?

2009-03-02 Thread Davis Ford
Yea, I know I can do that. It would just be nice to not force developers to have to remember both commands -- which is why I wanted to configure the plugin to also run process-test-resources. I looked at the solution at the very bottom of the comments on this blog: http://cmaki.blogspot.com/2007/

Re: how to get eclipse plugin to process-test-resources?

2009-03-02 Thread Carlos Sanchez
mvn process-test-resources eclipse:eclipse or in your first example just do mvn process-test-resources On Mon, Mar 2, 2009 at 11:48 AM, Davis Ford wrote: > Hi, when I run the eclipse goal like this: mvn eclipse:eclipse I also > want it to execute resources:testResources. > > I tried something l

how to get eclipse plugin to process-test-resources?

2009-03-02 Thread Davis Ford
Hi, when I run the eclipse goal like this: mvn eclipse:eclipse I also want it to execute resources:testResources. I tried something like this: org.apache.maven.plugins maven-eclipse-plugin

RE: Use mirror in parent snapshot inheritance

2009-03-02 Thread Brian E. Fox
You might want to take a look at this: http://www.sonatype.com/people/2009/02/why-putting-repositories-in-your- poms-is-a-bad-idea/ -Original Message- From: Vincent Beretti [mailto:vbere...@gmail.com] Sent: Monday, March 02, 2009 11:37 AM To: users@maven.apache.org Subject: Use mirror in

RE: sign refuses to sign jar artifact of project with custom packaging type

2009-03-02 Thread Brian E. Fox
Seems like the plugin itself needs to be changed to allow for this. It should look at the type of the file, not the packaging. -Original Message- From: Rob Dickens [mailto:arctic@googlemail.com] Sent: Monday, March 02, 2009 12:50 PM To: users@maven.apache.org Subject: jar:sign refuses

JMETER

2009-03-02 Thread Jerry Thome
The best source of information regarding JMETER that I have found is here http://jlorenzen.blogspot.com/2008/03/automated-performance-tests-using.html?showComment=123420288#c1509976267762769707 After following Jame's blog, I was able to record and successfully execute a script in JMeter. I

jar:sign refuses to sign jar artifact of project with custom packaging type

2009-03-02 Thread Rob Dickens
I get the following message when mvn is run with the -X option: [DEBUG] Not executing jar:sign as the project is not a Java module (Am using a custom packaging type in order to use a custom lifecycle, that invokes a custom goal before the jar:jar one.) If I change the packaging type back to jar,

Re: RE: Re: Functional Test strategies with Maven

2009-03-02 Thread martijnverburg
Hi Steven, Oh absolutely, sorry when I said "we" I meant "my organisation" :) Cheers, Martijn On Mar 2, 2009 5:32pm, "Cummings,Steven" wrote: Trying to achieve consistency between organizations ahead of time could prove difficult. I would instead suggest trying for consistency within your

RE: Re: Functional Test strategies with Maven

2009-03-02 Thread Cummings,Steven
Trying to achieve consistency between organizations ahead of time could prove difficult. I would instead suggest trying for consistency within your organization and sharing notes about what worked and what didn't either on this mailing list or perhaps the Maven wiki. Perhaps that could help prov

Re: Re: Functional Test strategies with Maven

2009-03-02 Thread martijnverburg
Hi David, Martijn - I've seen this done a couple of different ways. I can't say that there is any particular set of advantages/disadvantages that makes one more attractive than another. I'm sure you've already thought about these, but here they are, just the same: #1 - The functional tests

Re: Functional Test strategies with Maven

2009-03-02 Thread David C. Hicks
Martijn - I've seen this done a couple of different ways. I can't say that there is any particular set of advantages/disadvantages that makes one more attractive than another. I'm sure you've already thought about these, but here they are, just the same: #1 - The functional tests are named w

Re: [maven] Making LATEST work for multiple dependant projects ?

2009-03-02 Thread Laurent Perez
Thanks, I did not know about the versions-maven-plugin plugin (duh) ! :) laurent 2009/3/2 Oleg Taranenko : > Jeff MAURY, > > yes, it is stated in xsd. If I were in charge I'd made mandatory either > relativePath or group/artifact/version not mutually exclusive, but with > preference of the seco

Re: Re: Re: Functional Test strategies with Maven

2009-03-02 Thread martijnverburg
Hi all, Are these functional tests invoked as jUnit / TestNG tests? I have written similar, integration type functional tests with mocks, but they were still based on jUnit / TestNG. I simply stored them in the same name>-->test-->src-->java are being used for unit tests. I differentiated betwee

Re: Re: Functional Test strategies with Maven

2009-03-02 Thread Ian Petzer
Are these functional tests invoked as jUnit / TestNG tests? I have written similar, integration type functional tests with mocks, but they were still based on jUnit / TestNG. I simply stored them in the same -->test-->src-->java are being used for unit tests. I differentated between the two sets th

Use mirror in parent snapshot inheritance

2009-03-02 Thread Vincent Beretti
Hi all, let's consider the following project : A | B | C A is the parent pom of B. In A, I define the repository location of our entreprise repository. A is a currently in a snapshot version so in B's pom.xml I have : com.xxx A 1.0-SNAPSHOT So when I checkout A and build it from

Re: [maven] Making LATEST work for multiple dependant projects ?

2009-03-02 Thread Oleg Taranenko
Jeff MAURY, yes, it is stated in xsd. If I were in charge I'd made mandatory either relativePath or group/artifact/version not mutually exclusive, but with preference of the second option, if both are given. Cheers, Oleg am Monday, March 02, 2009 um 4:46 PM schrieben Sie: > 2009/3/2 Oleg Taran

Re: Functional Test strategies with Maven

2009-03-02 Thread Ian Petzer
Hi Martin, What is the reasoning beyond the separation of the functional tests? Is it because you would like to run them separately from your other unit tests? If so, have you considered using profiles to control what tests are run by Maven? If not, what goal are you trying to obtain by putting t

Re: [maven] Making LATEST work for multiple dependant projects ?

2009-03-02 Thread Jeff MAURY
2009/3/2 Oleg Taranenko > Jeff MAURY, > > sorry for possible offtopic and a naive question too. > Maven points to the parent POM with help > >org.group >artifact >1.0-SNAPSHOT >../parent-poms/pom.xml > > > why not allow skip groupId, artifactId and version in case > relativePa

Re: [maven] Making LATEST work for multiple dependant projects ?

2009-03-02 Thread Oleg Taranenko
Jeff MAURY, sorry for possible offtopic and a naive question too. Maven points to the parent POM with help org.group artifact 1.0-SNAPSHOT ../parent-poms/pom.xml why not allow skip groupId, artifactId and version in case relativePath is given? if relative path is valid and p

Functional Test strategies with Maven

2009-03-02 Thread martijnverburg
Hi all, I'd like to get opinions from others on how they structure/deal with what we deem 'functional tests' To us these are tests that are broader in scope than a unit test but whose scope is still limited to that same module and require no 3rd party resources to run (we're able to Mock

Re: [maven] Making LATEST work for multiple dependant projects ?

2009-03-02 Thread Stephen Connolly
Ehhh as long as you're not holding it you'll pass out ;-) 2009/3/2 > My breath is now officially bated. :-D > > On Mon, Mar 2, 2009 at 8:37 AM, Stephen Connolly > wrote: > > I am working on this... there were some issues with integration with > doxia > > that I need to resolve > > -

Re: [maven] Making LATEST work for multiple dependant projects ?

2009-03-02 Thread jieryn
My breath is now officially bated. :-D On Mon, Mar 2, 2009 at 8:37 AM, Stephen Connolly wrote: > I am working on this... there were some issues with integration with doxia > that I need to resolve - To unsubscribe, e-mail: users

Re: [maven] Making LATEST work for multiple dependant projects ?

2009-03-02 Thread Stephen Connolly
FYI this is what's holding up 1.0-alpha-3 2009/3/2 Stephen Connolly > I am working on this... there were some issues with integration with doxia > that I need to resolve > > 2009/3/2 > > I can recommend the versions-maven-plugin >> (http://mojo.codehaus.org/versions-maven-plugin/) also, but one

Re: [maven] Making LATEST work for multiple dependant projects ?

2009-03-02 Thread Stephen Connolly
I am working on this... there were some issues with integration with doxia that I need to resolve 2009/3/2 > I can recommend the versions-maven-plugin > (http://mojo.codehaus.org/versions-maven-plugin/) also, but one thing > that I really miss from it is the production of a report generated > du

Re: [maven] Making LATEST work for multiple dependant projects ?

2009-03-02 Thread jieryn
I can recommend the versions-maven-plugin (http://mojo.codehaus.org/versions-maven-plugin/) also, but one thing that I really miss from it is the production of a report generated during site life cycle. On Mon, Mar 2, 2009 at 5:24 AM, Stephen Connolly wrote: > Or you could have a look at versions

Re: [maven] Making LATEST work for multiple dependant projects ?

2009-03-02 Thread Stephen Connolly
Or you could have a look at versions-maven-plugin... it will still require you to commit your changes, but it will at least help with changing the pom.xml files for you 2009/3/2 Jeff MAURY > LATEST works only for plugins artifacts. I suggest that you use a parent > POM > and put the required ver

Re: Resource Filtering Problem in Maven 2.0.10

2009-03-02 Thread Olivier Lamy
Hi, IMHO it's probably a bug for non properties file. But not for properties files. Creating a new File with the property value without this "escaping" will break. So why not escaping like this only for *.properties files ?? -- Olivier 2009/2/28 Larry North : > In Maven 2.0.10, resource filterin

Re: [maven] Making LATEST work for multiple dependant projects ?

2009-03-02 Thread Jeff MAURY
LATEST works only for plugins artifacts. I suggest that you use a parent POM and put the required versions in the dependenciesManagement section. So you have to modify a single POM instead (but you still have to modify the version for this POM in your sub-poms !) Jeff MAURY On Mon, Mar 2, 2009 at

[maven] Making LATEST work for multiple dependant projects ?

2009-03-02 Thread Laurent Perez
Hi I've got a dozen projects or so with a on a 1.0-SNAPSHOT artifact X ; recently, I've been using the maven release plugin for this artifact, so that I can release incremental versions with maven changes plugin jira changelogs, like 1.0.1, 1.0.2, and so on. My problem is that each time I releas