hello, have you already tried to run the full myfaces build, which is described in the myfaces wiki: http://wiki.apache.org/myfaces/Building_With_Maven
there is also a topic called "For Tomahawk only" - this command works if you built the full myfaces build before - so you should be fine with running the full myfaces build: svn co https://svn.apache.org/repos/asf/myfaces/current myfaces-current cd myfaces-current mvn install this will take some minutes, but it should work. regards, gerhard 2007/11/10, Dave <[EMAIL PROTECTED]>: > > I checked out the latest tomahawk source code, tried to build it. but got > the following error. > could someone help me. Thanks! > > C:\tomahawk>mvn install > [INFO] Scanning for projects... > [INFO] > ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Error building POM (may not be this project's POM). > > Project ID: org.apache.myfaces.tomahawk:tomahawk:jar:null > Reason: Cannot find parent: org.apache.myfaces.tomahawk:tomahawk-projectfor > project: > org.apache.myfaces.tomahawk:tomaha > wk:jar:null for project org.apache.myfaces.tomahawk:tomahawk:jar:null > > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > org.apache.maven.reactor.MavenExecutionException: Cannot find parent: > org.apache.myfaces.tomahawk:tomahawk-project for p > roject: org.apache.myfaces.tomahawk:tomahawk:jar:null for project > org.apache.myfaces.tomahawk:tomahawk:jar:null > at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java > :378) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:290) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:280) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke( > NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java > :315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode( > Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find > parent: org.apache.myfaces.tomahawk:tomahawk-project for project: > org.apache.myfaces.tomahawk:tomahawk:jar:null for project > org.apache.myfaces.tomahawk:tomahawk:jar:null > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

