RE: Is it possible to override pom.siteDirectory in build.properties?

2004-11-29 Thread Jörg Schaible
Martijn Dashorst wrote on Monday, November 29, 2004 1:32 AM: I'm creating a cruisecontrol build and I want the cruisecontrol generated/published site to go to a subdirectory of our released site, in order to prevent overwriting our released site when a build fails. Therefore I want to

Re: multiproject of multiprojects

2004-11-29 Thread Christian Mouttet
Hi Dominik, this is the code fragment I use to clean multi projects. maven.xml of the main project: util:available file=${maven.multiproject.basedir} j:set var=multiproject.exists value=true/ /util:available postGoal name=clean j:if

Re: Classes in the same directory as source

2004-11-29 Thread jmutonho
Eventually just jarred them and placed in local repository...Thanx Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail nor the content; please notify us

dependency xml

2004-11-29 Thread jmutonho
How does one alter the location where maven places the dependency XML file it creates(as part of the reports)? Jeff Registered Linux user number 366042 This e-mail is intended exclusively for the addressee. If you are not the addressee you must not read, copy, use or disclose the e-mail

Re: multiproject of multiprojects

2004-11-29 Thread Dominik Dahlem
Hi Chris, thanks for your advice. As long as there are no native mechanisms implemented in maven your way looks like a feasible solution to me. It'll bring me closer to what I'm trying to achieve. Cheers, Dominik On Mon, 2004-11-29 at 09:29 +0100, Christian Mouttet wrote: Don't know if this

Re: multiproject of multiprojects

2004-11-29 Thread Dominik Dahlem
Hi Michal, I'm working at the moment on a maven 1.1 snapshot. It would be nice to have this feature available in maven 1.1. I'll keep my eyes open to when it is going to be introduced in maven 1.1. Thanks, Dominik On Sun, 2004-11-28 at 16:03 -0800, Michal Maczka wrote: The indicator if

Modifying download.xml

2004-11-29 Thread Michael Niemaz
Hi all, Is it possible to ask maven to modify/create/update download.xml so that I could add gzip links. Thanx, --mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Loading a POM

2004-11-29 Thread Adrian Tarau
Hi, I'm trying to load a POM with a piece of code found in the test files : Project project = MavenUtils.getProject(new File(maven/test/maven/project1.xml)); project.initialize(); but I get a strange exception(the POM is valid because is teke it from a project) : annot evaluate method:

need some pointers

2004-11-29 Thread wqi
Hi, I'm really new to Maven, and I need some pointers on what's the best way on how to integrate Maven with a project I'm working on for my team. My project is a Java application that has a Client Side and a Server side. Right now, I'm only focusing to get Maven working with the Client side.

Re: need some pointers

2004-11-29 Thread Nicolas Chalumeau
Right now I have an Ant script written for each module, and another ant script that call those three ant scripts in order to build the project. How would I get Maven to do the same thing as my ant scripts? Use the multiproject plugin. The next command do what you want : maven

RE: Loading a POM

2004-11-29 Thread Adrian Tarau
Hi again, I found on the web that the log4j level should be set on WARN or INFO and the problem disappear, but... Now I get another exception... My test class is: protected void setUp() throws Exception { // I don't know if I must set this property

Re: dependency xml

2004-11-29 Thread dan tran
All generated XMLs go to ${maven.gen.docs}, override it if you like. -D On Mon, 29 Nov 2004 12:18:29 +0200, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: How does one alter the location where maven places the dependency XML file it creates(as part of the reports)? Jeff Registered Linux

Re: Loading a POM

2004-11-29 Thread Jason van Zyl
On Mon, 2004-11-29 at 10:36, Adrian Tarau wrote: Hi, I'm trying to load a POM with a piece of code found in the test files : What information are you trying to extract? If you are trying to extract some simple pieces of information then I will take this opportunity to whip up an example

Inexpedient dependency resolvment

2004-11-29 Thread Jesper Linvald
Hi all, I think there might be a small bug in the way dependencies are currently being resolved? SCENARIO: Two (or more) dependencies with same name but different extensions and types are specified in the POM: dependency groupIdmydep/groupId artifactIdmydep/artifactId

Maven Developer Wanted

2004-11-29 Thread Yi Zhou
Celera Diagnostics company has an immediate contract opportunity for a Maven Developer! The ideal candidate works on a continuous integration system that is based on Apache Maven and its numerous plug-ins. Skills / knowledge requirements: The position requires at least 1 year of hands-on

RE: Loading a POM

2004-11-29 Thread Adrian Tarau
What I want is just to load a POM and eventually to make a jellybean to add dynamical dependencies to a POM(useful for me to inject in application.xml some ejb and jar dependencies which are made in the same project). So if you have a small example which just load the POM, please tell me.

Re: Inexpedient dependency resolvment

2004-11-29 Thread Brett Porter
Searching the archives is faster than typing such a long email :) Already fixed in CVS HEAD for Maven 1.1. - Brett On Mon, 29 Nov 2004 20:32:59 +0100, Jesper Linvald [EMAIL PROTECTED] wrote: Hi all, I think there might be a small bug in the way dependencies are currently being resolved?

Getting the status 'BUILD FAILED' from maven

2004-11-29 Thread Adrian Tarau
How can I force the maven to stop de build process, and display a message about why the build was failed from a Java Bean called from build.xml?

problem on taskdef in maven

2004-11-29 Thread rajas kumar
I used taskdef at top level maven.xml. It is going to be inherited in module level maven.xml files. I dont want to inherit this taskdef in module level.Pls send solution for this problem. __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

sending mail to module owner if build fails.

2004-11-29 Thread rajas kumar
i want to send mail to the module owner. How can i send mail to module owner if build fails. If anybody Know the solution plz forward me. Here is my log file of out put. suppose common moudle fails i want to send mail to common module owner. __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V

Re: sending mail to module owner if build fails.

2004-11-29 Thread Corey Scott
Rajas, You should find setting the nagEmailAddress in the build section of your POM for all the modules should get the job done for you. -Corey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL