> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Michal > Maczka > Sent: 10. januar 2003 10:04 > To: XDoclet Dev List (E-mail) > Subject: RE: [Xdoclet-devel] maven plugin patch > > > AFAIK plugin.jelly file is autogenerated by Xdoclet. > So there is no way to apply the patch to this file. > This must be solved differently. >
That's correct! But it's perfectly ok to send patches like this too. We'll diff by the eye and fix the XDoclet template. Of course, the perfect way would be to submit a patch against the XDoclet template that generates the jelly script. Aslak > regards > > Michal > > -----Original Message----- > > From: Chan, Charles [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 08, 2003 6:41 PM > > To: XDoclet Dev List (E-mail) > > Subject: [Xdoclet-devel] maven plugin patch > > > > > > Hi, I am submitting a patch to maven plugin for XDoclet > > 1.2b2. Basically, > > the patch allows users to set destdir and newCMP attribute for the > > <weblogic> element: > > > > Thanks > > Charles > > > > > > --- plugin.jelly.orig 2003-01-08 12:33:52.000000000 -0500 > > +++ plugin.jelly 2003-01-08 12:30:50.000000000 -0500 > > @@ -8298,6 +8298,10 @@ > > <weblogic> > > <j:set var="prop_name" > > value="maven.xdoclet.ejbdoclet.weblogic.${subelement_index}.cr > > eatetables"/> > > <jelant:setProperty name="createtables" > > value="${context.getVariable(prop_name)}"/> > > + <j:set var="prop_name" > > value="maven.xdoclet.ejbdoclet.weblogic.${subelement_index}.destdir"/> > > + <jelant:setProperty name="destdir" > > value="${context.getVariable(prop_name)}"/> > > + <j:set var="prop_name" > > value="maven.xdoclet.ejbdoclet.weblogic.${subelement_index}.newCMP"/> > > + <jelant:setProperty name="newCMP" > > value="${context.getVariable(prop_name)}"/> > > <j:set var="prop_name" > > value="maven.xdoclet.ejbdoclet.weblogic.${subelement_index}.da > > tasource"/> > > <jelant:setProperty name="datasource" > > value="${context.getVariable(prop_name)}"/> > > <j:set var="prop_name" > > value="maven.xdoclet.ejbdoclet.weblogic.${subelement_index}.pe > > rsistence"/> > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > http://www.vasoftware.com > > _______________________________________________ > > Xdoclet-devel mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Xdoclet-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-devel ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
