You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ma...@apache.org on 2004/12/22 07:11:56 UTC

svn commit: r123053 - /struts/core/trunk/build.xml

Author: martinc
Date: Tue Dec 21 22:08:58 2004
New Revision: 123053

URL: http://svn.apache.org/viewcvs?view=rev&rev=123053
Log:
Ensure that the nightly build still works, now that the Chain code is in the mainstream (assuming that I'm right about what properties it depends on). The revamped build isn't ready yet.
Modified:
   struts/core/trunk/build.xml

Modified: struts/core/trunk/build.xml
Url: http://svn.apache.org/viewcvs/struts/core/trunk/build.xml?view=diff&rev=123053&p1=struts/core/trunk/build.xml&r1=123052&p2=struts/core/trunk/build.xml&r2=123053
==============================================================================
--- struts/core/trunk/build.xml	(original)
+++ struts/core/trunk/build.xml	Tue Dec 21 22:08:58 2004
@@ -203,6 +203,7 @@
     <!-- Compilation Classpath -->
     <path id="compile.classpath">
       <pathelement location="${commons-beanutils.jar}"/>
+      <pathelement location="${commons-chain.jar}"/>
       <pathelement location="${commons-digester.jar}"/>
       <pathelement location="${commons-fileupload.jar}"/>
       <pathelement location="${commons-logging.jar}"/>
@@ -265,6 +266,8 @@
         </copy>
         <copy file="${commons-beanutils.jar}"
             tofile="${build.home}/library/commons-beanutils.jar"/>
+        <copy file="${commons-chain.jar}"
+            tofile="${build.home}/library/commons-chain.jar"/>
         <copy file="${commons-digester.jar}"
             tofile="${build.home}/library/commons-digester.jar"/>
         <copy file="${commons-fileupload.jar}"

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


Re: svn commit: r123053 - /struts/core/trunk/build.xml

Posted by Vic <vi...@friendvu.com>.
WOW!!!!!!!
Don, you D'man!

This is a great Apache X-mass, I have a nice toy to play w/.
I am so excited...
.V

Craig McClanahan wrote:

>On 22 Dec 2004 06:11:56 -0000, martinc@apache.org <ma...@apache.org> wrote:
>  
>
>>Author: martinc
>>Date: Tue Dec 21 22:08:58 2004
>>New Revision: 123053
>>
>>URL: http://svn.apache.org/viewcvs?view=rev&rev=123053
>>Log:
>>Ensure that the nightly build still works, now that the Chain code is in the mainstream (assuming that I'm right about what properties it depends on). The revamped build isn't ready yet.
>>    
>>
>
>Saw this too late for last night's run (20041222), but it will work
>tonight (20041223)..
>
>Craig
>  
>


-- 
RiA-SoA w/JDNC <http://www.SandraSF.com> forums
- help develop a coomunity My blog <http://www.sandrasf.com/adminBlog>


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


Re: svn commit: r123053 - /struts/core/trunk/build.xml

Posted by Craig McClanahan <cr...@gmail.com>.
On 22 Dec 2004 06:11:56 -0000, martinc@apache.org <ma...@apache.org> wrote:
> Author: martinc
> Date: Tue Dec 21 22:08:58 2004
> New Revision: 123053
> 
> URL: http://svn.apache.org/viewcvs?view=rev&rev=123053
> Log:
> Ensure that the nightly build still works, now that the Chain code is in the mainstream (assuming that I'm right about what properties it depends on). The revamped build isn't ready yet.

Saw this too late for last night's run (20041222), but it will work
tonight (20041223)..

Craig

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