Facilities for packaging example and test apps
----------------------------------------------
Key: S4-31
URL: https://issues.apache.org/jira/browse/S4-31
Project: Apache S4
Issue Type: Task
Affects Versions: 0.5
Reporter: Matthieu Morel
Fix For: 0.5
Right now, S4 applications from the S4 codebase must be manually packaged. This
is cumbersome both for easily deploying and running examples and for testing
packaged applications.
Therefore we need to provide facilities for automatically packaging examples
and test applications.
Usage:
- from the build script, by doing "gradle buildExamples" for instance, or
gradle buildExample example1
- from tests, using a test utility class, and specifying which directory
contain a given test app.
We'd put
- examples in subproject/s4-examples/s4-example1 ,
subproject/s4-examples/s4-example2
- test apps (for regression tests) in subprojects/s4-testApps/s4-testApp1 ,
subprojects/s4-testApps/s4-testApp2 etc...
--
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