You're right, on a fresh install the correct version is present. I don't know how my M4 install was tainted with an older version. I'm wondering if that's caused by installing the stale SDK from http://download.eclipse.org/webtools/repository/kepler
Getting the SDK matching the kepler release is the reason why I use that repo BTW.
I downloaded the latest Java EE Kepler M4 distro to ensure that the
right code was in there and found the following org.eclipse.jpt.jpa.core_3.3.0.v201212061358.jar.
That looks right.
The Webtools Kepler repository (http://download.eclipse.org/webtools/repository/kepler)
on the other hand does appear to have stale Dali content, and likely
stale content in general. Given the naming, I would expect that
this repo would indeed have current WTP milestone bits. Carl can
likely inform us of the current nature of this software site and its
intended use.
For now I would use the main Kepler repo to consume Dali and WTP
milestones.
Neil
On 1/18/2013 12:08 PM, Fred Bricon wrote:
Hi,
I've been banging my head all day trying to tycho build my
m2e-wtp JPA plugin against Dali, using the kepler M4 artifacts.
I've been using the JavaEE Kepler M4 distro to write my code,
that distro containing org.eclipse.jpt.jpa.core_3.3.0.v201209262323.jar
That 3.3.0 v201212061358 doesn't
contain org.eclipse.jpt.jpa.core.platform.JpaPlatformDescription
anymore, some methods changed/are unavailable, and my plugin
doesn't compile.