From: Chris B. <ch...@ru...> - 2004-04-06 08:20:05
|
Oli Sharpe wrote: > I too am interested in building a 'round trip' script that makes it > easy to > pull apart the APLAWS+ source and then rebuild it. Attached is an > experimental > script that I hacked together the other day to play with building all > of the > javadoc for all of the packages. > > You may find some of it useful - in particular the script contains > some regular > expressions for ripping out the package name of a component from its > file name > (other than that it's pretty dull ;-) ) Thanks, although this: cd aplaws-plus-src-1.$1.$2/zip suggests that you're working from a different distribution - not the aplaws-plus-1.0.0-1-src.zip from sourceforge, which doesn't contain a zip subdirectory... ? |