the mentioned issue was a compile error. skipping the test doesn't help there ...
On Feb 10, 2008 6:15 PM, Gerhard Petracek <[EMAIL PROTECTED]> wrote: > hello stephen, > > please check out the trunk ([1] or [2]) > > if > > mvn clean install > > doesn't work, please try: > > mvn package -Dtest=skip > mvn install > > (within the trinidad root-folder) > > regards, > gerhard > > [1] http://svn.apache.org/repos/asf/myfaces/trinidad/trunk > [2] http://svn.apache.org/repos/asf/myfaces/trinidad/trunk_1.2.x > > > > 2008/2/10, Matthias Wessendorf <[EMAIL PROTECTED]>: > > > hu? > > that is not possible. > > "Compilation failure" is not related to a m2 repo > > > > from where did you got the Trinidad ? > > > > -M > > > > On Feb 10, 2008 1:21 AM, Stephen Friedrich <[EMAIL PROTECTED]> > wrote: > > > Completely removing my maven repository did not help, even after "mvn > clean install". > > > Strangely what worked is this: > > > In "trinidad-impl" sub-folder do "mvn clean install", then in root > folder try again with "mvn install". > > > > > > So does this mean there's something wrong with how the maven files are > set up? > > > > > > > > > Stephen Friedrich wrote: > > > > My naive approach was to checkout trunk, then do "mvn install". > > > > However the build process fails when compiling the tests for "impl": > > > > > > > > [INFO] Compiling 45 source files to > > > > C:\java\trinidad-svn\trinidad-impl\target\test-classes > > > > [INFO] > > > > > ------------------------------------------------------------------------ > > > > [ERROR] BUILD FAILURE > > > > [INFO] > > > > > ------------------------------------------------------------------------ > > > > [INFO] Compilation failure > > > > > > > > > C:\java\trinidad-svn\trinidad-impl\src\test\java\org\apache\myfaces\trinidadinternal\renderkit\ComponentDefinition.java:[31,54] > > > > package org.apache.myfaces.trinidadinternal.share.ex > > > > pl does not exist > > > > > > > > > C:\java\trinidad-svn\trinidad-impl\src\test\java\org\apache\myfaces\trinidadinternal\renderkit\FacesConfigInfo.java:[42,53] > > > > package org.apache.myfaces.trinidadinternal.share.xml do > > > > es not exist > > > > > > > > ... > > > > > > > > > > > > Any ideas? > > > > > > > > > > > > > > -- > > Matthias Wessendorf > > > > further stuff: > > blog: http://matthiaswessendorf.wordpress.com/ > > sessions: http://www.slideshare.net/mwessendorf > > mail: matzew-at-apache-dot-org > > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org
