Found the same problem last night. Was a bit late so did not really get
around to documenting the problem but as Anton reports, Forrest depends on
LifeCycle but did not have an appropriate dependency. It was probably not
noticed by anyone else as it only appears with a clean build and possibly
others are already using a paritally built Excalibur. I am using Eclipse
2.1 and I will continue attempting to build all of Excalibur but so have
found several set up points (eg use Ant 1.5, make sure that you have set
ANT_HOME in the ANT preferences) so over the weekend (long weekend where I
am) I may come up with other issues which I can then report. Unfortunately
still finding my why with ANT so not sure whether the problems are my doing
or actual faults but nice to see a report on these problems.
Another thing, there are several build environment dependencies
Anton Tagunov <[EMAIL PROTECTED]> on 04/06/2003 16:50:52
Please respond to "Avalon Developers List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc:
Subject: [Fortress] clean build procedure - [Patch] for
fortress/build.xml, bump log4j version?
Hello, developers!
Just attempted to do an
ant
build on fortress clean from the cvs and found
that I had to do a couple of tweakings to do that.
1. ===patch for avalon-excalibur/fortress/build.xml
--- build.orig 2003-06-04 09:27:12.000000000 +0400
+++ build.xml 2003-06-04 10:08:25.000000000 +0400
@@ -106,6 +106,7 @@
<ant antfile="${depchecker.prefix}/depchecker.xml" target
="checkEvent"/>
<ant antfile="${depchecker.prefix}/depchecker.xml" target
="checkLogger"/>
<ant antfile="${depchecker.prefix}/depchecker.xml" target
="checkI18n"/>
+ <ant antfile="${depchecker.prefix}/depchecker.xml" target
="checkLifecycle"/>
<ant antfile="${depchecker.prefix}/depchecker.xml" target
="checkRequiredClass">
<property name="proj.jar.name" value="xml-apis.jar"/>
<property name="class" value="org.xml.sax.InputSource"/>
... et al
****************************************************************
NOTICE - This message is intended only for the use of the
addressee named above and may contain privileged and
confidential information. If you are not the intended recipient
of this message you are hereby notified that you must not
disseminate, copy or take any action based upon it. If you
received this message in error please notify HIC immediately.
Any views expressed in this message are those of the individual
sender, except where the sender specifically states them to be
the views of HIC.
****************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]