You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Myrna van Lunteren (JIRA)" <ji...@apache.org> on 2014/03/26 22:44:16 UTC

[jira] [Created] (DERBY-6531) The ant genrelnotes target fails to run the clean_target on windows

Myrna van Lunteren created DERBY-6531:
-----------------------------------------

             Summary: The ant genrelnotes target fails to run the clean_target on windows
                 Key: DERBY-6531
                 URL: https://issues.apache.org/jira/browse/DERBY-6531
             Project: Derby
          Issue Type: Improvement
          Components: Build tools
    Affects Versions: 10.10.1.4
         Environment: windows 7
            Reporter: Myrna van Lunteren
            Priority: Minor


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 the files were in use.

Workaround: run the clean-jirasoap target as a separate step.



--
This message was sent by Atlassian JIRA
(v6.2#6252)