You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Corey Jewett <cj...@syntheticplayground.com> on 2002/08/03 18:18:18 UTC

Intrumentation update?

I've been working to compile fortress this morning (finally got it).
Apparently the excalibur-instrument jars have version changed from 0.2
to 0.3. Attached is a cvs diff -u for the jakarta-avalon-excalibur
module reflecting the change.

Corey

Re: Intrumentation update?

Posted by Leif Mortenson <le...@tanukisoftware.com>.
Applied.  Thanks

Corey Jewett wrote:

>I've been working to compile fortress this morning (finally got it).
>Apparently the excalibur-instrument jars have version changed from 0.2
>to 0.3. Attached is a cvs diff -u for the jakarta-avalon-excalibur
>module reflecting the change.
>
>Corey
>  
>
>------------------------------------------------------------------------
>
>Index: ant.properties.sample
>===================================================================
>RCS file: /home/cvspublic/jakarta-avalon-excalibur/ant.properties.sample,v
>retrieving revision 1.15
>diff -u -r1.15 ant.properties.sample
>--- ant.properties.sample	31 Jul 2002 07:19:43 -0000	1.15
>+++ ant.properties.sample	3 Aug 2002 16:14:31 -0000
>@@ -101,7 +101,7 @@
> 
> # ----- Excalibur Instrument -----
> excalibur-instrument.home=${base.path}/jakarta-avalon-excalibur/instrument/build/lib
>-excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.2.jar
>+excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.3.jar
> 
> # ----- Excalibur Instrument Manager -----
> excalibur-instrument-manager.home=${base.path}/jakarta-avalon-excalibur/instrument-manager/build/lib
>Index: depchecker.xml
>===================================================================
>RCS file: /home/cvspublic/jakarta-avalon-excalibur/depchecker.xml,v
>retrieving revision 1.34
>diff -u -r1.34 depchecker.xml
>--- depchecker.xml	29 Jul 2002 21:21:03 -0000	1.34
>+++ depchecker.xml	3 Aug 2002 16:14:32 -0000
>@@ -342,7 +342,7 @@
>     </target>
>     <target name="checkInstrumentManager">
>        <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredClass">
>-            <property name="proj.jar.name" value="excalibur-instrument-manager-0.2.jar"/>
>+            <property name="proj.jar.name" value="excalibur-instrument-manager-0.3.jar"/>
>             <property name="class" value="org.apache.avalon.excalibur.instrument.manager.interfaces.InstrumentManagerClient"/>
>             <property name="classpath" value="${cp}"/>
>         </ant>
>Index: component/ant.properties.sample
>===================================================================
>RCS file: /home/cvspublic/jakarta-avalon-excalibur/component/ant.properties.sample,v
>retrieving revision 1.6
>diff -u -r1.6 ant.properties.sample
>--- component/ant.properties.sample	31 Jul 2002 07:19:43 -0000	1.6
>+++ component/ant.properties.sample	3 Aug 2002 16:14:36 -0000
>@@ -42,7 +42,7 @@
> 
> # ----- Excalibur Instrument -----
> excalibur-instrument.home=../instrument/build/lib
>-excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.2.jar
>+excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.3.jar
> 
> # ----- Excalibur Pool -----
> excalibur-pool.home=${avalon-excalibur.home}/pool
>Index: component/default.properties
>===================================================================
>RCS file: /home/cvspublic/jakarta-avalon-excalibur/component/default.properties,v
>retrieving revision 1.7
>diff -u -r1.7 default.properties
>--- component/default.properties	30 Jul 2002 23:02:52 -0000	1.7
>+++ component/default.properties	3 Aug 2002 16:14:36 -0000
>@@ -66,7 +66,7 @@
> # ----- Excalibur instrument, version 0.1 or later -----
> excalibur-instrument.home=${basedir}/../instrument/dist
> excalibur-instrument.lib=${excalibur-instrument.home}
>-excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.2.jar
>+excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.3.jar
> 
> # --------------------------------------------------
> 
>Index: event/default.properties
>===================================================================
>RCS file: /home/cvspublic/jakarta-avalon-excalibur/event/default.properties,v
>retrieving revision 1.10
>diff -u -r1.10 default.properties
>--- event/default.properties	31 Jul 2002 07:19:43 -0000	1.10
>+++ event/default.properties	3 Aug 2002 16:14:38 -0000
>@@ -74,7 +74,7 @@
> # ----- Excalibur instrument, version 0.2 or later -----
> excalibur-instrument.home=${basedir}/../instrument/dist
> excalibur-instrument.lib=${excalibur-instrument.home}
>-excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.2.jar
>+excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.3.jar
> 
> # --------------------------------------------------
> 
>Index: fortress/default.properties
>===================================================================
>RCS file: /home/cvspublic/jakarta-avalon-excalibur/fortress/default.properties,v
>retrieving revision 1.25
>diff -u -r1.25 default.properties
>--- fortress/default.properties	31 Jul 2002 06:49:48 -0000	1.25
>+++ fortress/default.properties	3 Aug 2002 16:14:38 -0000
>@@ -31,11 +31,11 @@
> # ----- Excalibur instrument, version 1.0 or later -----
> excalibur-instrument.home=${basedir}/../instrument/dist
> excalibur-instrument.lib=${excalibur-instrument.home}
>-excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.2.jar
>+excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.3.jar
> 
> # ----- Excalibur Instrument Manager, version 0.1 or later -----
>-excalibur-instrument-manager.jar=${excalibur-instrument.lib}/excalibur-instrument-manager-0.2.jar
>-excalibur-instrument-manager-interfaces.jar=${excalibur-instrument.lib}/excalibur-instrument-manager-interfaces-0.2.jar
>+excalibur-instrument-manager.jar=${excalibur-instrument.lib}/excalibur-instrument-manager-0.3.jar
>+excalibur-instrument-manager-interfaces.jar=${excalibur-instrument.lib}/excalibur-instrument-manager-interfaces-0.3.jar
> 
> # ----- Excalibur event, version 1.0 or later -----
> excalibur-event.home=${basedir}/../event/dist
>Index: fortress/examples/ant.properties
>===================================================================
>RCS file: /home/cvspublic/jakarta-avalon-excalibur/fortress/examples/ant.properties,v
>retrieving revision 1.4
>diff -u -r1.4 ant.properties
>--- fortress/examples/ant.properties	2 Aug 2002 20:22:54 -0000	1.4
>+++ fortress/examples/ant.properties	3 Aug 2002 16:14:39 -0000
>@@ -46,13 +46,13 @@
> # ----- Excalibur instrument, version 0.2 or later -----
> excalibur-instrument.home=${basepath}/../instrument/dist
> excalibur-instrument.lib=${excalibur-instrument.home}
>-excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.2.jar
>+excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.3.jar
> 
> # ----- Excalibur instrument manager, version 1.0 or later -----
>-excalibur-instrument-manager.jar=${excalibur-instrument.lib}/excalibur-instrument-manager-0.2.jar
>+excalibur-instrument-manager.jar=${excalibur-instrument.lib}/excalibur-instrument-manager-0.3.jar
> 
> # ----- Excalibur instrument manager interfaces, version 1.0 or later -----
>-excalibur-instrument-manager-interfaces.jar=${excalibur-instrument.lib}/excalibur-instrument-manager-interfaces-0.2.jar
>+excalibur-instrument-manager-interfaces.jar=${excalibur-instrument.lib}/excalibur-instrument-manager-interfaces-0.3.jar
> 
> # ----- Excalibur concurrent, version 1.0 or later -----
> excalibur-concurrent.home=${basepath}/../concurrent/dist
>Index: instrument/example/managerICM/ant.properties.sample
>===================================================================
>RCS file: /home/cvspublic/jakarta-avalon-excalibur/instrument/example/managerICM/ant.properties.sample,v
>retrieving revision 1.1
>diff -u -r1.1 ant.properties.sample
>--- instrument/example/managerICM/ant.properties.sample	3 Aug 2002 14:59:39 -0000	1.1
>+++ instrument/example/managerICM/ant.properties.sample	3 Aug 2002 16:14:39 -0000
>@@ -71,7 +71,7 @@
> 
> # ----- Excalibur Instrument -----
> excalibur-instrument.home=../../../instrument/build/lib
>-excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.2.jar
>+excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.3.jar
> 
> # ----- Altrmi -----
> excalibur-altrmi.home=../../../altrmi/build/lib
>Index: pool/ant.properties.sample
>===================================================================
>RCS file: /home/cvspublic/jakarta-avalon-excalibur/pool/ant.properties.sample,v
>retrieving revision 1.5
>diff -u -r1.5 ant.properties.sample
>--- pool/ant.properties.sample	31 Jul 2002 07:19:43 -0000	1.5
>+++ pool/ant.properties.sample	3 Aug 2002 16:14:41 -0000
>@@ -44,7 +44,7 @@
> 
> # ----- Excalibur Instrument -----
> excalibur-instrument.home=../instrument/build/lib
>-excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.2.jar
>+excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.3.jar
> 
> # --------------------------------------------------
> #                OPTIONAL LIBRARIES
>Index: thread/ant.properties.sample
>===================================================================
>RCS file: /home/cvspublic/jakarta-avalon-excalibur/thread/ant.properties.sample,v
>retrieving revision 1.5
>diff -u -r1.5 ant.properties.sample
>--- thread/ant.properties.sample	30 Jul 2002 22:26:01 -0000	1.5
>+++ thread/ant.properties.sample	3 Aug 2002 16:14:44 -0000
>@@ -40,7 +40,7 @@
> 
> # ----- Excalibur Instrument -----
> excalibur-instrument.home=../instrument/build/lib
>-excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.2.jar
>+excalibur-instrument.jar=${excalibur-instrument.home}/excalibur-instrument-0.3.jar
> 
> # ----- Excalibur Pool -----
> excalibur-pool.home=../pool/build/lib
>Index: thread/default.properties
>===================================================================
>RCS file: /home/cvspublic/jakarta-avalon-excalibur/thread/default.properties,v
>retrieving revision 1.10
>diff -u -r1.10 default.properties
>--- thread/default.properties	30 Jul 2002 22:26:01 -0000	1.10
>+++ thread/default.properties	3 Aug 2002 16:14:44 -0000
>@@ -35,7 +35,7 @@
> # ----- Excalibur instrument, version 0.1 or later -----
> excalibur-instrument.home=${basedir}/../instrument/dist
> excalibur-instrument.lib=${excalibur-instrument.home}
>-excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.2.jar
>+excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.3.jar
> 
> # ----- Excalibur Collections, version 1.0 or later -----
> excalibur-collections.home=${basedir}/../collections/dist
>
>  
>
>------------------------------------------------------------------------
>
>--
>To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
>For additional commands, e-mail: <ma...@jakarta.apache.org>
>