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
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
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:
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
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
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
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
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
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
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
===
10 matches
Mail list logo