Andrew Mace is out of the office.

2003-07-10 Thread Andrew Mace
I will be out of the office starting 11/07/2003 and will not return until 13/07/2003. I will respond to your message when I return. -- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notif

Re: changelog or checkstyle problem

2003-07-10 Thread dion
Can you run "maven -e site" and post the results? Thanks. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au "Dominik Dahlem" <[EMAIL PROTECTED]> wrote on 10/07/2003 11:43:54 PM: > Hi all, > > I have a problem with th

Need suggestions...

2003-07-10 Thread did
Hi all, We are developping a JSP taglib project. In this project we would like to provide the following artifacts: - The taglib jar - The Tld definition file - A sample web site demonstrating the lib features. (A War containing the some extra java classes + the taglib jar + JSP resources) How

Problem with site:generate

2003-07-10 Thread did
Hi all, I am trying Maven right now to integrate a new project. I just start to create a blank project using maven -Dpackage=com.myproject genapp Things seems Ok. I then create the xdocs directory and a navigation.xml like the one I found on maven.apache.org web site. Doing a 'maven jar' works

RE: RE : Build projects from cvs?

2003-07-10 Thread Darren Hartford
Hey, thanks Nicolas! I got the following to work in MAVEN.XML on my project: This works great, and with the destination point to the root of the project, it eats itself and updates the whole project. Question: I have no idea what cvs.root points to. Question2: How can you refe

Deploying source jars in the repository

2003-07-10 Thread Jonathan Cowherd
I see how to build with souce in maven.compile.source=yes in the project.properties file, but I was wondering if anyone has already written a pluggin to push up source jars into the prepository? Maybe set a "maven.repo.source" setting up? Ideas? Jonathan Paul Cowherd Linux and Java Administrator

RE : Build projects from cvs?

2003-07-10 Thread Nicolas FRANK
I use an ant script to checkout and build from cvs... (for continious integration): Here are my 2 key tasks : To checkout (you need cvs.exe to be into your path) And then, I call maven : integration into directory: ${checkout

RE: Build projects from cvs?

2003-07-10 Thread Christian Goos
Hi, I use Maven with Anthill to perform this task. The setup was quite easy and you can schedule builds from a CVS checkout. The integration of anthill with maven was described about a week ago in the mailing list. Of course you could also use a to do the same... > -Original Message- > F

Build projects from cvs?

2003-07-10 Thread Darren Hartford
Hi all, Definately newbie, so forgive any confusion. I've read through the mailing lists that some people have Ant scripts to help building a project from CVS, but that Maven itself is not setup to do this. Whether you need to use an Ant/maven.xml script or if you can do this through Maven me

changelog or checkstyle problem

2003-07-10 Thread Dominik Dahlem
Hi all, I have a problem with the changelog report. However, I assume it has nothing to do with the repository connection setting. Rather, the checkstyle report is (besides others) registered, although I didn't specify any reports in my project.xml (). Further, I set the maven.xdoc.includeProjec

Maven Betav9 and Clover newbie question

2003-07-10 Thread Kumar, Vaidhyanatha K.
I can't figure out where clover is looking for the junit jar files. I can run cactus tests using maven plugin fine. I am trying out the cactus sample I checked out from CVS. Is clover expecting the test java classes and other java classes in the same directory? Thanks a lot. Vaidhy

Réf. : RE: Réf. : [Cactus] Spurious log4jerror for client inevery .txt report fil e!

2003-07-10 Thread Nicolas . CHALUMEAU
Hello Eric, > Is this then a requirement to have one or the other? I am using just a > plain vanilla download of Maven from CVS, and it seems to me that the Cactus > plugin ought to take care of this for me? I don't think so when you use log4j it is to have an common format for message logs.

RE: Réf. : [Cactus] Spurious log4j error for client inevery .txt report fil e!

2003-07-10 Thread EPugh
Is this then a requirement to have one or the other? I am using just a plain vanilla download of Maven from CVS, and it seems to me that the Cactus plugin ought to take care of this for me? Possibly by either adding a log4j.properties to my class path if I don't have one, or at least warning me