RE: Multiproject with scatter projects

2005-03-22 Thread Deblauwe, Wim
How about this: main module1 module2 project 1 maven.multiproject.basedir=../.. maven.multiprject.include=main/module1/project.xml,main/module2/project.xml project 2 maven.multiproject.basedir=../.. maven.multiproject.include=main/module1/project.xml,main/module2/projec

Multiple output targets

2005-03-22 Thread Deblauwe, Wim
Hi, we are converting to maven for our whole build process, not only for java modules, but also for dlls. I currently export a .mak file from Visual Studio and call this via a bat file from a custom goal in maven. I also created a custom install/deploy goal: This is

Re: Multiproject with scatter projects

2005-03-22 Thread dan tran
Wim, Thank you !!! I now got the idea behind maven.multiproject.basedir Thank again -Dan On Tue, 22 Mar 2005 09:07:51 +0100, Deblauwe, Wim <[EMAIL PROTECTED]> wrote: > How about this: > > main > module1 > module2 > project 1 >maven.multiproject.basedir=../.. > > maven.multip

add jar to "maven.dependency.classpath"

2005-03-22 Thread Eric Chow
Hello, How can I add a JAR or classpath to maven.dependency.classpath ?? Eric - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multiple output targets

2005-03-22 Thread dan tran
Actually you still can use maven.multiprojec.type Here is an example maven.multiproject.type=msvc them implement msvc:install and msvc:deploy in your maven.xml where you have the luxury to deploy both dll and lib Better yet!!! Take a look at maven-native-plugin, with some ehancement ( I am

Re: Multiple output targets

2005-03-22 Thread dan tran
btw, makesure to take advantave of maven-artifact-plugin rather than writing your own custom ant code -Dan On Tue, 22 Mar 2005 01:17:42 -0800, dan tran <[EMAIL PROTECTED]> wrote: > Actually you still can use maven.multiprojec.type > > Here is an example > > maven.multiproject.type=msvc > > t

Re: add jar to "maven.dependency.classpath"

2005-03-22 Thread dan tran
may be you already know this, but would it much simpler if you add that jar into your dependencies? -D On Tue, 22 Mar 2005 17:15:39 +0800, Eric Chow <[EMAIL PROTECTED]> wrote: > Hello, > > How can I add a JAR or classpath to maven.dependency.classpath ?? > > Eric > > -

looping over dependencies not working

2005-03-22 Thread Deblauwe, Wim
Hi, does anybody know why this is not working: It prints out the following: [echo] class java.util.ArrayList [echo] There are 20 artifacts for this project [echo] list item class: class org.apache.maven.project.Dependency -=- Dependency -=- [ec

Re: problems with xdoc and xalan

2005-03-22 Thread Caoilte O'Connor
Thanks. I will do that. c On Monday 21 March 2005 21:22, Arnaud HERITIER wrote: > This is certainly the same bug as : > > http://jira.codehaus.org/browse/MPPDF-16 > > You must contact the scarab team to replace the ant:style > task. > > They can use the diff attached to this issue to see what > t

Re: looping over dependencies not working

2005-03-22 Thread Brett Porter
because you spelled forEach wrong? - Brett On Tue, 22 Mar 2005 10:23:58 +0100, Deblauwe, Wim <[EMAIL PROTECTED]> wrote: > Hi, > > does anybody know why this is not working: > > > > > > > > > > > > > It prints out the following: > [echo] class java.util.Arra

Re: looping over dependencies not working

2005-03-22 Thread nusgroup
Hi, > try: the following code prints all dependencies to file: Regards, Volker - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: looping over dependencies not working

2005-03-22 Thread Deblauwe, Wim
arghhh *turns away in shame* :) -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: dinsdag 22 maart 2005 10:34 To: Maven Users List Subject: Re: looping over dependencies not working because you spelled forEach wrong? - Brett On Tue, 22 Mar 2005 10:23:58 +0100,

Help !!

2005-03-22 Thread Anders Heintz
Return Receipt Your Help !! document:

multiproject deps

2005-03-22 Thread Lukasz Bajorski
Hi All, I've got following project structure: - project A - ear (multiproject) - project A.1 - ejbs - project A.2 - webapps (war) - project A.3 - webservices (war) I put dependencies on A.1, 2 and 3 in pom for project A (ear). When I run maven for project A (multiproject), it obviously brea

Re: multiproject deps

2005-03-22 Thread Nicolas Chalumeau
A best structure should be : - root project (multiproject) - project A - ear - project A.1 - ejbs - project A.2 - webapps (war) - project A.3 - webservices (war) And then use X.X-SNAPSHOT as version number. In that case the dependancies order will be resolve with multiproject. Nicola

Inherit problems

2005-03-22 Thread Christian . Heine
Hi all, inspired by the maven magic tutorial i've started to integrate a simple multiproject in maven. My project has the following structure: root | --- project.xml (Master definition Template) |

Re: Inherit problems

2005-03-22 Thread Caoilte O'Connor
Hi, The problem most likely is a bug in the plugin. I based a multi-project maven build on appfuse in the same fashion and my dependencies inherit fine, but I only use the standard maven build process to compile. It wouldn't surprise me if the ant plugin gets confused about the classpath in a

maven web site is odd

2005-03-22 Thread Jan Bares
Hi, I have troubles to find the pages on maven website. For instance, where I can find link to http://maven.apache.org/reference/user-guide.html page? I found this page from google, but how can I reach it from http://maven.apache.org/reference/index.html?? Thanks, Jan

Re: maven web site is odd

2005-03-22 Thread Erik Husby
Jan Bares wrote: Hi, I have troubles to find the pages on maven website. For instance, where I can find link to http://maven.apache.org/reference/user-guide.html page? I found this page from google, but how can I reach it from http://maven.apache.org/reference/index.html?? Thanks, Jan

Re: maven web site is odd

2005-03-22 Thread Brett Porter
yes... user-guide.html is old. All of that content is in the new user guide and reference. On Tue, 22 Mar 2005 15:31:53 -0500, Erik Husby <[EMAIL PROTECTED]> wrote: > Jan Bares wrote: > > >Hi, > > > >I have troubles to find the pages on maven website. For instance, where I > >can find link to ht

RE: Multiple output targets

2005-03-22 Thread Donszelmann, Mark
Hi I wrote my own plugin (built on ideas from the native plugin and using a slightly patched version of the cpp-tasks. Its description in short: This plugin for Maven allows you to compile native code (c++, c and fortran) on a number of different architectures (Linux, Windows, Solaris, ...) an

Dependency problem: deps with same name but different type omitted

2005-03-22 Thread Anders Heintz
Hi all, I got a problem incorporating the jakarta request taglib into my webapp. In my dependencies I have specified two dependencies, one for the request-1.0.1.jar and one for the request-1.0.1.tld. My problem is that the last one defined in is not included into the war file. It seems that i

Re: Dependency problem: deps with same name but different type omitted

2005-03-22 Thread Brett Porter
Known issue (check the mail archives). wait for the next release, or rename one of them to have a different artifact ID. - Brett On Wed, 23 Mar 2005 08:49:44 +0100, Anders Heintz <[EMAIL PROTECTED]> wrote: > Hi all, > > I got a problem incorporating the jakarta request taglib into my webapp. >

=?iso-8859-1?Q?R=E9f=2E_=3A_Dependency_problem=3A_deps_with_same_name_but?= different type omitted

2005-03-22 Thread julien . kirch
This issue will be fixed in maven 1.1 : http://jira.codehaus.org/browse/MAVEN-1087 the easiest way is to rename one of the two dependency, by adding a suffix to its name for example. Regards Julien Extranet [EMAIL PROTECTED] - 23/03/2005 08:49 Veuillez répondre à users@maven.apache.org

Re: Dependency problem: deps with same name but different type omitted

2005-03-22 Thread Gisbert Amm
Do you have set true for the tld file? Regards, Gisbert Anders Heintz wrote: Hi all, I got a problem incorporating the jakarta request taglib into my webapp. In my dependencies I have specified two dependencies, one for the request-1.0.1.jar and one for the request-1.0.1.tld. My problem is that t