Re: [json-lib-user] Problems building from cvs
Brought to you by:
aalmiray
|
From: Jonathan <jso...@ki...> - 2007-12-10 20:04:25
|
Andres Almiray wrote:
> 1. I wasn't aware of this, I'll update it with the correct link once I'm
> out of the current firewall, thanks for spotting it.
Glad I could help in some way.
> 2. yesterday I committed a fix to the pom.xml referencing groovy 1.5
> instead of 1.1-final-SNAPSHOT
Just did another full checkout (just after 2pm in NY) and I'm still experiencing this problem. Looking at the pom.xml it does appear to still reference the old SNAPSHOT:
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>1.1-final-SNAPSHOT</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
> 3. Json-lib 2.2 may come out before the holidays (or sooner), I was
> expecting the groovy release.
Great news. Unfortunately, I need to launch a beta in the next few days so I'm going to try an hack a fix with the current codebase to hold me over until 2.2.
Thanks,
Jonathan.
---
[This E-mail scanned for viruses by Declude EVA]
|