Reduce number of jar invocations in the buildjars target
--------------------------------------------------------
Key: DERBY-5482
URL: https://issues.apache.org/jira/browse/DERBY-5482
Project: Derby
Issue Type: Improvement
Components: Build tools
Affects Versions: 10.9.0.0
Reporter: Knut Anders Hatlen
Assignee: Knut Anders Hatlen
Priority: Minor
When building derby.jar, derbytools.jar and derbynet.jar, the build script runs
the jar target twice for each of the jars. The first jar invocation creates the
jar and adds some files, and the second one updates the jars with some more
files. It would be simpler to create each of the jar files in a single
invocation, and it would also cut off a few seconds on the time to build the
jars.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira