Re: Can I set the classpath for a plugin?

2004-02-13 Thread David Jencks
Hi Eric, Thanks for the suggestion. Right now it does not seem to be applicable to my situation since I am running xmlbeans in the same vm as maven, so I think I need maven to set up the classloader for me before the plugin is called. If there is no other way I may try the separate vm approac

Re: Basic Maven Question - Dependencies

2004-02-13 Thread David Jencks
geronimo does something like this from the top level build. You can specify the list of modules you want to compile on the command line: maven -Dmodules=A,B,C rebuild geronimo actually has a 2 level approach that you can customize. you can also easily define targets with predefined lists of mo

Re: Basic Maven Question - Dependencies

2004-02-13 Thread Craig S. Cottingham
On Fri, 2004-02-13 at 13:58, James Higginbotham wrote: > I've done some preliminary searching and reading of articles, docs, etc. > regarding Maven and multiple-subprojects, but haven't been able to > determine an answer to the following question: > > Assuming a project structure of: > > Project

Basic Maven Question - Dependencies

2004-02-13 Thread James Higginbotham
I've done some preliminary searching and reading of articles, docs, etc. regarding Maven and multiple-subprojects, but haven't been able to determine an answer to the following question: Assuming a project structure of: Project | |--A | |--B | |--C Where A

Re: A Bug With war:install?

2004-02-13 Thread conradwt
BEGIN ERROR: war:war: [echo] Building WAR WebShop-App [jar] Building jar: C:\workspace\webshop\WebShop-App\target\WebShop-App.war [echo] [war:war] Renaming of WAR to include version number. [move] Moving 1 files to C:\workspace\webshop\WebShop-App\target BUILD FAILED File.. fi

Re: ANT Namespace?

2004-02-13 Thread Eric Giguere
Hi xmlns:ant="jelly:ant" But basically, I'm not even sure that you need this to call ant task in your maven.xml...just safer to use the namespace to prevent possibl name clashes with plugins. Eric. [EMAIL PROTECTED] wrote: Hi, could someone tell me which namespace to add to call ANT tasks? T

ANT Namespace?

2004-02-13 Thread conradwt
Hi, could someone tell me which namespace to add to call ANT tasks? Thanks in advance, -Conrad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can I set the classpath for a plugin?

2004-02-13 Thread Eric Giguere
Hi David From your message, I'm not sure if this solution may apply but I'll give it a try. You can, if you can use the Ant classpath element in your plugin. If you need to refer to the classpath of the project (dependencies for instance), you still can access it and "insert" those entries in

Re: Can I set the classpath for a plugin?

2004-02-13 Thread David Jencks
AFAIK this is not adequate. Each time I use the plugin I need different stuff on the classpath. Some background is that the xmlbeans schema compiler, each time it is called, makes sure everything referenced (recursively) from the schemas you tell it about can be processed by code. Anything you

RE: Can I set the classpath for a plugin?

2004-02-13 Thread CaseyJD
What about using the project.xml from the plugin? You can add dependencies via the subnode... Is this not adequate? -john -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 12:52 PM To: [EMAIL PROTECTED] Subject: Can I set the classpath for

Can I set the classpath for a plugin?

2004-02-13 Thread David Jencks
I'm working on a maven plugin for xmlbeans. I need to be able to specify for each use of the plugin which dependencies are in the classloader that loads the java class used by the plugin (which is included in the plugin) or what is in the thread context classloader (I think). Before I go off

Re: A Bug With war:install?

2004-02-13 Thread matthew.hawthorne
[EMAIL PROTECTED] wrote: Hi, I received an error message and nothing was copied to the below named directory everytime I try to use the goal, 'war:install'. It would be interesting to see what the error message is... - To unsubscr

Re: first-timer build error

2004-02-13 Thread Jason van Zyl
On Fri, 2004-02-13 at 05:31, Emmanuel Venisse wrote: > You must use MAVEN_1.0_BRANCH in cvs. The HEAD isn't for users for the > moment. MAVEN-1_0-BRANCH is the name of the branch, which I mispelled the first three times trying to update :-) > The 1.0 branch is the future rc2 that will be release

RE: aspectwerkz plugin

2004-02-13 Thread Jason van Zyl
On Thu, 2004-02-12 at 18:31, Chad Woolley wrote: > Jason van Zyl wrote: > > Personally, I think AOP where aspects are definted with XML is not a > > very good idea. You completely lose the power of the compiler and you > > are left to find your mistakes at runtime. And XML is just cumbersome > > an

dependency to a plugin

2004-02-13 Thread Jens Zastrow
Hello, i have 3 modules A: produces a jar B: uses the A.jar to build a maven plugin C: needs the B plugin How can a setup the dependency in C ??? Thanks Jens Zastrow - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

customizing the properties in maven.xml

2004-02-13 Thread Andreas Ebbert
Hi, how can I set properties, that can normally be found in the project.properties file, dynamically? The background of the question is, that I would like to build to ejb archives, but with different ejb-jar.xml files in it. The project_xxx.xml files are all in the same directory, so they share

Re: first-timer build error

2004-02-13 Thread Emmanuel Venisse
You must use MAVEN_1.0_BRANCH in cvs. The HEAD isn't for users for the moment. The 1.0 branch is the future rc2 that will be release in few days. Emmanuel - Original Message - From: "Mathew Kuppe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 13, 2004 11:15 AM Subje

first-timer build error

2004-02-13 Thread Mathew Kuppe
Hi, I am trying to build maven from cvs, and am receiving compile errors during the first phase of the compiling. I am using the "ant -f build-bootstrap.xml" command. The compilation error is the following; [javac] E:\sandbox\maven\src\java\org\apache\maven\DefaultProjectMarshaller