Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Reviewed: Fix for 255978: [Build]: add build-eclipselink-jar target to replace older package-eclipselink-jar functionality (skip building tests)

Developers,
    Use the new target [build-eclipselink-jar] as an alternate to [build] without the test compiles.
 
    Code-reviewed by Eric, Edwin.
    in SVN 2803
 
    thank you
    /michael 
-----Original Message-----
From: Michael O'Brien
Sent: Thursday, November 20, 2008 10:06
To: Dev mailing list for Eclipse Persistence Services
Subject: Fix for 255978: [Build]: add build-eclipselink-jar target to replace older package-eclipselink-jar functionality (skip building tests)

Hi,
    The following fix and diff for 255978 is ready for review (anyone or Tom, Eric, Edwin or James).
 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=255978
   
    Details:
    - Add a 1 line addition to <trunk>/build.xml to readd a target that builds everything (except tests) and packages it into eclipselink.jar
    - The change is essentially the [build] target without the tests.
    The [build-eclipselink-jar] readds older [packag-eclipselink-jar] functionality to the build.
    The result is that rebuilding eclipselink.jar takes <1 min instead of 3 when repeatedly pushing changes to application servers during development.
 
    thank you
    /michael
 

Back to the top