Re: Common build file issues (was Re: struts-faces won't compile)

2005-08-14 Thread James Mitchell
ing / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] Skype: jmitchtx - Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> To: "Struts Developers List" Sent: Sunday, August 14, 2005 8:27 AM Subject: Common bu

Re: Common build file issues (was Re: struts-faces won't compile)

2005-08-14 Thread James Mitchell
ing / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx MSN: [EMAIL PROTECTED] Skype: jmitchtx - Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> To: "Struts Developers List" Sent: Sunday, August 14, 2005 8:27 AM Subject: Common bu

Common build file issues (was Re: struts-faces won't compile)

2005-08-14 Thread Wendy Smoak
Wendy wrote: But there are things in the common build file that are *not* common to all subprojects. We needs a way to make sure that core/taglib/el/apps/plugins are all using the same versions of their dependencies, without imposing those dependencies on 'standalone' subprojects. How about:

Re: struts-faces won't compile

2005-08-11 Thread Wendy Smoak
From: "Craig McClanahan" <[EMAIL PROTECTED]> +import org.apache.struts.util.ModuleUtils; -RequestUtils.selectModule(request, servletContext); +ModuleUtils.getInstance().selectModule(request,servletContext); Conceptually that fix makes sense in that it solves the compilation problem ... but I

Re: struts-faces won't compile

2005-08-11 Thread Craig McClanahan
On 8/11/05, Michael Rasmussen <[EMAIL PROTECTED]> wrote: > Craig, > I know this issue came up about a year ago that struts-faces > wouldn't compile against the latest version of Struts (I think it was > a validator issue). It makes sense to me that it should always work > with the latest version

Re: struts-faces won't compile

2005-08-11 Thread Michael Rasmussen
Craig, I know this issue came up about a year ago that struts-faces wouldn't compile against the latest version of Struts (I think it was a validator issue). It makes sense to me that it should always work with the latest version of Struts. I think it would serve the project well to cut a *.0 r

Re: struts-faces won't compile

2005-08-08 Thread Craig McClanahan
On 8/8/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "Craig McClanahan" <[EMAIL PROTECTED]> > > > Maybe the Maven mavens can figure out a way to share the build > > infrastructure without sharing the dependency information? > > Not a problem... just change the dependency in project.xml. Loo

Re: struts-faces won't compile

2005-08-08 Thread Wendy Smoak
From: "Craig McClanahan" <[EMAIL PROTECTED]> Maybe the Maven mavens can figure out a way to share the build infrastructure without sharing the dependency information? Not a problem... just change the dependency in project.xml. Looks like it needs at least 1.2.2 to compile. (It won't compile

Re: struts-faces won't compile

2005-08-08 Thread Craig McClanahan
On 8/8/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Faces is using a formerly deprecated, and now removed, method in > RequestUtils. This breaks the Maven build, which works against > struts-core-1.3.0-dev. > > Is this the correct fix? > Conceptually that fix makes sense in that it solves the c

struts-faces won't compile

2005-08-08 Thread Wendy Smoak
Faces is using a formerly deprecated, and now removed, method in RequestUtils. This breaks the Maven build, which works against struts-core-1.3.0-dev. Is this the correct fix? Thanks, Wendy Index: core-library/src/java/org/apache/struts/faces/application/ActionListenerImpl.java ===