开发者

Ant publisher properties in JBoss Runtime on Eclipse

开发者 https://www.devze.com 2023-01-10 04:33 出处:网络
I am using JBoss 4.2 Runtime on Eclipse Helios. As you know it uses the build file (jboss323.xml) that comes with the plugin. However I want to change the way this build file behaves for a particular

I am using JBoss 4.2 Runtime on Eclipse Helios. As you know it uses the build file (jboss323.xml) that comes with the plugin. However I want to change the way this build file behaves for a particular project (for example: override its WAR building process, say add a filter to exclude certain files). But I don't want to edit jboss323.xml file to do this, this would surely impact build process of other projects. Whats is the best way to achieve this?

P.S. I notice开发者_运维百科 a configuration section called "Ant publisher properties" for JBoss Server runtime however there is no search-able documentation on what it does or how it has to be used. Can this filed be used to override the default build file, if so how?

0

精彩评论

暂无评论...
验证码 换一张
取 消