Will such "Javascript artifact" be downloadable using maven project.xml ?

Niall Pemberton a écrit :

On 1/27/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote:
I must be mis-understaning something somewhere - this looks like your
using this to cache on the server side only - including the above in
your page - rather than on the browser side?

Niall


I include a cache-control HTTP header so that the browser can cache the
file.
Having static javascript in a single .JS file will be great, but how do
we have to include it in the webapp ?
If this is part of commons-validator.jar I'll have to manually extract
it and add it to my webbapp ! Notice I'm using maven, so
commons-validator is automatically added to my weapp. I just have a
property to change to upgrade to a newer version.

Its not going to be in the jar - it'll be in the binary distro
alongside the jar, so as well as commons-validator-1.2.1.jar there
will also be:

commons-validator-1.2.1.js
commons-validator-1.2.1-compress.js

Currently the maven build of commons validator creates these scripts,
but its not available in the nightly build which uses the ant build
script.

Niall

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to