Index: make/depends.xml =================================================================== --- make/depends.xml (revision 447314) +++ make/depends.xml (working copy) @@ -196,4 +196,34 @@ manifest="${bcprov.dir}/temp/META-INF/MANIFEST.MF" /> + + + Checking for ${eclipsehwa.zip} + + + + + + + +... + +Missing dependency. The archive from: + + ${eclipsehwa.url} + +should be downloaded to: + + ${eclipsehwa.zip} + +Run "ant fetch-eclipsehwa" to automatically fetch archive. + + + + + + + Index: make/build-test.xml =================================================================== --- make/build-test.xml (revision 447314) +++ make/build-test.xml (working copy) @@ -218,4 +218,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Please set 'eclipse-home' property to Eclipse 3.2 installation root + + + + + + + + +Please add test support to your Eclipse installation. Fetch it from +http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.2-200606291905/eclipse-test-framework-3.2.zip +and unpack in the Eclipse installation directory. + + + + + + + + + + + + +Please set 'os', 'ws' and 'arch' properties (for example, OS=linux, ARCH=x86, WS=gtk). +Refer Eclipse help for exact values. + + + + + + + + + Index: make/depends.properties =================================================================== --- make/depends.properties (revision 447314) +++ make/depends.properties (working copy) @@ -74,3 +74,8 @@ yoko.jar=${yoko.dir}/yoko.jar yoko.url=http://issues.apache.org/jira/secure/attachment/12338056/yoko.jar yoko.md5=e37eebf580336cefe8f4d16863e30adb + +eclipsehwa.dir=${depends.jars}/eclipsehwa +eclipsehwa.zip=${eclipsehwa.dir}/eclipsehwa.zip +eclipsehwa.url=http://issues.apache.org/jira/secure/attachment/12340907/eclipsehwa.zip +eclipsehwa.md5=692b5c30f70d4e3e3f5fe48ef4dafa5d Index: build.xml =================================================================== --- build.xml (revision 447314) +++ build.xml (working copy) @@ -54,6 +54,8 @@ ant properties Display the common properties that are use in the ant build files. + ant eclipsehwa + Runs a simple scenarion in Eclipse 3.2. The 'build' and 'test' targets can be restricted to processing only a single module by defining the 'build.module' variable on the ant @@ -228,5 +230,17 @@ + + +======================================== +Running an automated Eclipse scenario... +======================================== + + + + + + +