RE: maven:war plugin change request

2004-04-29 Thread Ganesh.K.Rao

Return Receipt
   
Your  RE: maven:war plugin change request  
document   
:  
   
was   Ganesh K Rao/RES/PHRD/SB_PLC 
received   
by:
   
at:   04/29/2004 01:19:09 PM   
   







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



RE: maven:war plugin change request

2004-04-29 Thread Sonnathi, Venkat
Hi Paul,

Atleast have a configurable property that is set to false by default and who
so ever wants can override this behavior. This will be a definite problem
when people have dependant web modules.

Thanks,
--Venkat.

-Original Message-
From: Glenn, Paul [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 29, 2004 11:52 AM
To: Maven Users List
Subject: RE: maven:war plugin change request


Hi,

I don't think you want an overwrite there unless the file
has changed, as you might want to preserve the timestamp
on an unchanged file. We do this for deploying 'exploded'
in our desktop development env. This saves us from having
to wait for JSPs getting compiled if they are unchanged.


Paul

-Original Message-
From: Sonnathi, Venkat [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 29, 2004 11:43 AM
To: 'Maven Users List'
Subject: RE: maven:war plugin change request


Hi,

The problem is that the ant:copy does not have a overwrite="true" in the
maven-war-plugin-1.5.jar. What is the procedure for requesting change to
this plugin? 

The following code in the goal war needs to be changed because of the
problems I am facing:


  


  


We need to add overwrite="true" to the  task above.

Thanks for your time.
--Venkat.

-Original Message-
From: Henry S. Isidro [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 28, 2004 8:10 PM
To: Maven Users List
Subject: Re: maven:war plugin


Sonnathi, Venkat wrote:

>Hi,
>
>I have common web module (CWM) and a few specialized web modules(SWM). SWM
>over-ride the jsp defines in CWM on a as needed basis.
>
>So, when building SWM web-app, I need to copy the webapp dir of CWM/src and
>then whatever is defined in SWM/src/webapp. I defined a preGoal for
>war:webapp, but by default the overwrite flag of ant:copy used in
war:webapp
>is false. So, the specialized files (jsp's in SWM) are not copied over the
>onces from CWM. 
>
>So can someone add a overwrite flag to maven:war plugin? Or are there
>anyother suggesstions?
>
>Thanks,
>--Venkat.
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>  
>
Hi. Just set the flag to true. For example,



I've done that and it works.

Regards,

Henry S. Isidro
Software Engineer
Exist Software Labs


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

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

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

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



RE: maven:war plugin change request

2004-04-29 Thread Glenn, Paul
Hi,

I don't think you want an overwrite there unless the file
has changed, as you might want to preserve the timestamp
on an unchanged file. We do this for deploying 'exploded'
in our desktop development env. This saves us from having
to wait for JSPs getting compiled if they are unchanged.


Paul

-Original Message-
From: Sonnathi, Venkat [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 29, 2004 11:43 AM
To: 'Maven Users List'
Subject: RE: maven:war plugin change request


Hi,

The problem is that the ant:copy does not have a overwrite="true" in the
maven-war-plugin-1.5.jar. What is the procedure for requesting change to
this plugin? 

The following code in the goal war needs to be changed because of the
problems I am facing:


  


  


We need to add overwrite="true" to the  task above.

Thanks for your time.
--Venkat.

-Original Message-
From: Henry S. Isidro [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 28, 2004 8:10 PM
To: Maven Users List
Subject: Re: maven:war plugin


Sonnathi, Venkat wrote:

>Hi,
>
>I have common web module (CWM) and a few specialized web modules(SWM). SWM
>over-ride the jsp defines in CWM on a as needed basis.
>
>So, when building SWM web-app, I need to copy the webapp dir of CWM/src and
>then whatever is defined in SWM/src/webapp. I defined a preGoal for
>war:webapp, but by default the overwrite flag of ant:copy used in
war:webapp
>is false. So, the specialized files (jsp's in SWM) are not copied over the
>onces from CWM. 
>
>So can someone add a overwrite flag to maven:war plugin? Or are there
>anyother suggesstions?
>
>Thanks,
>--Venkat.
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>  
>
Hi. Just set the flag to true. For example,



I've done that and it works.

Regards,

Henry S. Isidro
Software Engineer
Exist Software Labs


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

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

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



RE: maven:war plugin change request

2004-04-29 Thread Sonnathi, Venkat
Hi,

The problem is that the ant:copy does not have a overwrite="true" in the
maven-war-plugin-1.5.jar. What is the procedure for requesting change to
this plugin? 

The following code in the goal war needs to be changed because of the
problems I am facing:


  


  


We need to add overwrite="true" to the  task above.

Thanks for your time.
--Venkat.

-Original Message-
From: Henry S. Isidro [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 28, 2004 8:10 PM
To: Maven Users List
Subject: Re: maven:war plugin


Sonnathi, Venkat wrote:

>Hi,
>
>I have common web module (CWM) and a few specialized web modules(SWM). SWM
>over-ride the jsp defines in CWM on a as needed basis.
>
>So, when building SWM web-app, I need to copy the webapp dir of CWM/src and
>then whatever is defined in SWM/src/webapp. I defined a preGoal for
>war:webapp, but by default the overwrite flag of ant:copy used in
war:webapp
>is false. So, the specialized files (jsp's in SWM) are not copied over the
>onces from CWM. 
>
>So can someone add a overwrite flag to maven:war plugin? Or are there
>anyother suggesstions?
>
>Thanks,
>--Venkat.
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>  
>
Hi. Just set the flag to true. For example,



I've done that and it works.

Regards,

Henry S. Isidro
Software Engineer
Exist Software Labs


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

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



Re: maven:war plugin

2004-04-28 Thread Henry S. Isidro
Sonnathi, Venkat wrote:

Hi,

I have common web module (CWM) and a few specialized web modules(SWM). SWM
over-ride the jsp defines in CWM on a as needed basis.
So, when building SWM web-app, I need to copy the webapp dir of CWM/src and
then whatever is defined in SWM/src/webapp. I defined a preGoal for
war:webapp, but by default the overwrite flag of ant:copy used in war:webapp
is false. So, the specialized files (jsp's in SWM) are not copied over the
onces from CWM. 

So can someone add a overwrite flag to maven:war plugin? Or are there
anyother suggesstions?
Thanks,
--Venkat.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

Hi. Just set the flag to true. For example,



I've done that and it works.

Regards,

Henry S. Isidro
Software Engineer
Exist Software Labs
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


maven:war plugin

2004-04-28 Thread Sonnathi, Venkat
Hi,

I have common web module (CWM) and a few specialized web modules(SWM). SWM
over-ride the jsp defines in CWM on a as needed basis.

So, when building SWM web-app, I need to copy the webapp dir of CWM/src and
then whatever is defined in SWM/src/webapp. I defined a preGoal for
war:webapp, but by default the overwrite flag of ant:copy used in war:webapp
is false. So, the specialized files (jsp's in SWM) are not copied over the
onces from CWM. 

So can someone add a overwrite flag to maven:war plugin? Or are there
anyother suggesstions?

Thanks,
--Venkat.

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