Eek! Seems like the distribution build system breaks if it is built on win32 
;( I will try to fix this tomorrow.

To get it working edit build.xml and replace

<property name="logkit.jar" value="${lib.dir}/logkit.0b2.jar"/>
with
<property name="logkit.jar" value="${lib.dir}/logkit.jar"/>

you can simply exclude that file from build process or download jdom from 

http://cvs.apache.org/viewcvs/~checkout~/jakarta-avalon-excalibur/lib/jdom.jar?rev=1.1&content-type=text/plain

I will try to get these things fixed for next build.

On Fri, 20 Jul 2001 06:06, John Huxoll Gardner wrote:
> I'm having trouble with building avalon.
>
> I've downloaded 4.0b3.
>
> First, the build.sh script does not include the jars to build.  I changed
> it as follows:
>
> *** 10,16 ****
>   unset ANT_HOME
>
>   export CP=$CLASSPATH
> ! export CLASSPATH=lib/xerces.jar
>
>   $PWD/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger -emacs $@
>
> --- 10,16 ----
>   unset ANT_HOME
>
>   export CP=$CLASSPATH
> ! export CLASSPATH=lib/xerces.jar:lib/logkit.jar:lib/bytecode.jar
>
>   $PWD/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger -emacs $@
>
> --------------
> Still, I'm getting errors about missing jdom stuff:
> C:\home\jgardner\projects\Avalon-4.0b3\src\scratchpad\org\apache\avalon\exc
>a libur\i18n\test\ResourceCheck.java:19: package org.jdom does not exist
> import org.jdom.*;
> ^
> C:\home\jgardner\projects\Avalon-4.0b3\src\scratchpad\org\apache\avalon\exc
>a libur\i18n\test\ResourceCheck.java:20: package org.jdom.input does not
> exist import org.jdom.input.*;
>
> Is there another prerequisite?  Where can I find the jdom classes? What
> version is required?
> Is there something obvious I'm missing?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Cheers,

Pete

*-----------------------------------------------------*
| "Faced with the choice between changing one's mind, |
| and proving that there is no need to do so - almost |
| everyone gets busy on the proof."                   |
|              - John Kenneth Galbraith               |
*-----------------------------------------------------*

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

Reply via email to