RE: xerces

2004-10-28 Thread Stéphane Nicoll
John Casey wrote: One final thought: leaving the parser choice up to the user is the right thing to do when you're developing an application component which will run in some java context outside its own. However, this is an unnecessary and even undesirable level of flexibility for a standalone

release best practice

2004-10-28 Thread Stéphane Nicoll
Hello list, I think we have quite a typical maven structure composed of multiple modules and external libraries. At the end, we producde an EAR and a JAR (library) of the application based on our modules (which have their own dependencies etc). I am searching for best practices to release

[ANN] Torque Plugin 3.1.1 released

2004-10-28 Thread Henning Schmiedehausen
The DB Torque team is pleased to announce the release of the Maven Torque Plugin 3.1.1 http://db.apache.org/torque-31/maven-plugin/ The Torque plugin generates Java and SQL code for object persistence from an XML database description using Torque 3.1.1 This is the first public release. To

JCoverage plugin troubles

2004-10-28 Thread Hilbert Schraal
All, I'm not able to get the JCoverage maven plugin working. All reports I'm generating give 0% coverage (while I have unit tests). I've fiddled around with the properties, but none of the setting I made actually worked. You can reproduce this problem by checking out my project from sourceforge:

Re: JCoverage plugin troubles

2004-10-28 Thread Brett Porter
You need to put sources and tests in different directories for jcoverage to work. http://marc.theaimsgroup.com/?l=turbine-maven-userm=109747344304878w=2 A little archive searching goes a long way. Hilbert, a few items of netiquette to note for the future: - don't contact the developers directly

Dependencies and tagging

2004-10-28 Thread Stéphane Nicoll
Hello list, I am facing for a couple of months now a very annoying problem and I haven't found any solution so far. I have a hierarchical project's structure such as the following: Project1 Project2 Project 3 Project 4 Project 5 Project 6 Let's

Re: Dependencies and tagging

2004-10-28 Thread Brett Porter
In Maven 1.1 onwards, inheritence will be possible by publishing a project.xml to the repository instead of using the filesystem, which should assist with this. There unfortunately isn't any alternative at the moment than to tag the other project.xml files. Cheers, Brett On Thu, 28 Oct 2004

Maven Canoo WebTest Plugin 0.9.1 released ....

2004-10-28 Thread Siegfried Goeschl
Hi folks, the Maven Canoo WebTest Plugin 0.9.1 is released and can be downloaded from http://sourceforge.net/projects/maven-plugins/ +) uses XSLT instead of JSTL to generate reports +) uses Canoo WebTest Build 543 with Groovy support +) has a webtest:loop target to stress the webserver +) comes

Whatever happened to Maven Wagon?

2004-10-28 Thread Gezerk
I see some posts that suggest Maven Wagon could be an improvement over the SNAPSHOT functionality in Maven 1.0 (which to the best of my knowledge is broken). I have found a link to Maven Wagon cvs, but I can't find any documentation. Everything about seems to be a year or so old. Is Maven-Wagon

Re: Whatever happened to Maven Wagon?

2004-10-28 Thread Brett Porter
Wagon is still around, but not released yet. It is a whole replacement for the uploading, downloading, and other management of artifacts. But SNAPSHOTs are not broken in 1.0. What is your actual problem? - Brett On Thu, 28 Oct 2004 06:33:29 -0500, Gezerk [EMAIL PROTECTED] wrote: I see some

Re: Maven Canoo WebTest Plugin 0.9.1 released ....

2004-10-28 Thread Edmund Urbani
Siegfried Goeschl wrote: Hi folks, the Maven Canoo WebTest Plugin 0.9.1 is released and can be downloaded from http://sourceforge.net/projects/maven-plugins/ +) uses XSLT instead of JSTL to generate reports +) uses Canoo WebTest Build 543 with Groovy support +) has a webtest:loop target to

Re: Maven Canoo WebTest Plugin 0.9.1 released ....

2004-10-28 Thread Edmund Urbani
Edmund Urbani wrote: Siegfried Goeschl wrote: Hi folks, the Maven Canoo WebTest Plugin 0.9.1 is released and can be downloaded from http://sourceforge.net/projects/maven-plugins/ +) uses XSLT instead of JSTL to generate reports +) uses Canoo WebTest Build 543 with Groovy support +) has a

Problem with bootstrap - can't find my project.xml

2004-10-28 Thread Michael Mattox
I have a flat directory structure in CVS, with my maven files in a directory called maven. Like this: module - project1/project.xml - project2/project.xml - ... - maven/project.xml (master project which all others inherit) The checkout is fine but then it seems the maven

Re: Maven Canoo WebTest Plugin 0.9.1 released ....

2004-10-28 Thread Siegfried Goeschl
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] __ NOD32 1.909 (20041028) Information __ Diese E-Mail wurde vom NOD32 Antivirus System geprüft http://www.nod32.com -- Siegfried Goeschl IT20one GmbH

I am surprised that no one replied to the question I posted yesterday!!

2004-10-28 Thread Sachin Bansal
Guys, I posted this message yesterday and I have not heard from anyone. Does that mean Maven DOES NOT have any solution to my *simple* problem? I have the following structure (my project is creating an eclipse plugin for xml editor) : myProject com.abc.def.A com.abc.def.B com.abc.def.C

RE: I am surprised that no one replied to the question I posted yesterday!!

2004-10-28 Thread Ryan Sonnek
change your dependency version to SNAPSHOT, and you'll be set. -Original Message- From: Sachin Bansal [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 10:37 AM To: 'Maven Users List' Subject: I am surprised that no one replied to the question I posted yesterday!! Guys, I

RE: I am surprised that no one replied to the question I posted yesterday!!

2004-10-28 Thread Glenn, Paul
You want to make the versions dependent on the SNAPSHOT version of those projects, not the 1.0 version. SNAPSHOT is special, in that it doesn't assume that the version is correct if it's in the repository. It will build it anyway. Otherwise it downloads the 1.0 version, if it's found in the

Re: I am surprised that no one replied to the question I posted yesterday!!

2004-10-28 Thread Serge Huber
This is not a commercial support mailing list. No guarantees are given as to response times, nor are any guarantees given to an actual response. People that post in this mailing list do so mostly out of good will. Regards, Serge Huber. Sachin Bansal wrote: Guys, I posted this message

RE: I am surprised that no one replied to the question I posted yesterday!!

2004-10-28 Thread Sachin Bansal
Hi Serge, Thanks for the post. I already apologized for the impatience. Sachin -Original Message- From: Serge Huber [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 9:09 AM To: Maven Users List Subject: Re: I am surprised that no one replied to the question I posted

Need help with upgrading a plugin

2004-10-28 Thread Helck, Christopher
Note: This is a repost/rephrasing of an ealier question I sent out. Previous posts have led me to believe that I can upgrade a plugin by specifying the plugin in my POM. I've tried this and it partially works. The new plugin is downloaded and installed in my local repository, but Maven does not

RE: Need help with upgrading a plugin

2004-10-28 Thread Charles Daniels
This is a known issue. Adding a plugin as a dependency doesn't quite work as you might expect. In fact, in my experience, adding a plugin as a dependency can cause other little problems. I suggest you remove the plugin as a dependency and manually download the plugin via the plugin:download

changing to SNAPSHOT version does not work either

2004-10-28 Thread Sachin Bansal
Hi Ryan, I did just what you suggested, i.e. changed the version to SNAPSHOT version, but not it gives the error fileNotFoundException: com.abc.def.B-1.0-SNAPSHOT.jar not found. dependency groupIdmyProject/groupId artifactIdcom.abc.def.B/artifactId

Re: changing to SNAPSHOT version does not work either

2004-10-28 Thread Craig S . Cottingham
On Oct 28, 2004, at 12:56, Sachin Bansal wrote: I did just what you suggested, i.e. changed the version to SNAPSHOT version, but not it gives the error fileNotFoundException: com.abc.def.B-1.0-SNAPSHOT.jar not found. dependency groupIdmyProject/groupId

RE: changing to SNAPSHOT version does not work either

2004-10-28 Thread Sachin Bansal
Hi Craig, I tried that too! But now maven is unhappy about the word SNAPSHOT. it gives the error fileNotFoundException: com.abc.def.B-SNAPSHOT.jar not found. I wish I was close. Sachin -Original Message- From: Craig S. Cottingham [mailto:[EMAIL PROTECTED] Sent: Thursday, October

Re: changing to SNAPSHOT version does not work either

2004-10-28 Thread Erik Husby
Sachin Bansal wrote: Hi Craig, I tried that too! But now maven is unhappy about the word SNAPSHOT. it gives the error fileNotFoundException: com.abc.def.B-SNAPSHOT.jar not found. I wish I was close. Sachin Have you produced the snapshot jars? I.E. do you run maven jar:install-snapshop for

Re: changing to SNAPSHOT version does not work either

2004-10-28 Thread Dion Gillard
On Thu, 28 Oct 2004 10:56:42 -0700, Sachin Bansal [EMAIL PROTECTED] wrote: Hi Ryan, I did just what you suggested, i.e. changed the version to SNAPSHOT version, but not it gives the error fileNotFoundException: com.abc.def.B-1.0-SNAPSHOT.jar not found. dependency

Re: changing to SNAPSHOT version does not work either

2004-10-28 Thread Bent André Solheim
As for the last question you had Sachin, as far as I know, there is no way maven can figure out the order your subprojects should be built automatically (there is in fact no way for maven to distingusih dependencies to your projects from for instance a jakarta-commons dependency, since this is not

Re: Problem with bootstrap - can't find my project.xml

2004-10-28 Thread Brett Porter
looking at the source it seems that the tag checking is not honouring the POM dir. can you: - file a bug in JIRA - work around it by setting maven.scm.check.tagged=false Cheers, Brett On Thu, 28 Oct 2004 16:47:08 +0200, Michael Mattox [EMAIL PROTECTED] wrote: I have a flat directory structure

Re: Need help with upgrading a plugin

2004-10-28 Thread Brett Porter
I would suggest that the plugin dependency will work, but only if you uninstall the original. The mechanism has problems when two different versions of on plugin are loaded. On Thu, 28 Oct 2004 09:34:35 -0700, Charles Daniels [EMAIL PROTECTED] wrote: This is a known issue. Adding a plugin as

[MEP] How to build the mevenide-ui-eclipse plugin?

2004-10-28 Thread Christopher L Merrill
I'm trying to use Maven to build Eclipse plugins. Directed here from the Maven list, I find MEP - which looks like it must do what I need, since it would be used to build the Mevenide plugin for Eclipse. I was having difficulty figuring out how to use it, so I figured if I could download the

[MEP] How to build the mevenide-ui-eclipse plugin? -- ignore!

2004-10-28 Thread Christopher L Merrill
Sorry, that was supposed to go the mevenide list... embarassed C -- - Chris Merrill | http://www.webperformanceinc.com Web Performance Inc. | http://www.webperformancemonitoring.net Website Load

Maven and Log4J

2004-10-28 Thread Dion Gillard
Has anyone successfully passed the log4j.configuration property to maven and gotten it to work? I've done this: maven -Dlog4j.configuration=file:/c:/temp/log4j.properties -Dlog4j.debug clean and the output is no different from maven clean even though all categories have level=DEBUG --

RE: I am surprised that no one replied to the question I posted yesterday!!

2004-10-28 Thread dsearle
Return Receipt Your RE: I am surprised that no one replied to the question I document: postedyesterday!!

Re: Maven and Log4J

2004-10-28 Thread Brett Porter
try: MAVEN_OPTS=-Dlog4j.configuration=file:/c:/temp/log4j.properties -Dlog4j.debug maven clean or your favourite Windows equivalent. It needs to be passed to the JVM instead of Maven, as log4j is initialised before the CLI. - Brett On Fri, 29 Oct 2004 09:49:36 +1000, Dion Gillard [EMAIL