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

Yes the new jar has the same name.

I am guessing that we have to remove it 'manually' from the build machine.

David M Williams wrote:
Is it like a new jar but with same name? 

If so, the cached version in 'prereqscache' will need to be removed before 
it fetches a new version. 





From:
Neil Hauge <neil.hauge@xxxxxxxxxx>
To:
"General Dali EJB ORM developer discussion." <dali-dev@xxxxxxxxxxx>
Date:
10/14/2009 11:10 AM
Subject:
Re: [dali-dev] new jpa.jar needed for tests
Sent by:
dali-dev-bounces@xxxxxxxxxxx



David,

We actually "thought" we made the appropriate dependency changes before 
releasing the new code to the build.  Tran is currently investigating 
why the new replacement dependency (jpt-persistence-2.0-preview.zip) is 
not being accessed by the build.  I updated the dependency yesterday 
afternoon, so not sure why it isn't working.

Neil

David M Williams wrote:
  
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="" class="moz-txt-link-freetext" href="http://www.eclipse.org/webtools/dali/dev/">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="" class="moz-txt-link-freetext" href="http://www.eclipse.org/webtools/dali/dev/">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


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



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

Back to the top