[
https://issues.jboss.org/browse/JBIDE-10464?page=com.atlassian.jira.plugi...
]
Max Rydahl Andersen commented on JBIDE-10464:
---------------------------------------------
note, to use this experimental feature you need to start eclipse with the following system
property set: org.jboss.tools.as.restartFilePattern to a regular expression that will be
used for matching.
i.e. eclipse -Dorg.jboss.tools.as.restartFilePattern=\.class$|\.jar$
will cause restart on both .class and .jar changes.
\.jar$ is the default.
Allow control over what file patterns triggers redeploy
-------------------------------------------------------
Key: JBIDE-10464
URL:
https://issues.jboss.org/browse/JBIDE-10464
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS/Servers
Reporter: Max Rydahl Andersen
Assignee: Rob Stryker
Fix For: 3.3.0.Beta1
Attachments: JBIDE-10464-withtest.patch, JBIDE-10464.patch
Right now we always restart on .jar deployments, or rather .jar$ to be precise.
I would like to be able to control this to experiment with better redeployment options.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira