[jboss-user] [JBoss Eclipse IDE (users)] - Re: Explode ear/war during publish

max.andersen@jboss.com do-not-reply at jboss.com
Tue Mar 13 04:26:47 EDT 2007


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#4027434

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027434



More information about the jboss-user mailing list