OK I actually fixed this a couple of days ago on the branch.  Checkout
the 1_1_2 branch of tomahawk and you can build the simple webapps no
problem.  Or manually change the local api dependency in your
examples/pom.xml to:

    <dependency>
      <groupId>org.apache.myfaces.core</groupId>
      <artifactId>myfaces-api</artifactId>
      <version>1.1.2</version>
    </dependency>

It will be fixed on the trunk when we merge back down (in a few days.)

Sean


On 4/20/06, James Mitchell <[EMAIL PROTECTED]> wrote:
> It would nice if there were a way to toggle the scope, like, if my
> settings.xml has a profile setup with one container version or
> another.  Hey!  I can dream can't I?  :)
>
>
> --
> James Mitchell
>
>
>
>
> On Apr 20, 2006, at 5:01 PM, Martin Marinschek wrote:
>
> > I think we have API as provided in there - this is due to the fact
> > that the server might supply it already.
> >
> > regards,
> >
> > Martin
> >
> > On 4/20/06, James Mitchell <[EMAIL PROTECTED]> wrote:
> >> No, unfortunately that did not help.  I'll review the pom
> >> dependencies and see if I can figure it out.
> >>
> >> Thanks.
> >>
> >> --
> >> James Mitchell
> >>
> >>
> >>
> >>
> >> On Apr 20, 2006, at 4:34 PM, Dennis Byrne wrote:
> >>
> >>> Hi James,
> >>>
> >>> Try "mvn clean install" from the root, or from the tomahawk dir.
> >>> Does this help?
> >>>
> >>> Dennis Byrne
> >>>
> >>>> -----Original Message-----
> >>>> From: James Mitchell [mailto:[EMAIL PROTECTED]
> >>>> Sent: Thursday, April 20, 2006 04:17 PM
> >>>> To: 'MyFaces Development'
> >>>> Subject: Example application
> >>>>
> >>>> Sorry for my ignorance, but can someone explain to me what's up
> >>>> with
> >>>> the sample applications?
> >>>>
> >>>> I build myfaces by running $mvn package from the root of the
> >>>> myfaces
> >>>> svn checkout.
> >>>>
> >>>> Maybe I'm just building it wrong, but when I deploy myfaces-
> >>>> example-
> >>>> simple.war, it immediately blows up due to missing the api jar.  I
> >>>> guess the Maven build doesn't include the api jar?  So I dropped
> >>>> that
> >>>> in by hand and restarted tomcat, now I get another missing
> >>>> dependency
> >>>> on lang.  Once I add that by hand and restart, it looks ok.
> >>>>
> >>>> Is this a pom dependency misconfiguration or did I do something
> >>>> wrong?
> >>>>
> >>>> Thanks in advance.
> >>>>
> >>>> --
> >>>> James Mitchell
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>
> >>>
> >>>
> >>
> >>
> >
> >
> > --
> >
> > http://www.irian.at
> >
> > Your JSF powerhouse -
> > JSF Consulting, Development and
> > Courses in English and German
> >
> > Professional Support for Apache MyFaces
>
>

Reply via email to