Skip to Content.
Sympa Menu

notify-dpml - svn commit: r3004 - development/planet/http/demo

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT dpml.net
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r3004 - development/planet/http/demo
  • Date: Thu, 07 Jul 2005 18:40:15 -0400

Author: mcconnell AT dpml.net
Date: Thu Jul 7 18:40:15 2005
New Revision: 3004

Modified:
development/planet/http/demo/build.xml
Log:
Escape the reference to ${dpml.data} using $${dpml.data} suggested by Olivier
Parent.

Modified: development/planet/http/demo/build.xml
==============================================================================
--- development/planet/http/demo/build.xml (original)
+++ development/planet/http/demo/build.xml Thu Jul 7 18:40:15 2005
@@ -54,7 +54,7 @@
</value>
<component key="requestLog"
type="net.dpml.http.impl.NcsaRequestLog">
<context>
- <entry key="filename"
value="${dpml.data}/logs/http/static_request.log"/>
+ <entry key="filename"
value="$${dpml.data}/logs/http/static_request.log"/>
<entry key="append" value="true"/>
<entry key="extended" value="true"/>
</context>



  • svn commit: r3004 - development/planet/http/demo, mcconnell, 07/07/2005

Archive powered by MHonArc 2.6.24.

Top of Page