Hi,
 
is there a possibility for the script task, to define somewhere common
definitions like functions ?
 
otherwise i have to rewrite in each script task in the same buildfile my
common definitions like
 
            function print(msg) {
                var echo = <projectname>.createTask("echo");
                echo.setMessage(msg);
                echo.execute();
            }
 
            function fail(msg) {
                var fail = <projectname>.createTask("fail");
                fail.setMessage(msg);
                fail.execute();
            }

 

.... some suggestions ?

-- 
Marco Struck 
Software Development 

PopNet Kommunikation GmbH & Co KG 
Medienpark Kampnagel 
Barmbeker Str.10 
D-22303 Hamburg 

http://www.popnet.de <http://www.popnet.de/>  

Telefon: +49 (0)40 - 27 8 27 - 116 
Fax: +49 (0)40 - 27 8 27 - 199 
mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  

 

Reply via email to