There shouldn't be *any* dependencies on methods in the core other then the api stuff. I guess there are some impl dependencies for the test cases right now but that should be eliminated eventually as well.
Sean On 6/24/06, Bruno Aranda <[EMAIL PROTECTED]> wrote:
I see that happens. This method was added in core, but tomahawk depends on a previous version of myfaces core, so it does not get the snapshot where the current code is. That would mean that the next version of tomahawk should depends on a newer version of core. Is there any way to avoid that? Or do we go for the dependency updated? We should document thoroughltly this dependencies... Cheers, Bruno On 6/24/06, Bruno Aranda <[EMAIL PROTECTED]> wrote: > It complains about this: > > Compiling 314 source files to > /export/home/mrmaven/myfaces-nightly/tomahawk/core/target/classes > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Compilation failure > > /export/home/mrmaven/myfaces-nightly/tomahawk/core/src/main/java/org/apache/myfaces/component/html/util/HtmlComponentUtils.java:[63,39] > getBooleanValue(javax.faces.component.UIComponent) in > org.apache.myfaces.shared_tomahawk.renderkit.RendererUtils cannot be > applied to (java.lang.String,java.lang.Object,boolean) > > /export/home/mrmaven/myfaces-nightly/tomahawk/core/src/main/java/org/apache/myfaces/component/html/util/HtmlComponentUtils.java:[79,56] > getBooleanValue(javax.faces.component.UIComponent) in > org.apache.myfaces.shared_tomahawk.renderkit.RendererUtils cannot be > applied to (java.lang.String,java.lang.Object,boolean) > > > [INFO] ------------------------------------------------------------------------ > [INFO] For more information, run Maven with the -e switch > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 29 seconds > [INFO] Finished at: Sat Jun 24 05:46:15 GMT+00:00 2006 > [INFO] Final Memory: 24M/319M > [INFO] ------------------------------------------------------------------------ > > > Bruno > > On 6/24/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 6/23/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > > > Changes > > > > matzew removed double header > > > > /myfaces/maven/trunk/myfaces-archetype/src/main/resources/archetype-resources/src/main/webapp/WEB-INF/web.xml > > > > > > needs continuum a wrong web.xml header ?? :) > > > > No, it was broken before that. This is the first failure I see: > > > > Online report : > > http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/50/buildId/2341 > > Build statistics: > > State: Failed > > Previous State: Ok > > Started at: Thu, 22 Jun 2006 07:16:33 +0000 > > Finished at: Thu, 22 Jun 2006 07:19:44 +0000 > > Total time: 3m 10s > > Build Trigger: Schedule > > Exit code: 1 > > Building machine hostname: myfaces.zones.apache.org > > Operating system : SunOS(unknown) > > Java version : 1.5.0_06(Sun Microsystems Inc.) > > > > Changes > > matzew updated some poms, because of branching core, > > shared, maven and tomahawk... > > > > ... > > > > [ERROR] BUILD ERROR > > [INFO] ------------------------------------------------------------------------ > > [INFO] Failed to resolve artifact. > > > > GroupId: org.apache.myfaces.tomahawk > > ArtifactId: myfaces-example-blank > > Version: 1.1.5-SNAPSHOT > > > > -- > > Wendy > > >
