reverted change to build-impl.xml

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9236 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
bre..ns 13 years ago
parent 694b61cf58
commit 122b4a9818
  1. 5
      sdk/nbproject/build-impl.xml

@ -38,11 +38,10 @@
</not>
</condition>
</fail>
<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">
<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.">
<condition>
<not>
<available file="${harness.dir}/suite.xml"/>
<available type="dir" file="${harness.dir}"/>
</not>
</condition>
</fail>

Loading…
Cancel
Save