[m2] pom compile/runtime setting problem

2005-05-16 Thread Maciej Zywno
Hi, What should be a value of dependency scope in pom if I jar is needed for my source compilation and it shoulkd also be packaged in my project's war? (afaik compile and runtime do not work) Regards, Maciek - To unsubscribe, e

Re: [m2] how to exclude compile time only jars from .war?

2005-05-16 Thread Hugo Palma
Can you tell the jira issue key for this ? I couldn't find it in JIRA. I also need this feature so i'd like to follow it's evolution. Cheers Hugo Chalermpong Chaiyawan wrote: Thanks Brett. I will. Regards, Chalermpong Chaiyawan Brett Porter wrote: On 5/12/05, Adam Hardy <[EMAIL PROTECTED]> wrote:

RE: Problem with global mapper

2005-05-16 Thread David Jackman
First, I'll attempt to explain why things happened the way they did for the lines you marked with "(?)": This one didn't work because doing mappings with a special tag (as opposed to the mapper tag using the type attribute) wasn't introduced until Ant 1.6.2, and Maven still uses

RE: Running integration tests

2005-05-16 Thread David Jackman
It looks like Cargo is a wrapper for J2EE containers. I don't see how this would help in this specific situation, since my project is a client calling the server and the server is not a J2EE application. The point of the tests is to ensure that the assumptions I made about the server communication

[ANN] maven-izpack-plugin 0.3.1 released

2005-05-16 Thread Geoffrey
The maven-plugins team is pleased to announce the Maven IzPack Plugin 0.3.1 release! http://maven-plugins.sourceforge.net/maven-izpack-plugin A plugin to generate installers using IzPack. The basic installer is a platform independend installer jar which requires a JRE on the destination machine.

[m2] artifact handlers

2005-05-16 Thread Gilles Dodinet
hi- as part of a m2 csharp plugin i have some custom artifact handlers but i'm not sure how i can register them. providing a components.xml file as part of the plugin distribution doesn't seem to do the trick. thanks for any help. -- gd --

Re: maven-2 sources

2005-05-16 Thread Brett Porter
it's subversion: svn co http://svn.apache.org/repos/asf/maven/components/trunk Regards, Brett On 5/16/05, Igor Deruga <[EMAIL PROTECTED]> wrote: > Dear members! > > How do I get maven-2.0 sources? > Full cvs command is appreciated. > > Sincerely > Igor Deruga > > P.S.: I am also interested in

maven-2 sources

2005-05-16 Thread Igor Deruga
Dear members! How do I get maven-2.0 sources? Full cvs command is appreciated. Sincerely Igor Deruga P.S.: I am also interested in plugin sources. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [m2] Exception assembling WAR

2005-05-16 Thread Hugo Palma
Thanks for all the replies. Only now i've noticed that the webapp dir has moved inside the main dir since Maven 1. I just moved the webapp dir inside main and it worked fine. Thanks again. Hugo Igor Deruga wrote: Hello, Hugo! I had such a problem too, though my project's structure is far from be

Re: [m2] Exception assembling WAR

2005-05-16 Thread Emmanuel Venisse
Igor Deruga wrote: Hello, Hugo! I had such a problem too, though my project's structure is far from being "normal". I can suggest adding this line: /home/sandbox/myproject-3.0/subproject/web-content/WEB-INF/web.xml inside the maven-war-plugin (just don't forget to change the path to your valu

Re: [m2] Exception assembling WAR

2005-05-16 Thread Igor Deruga
Hello, Hugo! I had such a problem too, though my project's structure is far from being "normal". I can suggest adding this line: /home/sandbox/myproject-3.0/subproject/web-content/WEB-INF/web.xml inside the maven-war-plugin (just don't forget to change the path to your value). Here's the whole b

Re: [m2] Exception assembling WAR

2005-05-16 Thread Emmanuel Venisse
You need to create a web.xml file in src/main/webapp/WEB-INF src/main/webapp/WEB-INF is the default value of warSourceDirectory plugin property Emmanuel Hugo Palma wrote: I have a multimodule project where one of the modules is a web application therefor with war packaging. The directory structu

Re: [m2] Exception assembling WAR

2005-05-16 Thread Brett Porter
On 5/16/05, Hugo Palma <[EMAIL PROTECTED]> wrote: > I have a multimodule project where one of the modules is a web > application therefor with war packaging. > The directory structure i use is the "normal" one with > > src > | > - webapp > | > - WEB-INF In that case, you'll need to add

[m2] Exception assembling WAR

2005-05-16 Thread Hugo Palma
I have a multimodule project where one of the modules is a web application therefor with war packaging. The directory structure i use is the "normal" one with src | - webapp | - WEB-INF When i run m2 install from the parente module i get the following exception: [ERROR] Cause: org.apache.ma