Re: AW: Trouble with xdoclet:webdoclet

2003-06-25 Thread Konstantin Priblouda

> That's it. Thanx a lot.
> 
> But it's strange that ejb-module is needed to
> generate WEB specific deployment descriptors!?

Web module utilizes some stuff from EJB module...
That's strange, but it's life...
regards,

=
[ Konstantin Pribluda ( ko5tik ) ]
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
[ http://www.pribluda.de ]

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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



AW: Trouble with xdoclet:webdoclet

2003-06-25 Thread Mouttet Christian
> I downloaded beta 3 yesterday but it contains b4 jar files. :-)
> 
> > > project.xml
> > > 
> > >  
> > >   xdoclet+web-module
> > >   1.2b4  
> > >  
> > >  
> > >   xdoclet+ejb-module
> > >   1.2b4  
> > >
> > > 
> > >   xdoclet+apache-module
> > >   1.2b4  
> > > 

That's it. Thanx a lot.

But it's strange that ejb-module is needed to generate WEB specific deployment 
descriptors!?

-Christian

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



AW: Trouble with xdoclet:webdoclet

2003-06-25 Thread Rademacher Tobias
I downloaded beta 3 yesterday but it contains b4 jar files. :-)

> > project.xml
> > 
> >  
> >   xdoclet+web-module
> >   1.2b4  
> >  
> >  
> >   xdoclet+ejb-module
> >   1.2b4  
> >
> > 
> >   xdoclet+apache-module
> >   1.2b4  
> > 
> 
> where can I get 1.2b4?
> 
> At sourceforge.net/project/showfiles.php?group_id=31602 there 
> is only beta 3 downloadable.
> 
> -Christian

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



AW: Trouble with xdoclet:webdoclet

2003-06-25 Thread Mouttet Christian
> project.xml
> 
>  
>   xdoclet+web-module
>   1.2b4  
>  
>  
>   xdoclet+ejb-module
>   1.2b4  
>
> 
>   xdoclet+apache-module
>   1.2b4  
> 

where can I get 1.2b4?

At sourceforge.net/project/showfiles.php?group_id=31602 there is only beta 3 
downloadable.

-Christian

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



AW: Trouble with xdoclet:webdoclet

2003-06-25 Thread Rademacher Tobias
Mhm. 

> Yes, it's in the project.xml too. But it isn't relevant at 
> this time. I'm trying to run the goal xdoclet:webdoclet. It 
> should generate the deployment descriptors (web.xml, 
> struts-config.xml) and doesn't compile java code.

This is what I have:


project.xml

 
  xdoclet+web-module
  1.2b4  
 
 
  xdoclet+ejb-module
  1.2b4  
   

  xdoclet+apache-module
  1.2b4  


project.properties

# Configures webdoclet to built struts descritpors
maven.xdoclet.webdoclet.strutsconfigxml.0=true
maven.xdoclet.webdoclet.strutsconfigxml.0.Version=1.1
maven.xdoclet.webdoclet.strutsconfigxml.0.validateXML=true
maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir=${maven.conf.dir}/merge
maven.xdoclet.webdoclet.strutsconfigxml.0.destDir=${maven.build.dir}/web/MET
A-INF

Note that in the version I use the maven xdoclet plugin (version 1.2b4) not
longer uses 

maven.xdoclet.xxxdoclet.subtask.Version=[0-9\.]

Its now:

maven.xdoclet.xxxdoclet.subtask.[0-9].Version=[0-9\.]

Hope that helps!

Toby

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



AW: Trouble with xdoclet:webdoclet

2003-06-25 Thread Mouttet Christian
Toby,

thank's for your reply.

> > In project.xml there is
> > 
> > 
> >   xdoclet+web-module
> >   1.2b3-dev
> > 
> 
> As far as I know struts is part of the apache module. Try to 
> add it to your
> dependencies.

Yes, it's in the project.xml too. But it isn't relevant at this time. I'm trying to 
run the goal xdoclet:webdoclet. It should generate the deployment descriptors 
(web.xml, struts-config.xml) and doesn't compile java code.


cu

Christian

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



AW: Trouble with xdoclet:webdoclet

2003-06-25 Thread Rademacher Tobias
Hi Christian,

> 
> Hi all,
> 
> I want to generate strutsconfigxml with the maven-plugin 
> (maven-xdoclet-plugin-1.2b3-dev). The deployment descriptor 
> generation is working fine.
> 
> In project.xml there is
> 
> 
>   xdoclet+web-module
>   1.2b3-dev
> 

As far as I know struts is part of the apache module. Try to add it to your
dependencies.

Bye
Toby

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



Trouble with xdoclet:webdoclet

2003-06-25 Thread Mouttet Christian
Hi all,

I want to generate strutsconfigxml with the maven-plugin 
(maven-xdoclet-plugin-1.2b3-dev). The deployment descriptor generation is working fine.

In project.xml there is


  xdoclet+web-module
  1.2b3-dev



project.properties looks like this:
-->
maven.war.webxml=${maven.build.dir}/xdoclet/webdoclet/WEB-INF/web.xml

maven.xdoclet.webdoclet.deploymentdescriptor.0.mergeDir=${basedir}/conf
maven.xdoclet.webdoclet.deploymentdescriptor.0.xmlencoding=ISO-8859-1

maven.xdoclet.webdoclet.jsptaglib.0=false

maven.xdoclet.webdoclet.strutsconfigxml.0=true
maven.xdoclet.webdoclet.strutsconfigxml.0.mergeDir=${basedir}/conf
<--


Result of `maven xdoclet:webdoclet`
-->
 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-beta-9-SNAPSHOT


(XDocletMain.start   45  ) Running 
Generating web.xml.
BUILD SUCCESSFUL
Total time:  6 seconds
<--


Any solutions?


-Chris


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