Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] new jpa.jar needed for tests

There's nothing like failing JUnits to remind me of your post. :) 

Is this a brand new pre-req for your tests? Or a replacement for one of 
the existing ones? 

Below are the existing "dali test dependencies" listed in 
releng\helios\maps\dependencies.properties
In either case, the right mechanism (most likely) is to use 
the "test-only dependency" mechanism
to inject into unit tests. Hopefully these existing ones will give a hint 
as to how to accomplish it. 

Let me ... or Tran :) ...
know if we can help further. 
Or open a releng bug with modifications you need. 

Thanks, 


#######################################################################################
# Java Persistence API Tools(JPT) Runtime Library Dependency
# JPT Runtime library zip to be downloaded
# JPT Runtime Library will be used for JUnit testing the JPT Tools 
features
# groupID : jpt-persistence.jar
jpt-persistence.jar.url=http://www.eclipse.org/webtools/dali/dev/
jpt-persistence.jar.file=jpt-persistence-2.0-preview.zip
jpt-persistence.jar.name=Persistence Jar
jpt-persistence.jar.description=Persistence libraries
#######################################################################################

#######################################################################################
# Java Persistence API Tools(JPT) Runtime Library Dependency
# EclipseLink library zip to be downloaded
# EclipseLink Library will be used for JUnit testing the JPT Tools 
features
# groupID : jpt-eclipselink.jar
jpt-eclipselink.jar.url=http://www.eclipse.org/webtools/dali/dev/
jpt-eclipselink.jar.file=jpt-eclipselink-2.0.0.zip
jpt-eclipselink.jar.name=EclipseLink Jar
jpt-eclipselink.jar.description=EclipseLink libraries
#######################################################################################





From:
Paul Fullbright <paul.fullbright@xxxxxxxxxx>
To:
Dali dev <dali-dev@xxxxxxxxxxx>
Date:
10/12/2009 06:25 PM
Subject:
[dali-dev] new jpa.jar needed for tests
Sent by:
dali-dev-bounces@xxxxxxxxxxx



Hello all,

I've checked in some new java resource model tests that require a 
jpa.jar with the new MapsId annotation, which can be found in the latest 
eclipselink builds. Or I can send you one if you need.

- Paul

-- 
Paul Fullbright
Eclipse Java Persistence Tools (Dali) Development
Oracle

_______________________________________________
dali-dev mailing list
dali-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dali-dev





Back to the top