hi antonio,

thanks for this info, but maven build fails after:
>svn checkout http://svn.apache.org/repos/asf/struts/struts1/trunk
>mvn install

Output:
D:\Projects\src\20070419-struts1\trunk\tiles2>d:\ProgramFiles\maven-2.0.6\bin\mv
n install
[INFO] Scanning for projects...
[INFO] -------------------------------------------------------------------------
---
[INFO] Building Struts - Tiles 2 integration
[INFO]    task-segment: [install]
[INFO] -------------------------------------------------------------------------
---
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://repo1.maven.org/maven2/commons-logging/commons-logging-api/1
.1/commons-logging-api-1.1.pom
[INFO] [compiler:compile]
[INFO] Compiling 11 source files to D:\Projects\src\20070419-struts1\trunk\tiles
2\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

D:\Projects\src\20070419-struts1\trunk\tiles2\src\main\java\org\apache\struts\ti
les2\actions\TilesAction.java:[32,24] cannot find symbol
symbol  : class AttributeContext
location: package org.apache.tiles

D:\Projects\src\20070419-struts1\trunk\tiles2\src\main\java\org\apache\struts\ti
les2\actions\TilesAction.java:[99,8] cannot find symbol
symbol  : class AttributeContext
location: class org.apache.struts.tiles2.actions.TilesAction

D:\Projects\src\20070419-struts1\trunk\tiles2\src\main\java\org\apache\struts\ti
les2\preparer\ActionPreparer.java:[25,24] cannot find symbol
symbol  : class AttributeContext
location: package org.apache.tiles

D:\Projects\src\20070419-struts1\trunk\tiles2\src\main\java\org\apache\struts\ti
les2\preparer\ActionPreparer.java:[52,12] cannot find symbol
symbol  : class AttributeContext
location: class org.apache.struts.tiles2.preparer.ActionPreparer

D:\Projects\src\20070419-struts1\trunk\tiles2\src\main\java\org\apache\struts\ti
les2\preparer\UrlPreparer.java:[29,24] cannot find symbol
symbol  : class AttributeContext
location: package org.apache.tiles

D:\Projects\src\20070419-struts1\trunk\tiles2\src\main\java\org\apache\struts\ti
les2\preparer\UrlPreparer.java:[46,12] cannot find symbol
symbol  : class AttributeContext
location: class org.apache.struts.tiles2.preparer.UrlPreparer

D:\Projects\src\20070419-struts1\trunk\tiles2\src\main\java\org\apache\struts\ti
les2\actions\TilesAction.java:[69,8] cannot find symbol
symbol  : class AttributeContext
location: class org.apache.struts.tiles2.actions.TilesAction

D:\Projects\src\20070419-struts1\trunk\tiles2\src\main\java\org\apache\struts\ti
les2\actions\TilesAction.java:[69,59] cannot find symbol
symbol  : method getAttributeContext(javax.servlet.http.HttpServletRequest,javax
.servlet.http.HttpServletResponse)
location: interface org.apache.tiles.TilesContainer


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Thu Apr 19 12:09:22 CEST 2007
[INFO] Final Memory: 5M/9M
[INFO] ------------------------------------------------------------------------

greetings

André




-------- Original-Nachricht --------
Datum: Thu, 19 Apr 2007 08:55:40 +0200
Von: "Antonio Petrelli" <[EMAIL PROTECTED]>
An: "Struts Users Mailing List" <user@struts.apache.org>
Betreff: Re: tiles2 with struts1

> 2007/4/19, "André Henke" <[EMAIL PROTECTED]>:
> > hi,
> >
> > is there a way to get struts1 work with tiles2?
> >
> > I'm migrating my application to struts2/tiles2 but there is still
> struts1 code using tiles forwards which must be supported.
> 
> The Struts 1 - Tiles 2 integration code is in the trunk of the
> Subversion repository. From my tests, it seems to be pretty stable,
> though it is not released.
> 
> Antonio
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to