Re: [M2] Creating an EAR

2005-05-09 Thread Brett Porter
There are currently no ear or rar plugins, though expect them to be available within the next 2 months. Cheers, Brett On 5/10/05, Binoy K. Shah <[EMAIL PROTECTED]> wrote: > Hello, > > Is it possible to create an EAR with dependent sub-projects of type war, > rar and ejb-jar with Maven 2. > > Th

[M2] Creating an EAR

2005-05-09 Thread Binoy K. Shah
Hello, Is it possible to create an EAR with dependent sub-projects of type war, rar and ejb-jar with Maven 2. Thanks -Binoy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-09 Thread Mark Proctor
I fixed those build errors and its till producing the same issue - ie only ever including the results from the last sub project- and i have tried using eclipse to change the modules being built, always the same issue. They defintely all report that they are updating the same DB. Mark Mark Proct

Re: Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-09 Thread Mark Proctor
Ignore this, got it working, was a missing goal in a sub project. Mark Mark Proctor wrote: I'm trying to do clover multiproject build with maven 1.0.2 and clover plugin 1.7. This use to work but with the upgrade to 1.7 I noticed it is now broken, not sure if its 1.7 or a change in our code. Everyth

Re: Simian Report Errors

2005-05-09 Thread Brett Porter
On 5/10/05, Mykel Alvis <[EMAIL PROTECTED]> wrote: > Our app is very large with a very large amount of duplicated code, so the > plugin gets quite a workout. Then what is the point of having it turned on? :) You can't be reading a massive report like that, so I'd say start fixing the duplications

Re: [maven1.1] site:deploy generates sites without navigation

2005-05-09 Thread Brett Porter
The upgrade to dom4j from an early beta has not gone well. Between it and Jaxen, there is a few bugs and ways things have changed that mean the former functionality has not yet been restored. I think the options at this point are to roll back to the previous version (1.4-dev-8), or get rid of it f

Re: exec resultproperty only set once

2005-05-09 Thread dan tran
thanks for the tip -D On 5/9/05, Damien Bargiacchi <[EMAIL PROTECTED]> wrote: > I figured out a workaround. On each loop, I generated a new property name > and stored the results there. > > In my loop I have something like this" > > > > > > outputpropert

RE: exec resultproperty only set once

2005-05-09 Thread Damien Bargiacchi
I figured out a workaround. On each loop, I generated a new property name and stored the results there. In my loop I have something like this" ...Dam

ftp server for hosting a maven repository

2005-05-09 Thread Mark D. Hansen
I'm looking for a java FTP server that I can use to host maven repositories for internal development work. It must be FTP (not just HTTP) so we can upload our jars into it. It must be java (run on anything). Any suggestions?

Clover Plugin 1.7 and multiproject on Maven 1.0.2

2005-05-09 Thread Mark Proctor
I'm trying to do clover multiproject build with maven 1.0.2 and clover plugin 1.7. This use to work but with the upgrade to 1.7 I noticed it is now broken, not sure if its 1.7 or a change in our code. Everything compiles and runs fine, each project reports that it is updating the same database but

[maven1.1] site:deploy generates sites without navigation

2005-05-09 Thread Volker Füßler
Hi, sorry if this posting appears twice - it seems that by sending from the other mailaddress the postings dissapear or arrive with a long delay on the list... anyway, here is the posting: last week I installed the actual maven 1.1 version because I need the 'forkmode' attribute for unittests.

RE: release-based changelog

2005-05-09 Thread David Jackman
I've completed the code for this (for CVS only--I don't use the others, so I don't know the right way to do them). The patch is attached to the JIRA issue I filed: http://jira.codehaus.org/browse/MPCHANGELOG-61 Hope I did this right. It's my first time submitting code changes, so help me do a

Simian Report Errors

2005-05-09 Thread Mykel Alvis
As of a couple of days ago, the site:generate target consistently fails building the simian reports with an OutOfMemory error. Our app is very large with a very large amount of duplicated code, so the plugin gets quite a workout. My reports section is maven-changes-plugin maven-changelog-plug

Re: M2 with Java5

2005-05-09 Thread Mark Hobson
http://jira.codehaus.org/browse/MNG-374 On 5/9/05, Mark Hobson <[EMAIL PROTECTED]> wrote: > Looks like another bug here I'm afraid - the following pom causes no > tests to be run with svn head m2 (tested against it): > > > 4.0.0 > testproject > testproject > j

RE: Manifest CLASSPATH line wraps?

2005-05-09 Thread Peter Bright
That's what it's meant to do to long lines. It's in the jar spec, somewhere. JBoss understands wrapped lines just fine. > -Original Message- > From: Mike Cantrell [mailto:[EMAIL PROTECTED] > Sent: 09 May 2005 15:34 > To: users@maven.apache.org > Subject: Manifest CLASSPATH line wraps? >

Manifest CLASSPATH line wraps?

2005-05-09 Thread Mike Cantrell
Hello, I'm testing out maven (1.0.2) for the first time. I think I have everything working except my Manifest.mf Classpath. It's wrapping/truncating the entries. Example: Class-Path: commons-beanutils-1.7.0.jar commons-collections-2.1.1.jar commons-dbcp-1.2.1.jar commons-digester-1

Re: M2 with Java5

2005-05-09 Thread Mark Hobson
Looks like another bug here I'm afraid - the following pom causes no tests to be run with svn head m2 (tested against it): 4.0.0 testproject testproject jar 0.1-SNAPSHOT junit jun

RE: accessing plugin-variables in subprojects

2005-05-09 Thread Jens Zastrow
[sub-projects maven.xml] [master maven.xml] =${reactorProject.context.getVariable('')} I tried the code above, but it does not work :-( I tried different scopes to in the j:set, with the same result. - Jens -Original Message- F

RE: how to store XML/conf in repository

2005-05-09 Thread Vincent Siveton
Hi Nicolas, > How do you suggest me to store conf artifacts in repository ? A configuration file contains configuration information for a particular program on a specific computer. So, I don't think it is a good way to store conf files in repository. > Let's take an example : Struts 1.2.7 comes

Re: M2 with Java5

2005-05-09 Thread Mark Hobson
http://jira.codehaus.org/browse/MNG-373 Thanks. On 5/9/05, Brett Porter <[EMAIL PROTECTED]> wrote: > It should definitely work. Can you please file this one in JIRA? > > Thanks, > Brett > > On 5/9/05, Mark Hobson <[EMAIL PROTECTED]> wrote: > > Hi there, > > > > More plugin configuration inherit

Re: M2 with Java5

2005-05-09 Thread Brett Porter
It should definitely work. Can you please file this one in JIRA? Thanks, Brett On 5/9/05, Mark Hobson <[EMAIL PROTECTED]> wrote: > Hi there, > > More plugin configuration inheritance queries I'm afraid - I have > something like the following: > > A parent pom: > > > 4.0.0 > my

Re: Can I make project.xml extend a remote file?

2005-05-09 Thread Thomas Van de Velde
Adrian, Sorry, I was a bit too quick with my response. In fact what I do is I have a master project.xml that I place in the folder where I've installed Maven. All my applications extend this POM in the following way: ${maven.home}/project.xml Application modules will further extend the applica

Re: M2 with Java5

2005-05-09 Thread Mark Hobson
Hi there, More plugin configuration inheritance queries I'm afraid - I have something like the following: A parent pom: 4.0.0 mygroup myparent pom 0.1-SNAPSHOT

how to store XML/conf in repository

2005-05-09 Thread Nicolas De Loof
Hi all, How do you suggest me to store conf artifacts in repository ? Let's take an example : Struts 1.2.7 comes with an XML file for validator rules "validator-rules.xml". Would it be a "best practice" way to setup some "${repository-root}/struts/xmls/validator-rules-1.2.7.xml" or "${repositor