-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[UserStory] Add packaging task to the product build process #153
Comments
@jody Can you assign me to this issue? |
@jody can you assign me to this issue? |
@jody Can you assign me to this issue? |
Would there be any problems with renaming the |
If the product (which includes the code, build process, documentation, etc.) already meets the requirements for the issue, then all that needs to be done is to demonstrate that everything works as specified so we can close the issue. |
Looking at this issue, it is clear that it was never approved for the project. There's no "project" associated with the issue and the "Outcome", "Rationale", and "Acceptance Criteria" haven't been vetted. Because this issue does not appear on the Project Board, it wasn't approved by the project. (Note that although anyone can create issues. Only the project maintainers can approve them for integration into the project workflow.) If you are looking for issues that the project wants help with, please select from those in the ToDo column of the project board. |
User Story
Essential components
Story
As a maintainer
I want a task within the Gradle build that packages the product for distribution
so that when run, it builds the product jar file (if necessary), copies it to an identified location in the repository, and renames it in accordance with the product specifications.
Acceptance Criteria
QualityTools.jar
package
and invoked asgradle package
package
task must not be invoked by thebuild
task or other development tasksScenario 1
Given a copy of the project repository
when I run the build command
gradlew package
then the product jar is built and copied to the top level of the repository as
/QualityTools.jar
.Scenario 2
Given a copy of the project repository with an up-to-date build of the product jar
when I run the build command
gradlew package
then the product jar is copied to the top level of the repository as
/QualityTools.jar
.Supporting Information
See gradle documentation for help creating tasks.
https://docs.gradle.org/current/userguide/tutorial_using_tasks.html
Dependencies
Dependents
#43
The text was updated successfully, but these errors were encountered: