On 9/14/06, stephan opitz <[EMAIL PROTECTED]> wrote:
i updated the newest nightly builds.
it works as with my buidls from middle august, but i get...
14:28:11,015 ERROR [TilesViewHandler] Tiles error
org.apache.tiles.FactoryNotFoundException: Can't get definitions
factory from context.
I think I saw that Craig changed the Tiles version to 2.0-SNAPSHOT
yesterday. Make sure you have the very latest Tiles 2 snapshot.
Maven won't retrieve a new one, so either build Tiles 2 yourself, or
delete it from your local repository to force Maven to download a new
one. (rm -rf ~/.m2/repository/org/apache/struts/tiles)
I'm getting a different compilation error:
[INFO] [compiler:compile]
Compiling 13 source files to c:\svn\shale\framework\shale-core\target\classes
...
c:\svn\shale\framework\shale-core\src\main\java\org\apache\shale\component\Valid
atorScript.java:[37,36] package org.apache.commons.validator does not exist
...
Could just be something local, but it doesn't get as far as shale-tiles for me.
By the way, please come join us on the development list-- questions
about building Shale from source really belong over there. :)
--
Wendy