Re: mvn assembly struts-2.1+

2008-05-01 Thread Antonio Petrelli
2008/5/1 Jeromy Evans <[EMAIL PROTECTED]>: > Jay Bose wrote: > > > Thanks Antonio, that solved it. > > > > > > > > > Just wondering, how does one know that before attempting "mvn > assembly:assembly", they must run the release,all,alljars,j4 and > pre-assembly profiles? > Is it just a matter of d

Re: mvn assembly struts-2.1+

2008-04-30 Thread Jeromy Evans
Jay Bose wrote: Thanks Antonio, that solved it. Just wondering, how does one know that before attempting "mvn assembly:assembly", they must run the release,all,alljars,j4 and pre-assembly profiles? Is it just a matter of digging through the pom until you find the right profiles? (It's n

Re: mvn assembly struts-2.1+

2008-04-30 Thread Jay Bose
Thanks Antonio, that solved it. --- Antonio Petrelli <[EMAIL PROTECTED]> wrote: > 2008/4/30 Jay Bose <[EMAIL PROTECTED]>: > > I'm upgrading from WebWork-2 to the most recent Struts-2(.1.x) that > > contains a > working > > instance of Dojo. Following the directions on > > http://struts.apache

Re: mvn assembly struts-2.1+

2008-04-30 Thread Antonio Petrelli
2008/4/30 Jay Bose <[EMAIL PROTECTED]>: > I'm upgrading from WebWork-2 to the most recent Struts-2(.1.x) that contains > a working > instance of Dojo. Following the directions on > http://struts.apache.org/2.x/docs/building-the-framework-from-source.html and > http://struts.apache.org/2.x/docs/

mvn assembly struts-2.1+

2008-04-29 Thread Jay Bose
I'm upgrading from WebWork-2 to the most recent Struts-2(.1.x) that contains a working instance of Dojo. Following the directions on http://struts.apache.org/2.x/docs/building-the-framework-from-source.html and http://struts.apache.org/2.x/docs/building-with-maven.html, I successfully ran this co