Downloads

Download tar.gz 665.08 KB
MD5: 69acbf6986e0caca25f71d701b070b93
SHA-1: 62d329862996cd44c20f0e0d2738acd803927951
SHA-256: b0f82e2784e63378c80e3c2f62efacf80940aba2a9c774010a523b0c9bc4c5f5
Download zip 753.54 KB
MD5: cd1be60812d5320741804a189eb09082
SHA-1: 6b410ea8bef205d34475e5b3830595bae86c0772
SHA-256: 4bb31dd1a18326376431190224a167d8bbbc2684fd619bdfa9b3ec5514eb8f0e

Release notes

5.x-2.1
--------------------------------------------------------------------------------
Bug Fixes from previous releases
--------------------------------
1. FIXED: http://drupal.org/node/176240 The docs text files are now properly formatted - wrapped at 80 columns. I removed the duplicate installation section in README.txt and put a pointer to INSTALL.txt.

What's New
------------
1. The behaviour of DAST looking for properties files has changed for the better: instead of looking in DAST_HOME every time, by default properties files are looked up in the build file's ${project.basedir} property (set as the basedir attribute at the root
element, if not specified defaults to '.') So you can run

./bin/dast -f mydir/myproject.xml

and the myproject.properties and myproject-base.properties file will be looked for in mydir instead of DAST_HOME; so you don't have to explicitly say -D"propertiesFile=mydir/myproject.properties"....

2. Added a -p or --project command-line parameter to help out with the long command-lines you need to use sometimes. If you have a myproject.xml build file and you put it in the directory DAST_HOME/projects/myproject you can now run from DAST_HOME

./bin/dast -p myproject

This is equivalent to:

./bin/dast -f ./projects/myproject -D"propertiesFile=
./projects/myproject/myproject.properties" -D"basePropertiesFile=
./projects/myproject/myproject-base.properties"

Created by: allisterbeharry
Created on: 17 Mar 2008 at 11:06 UTC
Last updated: 17 Mar 2008 at 11:06 UTC
New features
Bug fixes
Unsupported

Other releases