I know you are in the middle of a lot of changes in regards to tiles.

I just wanted to point out that I was not able to build (ant dist) from cvs
unless I comment out the tiles sub targets and documentation.

Please ignore this if I am just 'jumping the gun'.

Here's what I did:

cvs diff -u build-webapps.xml
Index: build-webapps.xml
===================================================================
RCS file: /home/cvspublic/jakarta-struts/build-webapps.xml,v
retrieving revision 1.14
diff -u -r1.14 build-webapps.xml
--- build-webapps.xml   6 Jul 2002 01:36:04 -0000       1.14
+++ build-webapps.xml   7 Jul 2002 05:24:07 -0000
@@ -99,10 +99,10 @@
   </ant>
   <!--ant  antfile="build-webapp.xml"    target="static">
     <property name="webapp.name"      value="test"/>
-  </ant-->
+  </ant
   <ant  antfile="build-webapp.xml"    target="static">
     <property name="webapp.name"      value="tiles-documentation"/>
-  </ant>
+  </ant>-->
   <ant  antfile="build-webapp.xml"    target="static">
     <property name="webapp.name"      value="upload"/>
   </ant>
@@ -159,10 +159,10 @@
   </ant>
   <!--ant  antfile="build-webapp.xml"    target="compile">
     <property name="webapp.name"      value="test"/>
-  </ant-->
+  </ant
   <ant  antfile="build-webapp.xml"    target="compile">
     <property name="webapp.name"      value="tiles-documentation"/>
-  </ant>
+  </ant>-->
   <ant  antfile="build-webapp.xml"    target="compile">
     <property name="webapp.name"      value="upload"/>
   </ant>
@@ -232,12 +232,12 @@
         <include name="**/*.js"/>
       </fileset>
     </copy>
-    <!-- Create the Tiles documentation -->
+    <!-- Create the Tiles documentation
     <style   basedir="${doc.dir}/tiles"
              destdir="${build.home}/tiles-documentation"
            extension=".html" style="${doc.dir}/stylesheets/tiles.xsl"
             includes="*.xml"/>
-
+-->
     <!-- Compile Tiles contrib -->
 <!--
     <ant  antFile="build.xml"  dir="contrib/tiles"
target="compile.for.struts">
@@ -247,7 +247,7 @@
       <property name="dist.home"        value="${dist.home}"/>
       <property name="app.name"         value="tiles"/>
       <property name="project.name"     value="Tiles"/>
-    </ant>
+    </ant>
 -->

 </target>
@@ -281,11 +281,11 @@
   <!--ant  antfile="build-webapp.xml"    target="dist">
     <property name="webapp.name"      value="test"/>
     <property name="webapp.war"       value="struts-test.war"/>
-  </ant-->
+  </ant
   <ant  antfile="build-webapp.xml"    target="dist">
     <property name="webapp.name"      value="tiles-documentation"/>
     <property name="webapp.war"       value="tiles-documentation.war"/>
-  </ant>
+  </ant>-->
   <ant  antfile="build-webapp.xml"    target="dist">
     <property name="webapp.name"      value="upload"/>
     <property name="webapp.war"       value="struts-upload.war"/>
@@ -303,7 +303,7 @@
 -->
 <target name="dist" depends="dist.generic"
         description="Create distribution output of web applications">
-
+
     <!-- Compile Tiles dist -->
 <!--
     <ant  antFile="build.xml"  dir="contrib/tiles"
target="dist.for.struts">
@@ -341,10 +341,10 @@
   </ant>
   <!--ant  antfile="build-webapp.xml"    target="clean">
     <property name="webapp.name"      value="test"/>
-  </ant-->
+  </ant
   <ant  antfile="build-webapp.xml"    target="clean">
     <property name="webapp.name"      value="tiles-documentation"/>
-  </ant>
+  </ant>-->
   <ant  antfile="build-webapp.xml"    target="clean">
     <property name="webapp.name"      value="upload"/>
   </ant>



James Mitchell
Software Engineer\Struts Evangelist
Struts-Atlanta, the "Open Minded Developer Network"
http://www.open-tools.org/struts-atlanta




> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, July 06, 2002 10:26 PM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: jakarta-struts STATUS
>
>
> craigmcc    2002/07/06 19:26:12
>
>   Added:       .        STATUS
>   Log:
>   Check in a list of the remaining bugs reported against 1.1 (or
> the recent
>   nightly builds).  Please update this list as you check in
> bugfixes for them,
>   or as new bugs are reported.
>
>   I'm going to need some assistance on the bugs in file upload, tiles, and
>   validator since they aren't my area of expertise!
>
>   Revision  Changes    Path
>   1.1                  jakarta-struts/STATUS
>
>   Index: STATUS
>   ===================================================================
>   STATUS
>   ======
>   $Id: STATUS,v 1.1 2002/07/07 02:26:12 craigmcc Exp $
>
>
>               OUTSTANDING BUGS IN STRUTS 1.1-b1 AND NIGHTLY BUILDS
>               ====================================================
>
>
>
>   Controller:
>   ----------
>    8487 Serializability issues in ActionServlet/RequestProcessor
>
>
>   Example Webapps:
>   ---------------
>    9709 Does not work with BEA Weblogic 7.0
>
>
>
>   File Upload:
>   -----------
>    7663 FileUpload example throws exception on JBoss 3.0
>    8732 RequestProcessor doesn't uncast the Request properly
>    9198 First line feed in text parameters lost
>   10388 ServletException: Multipart data doesn't start with boundary
>
>
>   Standard Actions:
>   ----------------
>   10322 Problems with LookupDispatchAction and other locales
>
>
>   Unknown:
>   -------
>    7579 Tomcat 4.0.3 + struts fails with -security
>   10380 DynaActionFormClass not serializable
>   10501 Error running struts under JRun 3.1
>
>
>   Utilities:
>   ---------
>    7541 Digester/Commons Logging error with -security
>
>
>   Validator Framework:
>   -------------------
>    7347 Validator contrib directory should be dead
>    7348 No Validator Documentation
>    7351 Validator JavaScript Primitive Validation Error
>    7352 Struts 1.1 Beta 1 Release incorrectly reference contrib/validator
>    7353 Validator JavaScript Select Error
>    7751 DynaValidatorActionForm throws NPE and class cast exception
>    8446 Zero values are not validated as byte, integer, etc.
>    9051 [PATCH] 0 should be a valid float
>   10191 Validator range checking bug
>   10348 Validator is not available under sub-application
>   10349 Validator: date validation does not allow blank input?
>   10432 DynaValidatorActionForm does not validate data
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to