From 7fc6f92698df423f703d7ebb6d747207a743abb1 Mon Sep 17 00:00:00 2001 From: cbonar Date: Sun, 7 Sep 2008 23:18:50 +0000 Subject: [PATCH] + ant task for JsUnit --- ciform/trunk/common.properties | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/ciform/trunk/common.properties b/ciform/trunk/common.properties index cf779a1..08551a8 100644 --- a/ciform/trunk/common.properties +++ b/ciform/trunk/common.properties @@ -1,35 +1,32 @@ ######################################## # -# This file is a convenient way to define some global parameters, -# commons to all projects. +# This file is a convenient way to define some static parameters, +# common to all projects. # # Depending on the projects that will be built, # some properties will be required, some others may not. # # Some important properties are marked "required" so you can spot -# the ones to define locally if you want to build the projects. +# the ones to define locally if you want to be able to build the projects. # -# If you wish to override some properties, do NOT edit this file : +# To override some properties, do NOT edit this file : # create a new file called "local.properties" in the same directory and put # inside any property you want to fit your local configuration. # -# Do NOT commit the "local.properties" file to the version control system -# (CVS, SVN, ...) : it should stay as a local configuration only. -# Do not commit or remove this file from the v.c.s. either ;-o -# # If you don't wish to create such a file, you can pass the required properties # to ant as command line arguments using the -D option. # +# Do NOT commit the "local.properties" file to the version control system +# (CVS, SVN, ...) : it should stay as a local configuration only. +# Do not modify or remove this file from the v.c.s. either ;-o +# ######################################## -# The preferred temporary directory (by default = the current directory : it's ok since no temporary file will be left inside) -tmp.dir=. - # JsUnit files #jsunit.dir=/opt/jsunit -jsunit.core=${jsunit.dir}/app/jsUnitCore.js -jsunit.build=${jsunit.dir}/build.xml -jsunit.testrunner=file:///${jsunit.dir}/testRunner.html +jsunit.coreJs=${jsunit.dir}/app/jsUnitCore.js +#jsunit.build=${jsunit.dir}/build.xml +jsunit.testRunner=${jsunit.dir}/testRunner.html #jsunit.browsers=/usr/bin/firefox,/usr/bin/konqueror # Ivy settings