+1
BTW, I ran it during the last session of ApacheCon and hooked up a
groovy script [1] to the webservices, they worked fine (though due to
lack of basic auth, it required the guest be a system admin :). The
server ran normally.
Cheers,
Brett
[1]
import groovy.net.xmlrpc.*
def serverProxy = new XMLRPCServerProxy("http://localhost:8080/archiva/xmlrpc
")
def repos = serverProxy.AdministrationService.getAllRemoteRepositories()
repos.each { println it.id + '=' + it.url }
On 07/11/2008, at 9:49 PM, James William Dumay wrote:
+1
Thanks again Deng for rolling this release :)
Cheers
James
On 08/11/2008, at 7:19 AM, Maria Odea Ching wrote:
Hi Everyone,
The Archiva 1.2-M1 release has been staged. The binaries, including
the
sources, signatures and checksums, are available here:
http://people.apache.org/builds/archiva/1.2-M1/<http://people.apache.org/builds/archiva/1.1.2/
>
You can take a look at the release notes at
http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14713&styleName=Text&projectId=10980or
http://people.apache.org/~oching/archiva/1.2-M1/release-notes.html<http://people.apache.org/%7Eoching/archiva/1.1.2/release-notes.html
>
While the staged site can be viewed here:
http://people.apache.org/~oching/archiva/1.2-M1<http://people.apache.org/%7Eoching/archiva/1.1.2
>
Everyone is encouraged to vote and give their feedback.
[ ] +1 Release it!
[ ] 0
[ ] -1 Don't release it, because..
The vote will be open for 72 hours.
Thanks to everyone who contributed to this release :)
Cheers,
Deng
--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/