This page is no longer maintained — Please continue to the home page at www.scala-lang.org

ant replacestarr problem

2 replies
Grzegorz Kossak...
Joined: 2010-07-13,
User offline. Last seen 42 years 45 weeks ago.

Hey,

I'm wondering if somebody ran into following problem:

dhcp-172-29-213-220:scalagwt-scala grek$ ant replacestarr
Buildfile: build.xml
[echo] Using ANT_OPTS: -Xms512M -Xmx1536M -Xss1M -XX:MaxPermSize=128M

replacestarr:
[echo] Using ANT_OPTS: -Xms512M -Xmx1536M -Xss1M -XX:MaxPermSize=128M

strap.clean:

pack.clean:

libs.clean:

quick.clean:

palo.clean:

locker.clean:
[echo] Using ANT_OPTS: -Xms512M -Xmx1536M -Xss1M -XX:MaxPermSize=128M

init:
[exec] Result: 1
[echo] Build number is '2.8.0.r0-b20100809115954'
[echo] Built 9 August 2010, 11:59:54 from revision 0 with Java
HotSpot(TM) 64-Bit Server VM 1.6.0_20

[.........]

locker.clean:
[delete] Deleting directory /grek-linux/scalagwt/scalagwt-scala/build/locker
[echo] Using ANT_OPTS: -Xms512M -Xmx1536M -Xss1M -XX:MaxPermSize=128M

init:
[exec] Result: 1
[echo] Build number is '2.8.0.r0-b20100809121431'
[echo] Built 9 August 2010, 12:14:31 from revision 0 with Java
HotSpot(TM) 64-Bit Server VM 1.6.0_20

BUILD FAILED
/grek-linux/scalagwt/scalagwt-scala/build.xml:83: The following error
occurred while executing this line:
/grek-linux/scalagwt/scalagwt-scala/build.xml:273: The following error
occurred while executing this line:
Unable to find jar:file:/grek-linux/scalagwt/scalagwt-scala/lib/scala-compiler.jar!/scala/tools/ant/sabbus/antlib.xml

Obviously, the jar is there and file in the jar is there as well.

If doesn't remind you anything then I'll have to dive into it but it's
quite painful because 'ant replacestarr' takes around 14 minutes
before it fails.

extempore
Joined: 2008-12-17,
User offline. Last seen 35 weeks 3 days ago.
Re: ant replacestarr problem

On Mon, Aug 09, 2010 at 01:32:04PM -0400, Grzegorz Kossakowski wrote:
> I'm wondering if somebody ran into following problem:

It's been doing that for a while. It wasn't obvious to me why. As
memory serves, you can ignore it and you'll find the new starr sitting
in lib/ anyway: it's choking before it runs all the tests, but you can
run those by hand too.

Do tell if you figure out what's up as it'd be nice to fix it.

Grzegorz Kossak...
Joined: 2010-07-13,
User offline. Last seen 42 years 45 weeks ago.
Re: ant replacestarr problem

On Mon, Aug 9, 2010 at 2:19 PM, Paul Phillips wrote:
> On Mon, Aug 09, 2010 at 01:32:04PM -0400, Grzegorz Kossakowski wrote:
>> I'm wondering if somebody ran into following problem:
>
> It's been doing that for a while.  It wasn't obvious to me why.  As
> memory serves, you can ignore it and you'll find the new starr sitting
> in lib/ anyway: it's choking before it runs all the tests, but you can
> run those by hand too.
>
> Do tell if you figure out what's up as it'd be nice to fix it.

Thanks for quick answer. Yes, new starr libs are sitting there.

I'll be having an eye on this issue. If I find anything I'm happy to
report back.

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland