Author: craigmcc
Date: Sat Feb  4 18:22:54 2006
New Revision: 374959

URL: http://svn.apache.org/viewcvs?rev=374959&view=rev
Log:
Add the "sql-browser" example to the set of examples built by "ant release"
and included in the nightly build artifacts.

WARNING:  There is a bug in the MyFaces 1.1.1 implementation of the
renderer for the <h:dataTable> component that causes it to render zero
rows, even though the executed SQL query returns a nonzero number of
rows.  The example app works fine with the JSF RI (to see it in action,
execute "select * from zip_codes").  This has been reported to the
MyFaces issue tracking system ... see the following for current status
on this issue:

  http://issues.apache.org/jira/browse/MYFACES-1092


Modified:
    struts/shale/trunk/build.xml

Modified: struts/shale/trunk/build.xml
URL: 
http://svn.apache.org/viewcvs/struts/shale/trunk/build.xml?rev=374959&r1=374958&r2=374959&view=diff
==============================================================================
--- struts/shale/trunk/build.xml (original)
+++ struts/shale/trunk/build.xml Sat Feb  4 18:22:54 2006
@@ -789,9 +789,12 @@
   </target>
 
 
-  <!-- Subtarget of "release" for JDK 1.4 web applicatons -->
+  <!-- Subtarget of "release" for JDK 1.5 web applicatons -->
   <target        name="release.15.webapps" if="jdk15.present">
 
+    <copy       todir="${dist.dir}"
+                 
file="sql-browser/dist/shale-sql-browser-${project.version}.war"/>
+
   </target>
 
 
@@ -922,6 +925,10 @@
 
   <!-- Recursively execute ${target} across JDK 1.5 example apps -->
   <target        name="execute.15.examples" if="jdk15.present">
+
+    <echo     message="Executing ${target} on module sql-browser"/>
+    <ant          dir="${basedir}/sql-browser"
+               target="${target}"/>
 
   </target>
 



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

Reply via email to