This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 124554
Collapse All | Expand All

(-)nbbuild/build.xml (+9 lines)
Lines 66-71 Link Here
66
      </fail>
66
      </fail>
67
  </target>
67
  </target>
68
  
68
  
69
  
70
  <available property="ant.core.lib" value="${ant.home}/lib/ant.jar" file="${ant.home}/lib/ant.jar"/>
71
  <!-- if the previous location is not correct than find the ant.jar from the java.class.path value -->
72
  <pathconvert property="ant.core.lib">
73
    <mapper type="regexp" from="${path.separator}([^${path.separator}]*ant.jar)${path.separator}" to="\1"/>
74
    <path location="${path.separator}${java.class.path}${path.separator}"/>
75
  </pathconvert>
76
    
77
  
69
  <target name="bootstrap"
78
  <target name="bootstrap"
70
          description="Bootstrap NetBeans-specific Ant extensions."
79
          description="Bootstrap NetBeans-specific Ant extensions."
71
          depends="-jdk-init,assure-ant">
80
          depends="-jdk-init,assure-ant">

Return to bug 124554