Skip to content
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

sos plugins should have access to the files in their final destination #4

Closed
jhjaggars opened this issue Jul 11, 2011 · 0 comments
Closed
Assignees
Milestone

Comments

@jhjaggars
Copy link
Contributor

Sometimes files need to be edited before being packaged up. The regular expression feature is the only method to do this now and sometimes it is far to limited to do the sorts of things some plugins need to do. For example, the JBOSS plugin removes passwords from configuration files that are stored as XML documents. Using a real XML parser would be a better tool than passing the document text through some regular expressions.

If there was a way to get direct access to the file and change it only in the archived version that would allow the use of other file editing tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant