Re: xdoc href generation

2003-10-21 Thread Ewan Harrow
I'm using rc1 and I have the same problem. It generates the link but the actual value for href is blank. --- [EMAIL PROTECTED] wrote: Use rc1 of maven, this file in xdocs\navigaiton.xml and a project.xml from maven-plugins, it generates fine. Could it be your project.xml?? -- dIon

Re: xdoc href generation

2003-10-21 Thread Marek Lange
Ewan Harrow wrote: I'm using rc1 and I have the same problem. It generates the link but the actual value for href is blank. I solved this problem by deleting my maven-xdoc-plugin in my home directory. -marek - To unsubscribe,

Re: xdoc href generation

2003-10-21 Thread Ewan Harrow
Yep that works for me. --- Marek Lange [EMAIL PROTECTED] wrote: Ewan Harrow wrote: I'm using rc1 and I have the same problem. It generates the link but the actual value for href is blank. I solved this problem by deleting my maven-xdoc-plugin in my home directory. -marek

Cactus Plugin

2003-10-21 Thread Peter Bright
Hello, We have a multiproject project, consisting of an application (generating an EAR) and three modules (generating a JAR, an EJB-JAR, and a WAR). The desire is to use Cactus to perform in-container testing, and it appears that the latest version of the Maven/Cactus plugin contains goals

Multiproject : subproject conf directory

2003-10-21 Thread Nicolas . CHALUMEAU
I use multiproject to test my sub project. I could only develop a subproject launch test when it works launch test for all subproject using multiproject:goal to integrate with the other modules. Each subproject have a /src/conf/**.xml who are use in my unit test. In my subproject I open file

about maven user guide

2003-10-21 Thread Nicolas De Loof
Hi all, just a comment on maven user guide, usefull document for every new maven user. I cannot print it on A4 paper. It seems it comes from long lines in preformated text (POM examples), like : scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-commons/${pom.artifactId} It

javancss report query/problem

2003-10-21 Thread CMacMaho
Hi All, Have been using maven for the last month and have found it immensely useful, especially on the reports side that I had been doing manually using ant. The last report I have to get running is javancss, but I have hit a wall for the last day. I am using the maven javancss plugin

Re: javancss report query/problem

2003-10-21 Thread Siegfried Göschl
Hi Conor, I hope I can qualify as any pointer ... :-) This issue pops up under Windows and JDK 1.4 - XALAN tries to interpret the XSL file name as URL and blows up at c:\???\maven- javancss-plugin-1.2/plugin-resources/javancss2html.xslt. It parses the file name, sees the colon and decides

Re: javancss report query/problem

2003-10-21 Thread CMacMaho
Dear Siegfried/Kai, Many thanks for your answers, you both were right! I have now prefixed my path to the xsl file with 'file:' and yes, it works! Thanks again for the fast answer. Best regards, Conor p.s. Will keep an eye out for this error in future, really did think

maven convert-snapshots

2003-10-21 Thread Nicolas De Loof
Hi all, I'm using maven 1.0-RC1 on windows. I'm trying to use maven convert-snapshots goal. On my remote repository, I've got SNAPSHOT jars with timestamped version and ${artifact}-snapshot-version text file, with correct timestamp inside it. when I use maven convert-snapshots, maven ask for

Re:maven convert-snapshots

2003-10-21 Thread Emmanuel Venisse
Hi Nicolas, Actually, snapshot converter use a full snapshot version number like this : 2.0-SNAPSHOT. We consider that version = SNAPSHOT isn't a snapshot version. I think we'll correct this point in the next plugin release. You can add an issue in jira for keep a trace of your request. Emmanuel

What's the best way to include Javadoc from dependencies?

2003-10-21 Thread Yoway . Buorn
Hello, I'm not sure if anyone has tried this or if there really is a best way to do this that's already being done, but I'm having trouble thinking of a good way to do this, so I was hoping some of you guys might be able to give me some ideas. I have three projects and I'm trying to create one

Maven eclipse plug-in bug

2003-10-21 Thread Kohsuke Kawaguchi
Sorry if this is not the right list. I've got a reference to this ML from http://maven.apache.org/reference/plugins/eclipse/mail-lists.html I'm using maven 1.0 beta 10 and Eclipse 3.0 M4. When I run maven eclipse, it generates the .classpath file with the following entry: classpathentry

Re: restricting maven -g

2003-10-21 Thread Laurie Harper
Sorry for the slow response, I was on vacation! I understand I can get Maven not provide so much functionality :-) but that's not quite what I was looking for. When someone checks out my source tree, I want them to be able to get the equivalent of 'ant -projecthelp' or something: essentially,

Re: restricting maven -g

2003-10-21 Thread khote
I wrote a file called message.properties Up near the top of my maven.xml, prior to any goal being executed: util:properties file=message.propertiestrim=true/ which contains various helps, including a general help message: message.help = This is a help message \ that takes place over

Re: restricting maven -g

2003-10-21 Thread khote
Oops, let me re-state that: message.help = \n\n =\n\ This is a multiline help message \n\ and you have to do the \n\ stuff to get newlines.\n\ ==\n You have to include the \n prior to the line-extension or it will just come out

RE: Cactus Plugin

2003-10-21 Thread Gaffney, Michael
I'm not sure if this will help you, but I submitted a patch for the cactus plugin for unit testing EJBs. The patch is available from Jira under Maven-706. Mike -Original Message- From: Peter Bright [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 5:21 AM To: Maven Users

xml:transform within maven.xml ?

2003-10-21 Thread Paul Libbrecht
Hi maveners, That's annoying... I'm getting a classnotfound exception (on javax.xml.transform.TransformerFactory) when trying to invoke xml:transform from the maven.xml. This is weird because I do have the dependencies correct, as I understand it: dependency idcommons-jelly/id

Re: Maven eclipse plug-in bug

2003-10-21 Thread dion
Is this a difference between eclipse 2 and 3? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc Kohsuke Kawaguchi [EMAIL PROTECTED] wrote on 22/10/2003 05:00:04 AM: Sorry if this is not the

Torque Maven plugin, failed to execute torque:insert-sql

2003-10-21 Thread jiaqi guo
Torque:om, torque:sql, torque:datadtd... works great. Got error message when executing torque:insert-sql. - __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-10