Every we create a VFS optimization are we going to change the MainDeployer interface?
| Adding extended deploy method to old MainDeployer:
|
| /**
| * The <code>deploy</code> method deploys a package identified by a URL
| *
| * @param url an <code>URL</code> value
| * @param noReaper enable no reaper
| * @param forceCopy enable copy
| * @param caseSensitive enable case sensitive
| * @throws DeploymentException for any error
| */
| void deploy(URL url, boolean noReaper, boolean forceCopy, boolean caseSensitive)
throws DeploymentException;
|
| Invoking deploy with noReaper==true allows testjar file deletion.
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191690#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...