Reactor problem

2005-02-18 Thread Guillaume Lederrey
Hello ! I'm begining to use AndroMDA, which make a good use of the multiproject plugin. First time for me in this area ... and it doesnt work at all ... When I run "maven" at the root of my projects, I get this error : __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent

Re: Converter malfunction

2005-02-18 Thread Brett Porter
Never heard of it - are you sure it is related to Maven? We don't use the nio capabilities of JDK 1.4 AFAIK. - Brett On Fri, 18 Feb 2005 09:47:59 +0100, Mark Lowe <[EMAIL PROTECTED]> wrote: > Anyone no what the science with a Converter malfunction thrown by > sun.nio.cs.StreamDecoder? Having pro

Create report containing multiple pages?

2005-02-18 Thread Guo, Jiaqi
Hi, My maven plugin contains several reports and I declare reports in plugin.jelly like .. .. This will add two entries in project-nav.xml. .. .. Now, one of the report will contain many other pages and I want to add those pages into navigation as well. I

Re: Ignore missing goals when using reactor?

2005-02-18 Thread dan tran
long short, can you make all projects inherit a master project which has your goal to do nothing. This way reactor will invoke the dummy goal when it is not able to find goal in the targeted project. -D On Fri, 18 Feb 2005 14:41:01 -1000, Jon Andersen <[EMAIL PROTECTED]> wrote: > I'd like to use

Ignore missing goals when using reactor?

2005-02-18 Thread Jon Andersen
I'd like to use the reactor to execute goals across many projects, but not have the build fail when a goal does not exist. That is, if a sub-project doesn't have the required goal, just ignore that subproject and move on. The reactor has the ignoreFailures attribute, but that doesn't work for

maven ejb plugin and j2ee plugin question

2005-02-18 Thread Zhou, Yan
Hi, I wish to create a simple ejb-jar containing a minimum session bean. The problem I have with Maven is 1) if I use maven-ejb plugin, test:test always runs before ejb:ejb. What I want is to run test after ejb-jar is built. However, if I simply state that the pre-goal of test:test is ejb:ejb, I

Re: Kodo + Maven

2005-02-18 Thread Stephane Bouchet
Hi, I think the better place to ask your question is the maven users list. If i understand well, you don't want to do a "kodo:enhance" for a certain subproject ? If so, you can add a property in the subproject, for exemple : kodo.enhance=false, and in your maven.xml, test if the propertiy is set

Re: Broken EAR Goal: ear:generate-ear-descriptor

2005-02-18 Thread James Adams
Thanks Michal. How would I have figured this out for myself ? There doesn't look to be a column in any of the Goals documents specifying whether or not a goal can be called directly. --James --- Michal Maczka <[EMAIL PROTECTED]> wrote: > James Adams wrote: > > >It seems that the ear:gen

Re: Project configuration with 3rd party package dependencies

2005-02-18 Thread Randolph Kahle
Thank you. Very good suggestions! I really like the idea of putting project-specific JARs in a separate repository. That will keep things much cleaner and clearer. Randy On Feb 18, 2005, at 2:34 AM, Siegfried Goeschl wrote: Hi Oscar and Randy I would suggest that +) you move your external librari

RE: copy depency artifact to a certain place

2005-02-18 Thread Maczka Michal
other option might be to do this in the similar way as war plugins does. Which means you can add annotation to a dependency with help of tag Michal > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Friday, February 18, 2005 11:34 AM > To: Maven Users Lis

Re: copy depency artifact to a certain place

2005-02-18 Thread Kaloyan . Enimanev
Thanks Mario, I already did that :) I was just wondering if there is a more elegant way to fullfill the task. 10x again, Kaloyan Mario Kusek <[EMAIL PROTECTED]> 02/18/2005 12:16 PM Please respond to "Maven Users List" To Maven Users List cc Subject Re: copy depency artifact t

Re: copy depency artifact to a certain place

2005-02-18 Thread Mario Kusek
Hi! Try this goal: Mario On Pet, 2005-02-18 at 10:49, [EMAIL PROTECTED] wrote: > Hi all, > I've got the following problem. > > I've a project with more than 10 dependencies and want to copy one of > them to certain place > on the file system. > > In the manual a similar operat

copy depency artifact to a certain place

2005-02-18 Thread Kaloyan . Enimanev
Hi all, I've got the following problem. I've a project with more than 10 dependencies and want to copy one of them to certain place on the file system. In the manual a similar operation is shown You see, that I don't want to use this approach since I have to enumarate more th

Re: Project configuration with 3rd party package dependencies

2005-02-18 Thread Siegfried Goeschl
Hi Oscar and Randy I would suggest that +) you move your external libraries to a Maven repository +) you might tweak the dependency section to use libraries with non-conforming naming convention (check out the docs). But consider to rename your external dependencies to have a version number other

How to use httpunit in maven?

2005-02-18 Thread xudong
thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: dependency question

2005-02-18 Thread Gisbert Amm
Gisbert Amm wrote: Gisbert Amm wrote: Isn't an easier way in Maven to resolve the full path of the dependency? Missed the closing bracket: ${pom.getDependencyPath('atifactId:groupId')} Even worse: Wrong order of elements: ${pom.getDependencyPath('groupId:artifactId')} Gisbert --

Re: dependency question

2005-02-18 Thread Gisbert Amm
Gisbert Amm wrote: Isn't an easier way in Maven to resolve the full path of the dependency? Probably this: ${pom.getDependencyPath('atifactId:groupId') Missed the closing bracket: ${pom.getDependencyPath('atifactId:groupId')} ^ Gisbert --

Re: dependency question

2005-02-18 Thread Gisbert Amm
Janos Mucsi wrote: I declare an ear artifact in my project.xml: opcert USOpcert ${pom.currentVersion} ear In maven.xml I want to resolve its full path so that I can pass it to an external script like this: *${home.dir}*${maven.repo.local}/${dependency.gr

Converter malfunction

2005-02-18 Thread Mark Lowe
Anyone no what the science with a Converter malfunction thrown by sun.nio.cs.StreamDecoder? Having problems with new project. Cheers MArk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE