[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS3 modified
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-02-05 19:59:18
|
Issue OBJS3 (make-release script) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS3> The following modifications were made to this issue: Status changed from 'Assigned' to 'Resolved' Comment: resolving... I added the functionality for generating a tarball to the build script, with the "--tarball" argument, which does an 'svn export', build default targets plus tarballclean (which removes .class files, but not javadoc files), then tars up the result, and removes all the temporary files. By putting this functionality in the build script, I benefit from the work that it already does to extract the version # and version string from svn. |