the people.apache doesn't work... look at mvn output:

Downloading: http://snapshots.maven.codehaus.org/maven2//org/apache/myfaces/adf/adf-faces/incubator-m1-SNAPSHOT/adf-faces-incubator-m1-SNAPSHOT.pom [WARNING] Unable to get resource from repository Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/) Downloading: http://myfaces.zones.apache.org/dist/maven-repository/org/apache/myfaces/adf/adf-faces/incubator-m1-SNAPSHOT/adf-faces-incubator-m1-SNAPSHOT.pom [WARNING] Unable to get resource from repository myfaces.staging (http://myfaces.zones.apache.org/dist/maven-repository) Downloading: http://www.ibiblio.org/maven2/org/apache/myfaces/adf/adf-faces/incubator-m1-SNAPSHOT/adf-faces-incubator-m1-SNAPSHOT.pom [WARNING] Unable to get resource from repository ibiblio (http://www.ibiblio.org/maven2) Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/adf/adf-faces/incubator-m1-SNAPSHOT/adf-faces-incubator-m1-SNAPSHOT.pom [WARNING] Unable to get resource from repository apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) [ERROR] An error occurred during dependency resolution of the following artifact:
   org.apache.myfaces.adf:adf-faces-api:incubator-m1-SNAPSHOT
Caused by: Unable to get dependency information: Unable to read the metadata file for artifact 'org.apache.myfaces.adf:adf-faces-api:jar': Cannot find parent: org.apache.myfaces.adf:adf-faces for proj
ect: null:adf-faces-api:jar:incubator-m1-SNAPSHOT
 org.apache.myfaces.adf:adf-faces-api:jar:incubator-m1-SNAPSHOT

from the specified remote repositories:
 Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/),
 central (http://repo1.maven.org/maven2),
 ibiblio (http://www.ibiblio.org/maven2),
 apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
 myfaces.staging (http://myfaces.zones.apache.org/dist/maven-repository)


i'll try to build trinidad myself

Matthias Wessendorf schrieb:
Try that repository

http://people.apache.org/repo/m2-snapshot-repository


Or see wiki howto build it yourself

http://wiki.apache.org/myfaces/Building_ADF_With_Maven

-Matt

On 7/23/06, Kuni <[EMAIL PROTECTED]> wrote:
thats sounds good. it seems that trinidad has some nice components that
i'll need.
but how can i include trinidad in an existing project? maven returns
alway's an error.

here is my pom;

<repositories>
        <repository>
            <id>Maven Snapshots</id>
            <url>http://snapshots.maven.codehaus.org/maven2/</url>
        </repository>
        <repository>
            <id>myfaces.staging</id>
            <name>MyFaces Staging Repository</name>
            <url>
                http://myfaces.zones.apache.org/dist/maven-repository
            </url>
        </repository>
        <repository>
            <id>ibiblio</id>
            <name>ibiblio</name>
            <url>http://www.ibiblio.org/maven2</url>
        </repository>
   <repository>
         <releases>
           <enabled>false</enabled>
         </releases>
         <snapshots>
           <enabled>true</enabled>
         </snapshots>
         <id>apache.snapshots</id>
         <name>Apache Snapshot Repository</name>
         <url>http://people.apache.org/repo/m2-snapshot-repository</url>
    </repository>
    </repositories>
...
<dependency>
            <groupId>org.apache.myfaces.core</groupId>
            <artifactId>myfaces-api</artifactId>
            <version>1.1.3</version>
        </dependency>
        <dependency>
            <groupId>org.apache.myfaces.core</groupId>
            <artifactId>myfaces-impl</artifactId>
            <version>1.1.3</version>
        </dependency>
        <dependency>
            <groupId>org.apache.myfaces.tomahawk</groupId>
            <artifactId>tomahawk</artifactId>
            <version>1.1.3</version>
        </dependency>
        <dependency>
            <groupId>org.apache.myfaces.tomahawk</groupId>
            <artifactId>tomahawk-sandbox</artifactId>
            <version>1.1.3</version>
        </dependency>
        <dependency>
            <groupId>org.apache.myfaces.adf</groupId>
            <artifactId>adf-faces-api</artifactId>
            <version>incubator-m1-SNAPSHOT</version>
        </dependency>
        <dependency>
            <groupId>org.apache.myfaces.adf</groupId>
            <artifactId>adf-faces-impl</artifactId>
            <version>incubator-m1-SNAPSHOT</version>
        </dependency>



Matthias Wessendorf schrieb:
> Apache Trinidad Podling (that OS donation from Oracle)
> has such a component.
>
> Currently its name is navigationPath, but will be renamed as
> "breadCrumbs"
>
> -Matthias
>
> On 7/22/06, Kuni <[EMAIL PROTECTED]> wrote:
>> let me know if a solution exists :-)
>>
>>
>>
>> Julian Ray schrieb:
>> > This would be a good topic for the wiki.
>> >
>> > -----Original Message-----
>> > From: Kuni [mailto:[EMAIL PROTECTED]
>> > Sent: Saturday, July 22, 2006 7:03 AM
>> > To: MyFaces Discussion
>> > Subject: breadcrumb navigation
>> >
>> > Hello,
>> >
>> > i need a breadcrumb-navigation for my actual project. i have no
>> ideas how to
>> > realize this and i don't can find such components in the net.
>> >
>> > any ideas?
>> >
>> >
>> > thanks,
>> > kuni
>> >
>> >
>> >
>> >
>>
>>
>
>





Reply via email to