> hopefully with framework and excalibur there will be nothing to "port" from
> now on .... If we have done it correctly (fingers crossed) we should be
> forward compatible from now onwards ;)
:-) And I'm ready for that. I have downloaded two tar.gzs (they are smaller) and
:using a new ant
target....
<target name="unpack-avalon">
<echo>Un GZiping Avalon binaries</echo>
<gunzip src="avalon-binaries/jakarta-avalon-cornerstone.tar.gz"/>
<gunzip src="avalon-binaries/jakarta-avalon-phoenix.tar.gz"/>
<echo>Un taring Avalon binaries</echo>
<untar src="avalon-binaries/jakarta-avalon-cornerstone.tar"
dest="avalon-binaries"/>
<unjar src="avalon-binaries/jakarta-avalon-cornerstone/avalon-demo-0.7.sar"
dest="avalon-binaries/jakarta-avalon-cornerstone"/>
<untar src="avalon-binaries/jakarta-avalon-phoenix.tar" dest="avalon-binaries"/>
<echo>Deleting Avalon tars</echo>
<delete file="avalon-binaries/jakarta-avalon-cornerstone.tar"/>
<delete file="avalon-binaries/jakarta-avalon-phoenix.tar"/>
</target>
... strategically unzip/tar them before copying ....
<target name="install-avalon" depends="unpack-avalon">
<mkdir dir="imported"/>
<copy
file="avalon-binaries/jakarta-avalon-cornerstone/avalon-cornerstone-compilation-0.7.jar"
todir="imported"/>
<copy file="avalon-binaries/jakarta-avalon-cornerstone/cornerstone-0.7.bar"
todir="imported"/>
<copy
file="avalon-binaries\jakarta-avalon-cornerstone\avalon-demo-0.7\blocks\demo-xcommander.bar"
todir="imported"/>
<copy file="avalon-binaries/jakarta-avalon-phoenix/lib/phoenix-client.jar"
todir="imported"/>
... sub components. Note that avalon-demo-0.7 contains a verion number (which I think
is wrong).
My plan is to just drop in new tar.gzs whenever they change (and I need that change).
I plan a
FTP based target to go get the lastest whenever it is run. How do other Avlalon
projects
refresh/handle the underlying Avalon jar files?
> >scratchpad
> >==========
> >
> >Is this code we're unsure about? Is it designed to be move back to core
> jars or consigned to the scrapheap?
>
> Parts scrapheap (Primes/Circuit/DependencyGraph) unless there is a deman
> for it. The other parts are waiting a rewrite (ie proxy/thread). Then there
> is the "other" stuff that I don't know about or hasn't seen deman/testing etc.
I'm using ThreadPool. I was a little confused for a while as it is mentoined in
BlockContext.
Regards,
- Paul H
=====
Regards - Paul H
====
CVS -1, Perforce +1
____________________________________________________________
Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]