Hello Steve,
> Have just added ant.properties.sample files to the other
> packages so in
> principal all you need to do is to update avalon-sandbox from CVS,
> rename ant.properties.sample to ant.properties and uncomment
> the local
> jar file location defintions. I havn't tested this so let me know if
> you have any problems.
I've already started with assembly, but I get here errors for the logkit.
The entries in ant.properties has to be changed:
# ----- Logkit -----
avalon-logkit.home=${basedir}/../../avalon-logkit
avalon-logkit.lib=${logkit.home}/build/lib
avalon-logkit.jar=${logkit.lib}/logkit.jar
to:
# ----- Logkit -----
avalon-logkit.home=${basedir}/../../avalon-logkit
avalon-logkit.lib=${avalon-logkit.home}/build/lib
avalon-logkit.jar=${avalon-logkit.lib}/logkit.jar
Unfortunately there is still a problem. Now all the checks succeed, but the
dependencies look for avalon-framework-4.1.4.jar and try to download them ==> fails:
=========== snip ============
$ ant
Buildfile: build.xml
flags:
check-framework:
check-i18n:
check-configuration:
check-extension:
check-event:
check-excalibur-util-concurrent:
check-commons-collections:
check-avalon-logkit:
external-dependencies:
lifecycle-context:
lifecycle:
flags:
dependencies:
[echo] Framework not present - downloading from: http://www.osm.net/repository
[get] Getting:
http://www.osm.net/repository/avalon-framework/jars/avalon-framework-4.1.4.jar
[get] Error getting
http://www.osm.net/repository/avalon-framework/jars/avalon-framework-4.1.4.jar to
C:\Work\CVS\avalon-sandbox\lib\avalon-framework-4.1.4.jar
BUILD FAILED
file:C:/Work/CVS/avalon-sandbox/lifecycle/build.xml:55: java.net.SocketException:
Connection reset by peer: connect
Total time: 23 seconds
=========== snap ============
Regards,
J�rg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]