It's part of the idea.
You basically just set up a set of include/excludes that states e.g.
build/classes/**/*.class goes to /your.war/your.jar and webcontent/**/* goes to
/your.war/WEB-INF etc.
Then when a resource is changed it is matched against these include/excludes to see if it
needs copying or deletion.
The idea is then for each exclude/include to tell if a certain action needs execution
(e.g. touch a descriptor)
The last part won't be in the first release coming up soon afaik (marshall/rob?), but
the rest is there now.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027434#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...