I didn't think it was released but I know its approaching release. 
Shale is using it and that project is about to release.  I'm just
trying to avoid using the entire struts.jar since we only need the
tiles part.

Oh well.  I guess we'll wait a little while until Struts 1.3 is official.

@Wendy, will that release include standalone tiles or just Struts Action?

sean


On 11/30/05, Greg Reddin <[EMAIL PROTECTED]> wrote:
> If you're depending on Standalone Tiles you'll probably have worse
> luck as that's only based on a nightly right now.  you probably
> already know that, but I just wanted to make sure.
>
> Greg
>
> On Nov 30, 2005, at 4:58 PM, Wendy Smoak wrote:
>
> > On 11/30/05, Sean Schofield <[EMAIL PROTECTED]> wrote:
> >
> >> OK I am cautiously wading into the "Maven" waters ...
> >>
> >> I'm having trouble using the standalone Struts in an m2 project.
> >> Here
> >> is the dependency I am using:
> >>
> >>     <dependency>
> >>         <groupId>struts</groupId>
> >>         <artifactId>struts-tiles</artifactId>
> >>         <version>1.1</version>
> >>         <scope>compile</scope>
> >>     </dependency>
> >>
> >> Here is the result:
> >>
> >> Reason: Unable to download the artifact from any repository
> >>   struts:struts-tiles:1.1:jar
> >>
> >> from the specified remote repositories:
> >>   central (http://repo1.maven.org/maven2)
> >>
> >> Any ideas?
> >>
> >
> > No such animal.  Tiles is inside struts.jar for versions prior to (the
> > as yet unreleased) 1.3.
> >
> > You can look in the repository to see what's there:
> >    http://www.ibiblio.org/maven/struts/jars/
> >
> > Fix:
> >    <artifactId>struts</artifactId>
> >
> > --
> > Wendy
> >
> >
>
>

Reply via email to