Hi Gretchen,
Sorry about that. The wiki is still pointing at 1.3.0-SNAPSHOT, when it
probably should be pointing at 2.0.0-SNAPSHOT (trunk).
There's a bit of duplicate effort going on right now wrt nightly builds.
Currently all releases are published to a maven snapshot repository
(roughly) every night. You can download the latest code in a maven build by
adding some xml to your pom file :
<repository>
<id>people.apache.org.snapshots</id>
<name>people.apache.org.snapshots</name>
<url>
http://people.apache.org/repo/m2-snapshot-repository
</url>
</repository>
If you aren't using maven then you can get still get the binaries and source
code from the maven repository. Just go to
http://people.apache.org/repo/m2-snapshot-repository/org/apache/openjpa/apache-openjpa/${version}/
For example if you want 1.3.0-SNAPSHOT :
http://people.apache.org/repo/m2-snapshot-repository/org/apache/openjpa/apache-openjpa/1.3.0-SNAPSHOT/apache-openjpa-1.3.0-SNAPSHOT-binary.zip
http://people.apache.org/repo/m2-snapshot-repository/org/apache/openjpa/apache-openjpa/1.3.0-SNAPSHOT/apache-openjpa-1.3.0-SNAPSHOT-source.zip
I'll take another crack at updating the download page.
Thanks for pointing it out,
-mike
On Mon, Dec 15, 2008 at 10:08 AM, Gretchen Chiaramonte
<[email protected]>wrote:
>
> I was hoping to get the fix for bug OPENJPA-815 , but it appears that
> there
> has not been a nightly build since October 24 -- at least, that's the date
> inside the current nightly build file that's out there, and the properties
> file shows this build is at revision number 422266:707655. Is there some
> other way I can get the latest code, even if I have to build it myself?
> --
> View this message in context:
> http://n2.nabble.com/No-recent-nightly-builds-tp1658790p1658790.html
> Sent from the OpenJPA Developers mailing list archive at Nabble.com.
>
>