On 3/19/06, Gary VanMatre <[EMAIL PROTECTED]> wrote:
> >From: "Wendy Smoak" <[EMAIL PROTECTED]>
> >
> > One last question: Are we allowed to redistribute the the jars for
> > Creator 2 and the JSF RI in shale-dependencies-x.x.x.zip ?
> >
>
> That's a good question. I would think so since many of the web containers
> are including JSF RI but I'm not sure.
I thought the license said it had to be as part of a working
application, but IANAL. It looks like the intent was to exclude them:
shale/trunk/build.xml
<target name="release.dependencies">
...
<zip zipfile="${dist.dir}/shale-dependencies-${project.version}.zip"
basedir="${basedir}"
includes="lib/**"
---> excludes="jsf-ri/**"/>
</target>
However, the path on the excludes attribute is wrong. I fixed it in
r387012, excluding both the JSF RI and Creator 2 directories:
http://svn.apache.org/viewcvs?rev=387012&view=rev
> > Since I made a few changes to the build files, I'm going to wait and
> > see what the nightly builds look like before I tag 1.0.1.
No nightlies for 20060319. I thought that might happen. :)
Craig, my guess is that it died trying to copy derby.jar for the
sql-browser app, and that you need to run 'ant download-dependencies'
once. Let me know if that's not it.
Now, lunch, and then, (maybe, if I don't find anything else... ) we'll
finally get that test build. :)
Thanks,
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]