Thursday, 22 August 2013

War Overlay... with Ant?

War Overlay... with Ant?

I've been tasked with setting up a Jasig CAS server, which is a Maven
project using the Spring Framework. It uses the Maven War Overlay plugin
to combine the CAS server's original files with my custom files.
Unfortunately, I am not permitted to leverage Maven and must therefore
convert this to an Ant project.
I am not as knowledgeable with Ant as I am with Maven. Does Ant have a
feature comparable to the Maven War Overlay plugin?

No comments:

Post a Comment