RE: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-23 Thread Diogo Quintela
: xdoclet-plugins-interest@lists.sourceforge.net Subject: Re: [xdoclet-plugins-interest] StrutsConfigXML problem Thanks, this issue seams to be resolved. But I think I found another problem in struts-config.xml. But this I don't know if a should post here or in the QDox list... Most of my

Re: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-23 Thread Renato Duarte Soffiatto
n Behalf Of Diogo Quintela Sent: quinta-feira, 23 de Junho de 2005 0:59 To: xdoclet-plugins-interest@lists.sourceforge.net Subject: RE: [xdoclet-plugins-interest] StrutsConfigXML problem I found this exactly 5 minutes ago. Did fix in plugin-castor, I may fix it in plugin-struts. 5 more hours :( Diogo

RE: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-23 Thread Diogo Quintela (EF)
de 2005 23:12 To: xdoclet-plugins-interest@lists.sourceforge.net Subject: Re: [xdoclet-plugins-interest] StrutsConfigXML problem Yes, I've understood that. Now that the 5 hour delay from sourceforge cvs has passed, I checked out the new version. Now the plugins are correctly added, but som

RE: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-22 Thread Diogo Quintela
-interest@lists.sourceforge.net Subject: Re: [xdoclet-plugins-interest] StrutsConfigXML problem Yes, I've understood that. Now that the 5 hour delay from sourceforge cvs has passed, I checked out the new version. Now the plugins are correctly added, but some odd thing started to happen. The

Re: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-22 Thread Renato Duarte Soffiatto
Yes, I've understood that. Now that the 5 hour delay from sourceforge cvs has passed, I checked out the new version. Now the plugins are correctly added, but some odd thing started to happen. The inner elements of the plugin tag doesn't just get copied. They disappear, leaving only the value of

Re: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-22 Thread Konstantin Priblouda
--- Renato Duarte Soffiatto <[EMAIL PROTECTED]> wrote: > Yes, that is it. without a local root. > > Thank you for the quick solution. But you still have to add root element as I did in tests... ( call it whatever you like ) regards, [ Konstantin Pribluda ( ko5tik ) ] ...

Re: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-22 Thread Renato Duarte Soffiatto
Yes, that is it. without a local root. Thank you for the quick solution. Konstantin Priblouda wrote: --- Renato Duarte Soffiatto <[EMAIL PROTECTED]> wrote: Oh, I see... my bad. But using doesn't work either. The is copied with the tag, so I get: ...

RE: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-22 Thread Konstantin Priblouda
ECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of > Renato Duarte Soffiatto > Sent: quarta-feira, 22 de Junho de 2005 15:11 > To: xdoclet-plugins-interest@lists.sourceforge.net > Subject: Re: [xdoclet-plugins-interest] > StrutsConfigXML problem > > Oh, I see...

Re: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-22 Thread Konstantin Priblouda
--- Renato Duarte Soffiatto <[EMAIL PROTECTED]> wrote: > Oh, I see... my bad. > But using doesn't work either. The is > copied with the > tag, so I get: > > ... > > > > > > > > > which, as expected, doesn't validate against the > dtd... OK,

Re: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-22 Thread Renato Duarte Soffiatto
Still unlucky. The is added to the generated struts-config.xml, invalidating it... Diogo Quintela (EF) wrote: Try Diogo --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IB

RE: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-22 Thread Diogo Quintela (EF)
Try Diogo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Renato Duarte Soffiatto Sent: quarta-feira, 22 de Junho de 2005 15:11 To: xdoclet-plugins-interest@lists.sourceforge.net Subject: Re: [xdoclet-plugins-interest

Re: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-22 Thread Renato Duarte Soffiatto
Oh, I see... my bad. But using doesn't work either. The is copied with the tag, so I get: ... which, as expected, doesn't validate against the dtd... Konstantin Priblouda wrote: --- Renato Duarte Soffiatto <[EMAIL PROTECTED]> wrote: It doen't

Re: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-22 Thread Konstantin Priblouda
--- Renato Duarte Soffiatto <[EMAIL PROTECTED]> wrote: > It doen't work... the root element of is > the root element of > the document. If I add the in the > merge file, the result > will be something like: I meant: ... It must not be valid, it has to be well formed. > which is

Re: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-22 Thread Renato Duarte Soffiatto
It doen't work... the root element of is the root element of the document. If I add the in the merge file, the result will be something like: ... something ... which is an invalid struts-config. Being the merge file needed to be a valid xml file, the

Re: [xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-22 Thread Konstantin Priblouda
--- Renato Duarte Soffiatto <[EMAIL PROTECTED]> wrote: > Hi > I'm unable to find a reference to the problem I'm > facing. I'm migrating > to XDoclet 2 from XDoclet 1.2 and have a problem > with the Struts plugin. > I have a struts-plugins.xml in the merge dir to be > merged with a XDoclet > gene

[xdoclet-plugins-interest] StrutsConfigXML problem

2005-06-21 Thread Renato Duarte Soffiatto
Hi I'm unable to find a reference to the problem I'm facing. I'm migrating to XDoclet 2 from XDoclet 1.2 and have a problem with the Struts plugin. I have a struts-plugins.xml in the merge dir to be merged with a XDoclet generated struts-config.xml. In that file I have two plugins defined. As the