I'm working on a tree view plugin to generate a html folder tree for the files within the src directory. This would involve generating a javascript file to configure the folder tree view. The real work of the tree view is in static js files. I'm thinking of having a descriptor file within each dir describing the files and parsing these files to generate the js - any ideas how to parse contents of files within jelly script? Or alternatively iterating over the contents of filesets. The bit I'm not sure about is how to write to the js files. I've had a look at ant tasks and can't see one that might be useful.
thanks in advance, Nathan
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
