[prev in list] [next in list] [prev in thread] [next in thread] 

List:       taglibs-dev
Subject:    svn commit: r226379 - in /jakarta/taglibs/trunks-proper:
From:       rahul () apache ! org
Date:       2005-07-29 14:09:56
Message-ID: 20050729140958.7609.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: rahul
Date: Fri Jul 29 07:09:54 2005
New Revision: 226379

URL: http://svn.apache.org/viewcvs?rev=226379&view=rev
Log:
Add RDC taglib to the taglibs proper build.

Glenn - Please update the build.properties on the box that runs the nightlies. \
Thanks!

Modified:
    jakarta/taglibs/trunks-proper/build.properties.sample
    jakarta/taglibs/trunks-proper/build.xml

Modified: jakarta/taglibs/trunks-proper/build.properties.sample
URL: http://svn.apache.org/viewcvs/jakarta/taglibs/trunks-proper/build.properties.sample?rev=226379&r1=226378&r2=226379&view=diff
 ==============================================================================
--- jakarta/taglibs/trunks-proper/build.properties.sample (original)
+++ jakarta/taglibs/trunks-proper/build.properties.sample Fri Jul 29 07:09:54 2005
@@ -31,6 +31,12 @@
 # http://jakarta.apache.org/tomcat/ as a Tomcat 4.0 binary download.
 servlet23.jar=${base.dir}/../jakarta-servletapi-4/dist/lib/servlet.jar
 
+# The default jar file for the Servlet 2.4 and JSP 2.0 API classes.
+# Used for building taglibs which use JSP 2.0 features.
+# The Servlet 2.4 and JSP 2.0 jar can be obtained from 
+# http://jakarta.apache.org/tomcat/ as a Tomcat 5.x binary download.
+servlet24.jar=${base.dir}/../jakarta-servletapi-5/dist/lib/servlet.jar
+
 # The remaining properties are for supporting taglibs which
 # require the use of additional Java API's.
 
@@ -158,13 +164,25 @@
 # jmstags requires the commons-messenger API
 commons-messenger.jar=${base.dir}/../commons-messenger/commons-messenger.jar
 
-# the Cache Taglib requires (and other taglibs in the future may require)
-# the Standard Taglib's standard.jar distribution
-#standard.jar=
-
 # string requires the commons-lang API
 commons-lang.jar=${base.dir}/../commons-lang/commons-lang.jar
 
+# RDC requires the commons-el API
+commons-el.jar=${base.dir}/../commons-el/commons-el.jar
+
+# RDC requires the commons-logging API
+commons-logging.jar=${base.dir}/../commons-logging/commons-logging.jar
+
+# Taglibs such as the RDC Taglib and Cache Taglib require
+# the Standard Taglib's standard.jar distribution
+# You can obtain the Jakarta Taglibs Standard distribution from
+# http://jakarta.apache.org/taglibs/
+standard.jar=${base.dir}/../jakarta-taglibs/dist/standard/standard.jar
+
+# The RDC Taglib requires Struts 1.2.x for sample applications
+# You can download Struts 1.2 from
+# http://struts.apache.org/
+struts12.jar=${base.dir}/../struts/dist/struts.jar
 
 #
 # PROJECT STANDARD PROPERTIES

Modified: jakarta/taglibs/trunks-proper/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/taglibs/trunks-proper/build.xml?rev=226379&r1=226378&r2=226379&view=diff
 ==============================================================================
--- jakarta/taglibs/trunks-proper/build.xml (original)
+++ jakarta/taglibs/trunks-proper/build.xml Fri Jul 29 07:09:54 2005
@@ -173,8 +173,12 @@
     <ant dir="./cache" target="dist"/>
   </target>
 
+  <target name="rdc">
+    <ant dir="./rdc" target="dist"/>
+  </target>
+
   <!-- *********************** Overall Build Command ********************** -->
-  <target name="dist" \
depends="prepare,dist.documentation,bsf,input,request,session,response,application,pag \
e,datetime,regexp,jndi,dbtags,scrape,mailer,i18n,io,xtags,log,ultradev4,random,benchmark,standard,string,jmstags,cache"/>
 +  <target name="dist" \
depends="prepare,dist.documentation,bsf,input,request,session,response,application,pag \
e,datetime,regexp,jndi,dbtags,scrape,mailer,i18n,io,xtags,log,ultradev4,random,benchmark,standard,string,jmstags,cache,rdc"/>
  
   <!-- *********************** Clean Command ****************************** -->
 



---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic