Hi
 
I'm trying to adopt Maven for our project which consists of several
ejb-jar modules and several wars.
 
When building with Ant, we had the ability to hot deploy to our server
using the Weblogic Deployer Tool. This I can still achieve using an Ant
script executed via the antrun task. (I've looked at Cargo but this
can't deal with hot deploy).
 
The problem is that if we changed some jsp's, we were able to copy them
over the exploded war directory and Weblogic would pick them up. Using
Ant, only the changed files would be copied and so Weblogic wouldn't
have to recompile all the jsp's again, only the one that changed.
 
Using the Maven2 war:exploded target, I can get an exploded war file
structure that I have my application.xml pointing at and hot deployed,
but if we change a jsp, running the war:exploded task copies all of the
files again, the result of which is that Weblogic recompiles all of the
jsp's again and not just the changed one.
 
I would like the war:exploded target to copy only the changed jsp files
to the exploded war directory. **As a side note, the compile target for
java has my desired behaviour by only compiling java files that have
changed.
 
Any ideas?
 
Thanks
Paul



This message should be regarded as confidential. If you have received this 
email in error please notify the sender and destroy it immediately.
Statements of intent shall only become binding when confirmed in hard copy by 
an authorised signatory.  The contents of this email may relate to dealings 
with other companies within the Detica Group plc group of companies.

Detica Limited is registered in England under No: 1337451.

Registered offices: Surrey Research Park, Guildford, Surrey, GU2 7YP, England.


Reply via email to