> The script would need to know which framework you intend to use. For > the Bourne shell script this simply means something like > > #!/bin/sh > mono bin/NAnt.exe > > (ignoring Rotor and DotGNU for now) but the Windows batch file is a > different beast.
We could set a Gump parameter in the workspace and launch nant-%FRAMEWORK%.[sh|bat] as the script, meaning a different one per framework. Alternatively we could pass the framework as a parameter. Whichever works best for the NAnt community... regards Adam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]