You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Berin Loritsch <bl...@citi-us.com> on 2002/12/12 19:06:14 UTC

[ERROR] Change in Avalon build script

There is a problem due to the recent change in Avalon's build
script.  The build directory for the Avalon Framework jar file
has been changed.  As a result any build in Excalibur that looks
for it in the old place will have an infinite recursion happen
because it is looking for the framework jar in "build/lib"
instead of "target/lib".

Logger is one such victim.  We need to fix this ASAP.

BTW, when did this happen?

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: [ERROR] Change in Avalon build script

Posted by Berin Loritsch <bl...@citi-us.com>.
Clarification, the problem is in the "ant.properties.sample"
files.

> From: Berin Loritsch [mailto:bloritsch@citi-us.com]
> 
> There is a problem due to the recent change in Avalon's build
> script.  The build directory for the Avalon Framework jar file
> has been changed.  As a result any build in Excalibur that looks
> for it in the old place will have an infinite recursion happen
> because it is looking for the framework jar in "build/lib"
> instead of "target/lib".
> 
> Logger is one such victim.  We need to fix this ASAP.
> 
> BTW, when did this happen?
> 
> --
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: [ERROR] Change in Avalon build script

Posted by Berin Loritsch <bl...@citi-us.com>.
> From: Peter Royal [mailto:proyal@apache.org]
> >
> > BTW, when did this happen?
> 
> http://cvs.apache.org/viewcvs/jakarta-avalon/ 
> build.xml.diff?r1=1.149&r2=1.150&diff_format=h
> 
> I recall seeing a post from Peter Donald announcing the change and  
> asking if anyone was against it. mail-archive and amrc are 
> being really  
> slow for me so I can't dig it up though.
> -pete

Oh yeah, I vaguely remember that...

I think the consensus was that we didn't really care where
the temp files went as long as everything still worked....

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [ERROR] Change in Avalon build script

Posted by Peter Royal <pr...@apache.org>.
On Thursday, December 12, 2002, at 01:06  PM, Berin Loritsch wrote:
> There is a problem due to the recent change in Avalon's build
> script.  The build directory for the Avalon Framework jar file
> has been changed.  As a result any build in Excalibur that looks
> for it in the old place will have an infinite recursion happen
> because it is looking for the framework jar in "build/lib"
> instead of "target/lib".
>
> Logger is one such victim.  We need to fix this ASAP.
>
> BTW, when did this happen?

http://cvs.apache.org/viewcvs/jakarta-avalon/ 
build.xml.diff?r1=1.149&r2=1.150&diff_format=h

I recall seeing a post from Peter Donald announcing the change and  
asking if anyone was against it. mail-archive and amrc are being really  
slow for me so I can't dig it up though.
-pete


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>