Bug 16896 - Support in ProjectHelper / ProjectHelperImpl to operate on an InputStream
Summary: Support in ProjectHelper / ProjectHelperImpl to operate on an InputStream
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Core (show other bugs)
Version: 1.5.1
Hardware: Other other
: P3 enhancement with 2 votes (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-07 22:59 UTC by Darin Swanson
Modified: 2010-05-24 16:47 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Swanson 2003-02-07 22:59:18 UTC
I would like to suggest that it would be a great addition to the 
ProjectHelper/ProjectHelperImpl if a method similar to the following was added:

public void parse(Project project, InputStream stream, String fileAbsolutePath).

This new entry point could be made to work with a some refactoring of the 
existing code and would allow parsing to occur on in memory working copy of a 
file (which we have in the Eclipse IDE).

Thanks
Comment 1 Conor MacNeill 2003-02-09 12:46:14 UTC
Have you thought of providing your own project helper? I haven't looked into
what is required for your use-case and there may even be issues when using your
own ProjectHelper but I thought I would mention the possibility.