Hi everyone, I have a very rare problem that needs to be solved.
Problem / Question:
I have a dynamic web project that is already built, and I have a war file for this project.
I need to apply some settings on top of the war file provided to me.
Using maven or ant, I can compile the user code I wrote and the ability to add the created class files to the war file.
But this happens to build the final war.
when I want to check my code in eclipse. the war file created and deployed in the jboss plugin contains only class files created from java files written by me ..........
Please help me how can I modify the .classpath file of my project so that the jboss publication can create a war file using a dependent war file that can be run on eclipse-jboss to check my user code ....
Thanks for the help.....
source share