Thx, now it starts the build, but it fails at:

Compiling 1 source file
to /home/tkrah/Development/src/shale-parent/shale-tiles/target/classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/home/tkrah/Development/src/shale-parent/shale-tiles/src/main/java/org/apache/shale/tiles/TilesViewHandler.java:[263,57]
 cannot find symbol
symbol  : method getInstance(java.lang.Object,java.lang.Object)
location: interface org.apache.tiles.context.TilesContextFactory

/home/tkrah/Development/src/shale-parent/shale-tiles/src/main/java/org/apache/shale/tiles/TilesViewHandler.java:[264,26]
 getDefinition(java.lang.String,org.apache.tiles.TilesRequestContext) in 
org.apache.tiles.TilesUtil cannot be applied to 
(java.lang.String,org.apache.tiles.TilesContext)

/home/tkrah/Development/src/shale-parent/shale-tiles/src/main/java/org/apache/shale/tiles/TilesViewHandler.java:[303,53]
 cannot find symbol
symbol  : method getInstance(java.lang.Object,java.lang.Object)
location: interface org.apache.tiles.context.TilesContextFactory

/home/tkrah/Development/src/shale-parent/shale-tiles/src/main/java/org/apache/shale/tiles/TilesViewHandler.java:[304,53]
 getContext(org.apache.tiles.TilesRequestContext) in 
org.apache.tiles.ComponentContext cannot be applied to 
(org.apache.tiles.TilesContext)

/home/tkrah/Development/src/shale-parent/shale-tiles/src/main/java/org/apache/shale/tiles/TilesViewHandler.java:[307,25]
 
setContext(org.apache.tiles.ComponentContext,org.apache.tiles.TilesRequestContext)
 in org.apache.tiles.ComponentContext cannot be applied to 
(org.apache.tiles.ComponentContext,org.apache.tiles.TilesContext)


Can i skip this? And if i can, how to do it?

Torsten


Am Donnerstag, den 26.10.2006, 22:10 -0700 schrieb Wendy Smoak:
> On 10/26/06, Torsten Krah <[EMAIL PROTECTED]> wrote:
> 
> > Running mvn install in the framework directory - the ones where all
> > shale parts are in - results in this error:
> >
> > mvn install
> > [INFO] Scanning for projects...
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] FATAL ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Failed to resolve artifact.
> >
> > GroupId: org.apache.shale
> > ArtifactId: shale-master
> > Version: 2-SNAPSHOT
> >
> > Reason: Unable to download the artifact from any repository
> >
> >   org.apache.shale:shale-master:pom:2-SNAPSHOT
> >
> > from the specified remote repositories:
> >   central (http://repo1.maven.org/maven2)
> >
> > Don't know what to do here, any hints?
> 
> Heh.  Matthias?  Are you *sure* it builds without the snapshot
> repository in the shale-parent pom?
> 
> Torsten:  update your working copy and try it again.  I just added the
> snapshot repository back to the shale-parent pom.
> 

Reply via email to