[moved to [EMAIL PROTECTED] from the user list] On 12/1/06, Marcus Beyer <[EMAIL PROTECTED]> wrote:
I would like to work on a tomahawk tag.
Please come join us on the development list to talk about working on Tomahawk itself.
So I just downloaded and installed subclipse, maven, maven plugin for eclipse, etc. Then I checked out tomahawk.
What URL?
When I tried to build the project using the provided pom.xml, I get an error message.
...
org.apache.maven.project.ProjectBuildingException: Cannot find parent: org.apache.myfaces.tomahawk:tomahawk-project for project: org.apache.myfaces.tomahawk:tomahawk:jar:null
It sounds like you've checked out just tomahawk/trunk/core instead of the entire trunk. The next problem you're likely to run into is that Tomahawk and MyFaces core both use the 'shared' module. The easiest thing to do is check out the 'current' svn external definition, which is described here: http://wiki.apache.org/myfaces/Building_With_Maven -- Wendy
