diff src/share/tools/IdealGraphVisualizer/nbproject/build-impl.xml @ 4251:44f3dae303ae

IdealGraphVisualizer: upgrade to NetBeans 7.1 as platform
author Peter Hofer <peter.hofer@jku.at>
date Mon, 09 Jan 2012 16:03:02 +0100
parents 2fd52cd64156
children
line wrap: on
line diff
--- a/src/share/tools/IdealGraphVisualizer/nbproject/build-impl.xml	Mon Jan 09 16:09:41 2012 +0100
+++ b/src/share/tools/IdealGraphVisualizer/nbproject/build-impl.xml	Mon Jan 09 16:03:02 2012 +0100
@@ -38,10 +38,11 @@
             </not>
         </condition>
     </fail>
-    <fail message="Cannot find NetBeans build harness. ${line.separator}Check that nbplatform.${nbplatform.active}.netbeans.dest.dir and nbplatform.${nbplatform.active}.harness.dir are defined. ${line.separator}On a developer machine these are normally defined in ${user.properties.file}=${netbeans.user}/build.properties ${line.separator}but for automated builds you should pass these properties to Ant explicitly.">
+    <ant antfile="nbproject/platform.xml"/>
+    <fail message="Cannot find NetBeans build harness. ${line.separator}Check that nbplatform.${nbplatform.active}.netbeans.dest.dir and nbplatform.${nbplatform.active}.harness.dir are defined. ${line.separator}On a developer machine these are normally defined in ${user.properties.file}=${netbeans.user}/build.properties ${line.separator}but for automated builds you should pass these properties to Ant explicitly. ${line.separator}You may instead download the harness and platform: -Dbootstrap.url=.../tasks.jar -Dautoupdate.catalog.url=.../updates.xml">
         <condition>
             <not>
-                <available type="dir" file="${harness.dir}"/>
+                <available file="${harness.dir}/suite.xml"/>
             </not>
         </condition>
     </fail>