Hi Right now, tomahawk trunk depends on some other projects, so there are some snapshot versions that makes build fail. The reason is we are working on all those projects at the same time, but I hope to release one by one soon.
Try checkout and compile these projects in the same order: (myfaces builder plugin, myfaces builder annotations, myfaces javascript plugin) http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/ (myfaces test) http://svn.apache.org/repos/asf/myfaces/test/trunk/ (myfaces core 2.0.x, myfaces shared 4.0.x) http://svn.apache.org/repos/asf/myfaces/current20/ (tomahawk) http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/ That should work. Anyway, I fixed a problem with hudson (continous integration) that prevent deploy source snapshots, required to make tomahawk compile and cause your problem. best regards, Leonardo Uribe 2010/8/30 Joe Black <[email protected]> > > Hi, > > I am trying to build tomahawk that can be used with MyFaces 2.0. However, I > am not successful. > > I am using Maven 2.2.1 to build. The error encountered is as follows:- > > ..... > > [INFO] [dependency:unpack {execution: unpack-shared-impl-sources}] > > [INFO] Configured Artifact: > org.apache.myfaces.shared:myfaces-shared-tomahawk:sources:4.0.3-SNAPSHOT:jar > > Downloading: > http://repository.apache.org/snapshots/org/apache/myfaces/shared/myfaces-shared-tomahawk/4.0.3-SNAPSHOT/myfaces-shared-tomahawk-4.0.3-SNAPSHOT-sources.jar > > [INFO] Unable to find resource > 'org.apache.myfaces.ahared:myfaces-shared-tomahawk:jar:sources:4.0.3-SNAPSHOT' > in repository apache.snapshots (http://repository.apache.org/snapshots) > > [INFO] ----------------- > > [ERROR] BUILD ERROR > > [INFO] ------------ > > [INFO] Unable to find artifact > ... > > > I can find the "myfaces-shared-tomahawk-4.0.3-SNAPSHOT.jar" but I cannot > find the sources jar. > > Please help. I am also not well versed in Maven too. > > > rgds, > > > >
