RE: running project

2003-06-19 Thread dion
This is usually a missing forehead.conf file from the maven batch/script process. It looks to me like you have a bad install of maven. project.xml files aren't executed. What are you trying to do using: maven -Dpackage=com.example.test testapp 'testapp' isn't a maven supplied goal AFAIK. --

RE: RE: RE : dependencies

2003-06-19 Thread Nicolas . CHALUMEAU
If connectionpool-1.0.jar is one of your own jar. Are you sure that you include in you dependencies the connectionpool-1.0.jar own dependence! There is probably some other errors that indicate : cannot resolve symbol which will show you the jar who miss I think the problem is not with the

Re: Lame newbie question - how to set target directory for the build?

2003-06-19 Thread Vipul Vij
Dave, You need to execute all goals in the directory that your project.xml lives ! Regards, Vipul - Original Message - From: David Walend [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 8:58 PM Subject: Lame newbie question - how to set target directory for the

Re: Latex no output

2003-06-19 Thread Mark H. Wilkinson
On Wed, 2003-06-18 at 16:21, [EMAIL PROTECTED] wrote: Hi, I try to generate my site documentation with LaTeX. You could have a look at the source tree for werkflow (http://werkflow.werken.com/) - it has a LaTeX manual that builds using maven. -Mark.

maven logo

2003-06-19 Thread Kristine Weissbarth
hi, it's maybe a bit stupid question, but does anybody know how to get that little red maven logo away from the documentation website. I saw that the apache db-site project excluded it too but couldn't figure out what to do. It's somehow generated automatically isn't it? Thanks.

RE: maven logo

2003-06-19 Thread S. Radhakrishnan
Kristine, Add the following property in your project.properties maven.xdoc.poweredby.image= the image will go away... Regards, RK -Original Message- From: Kristine Weissbarth [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 3:06 PM To: Maven Users List Subject: maven logo

Using Snapshot Dependencies

2003-06-19 Thread Moretti, Luciano (MED)
Hello- I'm wondering if I'm misreading the documentation on snapshot dependencies- I have the following in my project.xml file- dependency groupIdJXTA/groupId artifactIdjxta/artifactId versionSNAPSHOT/version /dependency To my understanding from reading the documentation this should

Use of versions and branches tags in the project.xml file

2003-06-19 Thread Christian Goos
Hi, I just started using maven and I am wondering what the tags versions and branches in the project.xml are used for? Is there a way to use this tags to checkout a certain version from CVS and create a distribution by specifying these tags in the dist plugin Thanks for help Christian

Réf. : Using Snapshot Dependencies

2003-06-19 Thread Nicolas . CHALUMEAU
Hello When you use the SNAPSHOT version maven allway think you don't have the jar in your local repositry so he try to download it. He look for an file with SNAPSHOT version. So lastest version are name with this version too. You probably don't have a file name jxta-SNAPSHOT.jar in the distant

war:war task including properties file

2003-06-19 Thread LAMY Olivier
Hi all, I'm trying to use the war:war task. My directory is src /conf /war /WEB-INF web.xml /classes *.properties I want to build my war file to dist/war #war plugin properties #war plugin properties

RE: war task including properties file

2003-06-19 Thread Vincent Massol
Hi Olivier, You need to include your properties file in a src/conf folder and add a resource section in your project.xml so that they get copied to your runtime classes directory. Then the war task will pick them from there. -Vincent -Original Message- From: LAMY Olivier

ibiblio upload request

2003-06-19 Thread Jim Crossley
Can we get Saxon put up there, please? http://saxon.sourceforge.net Thanks, Jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using Snapshot Dependencies

2003-06-19 Thread Jason van Zyl
On Thu, 2003-06-19 at 09:28, Moretti, Luciano (MED) wrote: Hello- I'm wondering if I'm misreading the documentation on snapshot dependencies- I have the following in my project.xml file- dependency groupIdJXTA/groupId artifactIdjxta/artifactId versionSNAPSHOT/version

Re: ibiblio upload request

2003-06-19 Thread Ben Walding
Done diddly done. Jim Crossley wrote: Can we get Saxon put up there, please? http://saxon.sourceforge.net Thanks, Jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

PDF Plugin

2003-06-19 Thread Vipul Vij
Hi list, Is the PDF plugin still going to posted this week ? Vipul I have fix that works really really well, based on XSLT. I hope to get it finalized \ in the next week or so. It is part of a much broader PDF plugin overhaul that I've \ been working on for a while now. It is much more

reactor confusion

2003-06-19 Thread Kristine Weissbarth
hi, I'm on the reactor thing again and I'm still having no idea where the problem is. I have one huge project which consists of many subprojects which again contain subprojects (=subsubprojects). Therefore I'm using the reactor to generate the maven documentation in 2 levels: one maven.xml with a

RE: Setting which remote repository to publish to.

2003-06-19 Thread Moretti, Luciano (MED)
This brings up another question- is there documentation on the settings available for the project.properties, build.properties, and similar files? I can't seem to find it if there is. Luciano -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003

Inheriting Goals in master maven.xml file...

2003-06-19 Thread James Carman
Is this possible? I have one main project with a global project.xml file. If I put a maven.xml file in the same directory as the global project.xml file, how do I get the subprojects to inherit the goals in the maven.xml file? Or, can I? James Carman, President Carman Consulting, Inc. 1218 Bob

Re: Inheriting Goals in master maven.xml file...

2003-06-19 Thread Anthony Vito
Projects inheriting the global project.xml will also inherit the goals in the maven.xml next to it. In my setup I have a CVS module called master and then all the mavenized projects as separate modules. Checking out all the modules of interest, and master, gives all the functionality I need. I

Re: Inheriting Goals in master maven.xml file...

2003-06-19 Thread James Carman
Nevermind. I figured it out. I forgot to put in the extend element. I thought it would by default extend the project.xml file in the parent directory. Sorry, I'm new to this Maven stuff. Oops! :-) - Original Message - From: Anthony Vito [EMAIL PROTECTED] To: Maven Users List [EMAIL

RE: [Cactus plugin] Failing to start JBoss

2003-06-19 Thread Vincent Massol
Hi Theunis, This was indeed a bug in the Cactus/Ant integration module. It has now been fixed by Chris Lenz and I have updated the Cactus plugin for Maven to automatically use the Cactus build of today. Can you please update your Maven CVS and give it a try? Thanks for reporting this! -Vincent

torque-3.0.1.jar is corrupt

2003-06-19 Thread tek1
Hello. Just wondering if the torque-3.0.1.jar can be fixed? It appears to be corrupt. Can't open it with WinZip. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Newbie - changing reports included in binary distribution

2003-06-19 Thread Ben Walding
I think your best bet it to postGoal dist:prepare-bin-filesystem and remove the parts of the binary release you don't want. Steve Ovens wrote: Hi, I'm Maven-ising my first project and have a hopefully simple question concerning building distributions. When I do a maven dist:build everything

Re: Newbie - changing reports included in binary distribution

2003-06-19 Thread Ben Walding
Ben Walding wrote: I think your best bet it to postGoal dist:prepare-bin-filesystem and remove the parts of the binary release you don't want. Of course, this will still leave items in your left hand navigation bar which will be undesirable. There's no simple way of doing this. You could