Issue Details (XML | Word | Printable)

Key: SFOS-1167
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Steve Loughran
Reporter: Steve Loughran
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
SmartFrog

ant component to list nested resource collections and print them to a property or to a file

Created: 31/Mar/09 03:43 PM (BST)   Updated: 01/Apr/09 06:03 PM (BST)
Component/s: tools_ sf_ant_tasks
Affects Version/s: 3.17.010
Fix Version/s: 3.17.010

Time Tracking:
Not Specified

Issue Links:
Depends
 

Compatibility: new feature


 Description  « Hide
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,

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Steve Loughran added a comment - 01/Apr/09 03:22 PM (BST)
the task is in, but lacks documentation right now, as xdoclet is failing. Leaving the defect open