You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Niall Pemberton <ni...@blueyonder.co.uk> on 2006/01/09 03:34:39 UTC

Examples Webapp jars

Not sure how its happening, but when I build the struts-examples war I'm
getting two copies of the fileupload jar (version 1.0 and version 1.1) and
as well as the struts-action-1.3.0-dev.jar I also seem to have the old
version struts-core-1.3.0-dev.jar.

Is this something wrong with my environment or the maven build?

Niall



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Examples Webapp jars

Posted by Niall Pemberton <ni...@blueyonder.co.uk>.
Thanks Wendy :-) that was it.

Niall

----- Original Message ----- 
From: "Wendy Smoak" <ws...@gmail.com>
Sent: Monday, January 09, 2006 2:38 AM


On 1/8/06, Niall Pemberton <ni...@blueyonder.co.uk> wrote:

> Not sure how its happening, but when I build the struts-examples war I'm
> getting two copies of the fileupload jar (version 1.0 and version 1.1) and
> as well as the struts-action-1.3.0-dev.jar I also seem to have the old
> version struts-core-1.3.0-dev.jar.
>
> Is this something wrong with my environment or the maven build?

Have you done 'maven clean' recently?  My guess is that
target/.../WEB-INF/lib still has the old versions, and the newer build
files added the additional files.  (What do the file dates say?)



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Examples Webapp jars

Posted by Wendy Smoak <ws...@gmail.com>.
On 1/8/06, Niall Pemberton <ni...@blueyonder.co.uk> wrote:

> Not sure how its happening, but when I build the struts-examples war I'm
> getting two copies of the fileupload jar (version 1.0 and version 1.1) and
> as well as the struts-action-1.3.0-dev.jar I also seem to have the old
> version struts-core-1.3.0-dev.jar.
>
> Is this something wrong with my environment or the maven build?

Have you done 'maven clean' recently?  My guess is that
target/.../WEB-INF/lib still has the old versions, and the newer build
files added the additional files.  (What do the file dates say?)

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Examples Webapp jars

Posted by Martin Cooper <ma...@apache.org>.
On 1/8/06, Niall Pemberton <ni...@blueyonder.co.uk> wrote:
>
> Not sure how its happening, but when I build the struts-examples war I'm
> getting two copies of the fileupload jar (version 1.0 and version 1.1) and
> as well as the struts-action-1.3.0-dev.jar I also seem to have the old
> version struts-core-1.3.0-dev.jar.
>
> Is this something wrong with my environment or the maven build?


I just finished 'maven clean-all build-all' and my examples war looks
right...

--
Martin Cooper


Niall
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>