[Strutsgenerator-user] Build script clean up
Brought to you by:
javanovic
From: Bernardinus <bbe...@gm...> - 2003-04-23 05:44:27
|
Hi all, I had just a quick pick on latest cvs code, it seems that Roel has recently updated KS to use Struts RC1. Cool :) Also some issues (bugs) have been addressed, in particular wrt Date format on DAO stuff. Great. Thanks Roel. When I look at the build script, there on 'pack' (packaging) target, velocity lib referenced was not correct. --------------------------------------------------- <!-- tar dist --> <delete file="${release.dist.tar.gz}" failonerror="no"/> <tar tarfile="${release.dist.tar}" basedir="${dist.dir}" excludes="layout/lib/*.jar, layout/webroot/WEB-INF/*.dtd, layout/webroot/WEB-INF/*.tld, layout/webroot/WEB-INF/validator-rules.xml, xerces.jar, castor-xml.jar, velocity-dep-1.2.jar, jdom.jar, junit.jar, xalan.jar" /> --------------------------------------------------- The excludes specificly mention velocity-dep-1.2.jar, while the actual one is velocity-dep-1.3.1.jar. Using the script result in being velocity lib included in the distro, while it was supposedly excluded? cheers, /bernard |