Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] 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