[
https://issues.apache.org/jira/browse/DERBY-2573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Hillegas updated DERBY-2573:
---------------------------------
Attachment: derby-2573-07-aa-createBranch.diff
Attaching derby-2573-07-aa-createBranch.diff. This adds some targets to support
branch creation as the first step toward generating a feature release.
Committed at subversion revision 1021793.
This patch introduces a new top-level target: createBranch. You must specify
your docs root in order to invoke this target. So you would do something like
the following:
export DOCS_ROOT=$HOME/derby/docs/$BRANCH
cd $HOME/derby/$SANDBOX/$BRANCH
ant "-Ddocs.root=$DOCS_ROOT" -quiet createBranch
I have test-driven the parts of this target which determine the branch and
starting subversion revision. I have not tested the actual branch creation.
Will do that when it's time to create the 10.7 branch.
Touches the following file:
M build.xml
> Create master ant target for generating all release artifacts, including code
> and doc artifacts
> -----------------------------------------------------------------------------------------------
>
> Key: DERBY-2573
> URL: https://issues.apache.org/jira/browse/DERBY-2573
> Project: Derby
> Issue Type: Improvement
> Components: Build tools
> Affects Versions: 10.3.1.4
> Reporter: Rick Hillegas
> Assignee: Rick Hillegas
> Attachments: derby-2573-01-aa-masterTarget.diff,
> derby-2573-02-aa-generateReleaseProperties.diff,
> derby-2573-03-aa-propertyPrompt.diff, derby-2573-04-aa-emptyClient.diff,
> derby-2573-05-aa-updateReleaseProperties.diff,
> derby-2573-06-ab-docsClasspath.diff, derby-2573-07-aa-createBranch.diff,
> DERBY-2573.diff_1notforcommit
>
>
> This is one of the tasks tracked by master JIRA DERBY-2571.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.