Re: Running strutsconfigxml subtask within the xdoclet:webdoclet from Maven

2004-09-09 Thread Marco Tedone
Yes! I added the dependency and it works. However, Pierre, for your
reference, on ibiblio the 1.2.1 version is not there. I've used 1.2 and it
seems it works nicely


- Original Message - 
From: "Pierre-Yves Chauveau" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Thursday, September 09, 2004 11:13 AM
Subject: RE: Running strutsconfigxml subtask within the xdoclet:webdoclet
from Maven


So you're missing the apache module one :
  
xdoclet
xdoclet-apache-module
1.2.1
http://xdoclet.sourceforge.net



-Message d'origine-
De : Marco Tedone [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 9 septembre 2004 12:11
À : Maven Users List
Objet : Re: Running strutsconfigxml subtask within the xdoclet:webdoclet
from Maven

These are the xdoclet dependencies (declared in the parent project):


xdoclet
xdoclet
1.2




xdoclet
xdoclet-ejb-module
1.2
http://xdoclet.sf.net/



xjavadoc
xjavadoc
1.0.2
http://xdoclet.sf.net/



xdoclet
xdoclet-jmx-module
1.2
http://xdoclet.sf.net/



xdoclet
xdoclet-web-module
1.2
http://xdoclet.sf.net/



xdoclet
xdoclet-jboss-module
1.2
http://xdoclet.sf.net/



xdoclet
maven-xdoclet-plugin
1.2
plugin
http://xdoclet.sf.net/



This is then declared in my 'war' subproject:


   struts
   struts
   1.1
   
true
   
  





- Original Message - 
From: "Mark Lowe" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Thursday, September 09, 2004 11:02 AM
Subject: Re: Running strutsconfigxml subtask within the xdoclet:webdoclet
from Maven


> Have you included the xdoclet-apache-module stuff in your dependencies?
>
>
> On 9 Sep 2004, at 11:25, Marco Tedone wrote:
>
> > Hi, I've got the following pregoal in maven.xml
> >
> >
> > 
> >   
> >  
> >
> > which, you know better than me, executes webdoclet before running the
> > war
> > goal. The web.xml gets generated, ok. Now I want to generate also the
> > struts-related configuration files. From XDoclet I learn that there is
> > a
> > nested element for ,  that generates the
> > struts-related files.
> >
> > How could I tell to Maven to run also the  nested
> > element
> > when running webdoclet? I had a look on the internet, and tried to
> > specify
> > the following properties:
> >
> > maven.xdoclet.webdoclet.strutsconfigxml.0=true
> > maven.xdoclet.webdoclet.strutsconfigxml.0.validatexml=true
> > maven.xdoclet.webdoclet.strutsconfigxml.0.version=1.1
> > maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir=src/merge/struts
> >
> >
> > But nothing happens.
> >
> > I had a look also at the mailing list archives but I didn't find
> > anything
> > which could help. Could anyone help?
> >
> > Thanks,
> >
> > Marco Tedone
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Running strutsconfigxml subtask within the xdoclet:webdoclet from Maven

2004-09-09 Thread Pierre-Yves Chauveau
So you're missing the apache module one :
  
xdoclet
xdoclet-apache-module
1.2.1
http://xdoclet.sourceforge.net
   


-Message d'origine-
De : Marco Tedone [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 9 septembre 2004 12:11
À : Maven Users List
Objet : Re: Running strutsconfigxml subtask within the xdoclet:webdoclet from Maven

These are the xdoclet dependencies (declared in the parent project):


xdoclet
xdoclet
1.2




xdoclet
xdoclet-ejb-module
1.2
http://xdoclet.sf.net/



xjavadoc
xjavadoc
1.0.2
http://xdoclet.sf.net/



xdoclet
xdoclet-jmx-module
1.2
http://xdoclet.sf.net/



xdoclet
xdoclet-web-module
1.2
http://xdoclet.sf.net/



xdoclet
xdoclet-jboss-module
1.2
http://xdoclet.sf.net/



xdoclet
maven-xdoclet-plugin
1.2
plugin
http://xdoclet.sf.net/



This is then declared in my 'war' subproject:


   struts
   struts
   1.1
   
true
   
  





- Original Message - 
From: "Mark Lowe" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Thursday, September 09, 2004 11:02 AM
Subject: Re: Running strutsconfigxml subtask within the xdoclet:webdoclet
from Maven


> Have you included the xdoclet-apache-module stuff in your dependencies?
>
>
> On 9 Sep 2004, at 11:25, Marco Tedone wrote:
>
> > Hi, I've got the following pregoal in maven.xml
> >
> >
> > 
> >   
> >  
> >
> > which, you know better than me, executes webdoclet before running the
> > war
> > goal. The web.xml gets generated, ok. Now I want to generate also the
> > struts-related configuration files. From XDoclet I learn that there is
> > a
> > nested element for ,  that generates the
> > struts-related files.
> >
> > How could I tell to Maven to run also the  nested
> > element
> > when running webdoclet? I had a look on the internet, and tried to
> > specify
> > the following properties:
> >
> > maven.xdoclet.webdoclet.strutsconfigxml.0=true
> > maven.xdoclet.webdoclet.strutsconfigxml.0.validatexml=true
> > maven.xdoclet.webdoclet.strutsconfigxml.0.version=1.1
> > maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir=src/merge/struts
> >
> >
> > But nothing happens.
> >
> > I had a look also at the mailing list archives but I didn't find
> > anything
> > which could help. Could anyone help?
> >
> > Thanks,
> >
> > Marco Tedone
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Running strutsconfigxml subtask within the xdoclet:webdoclet from Maven

2004-09-09 Thread Marco Tedone
These are the xdoclet dependencies (declared in the parent project):


xdoclet
xdoclet
1.2




xdoclet
xdoclet-ejb-module
1.2
http://xdoclet.sf.net/



xjavadoc
xjavadoc
1.0.2
http://xdoclet.sf.net/



xdoclet
xdoclet-jmx-module
1.2
http://xdoclet.sf.net/



xdoclet
xdoclet-web-module
1.2
http://xdoclet.sf.net/



xdoclet
xdoclet-jboss-module
1.2
http://xdoclet.sf.net/



xdoclet
maven-xdoclet-plugin
1.2
plugin
http://xdoclet.sf.net/



This is then declared in my 'war' subproject:


   struts
   struts
   1.1
   
true
   
  





- Original Message - 
From: "Mark Lowe" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Thursday, September 09, 2004 11:02 AM
Subject: Re: Running strutsconfigxml subtask within the xdoclet:webdoclet
from Maven


> Have you included the xdoclet-apache-module stuff in your dependencies?
>
>
> On 9 Sep 2004, at 11:25, Marco Tedone wrote:
>
> > Hi, I've got the following pregoal in maven.xml
> >
> >
> > 
> >   
> >  
> >
> > which, you know better than me, executes webdoclet before running the
> > war
> > goal. The web.xml gets generated, ok. Now I want to generate also the
> > struts-related configuration files. From XDoclet I learn that there is
> > a
> > nested element for ,  that generates the
> > struts-related files.
> >
> > How could I tell to Maven to run also the  nested
> > element
> > when running webdoclet? I had a look on the internet, and tried to
> > specify
> > the following properties:
> >
> > maven.xdoclet.webdoclet.strutsconfigxml.0=true
> > maven.xdoclet.webdoclet.strutsconfigxml.0.validatexml=true
> > maven.xdoclet.webdoclet.strutsconfigxml.0.version=1.1
> > maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir=src/merge/struts
> >
> >
> > But nothing happens.
> >
> > I had a look also at the mailing list archives but I didn't find
> > anything
> > which could help. Could anyone help?
> >
> > Thanks,
> >
> > Marco Tedone
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Running strutsconfigxml subtask within the xdoclet:webdoclet from Maven

2004-09-09 Thread Marco Tedone
Yes, I've changed them (still nothing) :(
- Original Message - 
From: "M.-Leander Reimer" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Thursday, September 09, 2004 11:02 AM
Subject: Re: Running strutsconfigxml subtask within the xdoclet:webdoclet
from Maven


> And I think 2 of your properties are incorrect:
>
> maven.xdoclet.webdoclet.strutsconfigxml.0.validatexml=true
> maven.xdoclet.webdoclet.strutsconfigxml.0.version=1.1
>
> should be
>
> maven.xdoclet.webdoclet.strutsconfigxml.0.validateXML=true
> maven.xdoclet.webdoclet.strutsconfigxml.0.Version=1.1
>
>
> Leander
>
>
> Pierre-Yves Chauveau schrieb:
>
> > Did you put the dependency of the apache xdoclet module in your
project.xml.
> > If not, nothing happen and you won't know about that it's missing :-(
> >
> > Pierre-Yves.
> > -Message d'origine-
> > De : Marco Tedone [mailto:[EMAIL PROTECTED]
> > Envoyé : jeudi 9 septembre 2004 11:26
> > À : Maven-users
> > Objet : Running strutsconfigxml subtask within the xdoclet:webdoclet
from Maven
> >
> > Hi, I've got the following pregoal in maven.xml
> >
> >
> > 
> >   
> >  
> >
> > which, you know better than me, executes webdoclet before running the
war
> > goal. The web.xml gets generated, ok. Now I want to generate also the
> > struts-related configuration files. From XDoclet I learn that there is a
> > nested element for ,  that generates the
> > struts-related files.
> >
> > How could I tell to Maven to run also the  nested
element
> > when running webdoclet? I had a look on the internet, and tried to
specify
> > the following properties:
> >
> > maven.xdoclet.webdoclet.strutsconfigxml.0=true
> > maven.xdoclet.webdoclet.strutsconfigxml.0.validatexml=true
> > maven.xdoclet.webdoclet.strutsconfigxml.0.version=1.1
> > maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir=src/merge/struts
> >
> >
> > But nothing happens.
> >
> > I had a look also at the mailing list archives but I didn't find
anything
> > which could help. Could anyone help?
> >
> > Thanks,
> >
> > Marco Tedone
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Running strutsconfigxml subtask within the xdoclet:webdoclet from Maven

2004-09-09 Thread Mark Lowe
Have you included the xdoclet-apache-module stuff in your dependencies?
On 9 Sep 2004, at 11:25, Marco Tedone wrote:
Hi, I've got the following pregoal in maven.xml

  
 
which, you know better than me, executes webdoclet before running the 
war
goal. The web.xml gets generated, ok. Now I want to generate also the
struts-related configuration files. From XDoclet I learn that there is 
a
nested element for ,  that generates the
struts-related files.

How could I tell to Maven to run also the  nested 
element
when running webdoclet? I had a look on the internet, and tried to 
specify
the following properties:

maven.xdoclet.webdoclet.strutsconfigxml.0=true
maven.xdoclet.webdoclet.strutsconfigxml.0.validatexml=true
maven.xdoclet.webdoclet.strutsconfigxml.0.version=1.1
maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir=src/merge/struts
But nothing happens.
I had a look also at the mailing list archives but I didn't find 
anything
which could help. Could anyone help?

Thanks,
Marco Tedone
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Running strutsconfigxml subtask within the xdoclet:webdoclet from Maven

2004-09-09 Thread M.-Leander Reimer
And I think 2 of your properties are incorrect:
maven.xdoclet.webdoclet.strutsconfigxml.0.validatexml=true
maven.xdoclet.webdoclet.strutsconfigxml.0.version=1.1
should be
maven.xdoclet.webdoclet.strutsconfigxml.0.validateXML=true
maven.xdoclet.webdoclet.strutsconfigxml.0.Version=1.1
Leander
Pierre-Yves Chauveau schrieb:
Did you put the dependency of the apache xdoclet module in your project.xml.
If not, nothing happen and you won't know about that it's missing :-(
Pierre-Yves.
-Message d'origine-
De : Marco Tedone [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 9 septembre 2004 11:26
À : Maven-users
Objet : Running strutsconfigxml subtask within the xdoclet:webdoclet from Maven

Hi, I've got the following pregoal in maven.xml

  
 
which, you know better than me, executes webdoclet before running the war
goal. The web.xml gets generated, ok. Now I want to generate also the
struts-related configuration files. From XDoclet I learn that there is a
nested element for ,  that generates the
struts-related files.
How could I tell to Maven to run also the  nested element
when running webdoclet? I had a look on the internet, and tried to specify
the following properties:
maven.xdoclet.webdoclet.strutsconfigxml.0=true
maven.xdoclet.webdoclet.strutsconfigxml.0.validatexml=true
maven.xdoclet.webdoclet.strutsconfigxml.0.version=1.1
maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir=src/merge/struts
But nothing happens.
I had a look also at the mailing list archives but I didn't find anything
which could help. Could anyone help?
Thanks,
Marco Tedone
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Running strutsconfigxml subtask within the xdoclet:webdoclet from Maven

2004-09-09 Thread Pierre-Yves Chauveau
Did you put the dependency of the apache xdoclet module in your project.xml.
If not, nothing happen and you won't know about that it's missing :-(

Pierre-Yves.
-Message d'origine-
De : Marco Tedone [mailto:[EMAIL PROTECTED] 
Envoyé : jeudi 9 septembre 2004 11:26
À : Maven-users
Objet : Running strutsconfigxml subtask within the xdoclet:webdoclet from Maven

Hi, I've got the following pregoal in maven.xml



  
 

which, you know better than me, executes webdoclet before running the war
goal. The web.xml gets generated, ok. Now I want to generate also the
struts-related configuration files. From XDoclet I learn that there is a
nested element for ,  that generates the
struts-related files.

How could I tell to Maven to run also the  nested element
when running webdoclet? I had a look on the internet, and tried to specify
the following properties:

maven.xdoclet.webdoclet.strutsconfigxml.0=true
maven.xdoclet.webdoclet.strutsconfigxml.0.validatexml=true
maven.xdoclet.webdoclet.strutsconfigxml.0.version=1.1
maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir=src/merge/struts


But nothing happens.

I had a look also at the mailing list archives but I didn't find anything
which could help. Could anyone help?

Thanks,

Marco Tedone


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Running strutsconfigxml subtask within the xdoclet:webdoclet from Maven

2004-09-09 Thread Marco Tedone
Hi, I've got the following pregoal in maven.xml



  
 

which, you know better than me, executes webdoclet before running the war
goal. The web.xml gets generated, ok. Now I want to generate also the
struts-related configuration files. From XDoclet I learn that there is a
nested element for ,  that generates the
struts-related files.

How could I tell to Maven to run also the  nested element
when running webdoclet? I had a look on the internet, and tried to specify
the following properties:

maven.xdoclet.webdoclet.strutsconfigxml.0=true
maven.xdoclet.webdoclet.strutsconfigxml.0.validatexml=true
maven.xdoclet.webdoclet.strutsconfigxml.0.version=1.1
maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir=src/merge/struts


But nothing happens.

I had a look also at the mailing list archives but I didn't find anything
which could help. Could anyone help?

Thanks,

Marco Tedone


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]