From 26519bb0ac050de8d6f969af146f2fa8632018ea Mon Sep 17 00:00:00 2001 From: cbonar Date: Sun, 31 Aug 2008 19:22:00 +0000 Subject: [PATCH] + JsUnit test integration to CruiseControl --- ciform/trunk/crypto/sha1/build.properties | 1 + ciform/trunk/crypto/sha1/build.xml | 70 ++++++++++++++++------- 2 files changed, 51 insertions(+), 20 deletions(-) diff --git a/ciform/trunk/crypto/sha1/build.properties b/ciform/trunk/crypto/sha1/build.properties index 8afba1e..5c2434c 100644 --- a/ciform/trunk/crypto/sha1/build.properties +++ b/ciform/trunk/crypto/sha1/build.properties @@ -31,6 +31,7 @@ src.dir=${basedir}/src/main/javascript build.dir=${basedir}/build tests.dir=${basedir}/src/test/javascript +tests.logs=${build.dir}/logs # Where the generated files are going target.dir=${basedir}/target diff --git a/ciform/trunk/crypto/sha1/build.xml b/ciform/trunk/crypto/sha1/build.xml index cc35a23..7a1767f 100644 --- a/ciform/trunk/crypto/sha1/build.xml +++ b/ciform/trunk/crypto/sha1/build.xml @@ -27,6 +27,8 @@ + + @@ -37,26 +39,54 @@ Firefox 3 users : change the security.fileuri.strict_origin_policy parameter to 'false' for the following target to work --> - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +