On 05-12-2007 11:11:36 +0100, Stefan Manegold wrote:
On Wed, Dec 05, 2007 at 11:02:06AM +0100, Fabian Groffen wrote:
On 05-12-2007 10:59:01 +0100, Stefan Manegold wrote:
for file in \ Makefile.ag \ - ../../../*/src/jdbc/tests/Tests/Test.SQL.bat \ + ../../../sql/src/jdbc/tests/Tests/Test.SQL.bat \ + ../../../sql/NT/MonetDB4-SQL/MonetDB4-SQL-Installer.vdproj \ + ../../../sql/NT/MonetDB5-SQL/MonetDB5-SQL-Installer.vdproj \ + ../..../pathfinder/NT/MonetDB4-XQuery/MonetDB4-XQuery-Installer.vdproj \
The problem with this is that it doesn't work for me, as my directory layout is different. However, I'm usually the one to bump the version numbers...
Well, just let me know, what your directory layout is, and we might find a way that suits all our needs and conveniences.
I need a wilcard for the sql/pathfinder directories.
well, with wildcards, the files will simply be ignored, in case the wildcard does not match at all (e.g., there is no checkout of sql and/or pathfinder at all, regardless of the top-level diretories name), and thus no "reminder" will be issued...
Instead of increasing the complexity of the script by orders of magnitude, why not just assume a little sanity of our Java developer(s)? In the end this is legacy anyway, as the windows installers should become modularised as well. Besides that, including jdbcclient.jar only (which was made unversioned for this reason!!!) would be sufficient, as it includes the other jars. So, how about putting our energy into fixing that instead of making a little helper script as complicated as possible.