Merging branch heads. R63
authorJesse Glick <jglick@netbeans.org>
Fri, 15 Apr 2011 18:26:05 -0400
branchR63
changeset 488592dccda19b54
parent 4117 19e6bb8b488e
parent 4613 a301cb441d54
Merging branch heads.
     1.1 Binary file sierra/build.jar has changed
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/sierra/build.pro	Fri Apr 15 18:26:05 2011 -0400
     2.3 @@ -0,0 +1,127 @@
     2.4 +<?xml version="1.0" encoding="UTF-8"?>
     2.5 +<!--
     2.6 +  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2.7 +
     2.8 +  Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     2.9 +
    2.10 +  Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    2.11 +  Other names may be trademarks of their respective owners.
    2.12 +
    2.13 +  The contents of this file are subject to the terms of either the GNU
    2.14 +  General Public License Version 2 only ("GPL") or the Common
    2.15 +  Development and Distribution License("CDDL") (collectively, the
    2.16 +  "License"). You may not use this file except in compliance with the
    2.17 +  License. You can obtain a copy of the License at
    2.18 +  http://www.netbeans.org/cddl-gplv2.html
    2.19 +  or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    2.20 +  specific language governing permissions and limitations under the
    2.21 +  License. When distributing the software, include this License Header
    2.22 +  Notice in each file and include the License file at
    2.23 +  nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    2.24 +  particular file as subject to the "Classpath" exception as provided
    2.25 +  by Oracle in the GPL Version 2 section of the License file that
    2.26 +  accompanied this code. If applicable, add the following below the
    2.27 +  License Header, with the fields enclosed by brackets [] replaced by
    2.28 +  your own identifying information:
    2.29 +  "Portions Copyrighted [year] [name of copyright owner]"
    2.30 +
    2.31 +  Contributor(s):
    2.32 +
    2.33 +  The Original Software is NetBeans. The Initial Developer of the Original
    2.34 +  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    2.35 +  Microsystems, Inc. All Rights Reserved.
    2.36 +
    2.37 +  If you wish your version of this file to be governed by only the CDDL
    2.38 +  or only the GPL Version 2, indicate your decision by adding
    2.39 +  "[Contributor] elects to include this software in this distribution
    2.40 +  under the [CDDL or GPL Version 2] license." If you do not indicate a
    2.41 +  single choice of license, a recipient has the option to distribute
    2.42 +  your version of this file under either the CDDL, the GPL Version 2 or
    2.43 +  to extend the choice of license to its licensees as provided above.
    2.44 +  However, if you add GPL Version 2 code and therefore, elected the GPL
    2.45 +  Version 2 license, then the option applies only if the new code is
    2.46 +  made subject to such option by the copyright holder.
    2.47 +-->
    2.48 +<project name="properties" default="none" basedir=".">
    2.49 +    <property environment="env"/>
    2.50 +
    2.51 +    <property name="netbeans.prox" value="false"/>
    2.52 +    <property name="netbeans.type" value="java"/>
    2.53 +
    2.54 +    <!-- GlassFish ESB latest continuous -->
    2.55 +    <property name="sierra.host" value="http://beryl.russia.sun.com:8080"/>
    2.56 +    <property name="sierra.path" value="hudson/job/soa-main/ws/cache/latest"/>
    2.57 +    <property name="sierra.file" value="R63.zip"/>
    2.58 +    <property name="sierra.user" value=".netbeans/R63"/>
    2.59 +
    2.60 +    <!-- NetBeans 6.9.1 latest daily -->
    2.61 +    <!-- property name="netbeans.host" value="http://smetiste.czech.sun.com"/ -->
    2.62 +    <!-- property name="netbeans.path" value="builds/netbeans/6.9.1/daily/latest/zip"/ -->
    2.63 +    <!-- property name="netbeans.zip"  value="netbeans-6.9.1.zip"/ -->
    2.64 +    <!-- property name="netbeans.user" value=".netbeans/6.9.1dev"/ -->
    2.65 +
    2.66 +    <!-- NetBeans 6.9 FCS ML -->
    2.67 +    <property name="netbeans.host" value="http://smetiste.czech.sun.com"/>
    2.68 +    <property name="netbeans.path" value="builds/netbeans/6.9/fcs/latest/ml/zip"/>
    2.69 +    <property name="netbeans.zip"  value="netbeans-6.9.zip"/>
    2.70 +    <property name="netbeans.user" value=".netbeans/6.9"/>
    2.71 +
    2.72 +    <!-- cvs -->
    2.73 +    <property name="test.cvs.host" value=":pserver:guest@cvs.dev.java.net:/cvs"/>
    2.74 +    <property name="test.cvs.path" value="open-jbi-components/driver-tests/bpelse"/>
    2.75 +    <property name="test.cvs.branch" value="-A"/>
    2.76 +    <property name="test.cvs.modules" value="
    2.77 +        ${test.cvs.path}/assign
    2.78 +        ${test.cvs.path}/AtomicTxStart
    2.79 +        ${test.cvs.path}/benchmark
    2.80 +        ${test.cvs.path}/blueprints
    2.81 +        ${test.cvs.path}/BpelToBpel
    2.82 +        ${test.cvs.path}/CAPSIntegration
    2.83 +        ${test.cvs.path}/clusterSupport
    2.84 +        ${test.cvs.path}/compensation
    2.85 +        ${test.cvs.path}/correlation
    2.86 +        ${test.cvs.path}/dynamicpartnerlink
    2.87 +        ${test.cvs.path}/empty
    2.88 +        ${test.cvs.path}/eventHandlers
    2.89 +        ${test.cvs.path}/exit
    2.90 +        ${test.cvs.path}/faulthandling
    2.91 +        ${test.cvs.path}/flow
    2.92 +        ${test.cvs.path}/foreach-bpel20
    2.93 +        ${test.cvs.path}/i18n
    2.94 +        ${test.cvs.path}/if
    2.95 +        ${test.cvs.path}/implementMultiOperations
    2.96 +        ${test.cvs.path}/JavaEEIntegration
    2.97 +        ${test.cvs.path}/MessageExchange
    2.98 +        ${test.cvs.path}/misc
    2.99 +        ${test.cvs.path}/nmproperty
   2.100 +        ${test.cvs.path}/PartnerLinks
   2.101 +        ${test.cvs.path}/pick
   2.102 +        ${test.cvs.path}/POJOCalls
   2.103 +        ${test.cvs.path}/referenced
   2.104 +        ${test.cvs.path}/repeatuntil
   2.105 +        ${test.cvs.path}/rethrow
   2.106 +        ${test.cvs.path}/samples
   2.107 +        ${test.cvs.path}/scalability
   2.108 +        ${test.cvs.path}/scenarios
   2.109 +        ${test.cvs.path}/SchemaElemDecl
   2.110 +        ${test.cvs.path}/ScopeTermination
   2.111 +        ${test.cvs.path}/systemicqualities
   2.112 +        ${test.cvs.path}/TerminationHandler
   2.113 +        ${test.cvs.path}/TestsForBugs
   2.114 +        ${test.cvs.path}/wait
   2.115 +        ${test.cvs.path}/WaitingRequestLifeSpan
   2.116 +        ${test.cvs.path}/while
   2.117 +        ${test.cvs.path}/xpathfunctions
   2.118 +        ${test.cvs.path}/xsddatatypes
   2.119 +        ${test.cvs.path}/xslt
   2.120 +    "/>
   2.121 +    <property name="home" value="../.."/>
   2.122 +    <property name="cache" value="${home}/../cache"/>
   2.123 +    <property name="build.name"  value="R63"/>
   2.124 +    <property name="repository" value="http://hg.netbeans.org/soa-main"/>
   2.125 +    <property name="branch" value="R63"/>
   2.126 +    <property name="jbi" location="${cache}/test/${test.cvs.path}"/>
   2.127 +    <property name="bpel.samples" value="${home}/bpel.samples/resources"/>
   2.128 +    <property name="xslt.samples" value="${home}/xslt.samples/resources"/>
   2.129 +    <property name="build.number" value="${home}/nbbuild/netbeans/platform/build_number"/>
   2.130 +</project>
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/sierra/build.tst	Fri Apr 15 18:26:05 2011 -0400
     3.3 @@ -0,0 +1,461 @@
     3.4 +<?xml version="1.0" encoding="UTF-8"?>
     3.5 +<!--
     3.6 +  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     3.7 +
     3.8 +  Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     3.9 +
    3.10 +  Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    3.11 +  Other names may be trademarks of their respective owners.
    3.12 +
    3.13 +  The contents of this file are subject to the terms of either the GNU
    3.14 +  General Public License Version 2 only ("GPL") or the Common
    3.15 +  Development and Distribution License("CDDL") (collectively, the
    3.16 +  "License"). You may not use this file except in compliance with the
    3.17 +  License. You can obtain a copy of the License at
    3.18 +  http://www.netbeans.org/cddl-gplv2.html
    3.19 +  or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    3.20 +  specific language governing permissions and limitations under the
    3.21 +  License. When distributing the software, include this License Header
    3.22 +  Notice in each file and include the License file at
    3.23 +  nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    3.24 +  particular file as subject to the "Classpath" exception as provided
    3.25 +  by Oracle in the GPL Version 2 section of the License file that
    3.26 +  accompanied this code. If applicable, add the following below the
    3.27 +  License Header, with the fields enclosed by brackets [] replaced by
    3.28 +  your own identifying information:
    3.29 +  "Portions Copyrighted [year] [name of copyright owner]"
    3.30 +
    3.31 +  Contributor(s):
    3.32 +
    3.33 +  The Original Software is NetBeans. The Initial Developer of the Original
    3.34 +  Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    3.35 +  Microsystems, Inc. All Rights Reserved.
    3.36 +
    3.37 +  If you wish your version of this file to be governed by only the CDDL
    3.38 +  or only the GPL Version 2, indicate your decision by adding
    3.39 +  "[Contributor] elects to include this software in this distribution
    3.40 +  under the [CDDL or GPL Version 2] license." If you do not indicate a
    3.41 +  single choice of license, a recipient has the option to distribute
    3.42 +  your version of this file under either the CDDL, the GPL Version 2 or
    3.43 +  to extend the choice of license to its licensees as provided above.
    3.44 +  However, if you add GPL Version 2 code and therefore, elected the GPL
    3.45 +  Version 2 license, then the option applies only if the new code is
    3.46 +  made subject to such option by the copyright holder.
    3.47 +-->
    3.48 +<project name="test" default="test" basedir=".">
    3.49 +    <import file="build.pro"/>
    3.50 +
    3.51 +    <target name="all-test" depends="unit-test,sample-test,project-test"/>
    3.52 +    
    3.53 +    <!-- unit test -->
    3.54 +    <target name="unit-test" depends="test-u1"/>
    3.55 +
    3.56 +    <target name="test-u1">
    3.57 +        <!-- ant target="test" dir="${home}/print"/-->
    3.58 +        <!-- ant target="test" dir="${home}/xml.xam"/-->
    3.59 +        <!-- ant target="test" dir="${home}/xml.xdm"/-->
    3.60 +        <!-- ant target="test" dir="${home}/xml.wsdl.model"/-->
    3.61 +        <ant target="test" dir="${home}/xml.search"/>
    3.62 +        <ant target="test" dir="${home}/soa.ui"/>
    3.63 +        <ant target="test" dir="${home}/bpel.model"/>
    3.64 +        <ant target="test" dir="${home}/bpel.mapper"/>
    3.65 +    </target>
    3.66 +
    3.67 +    <!-- sample test -->
    3.68 +    <target name="sample-test" depends="test-s1,test-s2,test-s3"/>
    3.69 +
    3.70 +    <target name="test-s1">
    3.71 +        <subant target="default" inheritAll="false">
    3.72 +            <property name="complete.validation"           value="false"/>
    3.73 +            <property name="esb.netbeans.home"             location="${home}/nbbuild/netbeans"/>
    3.74 +            <property name="ide.module.install.dir"        location="${home}/nbbuild/netbeans/ide/modules"/>
    3.75 +            <property name="soa.module.install.dir"        location="${home}/nbbuild/netbeans/soa/modules"/>
    3.76 +            <property name="xml.module.install.dir"        location="${home}/nbbuild/netbeans/xml/modules"/>
    3.77 +            <property name="java.module.install.dir"       location="${home}/nbbuild/netbeans/java/modules"/>
    3.78 +            <property name="enterprise.module.install.dir" location="${home}/nbbuild/netbeans/enterprise/modules"/>
    3.79 +
    3.80 +            <!-- BPEL sample 1 -->
    3.81 +            <buildpath location="${bpel.samples}/Asynchronous/Asynchronous/build.xml"/>
    3.82 +            <buildpath location="${bpel.samples}/Asynchronous/AsynchronousApplication/build.xml"/>
    3.83 +            <buildpath location="${bpel.samples}/Synchronous/Synchronous/build.xml"/>
    3.84 +            <buildpath location="${bpel.samples}/Synchronous/SynchronousApplication/build.xml"/>
    3.85 +            <buildpath location="${bpel.samples}/TravelReservationService/TravelReservationService/build.xml"/>
    3.86 +            <buildpath location="${bpel.samples}/TravelReservationService/TravelReservationServiceApplication/build.xml"/>
    3.87 +            <buildpath location="${bpel.samples}/BluePrint1/BluePrint1/build.xml"/>
    3.88 +            <buildpath location="${bpel.samples}/BluePrint1/BluePrint1Application/build.xml"/>
    3.89 +            <buildpath location="${bpel.samples}/BluePrint2/BluePrint2/build.xml"/>
    3.90 +            <buildpath location="${bpel.samples}/BluePrint2/BluePrint2Application/build.xml"/>
    3.91 +        </subant>
    3.92 +    </target>
    3.93 +
    3.94 +    <target name="test-s2">
    3.95 +        <subant target="default" inheritAll="false">
    3.96 +            <property name="complete.validation"           value="false"/>
    3.97 +            <property name="esb.netbeans.home"             location="${home}/nbbuild/netbeans"/>
    3.98 +            <property name="ide.module.install.dir"        location="${home}/nbbuild/netbeans/ide/modules"/>
    3.99 +            <property name="soa.module.install.dir"        location="${home}/nbbuild/netbeans/soa/modules"/>
   3.100 +            <property name="xml.module.install.dir"        location="${home}/nbbuild/netbeans/xml/modules"/>
   3.101 +            <property name="java.module.install.dir"       location="${home}/nbbuild/netbeans/java/modules"/>
   3.102 +            <property name="enterprise.module.install.dir" location="${home}/nbbuild/netbeans/enterprise/modules"/>
   3.103 +
   3.104 +            <!-- BPEL sample 2 -->
   3.105 +            <buildpath location="${bpel.samples}/BluePrint3/BluePrint3/build.xml"/>
   3.106 +            <buildpath location="${bpel.samples}/BluePrint3/BluePrint3Application/build.xml"/>
   3.107 +            <buildpath location="${bpel.samples}/BluePrint4/BluePrint4/build.xml"/>
   3.108 +            <buildpath location="${bpel.samples}/BluePrint4/BluePrint4Application/build.xml"/>
   3.109 +            <buildpath location="${bpel.samples}/BluePrint5/BluePrint5/build.xml"/>
   3.110 +            <buildpath location="${bpel.samples}/BluePrint5/BluePrint5Application/build.xml"/>
   3.111 +        </subant>
   3.112 +    </target>
   3.113 +
   3.114 +    <target name="test-s3">
   3.115 +        <subant target="default" inheritAll="false">
   3.116 +            <property name="complete.validation"           value="false"/>
   3.117 +            <property name="esb.netbeans.home"             location="${home}/nbbuild/netbeans"/>
   3.118 +            <property name="ide.module.install.dir"        location="${home}/nbbuild/netbeans/ide/modules"/>
   3.119 +            <property name="soa.module.install.dir"        location="${home}/nbbuild/netbeans/soa/modules"/>
   3.120 +            <property name="xml.module.install.dir"        location="${home}/nbbuild/netbeans/xml/modules"/>
   3.121 +            <property name="java.module.install.dir"       location="${home}/nbbuild/netbeans/java/modules"/>
   3.122 +            <property name="enterprise.module.install.dir" location="${home}/nbbuild/netbeans/enterprise/modules"/>
   3.123 +
   3.124 +            <!-- XSLT sample -->
   3.125 +            <buildpath location="${xslt.samples}/Welcome/Welcome/build.xml"/>
   3.126 +            <buildpath location="${xslt.samples}/Welcome/WelcomeApplication/build.xml"/>
   3.127 +        </subant>
   3.128 +    </target>
   3.129 +
   3.130 +    <!-- project test -->
   3.131 +    <target name="project-test" depends="project-test-00,project-test-10,project-test-20"/>
   3.132 +    <target name="project-test-00" depends="test-01,test-02,test-03,test-04,test-05,test-06,test-07,test-08,test-09,test-10"/>
   3.133 +    <target name="project-test-10" depends="test-11,test-12,test-13,test-14,test-15,test-16,test-17,test-18,test-19,test-20"/>
   3.134 +    <target name="project-test-20" depends="test-21,test-22,test-23,test-24,test-25,test-26,test-27,test-28,test-29,test-30"/>
   3.135 +    <target name="project-test-30" depends="test-31,test-32"/>
   3.136 +
   3.137 +    <target name="do-jbi-test">
   3.138 +        <ant antfile="${jbi}/${dir}/build.xml" target="clean" inheritAll="false">
   3.139 +            <property name="esb.netbeans.home" location="${home}/nbbuild/netbeans"/>
   3.140 +        </ant>
   3.141 +        <ant antfile="${jbi}/${dir}/build.xml" inheritAll="false">
   3.142 +            <property name="esb.netbeans.home" location="${home}/nbbuild/netbeans"/>
   3.143 +        </ant>
   3.144 +    </target>
   3.145 +
   3.146 +    <target name="test-01">
   3.147 +        <!-- assign 1 -->
   3.148 +        <antcall target="do-jbi-test"><param name="dir" value="assign/ActivateBilling_Simple"/></antcall>
   3.149 +        <antcall target="do-jbi-test"><param name="dir" value="assign/Assign2BPEL"/></antcall>
   3.150 +        <antcall target="do-jbi-test"><param name="dir" value="assign/AssignBpel"/></antcall>
   3.151 +        <antcall target="do-jbi-test"><param name="dir" value="assign/AssignIgnoreMissingFromData"/></antcall>
   3.152 +        <antcall target="do-jbi-test"><param name="dir" value="assign/AssignLiteralBpel"/></antcall>
   3.153 +    </target>
   3.154 +
   3.155 +    <target name="test-02">
   3.156 +        <antcall target="do-jbi-test"><param name="dir" value="assign/AssignNamespaces"/></antcall>
   3.157 +        <antcall target="do-jbi-test"><param name="dir" value="assign/AssignSelectionFailure"/></antcall>
   3.158 +        <antcall target="do-jbi-test"><param name="dir" value="assign/AtomicAssign"/></antcall>
   3.159 +        <antcall target="do-jbi-test"><param name="dir" value="assign/AttrQTest"/></antcall>
   3.160 +    </target>
   3.161 +
   3.162 +    <target name="test-03">
   3.163 +        <!-- assign 2 -->
   3.164 +        <antcall target="do-jbi-test"><param name="dir" value="assign/AttrTest1"/></antcall>
   3.165 +        <antcall target="do-jbi-test"><param name="dir" value="assign/CopyByValue/CopyByValueBpel"/></antcall>
   3.166 +        <antcall target="do-jbi-test"><param name="dir" value="assign/DataTypes"/></antcall>
   3.167 +        <antcall target="do-jbi-test"><param name="dir" value="assign/MessageWithNoParts"/></antcall>
   3.168 +    </target>
   3.169 +
   3.170 +    <target name="test-04">
   3.171 +        <!-- assign 3 -->
   3.172 +        <antcall target="do-jbi-test"><param name="dir" value="assign/pattern-demo-content-based-router"/></antcall>
   3.173 +        <antcall target="do-jbi-test"><param name="dir" value="assign/predicates"/></antcall>
   3.174 +        <antcall target="do-jbi-test"><param name="dir" value="assign/scriptExampleProcessRepeatingNodes"/></antcall>
   3.175 +        <antcall target="do-jbi-test"><param name="dir" value="assign/testBooleanOpsBPEL"/></antcall>
   3.176 +        <antcall target="do-jbi-test"><param name="dir" value="assign/TypeHierarchy"/></antcall>
   3.177 +    </target>
   3.178 +
   3.179 +    <target name="test-05">
   3.180 +        <!-- assign 4 -->
   3.181 +        <antcall target="do-jbi-test"><param name="dir" value="assign/VariableAssignments"/></antcall>
   3.182 +        <antcall target="do-jbi-test"><param name="dir" value="assign/VariablePropertyTest/BooleanCopy"/></antcall>
   3.183 +        <antcall target="do-jbi-test"><param name="dir" value="assign/VariablePropertyTest/conditionProj"/></antcall>
   3.184 +        <antcall target="do-jbi-test"><param name="dir" value="assign/VariablePropertyTest/FromToPropertySpec"/></antcall>
   3.185 +    </target>
   3.186 +    
   3.187 +    <target name="test-06">
   3.188 +        <!-- assign 5 -->
   3.189 +        <antcall target="do-jbi-test"><param name="dir" value="assign/VariablePropertyTest/QualifiedQuery"/></antcall>
   3.190 +        <antcall target="do-jbi-test"><param name="dir" value="assign/VariablePropertyTest/VariableProperty"/></antcall>
   3.191 +        <antcall target="do-jbi-test"><param name="dir" value="assign/VariablePropertyTest/VariableProperty1Bpel"/></antcall>
   3.192 +        <antcall target="do-jbi-test"><param name="dir" value="assign/virtualassignBpel"/></antcall>
   3.193 +    </target>
   3.194 +
   3.195 +    <target name="test-07">
   3.196 +        <!-- AtomicTxStart -->
   3.197 +        <antcall target="do-jbi-test"><param name="dir" value="AtomicTxStart/InOnlyTxStart"/></antcall>
   3.198 +        <antcall target="do-jbi-test"><param name="dir" value="AtomicTxStart/InOutTxStart"/></antcall>
   3.199 +    </target>
   3.200 +
   3.201 +    <target name="test-08">
   3.202 +        <!-- benchmark 1 -->
   3.203 +        <antcall target="do-jbi-test"><param name="dir" value="benchmark/BenchmarkBpel"/></antcall>
   3.204 +        <antcall target="do-jbi-test"><param name="dir" value="benchmark/dynamicAddressingDPL"/></antcall>
   3.205 +        <antcall target="do-jbi-test"><param name="dir" value="benchmark/Ericsson/AlarmIRPBpel2"/></antcall>
   3.206 +        <antcall target="do-jbi-test"><param name="dir" value="benchmark/purchaseOrderCoordinator"/></antcall>
   3.207 +    </target>
   3.208 +        
   3.209 +    <target name="test-09">
   3.210 +        <!-- benchmark 2 -->
   3.211 +        <antcall target="do-jbi-test"><param name="dir" value="benchmark/PurchaseOrderService"/></antcall>
   3.212 +        <antcall target="do-jbi-test"><param name="dir" value="benchmark/Server/Server"/></antcall>
   3.213 +        <antcall target="do-jbi-test"><param name="dir" value="benchmark/Transformation"/></antcall>
   3.214 +        <antcall target="do-jbi-test"><param name="dir" value="benchmark/TravelReservationService/TravelReservationService"/></antcall>
   3.215 +    </target>
   3.216 +
   3.217 +    <target name="test-10">
   3.218 +        <!-- blueprints -->
   3.219 +        <antcall target="do-jbi-test"><param name="dir" value="blueprints/bp1/BluePrint1"/></antcall>
   3.220 +        <antcall target="do-jbi-test"><param name="dir" value="blueprints/bp2/BluePrint2"/></antcall>
   3.221 +        <antcall target="do-jbi-test"><param name="dir" value="blueprints/bp3/BluePrint3"/></antcall>
   3.222 +        <antcall target="do-jbi-test"><param name="dir" value="blueprints/bp4/BluePrint4"/></antcall>
   3.223 +        <antcall target="do-jbi-test"><param name="dir" value="blueprints/bp5/BluePrint5"/></antcall>
   3.224 +    </target>
   3.225 +
   3.226 +    <target name="test-11">
   3.227 +        <!-- BpelToBpel -->
   3.228 +        <antcall target="do-jbi-test"><param name="dir" value="BpelToBpel/ClientEmployeeInfo"/></antcall>
   3.229 +        <antcall target="do-jbi-test"><param name="dir" value="BpelToBpel/EmployeeInfo"/></antcall>
   3.230 +        <antcall target="do-jbi-test"><param name="dir" value="BpelToBpel/InAServiceUnit"/></antcall>
   3.231 +        <antcall target="do-jbi-test"><param name="dir" value="BpelToBpel/RemoteClientEmployeeInfo"/></antcall>
   3.232 +
   3.233 +        <!-- CAPSIntegration -->
   3.234 +        <antcall target="do-jbi-test"><param name="dir" value="CAPSIntegration/BPtoJCDEAP/prjPfizerSupplyChainEAP_BPEL_JMS_2"/></antcall>
   3.235 +    </target>
   3.236 +
   3.237 +    <target name="test-12">
   3.238 +        <!-- clusterSupport -->
   3.239 +        <antcall target="do-jbi-test"><param name="dir" value="clusterSupport/ClusterBPEL"/></antcall>
   3.240 +
   3.241 +        <!-- compensation -->
   3.242 +        <antcall target="do-jbi-test"><param name="dir" value="compensation/IterativeScopes"/></antcall>
   3.243 +        <antcall target="do-jbi-test"><param name="dir" value="compensation/NestedScope"/></antcall>
   3.244 +    </target>
   3.245 +        
   3.246 +    <target name="test-13">
   3.247 +        <!-- correlation 1 -->
   3.248 +        <antcall target="do-jbi-test"><param name="dir" value="correlation/correlationBPEL"/></antcall>
   3.249 +        <antcall target="do-jbi-test"><param name="dir" value="correlation/correlationBPEL2"/></antcall>
   3.250 +        <antcall target="do-jbi-test"><param name="dir" value="correlation/CorrelationOnePropBPEL"/></antcall>
   3.251 +        <antcall target="do-jbi-test"><param name="dir" value="correlation/CorrelationTwoPropBPEL"/></antcall>
   3.252 +    </target>
   3.253 +
   3.254 +    <target name="test-14">
   3.255 +        <!-- correlation 2 -->
   3.256 +        <antcall target="do-jbi-test"><param name="dir" value="correlation/FlowAsStartActivity"/></antcall>
   3.257 +        <antcall target="do-jbi-test"><param name="dir" value="correlation/MatchingInstanceTwoCorrBPEL"/></antcall>
   3.258 +        <antcall target="do-jbi-test"><param name="dir" value="correlation/outoforder"/></antcall>
   3.259 +        <antcall target="do-jbi-test"><param name="dir" value="correlation/ThreeCorrSetsBpel"/></antcall>
   3.260 +    </target>
   3.261 +
   3.262 +    <target name="test-15">
   3.263 +        <!-- dynamicpartnerlink 1 -->
   3.264 +        <antcall target="do-jbi-test"><param name="dir" value="dynamicpartnerlink/DPL_OneWayCallbackBpelServiceBpel"/></antcall>
   3.265 +        <antcall target="do-jbi-test"><param name="dir" value="dynamicpartnerlink/DPL_SendEPRToPartnerBpel"/></antcall>
   3.266 +        <antcall target="do-jbi-test"><param name="dir" value="dynamicpartnerlink/dynamicPartnerLinkBPEL"/></antcall>
   3.267 +        <antcall target="do-jbi-test"><param name="dir" value="dynamicpartnerlink/justhttpAndBPEL"/></antcall>
   3.268 +    </target>
   3.269 +
   3.270 +    <target name="test-16">
   3.271 +        <!-- dynamicpartnerlink 2 -->
   3.272 +        <antcall target="do-jbi-test"><param name="dir" value="dynamicpartnerlink/DPL_OneWayCallbackBpelServiceBpel"/></antcall>
   3.273 +        <antcall target="do-jbi-test"><param name="dir" value="dynamicpartnerlink/DPL_SendEPRToPartnerBpel"/></antcall>
   3.274 +        <antcall target="do-jbi-test"><param name="dir" value="dynamicpartnerlink/dynamicPartnerLinkBPEL"/></antcall>
   3.275 +        <antcall target="do-jbi-test"><param name="dir" value="dynamicpartnerlink/justhttpAndBPEL"/></antcall>
   3.276 +    </target>
   3.277 +
   3.278 +    <target name="test-17">
   3.279 +        <!-- empty -->
   3.280 +        <antcall target="do-jbi-test"><param name="dir" value="empty/EmptyBpel"/></antcall>
   3.281 +
   3.282 +        <!-- eventHandlers -->
   3.283 +        <antcall target="do-jbi-test"><param name="dir" value="eventHandlers/onAlarm"/></antcall>
   3.284 +        <antcall target="do-jbi-test"><param name="dir" value="eventHandlers/onEvent"/></antcall>
   3.285 +
   3.286 +        <!-- exit -->
   3.287 +        <antcall target="do-jbi-test"><param name="dir" value="exit/ExitBpel"/></antcall>
   3.288 +    </target>
   3.289 +
   3.290 +    <target name="test-18">
   3.291 +        <!-- faulthandling -->
   3.292 +        <antcall target="do-jbi-test"><param name="dir" value="faulthandling/FaultHandlingBpel"/></antcall>
   3.293 +        <antcall target="do-jbi-test"><param name="dir" value="faulthandling/faultMsg/faultMsg"/></antcall>
   3.294 +        <antcall target="do-jbi-test"><param name="dir" value="faulthandling/StandardFaultsBpel"/></antcall>
   3.295 +        <antcall target="do-jbi-test"><param name="dir" value="faulthandling/SystemFaultsBpel"/></antcall>
   3.296 +
   3.297 +        <!-- flow -->
   3.298 +        <antcall target="do-jbi-test"><param name="dir" value="flow/FlowBpel"/></antcall>
   3.299 +    </target>
   3.300 +
   3.301 +    <target name="test-19">
   3.302 +        <!-- foreach-bpel20 -->
   3.303 +        <antcall target="do-jbi-test"><param name="dir" value="foreach-bpel20/ForEachBpel"/></antcall>
   3.304 +
   3.305 +        <!-- i18n -->
   3.306 +        <antcall target="do-jbi-test"><param name="dir" value="i18n/assign/AssignBpel"/></antcall>
   3.307 +
   3.308 +        <!-- if -->
   3.309 +        <antcall target="do-jbi-test"><param name="dir" value="if/ifBpel"/></antcall>
   3.310 +    </target>
   3.311 +
   3.312 +    <target name="test-20">
   3.313 +        <!-- implementMultiOperations -->
   3.314 +        <antcall target="do-jbi-test"><param name="dir" value="implementMultiOperations/MultipleBPELs"/></antcall>
   3.315 +        <antcall target="do-jbi-test"><param name="dir" value="implementMultiOperations/OneBPEL"/></antcall>
   3.316 +
   3.317 +        <!-- JavaEEIntegration 1 -->
   3.318 +        <antcall target="do-jbi-test"><param name="dir" value="JavaEEIntegration/BPToJavaEE/JavaEEFault/FaultBP"/></antcall>
   3.319 +        <antcall target="do-jbi-test"><param name="dir" value="JavaEEIntegration/DirectElem/MsgDirectElem"/></antcall>
   3.320 +    </target>
   3.321 +
   3.322 +    <target name="test-21">
   3.323 +        <!-- JavaEEIntegration 2 -->
   3.324 +        <antcall target="do-jbi-test"><param name="dir" value="JavaEEIntegration/InOnlyMultipleBPJava/InOnlyMultiBP"/></antcall>
   3.325 +        <antcall target="do-jbi-test"><param name="dir" value="JavaEEIntegration/JavaEEToBP/FaultTest/bplGreetService"/></antcall>
   3.326 +        <antcall target="do-jbi-test"><param name="dir" value="JavaEEIntegration/JavaEEToBP/JavaEEToBPProj"/></antcall>
   3.327 +        <antcall target="do-jbi-test"><param name="dir" value="JavaEEIntegration/JavaEEToBP/ProdMngmntSamples/CreditApplicationProcessorBusinessProcess"/></antcall>
   3.328 +        <antcall target="do-jbi-test"><param name="dir" value="JavaEEIntegration/TwoWayEjbToBP/TwoWay"/></antcall>
   3.329 +    </target>
   3.330 +
   3.331 +    <target name="test-22">
   3.332 +        <!-- MessageExchange -->
   3.333 +        <antcall target="do-jbi-test"><param name="dir" value="MessageExchange/MessageExchangeBpel"/></antcall>
   3.334 +
   3.335 +        <!-- misc -->
   3.336 +        <antcall target="do-jbi-test"><param name="dir" value="misc/MiscBpel"/></antcall>
   3.337 +
   3.338 +        <!-- nmproperty 1 -->
   3.339 +        <antcall target="do-jbi-test"><param name="dir" value="nmproperty/AccessToSubject/BasicAuthEcho"/></antcall>
   3.340 +        <antcall target="do-jbi-test"><param name="dir" value="nmproperty/AccessToSubject/SyncSampleWithSAML/SyncSampleWithSAML"/></antcall>
   3.341 +        <antcall target="do-jbi-test"><param name="dir" value="nmproperty/dynamicaddressingNMproperty"/></antcall>
   3.342 +        <antcall target="do-jbi-test"><param name="dir" value="nmproperty/FromToPropertySpec"/></antcall>
   3.343 +    </target>
   3.344 +
   3.345 +    <target name="test-23">
   3.346 +        <!-- nmproperty 2 -->
   3.347 +        <antcall target="do-jbi-test"><param name="dir" value="nmproperty/HttpOutBoundHeaderTest_bpel"/></antcall>
   3.348 +        <antcall target="do-jbi-test"><param name="dir" value="nmproperty/Server/Server"/></antcall>
   3.349 +        <antcall target="do-jbi-test"><param name="dir" value="nmproperty/SOAPHeader"/></antcall>
   3.350 +    </target>
   3.351 +
   3.352 +    <target name="test-24">
   3.353 +        <!-- nmproperty 3 -->
   3.354 +        <antcall target="do-jbi-test"><param name="dir" value="nmproperty/TestBasicAuth/TestBasicAuth"/></antcall>
   3.355 +        <antcall target="do-jbi-test"><param name="dir" value="nmproperty/TestBasicAuth/TestBasicAuthClient"/></antcall>
   3.356 +    </target>
   3.357 +
   3.358 +    <target name="test-25">
   3.359 +        <!-- PartnerLinks -->
   3.360 +        <antcall target="do-jbi-test"><param name="dir" value="PartnerLinks/DuplicateProject1"/></antcall>
   3.361 +        <antcall target="do-jbi-test"><param name="dir" value="PartnerLinks/DuplicateProject2"/></antcall>
   3.362 +        <antcall target="do-jbi-test"><param name="dir" value="PartnerLinks/OneBP"/></antcall>
   3.363 +        <antcall target="do-jbi-test"><param name="dir" value="PartnerLinks/PLTLocalNamespace"/></antcall>
   3.364 +    </target>
   3.365 +
   3.366 +    <target name="test-26">
   3.367 +        <antcall target="do-jbi-test"><param name="dir" value="PartnerLinks/SinglePartnerLink"/></antcall>
   3.368 +        <antcall target="do-jbi-test"><param name="dir" value="PartnerLinks/TwoBPDuplicateImpl"/></antcall>
   3.369 +        <antcall target="do-jbi-test"><param name="dir" value="PartnerLinks/TwoBPs"/></antcall>
   3.370 +    </target>
   3.371 +        
   3.372 +    <target name="test-27">
   3.373 +        <!-- pick -->
   3.374 +        <antcall target="do-jbi-test"><param name="dir" value="pick/PickBpel"/></antcall>
   3.375 +
   3.376 +        <!-- POJOCalls -->
   3.377 +        <antcall target="do-jbi-test"><param name="dir" value="POJOCalls/JavaCallWithNoParam"/></antcall>
   3.378 +        <antcall target="do-jbi-test"><param name="dir" value="POJOCalls/memberJavaMethod/memberJavaMethod"/></antcall>
   3.379 +        <antcall target="do-jbi-test"><param name="dir" value="POJOCalls/testXPath"/></antcall>
   3.380 +    </target>
   3.381 +
   3.382 +    <target name="test-28">
   3.383 +        <!-- referenced -->
   3.384 +        <antcall target="do-jbi-test"><param name="dir" value="referenced/Master"/></antcall>
   3.385 +
   3.386 +        <!-- repeatuntil -->
   3.387 +        <antcall target="do-jbi-test"><param name="dir" value="repeatuntil/RepeatUntilBpel"/></antcall>
   3.388 +
   3.389 +        <!-- rethrow -->
   3.390 +        <antcall target="do-jbi-test"><param name="dir" value="rethrow/Rethrow"/></antcall>
   3.391 +    </target>
   3.392 +
   3.393 +    <target name="test-29">
   3.394 +        <!-- samples -->
   3.395 +        <antcall target="do-jbi-test"><param name="dir" value="samples/AsynchronousSample"/></antcall>
   3.396 +        <antcall target="do-jbi-test"><param name="dir" value="samples/EndToEndScenario"/></antcall>
   3.397 +        <antcall target="do-jbi-test"><param name="dir" value="samples/samplesBPEL"/></antcall>
   3.398 +        <antcall target="do-jbi-test"><param name="dir" value="samples/SynchronousSample"/></antcall>
   3.399 +    </target>
   3.400 +
   3.401 +    <target name="test-30">
   3.402 +        <!-- scalability -->
   3.403 +        <antcall target="do-jbi-test"><param name="dir" value="scalability/ScalabilityBpel"/></antcall>
   3.404 +        <antcall target="do-jbi-test"><param name="dir" value="scalability/Test2/ScalabilityTest2BP"/></antcall>
   3.405 +        <antcall target="do-jbi-test"><param name="dir" value="scalability/Test3/ScalabilityTest3Bpel"/></antcall>
   3.406 +
   3.407 +        <!-- scenarios -->
   3.408 +        <antcall target="do-jbi-test"><param name="dir" value="scenarios/CandidateSelection/SelectionProcess"/></antcall>
   3.409 +    </target>
   3.410 +
   3.411 +    <target name="test-31">
   3.412 +        <!-- SchemaElemDecl -->
   3.413 +        <antcall target="do-jbi-test"><param name="dir" value="SchemaElemDecl/BPwithElemRef"/></antcall>
   3.414 +        <antcall target="do-jbi-test"><param name="dir" value="SchemaElemDecl/BPwithMsgElement"/></antcall>
   3.415 +        <antcall target="do-jbi-test"><param name="dir" value="SchemaElemDecl/BPwithMsgElemQualified"/></antcall>
   3.416 +        <antcall target="do-jbi-test"><param name="dir" value="SchemaElemDecl/BPwithNestedElem"/></antcall>
   3.417 +        <antcall target="do-jbi-test"><param name="dir" value="SchemaElemDecl/BPwithNestedElemQualified"/></antcall>
   3.418 +
   3.419 +        <!-- ScopeTermination -->
   3.420 +        <antcall target="do-jbi-test"><param name="dir" value="ScopeTermination/ScopeTerminationBpel"/></antcall>
   3.421 +    </target>
   3.422 +
   3.423 +    <target name="test-32">
   3.424 +        <!-- systemicqualities -->
   3.425 +        <antcall target="do-jbi-test"><param name="dir" value="systemicqualities/Redelivery/RedeliverWithinRetries"/></antcall>
   3.426 +        <antcall target="do-jbi-test"><param name="dir" value="systemicqualities/Redelivery/RedeliverWithSuspend"/></antcall>
   3.427 +        <antcall target="do-jbi-test"><param name="dir" value="systemicqualities/Redelivery/RedeliveryRedirectToBP-503/DPL_OneWayBpelService1Bpel"/></antcall>
   3.428 +        <antcall target="do-jbi-test"><param name="dir" value="systemicqualities/Redelivery/RedeliveryRedirectToBP-503/RedeliveryRedirectToBPFail1Bpel"/></antcall>
   3.429 +        <antcall target="do-jbi-test"><param name="dir" value="systemicqualities/Redelivery/RedirectOnFailure"/></antcall>
   3.430 +
   3.431 +        <!-- TerminationHandler -->
   3.432 +        <antcall target="do-jbi-test"><param name="dir" value="TerminationHandler/TerminationHandlerBpel"/></antcall>
   3.433 +    </target>
   3.434 +
   3.435 +    <target name="test-33">
   3.436 +        <!-- TestsForBugs -->
   3.437 +        <antcall target="do-jbi-test"><param name="dir" value="TestsForBugs/Bug6431708/testBPEL"/></antcall>
   3.438 +
   3.439 +        <!-- wait -->
   3.440 +        <antcall target="do-jbi-test"><param name="dir" value="wait/WaitBpel"/></antcall>
   3.441 +
   3.442 +        <!-- WaitingRequestLifeSpan -->
   3.443 +        <antcall target="do-jbi-test"><param name="dir" value="WaitingRequestLifeSpan/WaitingRequestLifeSpan"/></antcall>
   3.444 +
   3.445 +        <!-- while -->
   3.446 +        <antcall target="do-jbi-test"><param name="dir" value="while/WhileBpel"/></antcall>
   3.447 +    </target>
   3.448 +
   3.449 +    <target name="test-34">
   3.450 +        <!-- xpathfunctions -->
   3.451 +        <antcall target="do-jbi-test"><param name="dir" value="xpathfunctions/DateTimeComparison/DateTimeComparisonBPEL"/></antcall>
   3.452 +        <antcall target="do-jbi-test"><param name="dir" value="xpathfunctions/XPathFunctionsBpel"/></antcall>
   3.453 +        <antcall target="do-jbi-test"><param name="dir" value="xpathfunctions/XSDFunctions"/></antcall>
   3.454 +
   3.455 +        <!-- xsddatatypes -->
   3.456 +        <antcall target="do-jbi-test"><param name="dir" value="xsddatatypes/XSDDataTypesBpel"/></antcall>
   3.457 +    </target>
   3.458 +
   3.459 +    <target name="test-35">
   3.460 +        <!-- xslt -->
   3.461 +        <antcall target="do-jbi-test"><param name="dir" value="xslt/DoXslTransformBPEL"/></antcall>
   3.462 +        <antcall target="do-jbi-test"><param name="dir" value="xslt/InOutBPXSLT/InOutBP"/></antcall>
   3.463 +    </target>
   3.464 +</project>
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/sierra/build.xml	Fri Apr 15 18:26:05 2011 -0400
     4.3 @@ -0,0 +1,176 @@
     4.4 +<?xml version="1.0" encoding="UTF-8"?>
     4.5 +<!--
     4.6 +    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     4.7 +
     4.8 +    Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
     4.9 +
    4.10 +    Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    4.11 +    Other names may be trademarks of their respective owners.
    4.12 +
    4.13 +    The contents of this file are subject to the terms of either the GNU
    4.14 +    General Public License Version 2 only ("GPL") or the Common
    4.15 +    Development and Distribution License("CDDL") (collectively, the
    4.16 +    "License"). You may not use this file except in compliance with the
    4.17 +    License. You can obtain a copy of the License at
    4.18 +    http://www.netbeans.org/cddl-gplv2.html
    4.19 +    or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
    4.20 +    specific language governing permissions and limitations under the
    4.21 +    License. When distributing the software, include this License Header
    4.22 +    Notice in each file and include the License file at
    4.23 +    nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
    4.24 +    particular file as subject to the "Classpath" exception as provided
    4.25 +    by Oracle in the GPL Version 2 section of the License file that
    4.26 +    accompanied this code. If applicable, add the following below the
    4.27 +    License Header, with the fields enclosed by brackets [] replaced by
    4.28 +    your own identifying information:
    4.29 +    "Portions Copyrighted [year] [name of copyright owner]"
    4.30 +
    4.31 +    Contributor(s):
    4.32 +
    4.33 +    The Original Software is NetBeans. The Initial Developer of the Original
    4.34 +    Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
    4.35 +    Microsystems, Inc. All Rights Reserved.
    4.36 +
    4.37 +    If you wish your version of this file to be governed by only the CDDL
    4.38 +    or only the GPL Version 2, indicate your decision by adding
    4.39 +    "[Contributor] elects to include this software in this distribution
    4.40 +    under the [CDDL or GPL Version 2] license." If you do not indicate a
    4.41 +    single choice of license, a recipient has the option to distribute
    4.42 +    your version of this file under either the CDDL, the GPL Version 2 or
    4.43 +    to extend the choice of license to its licensees as provided above.
    4.44 +    However, if you add GPL Version 2 code and therefore, elected the GPL
    4.45 +    Version 2 license, then the option applies only if the new code is
    4.46 +    made subject to such option by the copyright holder.
    4.47 +-->
    4.48 +<project name="main" basedir="." default="main">
    4.49 +    <import file="build.tst"/>
    4.50 +
    4.51 +    <target name="main" depends="init,netbeans,clean,build,javadoc,zip"/>
    4.52 +    <target name="test" depends="get-daily-test,clean,init,sierra"/>
    4.53 +
    4.54 +    <target name="init">
    4.55 +        <property name="env.BUILD_NUMBER" value=""/>
    4.56 +        
    4.57 +        <tstamp>
    4.58 +            <format property="time.stamp" pattern="yyyyMMdd_HHmm"/>
    4.59 +        </tstamp>
    4.60 +
    4.61 +        <ant dir="${home}/nbbuild" target="download-all-extbins"/>
    4.62 +    </target>
    4.63 +
    4.64 +    <!-- netbeans -->
    4.65 +    <target name="netbeans">
    4.66 +        <java jar="build.jar" fork="true" classpath="." outputproperty="netbeans.file">
    4.67 +            <sysproperty key="netbeans-prox" value="${netbeans.prox}"/>
    4.68 +            <sysproperty key="netbeans-type" value="${netbeans.type}"/>
    4.69 +            <sysproperty key="netbeans-link" value="${netbeans.host}/${netbeans.path}"/>
    4.70 +        </java>
    4.71 +
    4.72 +        <mkdir dir="${cache}/netbeans"/>
    4.73 +        <property name="netbeans.url" value="${netbeans.host}/${netbeans.path}/${netbeans.file}"/>
    4.74 +        <get src="${netbeans.url}" dest="${cache}/netbeans/${netbeans.zip}" usetimestamp="true"/>
    4.75 +
    4.76 +        <delete dir="${home}/nbbuild/netbeans"/>
    4.77 +        <unzip src="${cache}/netbeans/${netbeans.zip}" dest="${home}/nbbuild"/>
    4.78 +
    4.79 +        <replace file="${home}/nbbuild/netbeans/etc/netbeans.conf" token="${netbeans.user}" value="${sierra.user}"/>
    4.80 +
    4.81 +        <echo file="${build.number}" message="netbeans build: ${netbeans.file}${line.separator}" append="true"/>
    4.82 +        <echo file="${build.number}" message="sierra build: ${time.stamp}${line.separator}" append="true"/>
    4.83 +        <echo file="${build.number}" message="sierra hudson: ${env.BUILD_NUMBER}${line.separator}" append="true"/>
    4.84 +        <echo file="${build.number}" message="repository: ${repository}" append="true"/>
    4.85 +        
    4.86 +        <chmod file="${home}/nbbuild/netbeans/bin/netbeans" perm="ugo+rx"/>
    4.87 +    </target>
    4.88 +
    4.89 +    <!-- sierra -->
    4.90 +    <target name="sierra">
    4.91 +        <mkdir dir="${cache}/netbeans"/>
    4.92 +        <property name="sierra.url" value="${sierra.host}/${sierra.path}/${sierra.file}"/>
    4.93 +        <get src="${sierra.url}" dest="${cache}/netbeans/${sierra.file}" usetimestamp="true"/>
    4.94 +        <delete dir="${home}/nbbuild/netbeans"/>
    4.95 +        <unzip src="${cache}/netbeans/${sierra.file}" dest="${home}/nbbuild"/>
    4.96 +    </target>
    4.97 +
    4.98 +    <!-- zip -->
    4.99 +    <target name="zip">
   4.100 +        <delete dir="${cache}/latest"/>
   4.101 +        <mkdir dir="${cache}/latest"/>
   4.102 +
   4.103 +        <zip destfile="${cache}/latest/${build.name}_${env.BUILD_NUMBER}_${time.stamp}.zip">
   4.104 +            <zipfileset dir="${home}/nbbuild">
   4.105 +                <include name="netbeans/**"/>
   4.106 +                <exclude name="netbeans/ergonomics/**"/>
   4.107 +                <exclude name="netbeans/groovy/**"/>
   4.108 +                <exclude name="netbeans/identity/**"/>
   4.109 +                <exclude name="netbeans/javacard/**"/>
   4.110 +                <exclude name="netbeans/mobility/**"/>
   4.111 +                <exclude name="netbeans/profiler/**"/>
   4.112 +                <exclude name="netbeans/moduleCluster.properties"/>
   4.113 +                <exclude name="netbeans/**/.lastModified"/>
   4.114 +            </zipfileset>
   4.115 +        </zip>
   4.116 +
   4.117 +        <copy file="${cache}/latest/${build.name}_${env.BUILD_NUMBER}_${time.stamp}.zip" tofile="${cache}/latest/${build.name}.zip"/>
   4.118 +    </target>
   4.119 +
   4.120 +    <!-- daily -->
   4.121 +    <target name="get-daily-test" depends="check-daily,get-test"/>
   4.122 +    
   4.123 +    <target name="check-daily">
   4.124 +        <mkdir dir="${cache}/test/lock"/>
   4.125 +
   4.126 +        <tstamp>
   4.127 +            <format property="daily" pattern="yyyyMMdd"/>
   4.128 +        </tstamp>
   4.129 +
   4.130 +        <available property="lock.available" file="${cache}/test/lock/${daily}"/>
   4.131 +    </target>
   4.132 +
   4.133 +    <target name="get-test" unless="lock.available">
   4.134 +        <delete>
   4.135 +            <fileset dir="${cache}/test/lock" includes="*"/>
   4.136 +        </delete>
   4.137 +
   4.138 +        <echo file="${cache}/test/lock/${daily}" message="${daily}"/>
   4.139 +        <cvs package="${test.cvs.modules}" cvsRoot="${test.cvs.host}" dest="${cache}/test" command="-q co -P ${test.cvs.branch}" failonerror="false"/>
   4.140 +    </target>
   4.141 +
   4.142 +    <!-- javadoc -->
   4.143 +    <target name="javadoc">
   4.144 +        <!--ant target="javadoc" dir="${home}/print"/-->
   4.145 +    </target>
   4.146 +
   4.147 +    <!-- module -->
   4.148 +    <!--target name="build-module">
   4.149 +        <echo message="============= ${module} ============="/>
   4.150 +        <ant dir="${home}/${module}" target="netbeans"/>
   4.151 +    </target-->
   4.152 +
   4.153 +    <!-- clean -->
   4.154 +    <target name="clean">
   4.155 +        <delete>
   4.156 +            <fileset dir="${home}" includes="*/build/**/*"/>
   4.157 +        </delete>
   4.158 +    </target>
   4.159 +
   4.160 +    <!-- build -->
   4.161 +    <target name="build" depends="build-01, build-02, build-03"/>
   4.162 +    
   4.163 +    <target name="build-01">
   4.164 +        <ant dir="${home}/xml.kit" target="netbeans"/>
   4.165 +        <ant dir="${home}/soa.kit" target="netbeans"/>
   4.166 +    </target>
   4.167 +
   4.168 +    <target name="build-02">
   4.169 +        <ant dir="${home}/bpel.kit" target="netbeans"/>
   4.170 +        <ant dir="${home}/xslt.kit" target="netbeans"/>
   4.171 +        <ant dir="${home}/wlm.kit" target="netbeans"/>
   4.172 +    </target>
   4.173 +
   4.174 +    <target name="build-03">
   4.175 +        <ant dir="${home}/esb.kit" target="netbeans"/>
   4.176 +        <ant dir="${home}/encoder.kit" target="netbeans"/>
   4.177 +        <ant dir="${home}/wsdlextensions.kit" target="netbeans"/>
   4.178 +    </target>
   4.179 +</project>