Perform super initialization before trying to build the associated j2seproject library.
authorJesse Glick <jglick@netbeans.org>
Fri, 07 Aug 2009 10:30:29 -0400
changeset 289589ce05dd37f1
parent 2894 63307bcf6030
child 2896 911c3022b776
Perform super initialization before trying to build the associated j2seproject library.
Needed because 24d027862ddd can sometimes change module build order.
To reproduce: ant -f servletjspapi/build.xml clean && ant -f visualweb.errorhandler.client/build.xml clean netbeans
visualweb.designtime/build.xml
visualweb.errorhandler.client/build.xml
visualweb.jsfsupport.components/build.xml
visualweb.propertyeditors.api/build.xml
visualweb.web.ui.appbase/build.xml
visualweb.webui/build.xml
     1.1 --- a/visualweb.designtime/build.xml	Mon Jul 27 10:50:27 2009 -0400
     1.2 +++ b/visualweb.designtime/build.xml	Fri Aug 07 10:30:29 2009 -0400
     1.3 @@ -47,7 +47,7 @@
     1.4      <description>Builds and tests the project org.netbeans.modules.visualweb.designtime.</description>
     1.5      <import file="../nbbuild/templates/projectized.xml"/>
     1.6  
     1.7 -    <target name="init" depends="library-init,projectized.init"/>
     1.8 +    <target name="init" depends="projectized.init,library-init"/>
     1.9      
    1.10      <!-- Build the J2SE project JAR on which this library wrapper module depends. -->
    1.11      <target name="library-init">
     2.1 --- a/visualweb.errorhandler.client/build.xml	Mon Jul 27 10:50:27 2009 -0400
     2.2 +++ b/visualweb.errorhandler.client/build.xml	Fri Aug 07 10:30:29 2009 -0400
     2.3 @@ -45,7 +45,7 @@
     2.4      <description>Builds, tests, and runs the project org.netbeans.modules.visualweb.errorhandler.client.</description>
     2.5      <import file="../nbbuild/templates/projectized.xml"/>
     2.6  
     2.7 -    <target name="init" depends="library-init,projectized.init"/>
     2.8 +    <target name="init" depends="projectized.init,library-init"/>
     2.9      
    2.10      <!-- Build the J2SE project JAR on which this library wrapper module depends. -->
    2.11      <target name="library-init">
     3.1 --- a/visualweb.jsfsupport.components/build.xml	Mon Jul 27 10:50:27 2009 -0400
     3.2 +++ b/visualweb.jsfsupport.components/build.xml	Fri Aug 07 10:30:29 2009 -0400
     3.3 @@ -47,7 +47,7 @@
     3.4      <description>Builds and tests the project org.netbeans.modules.visualweb.jsfsupport.components.</description>
     3.5      <import file="../nbbuild/templates/projectized.xml"/>
     3.6  
     3.7 -    <target name="init" depends="library-init,javadoc-zip-init,src-zip-init,projectized.init"/>
     3.8 +    <target name="init" depends="projectized.init,library-init,javadoc-zip-init,src-zip-init"/>
     3.9      
    3.10      <!-- Build the J2SE project JAR on which this library wrapper module depends. -->
    3.11      <target name="library-init">
     4.1 --- a/visualweb.propertyeditors.api/build.xml	Mon Jul 27 10:50:27 2009 -0400
     4.2 +++ b/visualweb.propertyeditors.api/build.xml	Fri Aug 07 10:30:29 2009 -0400
     4.3 @@ -44,7 +44,7 @@
     4.4  <project name="visualweb.propertyeditors.api" default="netbeans" basedir=".">
     4.5      <description>Builds the project org.netbeans.modules.visualweb.propertyeditors.api.</description>
     4.6      <import file="../nbbuild/templates/projectized.xml"/>
     4.7 -    <target name="init" depends="library-init,projectized.init"/>
     4.8 +    <target name="init" depends="projectized.init,library-init"/>
     4.9      
    4.10      <!-- Build the J2SE project JAR on which this library wrapper module depends. -->
    4.11      <target name="library-init">
     5.1 --- a/visualweb.web.ui.appbase/build.xml	Mon Jul 27 10:50:27 2009 -0400
     5.2 +++ b/visualweb.web.ui.appbase/build.xml	Fri Aug 07 10:30:29 2009 -0400
     5.3 @@ -45,7 +45,7 @@
     5.4      <description>Builds, tests, and runs the project org.netbeans.modules.visualweb.web.ui.appbase.</description>
     5.5      <import file="../nbbuild/templates/projectized.xml"/>
     5.6      
     5.7 -    <target name="init" depends="library-init,javadoc-zip-init,src-zip-init,projectized.init"/>
     5.8 +    <target name="init" depends="projectized.init,library-init,javadoc-zip-init,src-zip-init"/>
     5.9      
    5.10      <!-- Build the J2SE project JAR on which this library wrapper module depends. -->
    5.11      <target name="library-init">
     6.1 --- a/visualweb.webui/build.xml	Mon Jul 27 10:50:27 2009 -0400
     6.2 +++ b/visualweb.webui/build.xml	Fri Aug 07 10:30:29 2009 -0400
     6.3 @@ -47,7 +47,7 @@
     6.4      <description>Builds and tests the project org.netbeans.modules.visualweb.webui.</description>
     6.5      <import file="../nbbuild/templates/projectized.xml"/>
     6.6  
     6.7 -    <target name="init" depends="library-init,javadoc-zip-init,src-zip-init,projectized.init"/>
     6.8 +    <target name="init" depends="projectized.init,library-init,javadoc-zip-init,src-zip-init"/>
     6.9      
    6.10      <!-- Build the J2SE project JAR on which this library wrapper module depends. -->
    6.11      <target name="library-init">