Switch to NetBeans 6.9.1
authorVladimir Yaroslavskiy <yaroslavskiy@netbeans.org>
Tue, 27 Jul 2010 13:35:46 +0400
changeset 4604ee1758fbc07d
parent 4603 06f54027f56b
child 4605 c7a47c51c120
Switch to NetBeans 6.9.1
sierra/build.pro
sierra/build.tst
sierra/build.xml
     1.1 --- a/sierra/build.pro	Mon Jul 26 18:44:59 2010 +0400
     1.2 +++ b/sierra/build.pro	Tue Jul 27 13:35:46 2010 +0400
     1.3 @@ -56,10 +56,16 @@
     1.4      <property name="sierra.user" value=".netbeans/sierra"/>
     1.5  
     1.6      <!-- NetBeans 6.9 FCS ML -->
     1.7 +    <!-- property name="netbeans.host" value="http://smetiste.czech.sun.com"/ -->
     1.8 +    <!-- property name="netbeans.path" value="builds/netbeans/6.9/fcs/latest/ml/zip"/ -->
     1.9 +    <!-- property name="netbeans.zip"  value="netbeans-6.9.zip"/ -->
    1.10 +    <!-- property name="netbeans.user" value=".netbeans/6.9"/ -->
    1.11 +
    1.12 +    <!-- NetBeans 6.9.1 latest daily -->
    1.13      <property name="netbeans.host" value="http://smetiste.czech.sun.com"/>
    1.14 -    <property name="netbeans.path" value="builds/netbeans/6.9/fcs/latest/ml/zip"/>
    1.15 -    <property name="netbeans.zip"  value="netbeans-6.9.zip"/>
    1.16 -    <property name="netbeans.user" value=".netbeans/6.9"/>
    1.17 +    <property name="netbeans.path" value="builds/netbeans/6.9.1/daily/latest/zip"/>
    1.18 +    <property name="netbeans.zip"  value="netbeans-6.9.1.zip"/>
    1.19 +    <property name="netbeans.user" value=".netbeans/6.9.1dev"/>
    1.20  
    1.21      <!-- cvs -->
    1.22      <property name="test.cvs.host" value=":pserver:guest@cvs.dev.java.net:/cvs"/>
     2.1 --- a/sierra/build.tst	Mon Jul 26 18:44:59 2010 +0400
     2.2 +++ b/sierra/build.tst	Tue Jul 27 13:35:46 2010 +0400
     2.3 @@ -48,12 +48,14 @@
     2.4      <target name="all-test" depends="unit-test,sample-test,project-test"/>
     2.5      
     2.6      <!-- unit test -->
     2.7 -    <target name="unit-test">
     2.8 -        <ant target="test" dir="${home}/print"/>
     2.9 -        <ant target="test" dir="${home}/xml.xam"/>
    2.10 -        <ant target="test" dir="${home}/xml.xdm"/>
    2.11 +    <target name="unit-test" depends="test-u1"/>
    2.12 +
    2.13 +    <target name="test-u1">
    2.14 +        <!-- ant target="test" dir="${home}/print"/-->
    2.15 +        <!-- ant target="test" dir="${home}/xml.xam"/-->
    2.16 +        <!-- ant target="test" dir="${home}/xml.xdm"/-->
    2.17 +        <!-- ant target="test" dir="${home}/xml.wsdl.model"/-->
    2.18          <ant target="test" dir="${home}/xml.search"/>
    2.19 -        <ant target="test" dir="${home}/xml.wsdl.model"/>
    2.20          <ant target="test" dir="${home}/soa.ui"/>
    2.21          <ant target="test" dir="${home}/bpel.model"/>
    2.22          <ant target="test" dir="${home}/bpel.mapper"/>
     3.1 --- a/sierra/build.xml	Mon Jul 26 18:44:59 2010 +0400
     3.2 +++ b/sierra/build.xml	Tue Jul 27 13:35:46 2010 +0400
     3.3 @@ -46,7 +46,7 @@
     3.4      <import file="build.tst"/>
     3.5  
     3.6      <target name="main" depends="init,netbeans,clean,build,javadoc,zip"/>
     3.7 -    <target name="test" depends="get-daily-test,sierra"/>
     3.8 +    <target name="test" depends="get-daily-test,clean,sierra"/>
     3.9  
    3.10      <target name="init">
    3.11          <property name="env.BUILD_NUMBER" value=""/>
    3.12 @@ -150,7 +150,7 @@
    3.13      <!-- clean -->
    3.14      <target name="clean">
    3.15          <delete>
    3.16 -            <fileset dir="${home}" includes="**/build/**/*"/>
    3.17 +            <fileset dir="${home}" includes="*/build/**/*"/>
    3.18          </delete>
    3.19      </target>
    3.20