[jboss-jira] [JBoss JIRA] Created: (JBMICROCONT-183) ManifestDeployer has a TODO relating to VFS snapshot update
Adrian Brock (JIRA)
jira-events at lists.jboss.org
Mon Jul 2 14:12:10 EDT 2007
ManifestDeployer has a TODO relating to VFS snapshot update
-----------------------------------------------------------
Key: JBMICROCONT-183
URL: http://jira.jboss.com/jira/browse/JBMICROCONT-183
Project: JBoss MicroContainer
Issue Type: Task
Components: Deployment
Reporter: Adrian Brock
Assigned To: Ales Justin
Fix For: JBossMC_2_0_0_CR1
Ales, you added this comment
@Override
protected T parse(VFSDeploymentUnit unit, VirtualFile file, T root) throws Exception
{
// todo - update once we have new vfs snapshot
InputStream is = SecurityActions.openStream(file);
Manifest manifest;
try
{
manifest = new Manifest(is);
}
finally
{
try
{
is.close();
}
catch (Exception ignored)
{
}
}
return createMetaData(manifest);
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list