Yeah, we'll get some fully built versions soon, but the
#1 priority is getting the build working without any special
downloads. Looks like javax.xml.stream is another dependency
to hunt down. Tried:
<dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
<version>1.1.2-dev</version>
</dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
<version>1.0.1</version>
</dependency>
... but that left me without xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev. Blech.
-- Adam
On 5/7/06, Frank Felix Debatin <[EMAIL PROTECTED]> wrote:
Found the plugins at
http://svn.apache.org/repos/asf/incubator/adffaces/trunk/plu
gins/
But, I guess I'll wait until more of the dependencies are
resolved. I gave up over the JSR-173 dependency. As much as
the Maven dependency mechanism impresses me, when it works,
the much it depresses me if it fails.
Will there be builts soon?
Frank Felix
> -----Original Message-----
> From: Adam Winer [mailto:[EMAIL PROTECTED]
> Sent: Sunday, May 07, 2006 11:01 PM
> To: [email protected]
> Subject: Re: ADF Faces checked in!
>
> You need to start by building the plugins, and then build
adf-faces.
>
> You'll immediately run into issues with not being able to
> find jsf-mock, Facelets, and the EL - you can use the
> adf-apache.zip from the original bundle to at least get
those
> dependencies.
>
> -- Adam
>
>
> On 5/7/06, Frank Felix Debatin <[EMAIL PROTECTED]> wrote:
> > Great! I tried it out immediately, but failed with the
> > maven-faces-plugin ...
> >
> > I'm sure that has been answered before, but I couldn't
find
> a link to
> > the answer. Can you help? Error below.
> >
> > Cheers
> > Frank Felix
> >
> > mvn install
> > ...
> > GroupId: org.apache.myfaces.adfbuild
> > ArtifactId: maven-faces-plugin
> > Version: 1.0-alpha-9-SNAPSHOT
> > Reason: Unable to download the artifact from any
repository
> >
> >
org.apache.myfaces.adfbuild:maven-faces-plugin:pom:1.0-alpha
> > -9-SNAPSHOT
> > from the specified remote repositories:
> > central (http://repo1.maven.org/maven2),
> > Mojo
> >
(http://www.ibiblio.org/pub/packages/maven2/org/codehaus/m
> >
> >
>