Attached path resolves property references that do not need resource
resolution (under jmx and dbcp project build files).

Steve.

Index: planet/facilities/dbcp/impl/build.xml
===================================================================
--- planet/facilities/dbcp/impl/build.xml       (revision 46962)
+++ planet/facilities/dbcp/impl/build.xml       (working copy)
@@ -8,7 +8,7 @@
   <import file="${magic.templates}/standard.xml"/>
 
   <target name="build" depends="standard.build">
-    <x:property property="hsql.spec" key="avalon-db-hsql" feature="spec"/>
+    <x:property property="hsql.spec" key="avalon-db-hsql" feature="spec" 
resolve="false"/>
     <x:block name="dbcp" embed="MAIN">
       <x:include name="hsql-server" artifact="block:${hsql.spec}"/>
       <x:component name="dbcp-manager" profile="dbcp-simulation" 
Index: planet/facilities/jmx/handler/build.xml
===================================================================
--- planet/facilities/jmx/handler/build.xml     (revision 46962)
+++ planet/facilities/jmx/handler/build.xml     (working copy)
@@ -8,7 +8,7 @@
   <import file="${magic.templates}/standard.xml"/>
 
   <target name="build" depends="standard.build">
-    <x:property property="mx4j.spec" key="avalon-jmx-mx4j" feature="spec"/>
+    <x:property property="mx4j.spec" key="avalon-jmx-mx4j" feature="spec" 
resolve="false"/>
     <x:block name="jmx-facility" embed="MAIN">
       <x:include name="mx4j" artifact="block:${mx4j.spec}"/>
       <x:component name="handler" 

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

Reply via email to