Re: Jelly Tag: Evaluate variable name value

2004-09-13 Thread Peter Nabbefeld
Hello Dion, from the question it seems that the name is constructed by the script, so You don't have the name literally. Regards Peter Dion Gillard schrieb: ? what is wrong with ${maven.javadoc2xml.repo.overviewsimple.name} ? On Mon, 13 Sep 2004 21:53:25 +0200, Rolf Schmidiger <[EMAIL PROTECTED]>

Re: Jelly Tag: Evaluate variable name value

2004-09-13 Thread Dion Gillard
? what is wrong with ${maven.javadoc2xml.repo.overviewsimple.name} ? On Mon, 13 Sep 2004 21:53:25 +0200, Rolf Schmidiger <[EMAIL PROTECTED]> wrote: > Hello > > Simple Jelly question: > > I have some properties: > > ###

[xdocs] -element has gone (Repost)

2004-09-13 Thread Peter Nabbefeld
Hello, I've asked this question about 6 weeks ago, but I didn't get the (promised) answer yet: Since 2004-01-06, the -element has been silently removed. I'm currently doing some work to write a JavaHelp plugin, which should use xdocs (so one wouldn't need to duplicate documentation). I've got a

Re: Jelly Tag: Evaluate variable name value

2004-09-13 Thread dan tran
How about using below example. The key is context.getVariable ${agent.name} On Mon, 13 Sep 2004 21:53:25 +0200, Rolf Schmidiger On Mon, 13 Sep 2004 21:53:25 +0200, Rolf Schmidiger <[EMAIL PROTECTED]> wrote: > Hello > > Simple Jelly question: > > I have some

Jelly Tag: Evaluate variable name value

2004-09-13 Thread Rolf Schmidiger
Hello Simple Jelly question: I have some properties: maven.javadoc2xml.reports=overviewsimple,javadocsimple maven.javadoc2xml.report.overviewsimple.name=A Simple Overview XDOC maven.javadoc2xml.repo

duplicate class error

2004-09-13 Thread Karan-Sahni \(Contractor\)
I used the following code to get maven to recognise my source files because the files are being checked out from cvs during the build process and maven doesnt recognise source folders unless they exist when the build starts. The problem now is

How to create my own genapp template?

2004-09-13 Thread Gisbert Amm
Hi all, sorry for the probably newbie question; I didn't find the answer in the documentation. I want to create my own customized template based on the web template so that I can call "maven genapp myapp" to create customized projects. On http://maven.apache.org/reference/plugins/genapp/faq.htm

How to create my own genapp template?

2004-09-13 Thread Gisbert Amm
Hi all, sorry for the probably newbie question; I didn't find the answer in the documentation. I want to create my own customized template based on the web template so that I can call "maven genapp myapp" to create customized projects. On http://maven.apache.org/reference/plugins/genapp/faq.htm

RE: How do you generate the default reports for a project ? Thanks.

2004-09-13 Thread Henderson, Jerry L [CC]
I appreciate everyone's help. I didn't realize all I had to do was put in the tag :) -Original Message- From: Geddes, Mark (AFM) [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 10:39 AM To: 'Maven Users List' Subject: RE: How do you generate the default reports for a project

RE: How do you generate the default reports for a project ?

2004-09-13 Thread Geddes, Mark (AFM)
3 pipeline-riskcare abbey RiskCare specific pipeline elements - java code. 2.0.5 ants.isd.transform.wss . . . -Original Message- From: Henderson, Jerry L [CC] [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 16:35 To: Maven Users List Subject: RE: How do you generate the de

RE: How do you generate the default reports for a project ?

2004-09-13 Thread Henderson, Jerry L [CC]
Sorry, could you provide an example ? -Original Message- From: Geddes, Mark (AFM) [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 10:29 AM To: 'Maven Users List' Subject: RE: How do you generate the default reports for a project ? I meant project.xml -Original Message--

RE: Maven and Web Service ???

2004-09-13 Thread Eric White
Has anyone had success with maven and wscompile/wsdeploy? I keep getting NPE's. -E -Original Message- From: Ewan Harrow [mailto:[EMAIL PROTECTED] Sent: Thursday, April 29, 2004 7:09 AM To: [EMAIL PROTECTED] Subject: Re: Maven and Web Service ??? Not the samples but I have tried to use m

RE: How do you generate the default reports for a project ?

2004-09-13 Thread Geddes, Mark (AFM)
I meant project.xml -Original Message- From: Geddes, Mark (AFM) [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 16:28 To: 'Maven Users List' Subject: RE: How do you generate the default reports for a project ? Specify a valid element in the project.properties. -Original Message-

RE: How do you generate the default reports for a project ?

2004-09-13 Thread Geddes, Mark (AFM)
Specify a valid element in the project.properties. -Original Message- From: Henderson, Jerry L [CC] [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 16:24 To: Maven Users List Subject: RE: How do you generate the default reports for a project ? I am getting some documentation generat

RE: How do you generate the default reports for a project ?

2004-09-13 Thread Henderson, Jerry L [CC]
I am getting some documentation generated, but I'm getting this error below, on the javadoc portion. Is there a property that has to be specified in the project.properties file? BUILD FAILED File.. C:\Documents and Settings\jhende19\.maven\cache\maven-javadoc-plugin- 1.6.1\plugin.jelly Elem

Réf. : RE: Réf. : How do you generate the default reports for a project ?

2004-09-13 Thread fabrice . belingard
Yes, for instance. Or you could simply call "maven site:generate". This would generate the web site with the reports for your project. "Henderson,

RE: Réf. : How do you generate the default reports for a project ?

2004-09-13 Thread Henderson, Jerry L [CC]
You mean something like this ? Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 9:21 AM To: Maven Users List Subject: Réf. : How do you generate the default reports for a project ? Are you calling the approp

Réf. : How do you generate the default reports for a project ?

2004-09-13 Thread fabrice . belingard
Are you calling the appropriated goal? --> "site" (or "site:generate", this is the same) "Henderson, Jerry L [CC]"

How do you generate the default reports for a project ?

2004-09-13 Thread Henderson, Jerry L [CC]
The maven docs says it can be used to generate a reports for myproject. It says "if you do not utilize the reports tag, all of the plugin reports will be generated" . I'm not sure what I'm doing wrong. I'm not using the reports tag, but I'm not getting reports either. Can someone give me some hint

Re: SAR plugin fixed

2004-09-13 Thread thorsten maus
for those of you running into the same problems... touch the maven.xml and add additional goals --- thorsten maus <[EMAIL PROTECTED]> wrote: > hi there .. > > im coming around a small problem and hope you can > help > me .. > > im creating an additional directory inside a >

RE: Custumize the site:generate output

2004-09-13 Thread Dinko Hadzic
Thanks for the links guys, that was exactly what i was looking after. \Dinko -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: 13. september 2004 14:50 To: 'Maven Users List' Subject: RE: Custumize the site:generate output You can customize the list of reports to g

RE: Custumize the site:generate output

2004-09-13 Thread Arnaud HERITIER
You can customize the list of reports to generate in your POM : http://maven.apache.org/reference/user-guide.html#Reports Arnaud > -Message d'origine- > De=A0: Dinko Hadzic [mailto:[EMAIL PROTECTED] > Envoy=E9=A0: lundi 13 septembre 2004 14:36 > =C0=A0: [EMAIL PROTECTED] > Objet=A0: Cust

Re: Custumize the site:generate output

2004-09-13 Thread Nathan Coast
these docs explain how to customise the reports generated by maven. Is this what you're after? http://maven.apache.org/reference/user-guide.html#Reports http://maven.apache.org/reference/project-descriptor.html#reports Dinko Hadzic wrote: Hi The site:generate goal generates a documentation

Custumize the site:generate output

2004-09-13 Thread Dinko Hadzic
Hi The site:generate goal generates a documentation site by attaining the following goals: jdepend checkstyle changelog activity javadoc jxr junit-report tasklist xdoc My question is: is it possible to include additional goals into the site:generate goal, f.eks. maven:jcoverage etc

SAR plugin

2004-09-13 Thread thorsten maus
hi there .. im coming around a small problem and hope you can help me .. im creating an additional directory inside a multiproject .. handling a sar jar for my jboss appserver.. inside the directory i have the descriptors in src/sar/META-INF and additional java sources in src/java when cal

Re: Eclipse Plugin

2004-09-13 Thread Christian Mouttet
Hi Pål, thank's for your answer. I've already downloaded the Cactus plugin. Christian Am Montag, 13. September 2004 10:03 schrieb Pål Brattberg: > On Thu, 9 Sep 2004 15:23:34 +0200, Christian Mouttet > > <[EMAIL PROTECTED]> wrote: > > Hi, > > when I run maven eclipse:generate-classpath I do get

Re: Eclipse Plugin

2004-09-13 Thread Pål Brattberg
wow. 4 days late. I blame gmail for not showing me the reply. sorry for the spam. (and this) -- / pål brattberg - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Eclipse Plugin

2004-09-13 Thread Pål Brattberg
On Thu, 9 Sep 2004 15:23:34 +0200, Christian Mouttet <[EMAIL PROTECTED]> wrote: > Hi, > when I run maven eclipse:generate-classpath I do get this output: > The file .classpath is generated correctly. What's going wrong? The Eclipse plugin need cactus to work properly. Install the cactus dependenc