Sorry about that. I will fix it in the morning. The problem is that i didn't build with a clean repo and i need to add the maven apache incubator repository to the pom.
Cheers, - Dan -- Dan Diephouse - m: (616) 318 3474 MuleSource Sent from my mobile, apologies for errors due to my large thumbs. -----Original Message----- From: "James M Snell" <[EMAIL PROTECTED]> To: [email protected] Sent: 11/28/2007 11:19 PM Subject: Re: repo not building Hmm.. hopefully one of the Maven'ite committers will get that fixed soon. In the meantime, the Ant build works and should be enough to get you started. # optionally enable xmlsec and spring integration export ABDERA_XMLSECURITY=true export ABDERA_SPRING=true ant -f build/build.xml dist - James Adam Fisk wrote: > You may be aware of this, but just a head's up the repo's not building > for me. It fails on the json stuff with: > 1) org.apache.abdera:json:jar:1.0 > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.abdera -DartifactId=json \ > -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file > Alternatively, if you host your own repository you can deploy the file > there: mvn deploy:deploy-file -DgroupId=org.apache.abdera > -DartifactId=json \ > -Dversion=1.0 -Dpackaging=jar -Dfile=/path/to/file \ > -Durl=[url] -DrepositoryId=[id] > > Path to dependency: > 1) > org.apache.abdera:abdera-extensions-gdata:jar:0.4.0-incubating-SNAPSHOT > 2) org.apache.abdera:json:jar:1.0 > > > Indeed, the following gives a 404. > > http://repo1.maven.org/maven2/org/apache/abdera/json/1.0/json-1.0.jar > > Great looking project, though. Hope to use it. > > -Adam > >
