3 # Usage: ./nelDashBuild.sh <Continuous|Experimental|Nightly> [/path/to/source]
7 # Default the source directory to where this is run from.
11 # Check to make sure we have at least one argument. Output usage.
14 echo "Usage: $0 <Continuous|Experimental|Nightly> [/path/to/source]"
17 # Save the build type.
21 # If we have more than one argument assume the 2nd argument is the source dir.
27 # Change to the NeL source dir for this build.
28 if [ -e $NEL_DIR/build
];
32 echo "$0: Failed to change to build dir: $NEL_DIR/build"
36 #this is due to a bug, the process extracts information from the svn output which needs to be in english
37 #export LC_MESSAGES=en_GB