On Mon, 2002-06-03 at 11:52, John McNally wrote: > I'm not sure fileupload is complex enough to warrant a maven build, but > I'm not opposed.
I don't think a build needs to be complex to warrant Mavenizing. I think just having the reports and the look and feel is good. > I would like to get it mentioned in components.xml, so > if you are willing to point it to the maven generated docs after the > conversion, +1. > No problem. > Here was my original patch to do so, though I assume the link will > change. I will add the contents of fileupload.xml somewhere within the > docs after the conversion. > > Index: xdocs/components.xml > =================================================================== > RCS file: /home/cvspublic/jakarta-commons/xdocs/components.xml,v > retrieving revision 1.17 > diff -u -r1.17 components.xml > --- xdocs/components.xml 23 Feb 2002 10:19:19 -0000 1.17 > +++ xdocs/components.xml 11 Apr 2002 06:34:25 -0000 > @@ -191,6 +191,13 @@ > </dd> > <!-- /Email --> > > + <!-- FileUpload --> > + <dt><b><big><a href="fileupload.html">FileUpload</a></big></b></dt> > + <dd> > + Html form file upload processing. > + </dd> > + <!-- /FileUpload --> > + > <!-- Jelly --> > <dt><b><big><a > >href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/">Jelly</a></big></b></dt> > <dd> > Index: xdocs/stylesheets/project.xml > =================================================================== > RCS file: > /home/cvspublic/jakarta-commons/xdocs/stylesheets/project.xml,v > retrieving revision 1.27 > diff -u -r1.27 project.xml > --- xdocs/stylesheets/project.xml 4 Mar 2002 04:17:08 -0000 > 1.27 > +++ xdocs/stylesheets/project.xml 11 Apr 2002 06:34:26 -0000 > @@ -50,6 +50,7 @@ > > <menu name="Sandbox Components"> > <item name="Betwixt" href="/betwixt.html"/> > + <item name="FileUpload" href="/fileupload.html"/> > <item name="Jelly" href="/jelly.html"/> > <item name="JJar" > href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jjar/"/> > <item name="Messenger" href="/messenger.html"/> > > > > +1 for jdbc2pool as well. Please add a reference to it in > components.xml and project.xml. > > john mcnally > > > > On Mon, 2002-06-03 at 04:48, Jason van Zyl wrote: > > Hi, > > > > Would anyone mind if we use Maven for all the components that we've > > migrated from the Turbine code? > > > > In particular I would like to flip the fileupload and jdbc2pool over to > > using Maven. As well as anything else I can find. I'm playing heavily > > with the reactor so the more things I can build with Maven the better. > > > > I'm definitely going to have to accommodate non-Maven builds but for > > testing it helps if I can do as many builds using Maven as possible and > > our migrated components are obvious candidates. > > > > > > -- > > jvz. > > > > Jason van Zyl > > [EMAIL PROTECTED] > > > > http://tambora.zenplex.org > > > > > > -- > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
