
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Depends
|
|
|
|
This issue is depended on by:
|
|
|
SFOS-1165 Package the tests so that they can be run against an RPM installation
|
|
|
|
|
|
|
| Compatibility: |
new feature
|
|
I want to take a fileset containing tests to run and save it to a file which can then drive SmartFrog or hadoop-initiated test runs. It may include the full path, or it may be a stripping down of the path by removing a base directory, putting them into a different directory extension (for windows builds to work), and when generating the file/java property to add strings before and after it. This could also generate CSV text files, etc.
plan: a new ant task to take a fileset and
-strip off a base dir
-add a linebegin
-add a line end
-set the directoryChar to what the user chooses
-save it all as a property, which <echo> can then safe with. Or, if a destFile is set, push it out there,
|
|
Description
|
I want to take a fileset containing tests to run and save it to a file which can then drive SmartFrog or hadoop-initiated test runs. It may include the full path, or it may be a stripping down of the path by removing a base directory, putting them into a different directory extension (for windows builds to work), and when generating the file/java property to add strings before and after it. This could also generate CSV text files, etc.
plan: a new ant task to take a fileset and
-strip off a base dir
-add a linebegin
-add a line end
-set the directoryChar to what the user chooses
-save it all as a property, which <echo> can then safe with. Or, if a destFile is set, push it out there, |
Show » |
|