Hi all i have very rare problem which needs to be solved.
Problem/issue:
==============
I have a dynamic web project which is already built and i have war file of that project.
I need to apply some customizations on top of the war file given to me.
Using
maven or ant am able to compile the custom code written by me and able to add produced class files to the war file.
But the this is hapenning for final war file build.
when i want to
test my code in eclipse. the war file build and deployed in
jboss plugin contains only the class files produced out of
java files written by me..........
Please help me how can i modify the .classpath file of my project so that a jboss publish can build a war file using the dependent war file which can run on eclipse-jboss to test my custom code....
Advance Thanks.....