Okay, I have now created a new template (license.xml). The only problem I have right now, is that Velocity only gets the include files out of the template directory. This means, that we have to copy the license.txt file into the maven.home/templates/xdocs directory. Very ugly... I believe, that we have to add a new task (up until ANT 1.5) so that we can read in a file and then put the output into a property. This property can then replace a token in an xml file. I have not looked into the generate docs, probably there is another better solution?
At 22:45 28.06.2002 -0700, you wrote: >I added this to the project task list. Feel free to submit a patch if you >are so >inclined. > >-Peter > >----- Original Message ----- >From: "Markus M. May" <[EMAIL PROTECTED]> >To: "Turbine Maven Users List" <[EMAIL PROTECTED]> >Sent: Friday, June 28, 2002 6:41 AM >Subject: Re: License file > > > > I would vote for a special link (per project) on the Project Info links or > > even a top link in the Overview? > > > > At 09:32 28.06.2002 -0400, you wrote: > > >It sounds good, would it be per project or per created jar? > > > > > >For me it would seem best to have it linked on the download page showing > > >the downloadable jars, but unsure. > > > > > >Hen > > > > > >On Fri, 28 Jun 2002, Markus M. May wrote: > > > > > > > We are using a LICENSE.txt file. Can we generate then a > license.html from > > > > this file, so that an automatic link to the license is generated as > well? >I > > > > think this would be a good idea (+1). > > > > > > > > mfg > > > > > > > > Markus > > > > > > > > > > > > -- > > > > 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]> > > > > > > -- > > 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
