From: Cameron S. <ca...@sh...> - 2003-09-26 21:23:31
|
On Saturday 27 Sep 2003 12:24 am, Artur Hefczyc wrote: > 1. Changed 'local' variable to 'localdocs' > (local is built-in bash keyword) ok. > 2. Script removes '/' from the end of directories > given as script parameters ok, but probably not necessary since both /dir/file and dir//file both resolve to the same place. > 3. First action in script is creation of temporary > directory and it implied change of > cp -pr $guide $tmp > to > cp -pr $guide/* $tmp ok. > 4. If given localdocs directory contains > 'entities.ent' file it is automatically assumed > as project customization entity files and > is mapped through catalog for use. ok. > > It seems to me following files are missing in > cvs repository: > xsl/expandconfig.xsl > xsl/param.xsl Actually, I've removed them and move the functionality into toform.xsl . > > And still working on this.... > > Artur -- Cameron Shorter http://cameron.shorter.net Open Source Developer http://generguide.sourceforge.net http://mapbuilder.sourceforge.net http://geotools.org Senior Software Engineer http://www.adi-limited.com |