- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
ant replacestarr problem
Mon, 2010-08-09, 18:31
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.
Mon, 2010-08-09, 20:17
#2
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.
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.