[json-lib-user] Problems building from cvs
Brought to you by:
aalmiray
From: Jonathan <jso...@ki...> - 2007-12-10 17:05:53
|
1. Currently, the link on the json-lib "Building instructions" page: http://json-lib.sourceforge.net/package.html which points to cvs page, below, has instructions to download ezmorph, not json-lib: http://sourceforge.net/cvs/?group_id=174866 I was able to successfully download the source using the following: cvs -d:pserver:ano...@js...:/cvsroot/json-lib login cvs -z3 -d:pserver:ano...@js...:/cvsroot/json-lib co -P json-lib 2. Typing "ant" at the root yields the following error: *** Begin Error *** Buildfile: build.xml [artifact:dependencies] An error has occurred while processing the Maven artifact tasks. [artifact:dependencies] Diagnosis: [artifact:dependencies] [artifact:dependencies] Unable to resolve artifact: required artifacts missing: [artifact:dependencies] org.codehaus.groovy:groovy-all:jar:1.1-final-SNAPSHOT [artifact:dependencies] [artifact:dependencies] for the artifact: [artifact:dependencies] net.sf.json-lib:json-lib:jar:2.2-SNAPSHOT [artifact:dependencies] [artifact:dependencies] from the specified remote repositories: [artifact:dependencies] central (http://repo1.maven.org/maven2) [artifact:dependencies] BUILD FAILED /home/jgordon/downloads/json-lib/build.xml:25: Unable to resolve artifact: required artifacts missing: org.codehaus.groovy:groovy-all:jar:1.1-final-SNAPSHOT for the artifact: net.sf.json-lib:json-lib:jar:2.2-SNAPSHOT from the specified remote repositories: central (http://repo1.maven.org/maven2) Total time: 1 second *** End Error *** I'd like to be able to build the project so I can do a quick and dirty fix until 2.2 is released. I'm not too familiar with maven. How can I get around this issue? 3. Any notion of when you expect 2.2 to come out? Thanks! Jonathan. --- [This E-mail scanned for viruses by Declude EVA] |