Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
10.10.2.0
-
None
-
None
-
windows 7
Description
To build release notes, one need to run the following command:
ant -Drelnotes.src.reports=/path/to/report_directory
-Djira.user=<jira user name>
-Djira.password=<password for that user>
-Drelease.version=<version of the release in JIRA>
genrelnotes
The genrelnotes target includes as the final step:
<!-- Remove cruft so that it does not turn up in source distributions -->
<antcall target="clean-jirasoap"/>
This failed on my windows system, because:
-----------------
[path]\tools\release\build.xml:167: The following error occurred while executing this line:
[path]\tools\release\build.xml:516: Unable to delete file [path]\tools\release\jirasoap\target\JiraSOAP-LATEST-jar-with-dependencies
Workaround: run the clean-jirasoap target as a separate step.
Attachments
Issue Links
- relates to
-
DERBY-6218 Tasks for producing a 10.10.2 maintenance release.
- Closed