Hello,

I'll try to explain the problem in using tomahawk-sandbox-1.1.5 in a
Maven2-project.

What I did ( and probably everybody starting with tomahawk-sandbox ) is 

1) Add the dependancy to my pom.
            <dependency>
              <groupId>org.apache.myfaces.tomahawk</groupId>
              <artifactId>tomahawk-sandbox</artifactId>
              <version>1.1.5-SNAPSHOT</version>
            </dependency>
2) Added The Apache Snapshot Repository to my pom
                <repository>
                        <id>apache.snapshot</id>
                        <name>Apache Snapshot Repository</name>
                        <url>
        
http://people.apache.org/maven-snapshot-repository
                        </url>
                        <releases>
                                <enabled>false</enabled>
                        </releases>
                        <snapshots>
                                <enabled>true</enabled>
                        </snapshots>
                </repository>           
3) Started mvn.

Maven will download:
http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/to
mahawk/tomahawk-sandbox/1.1.5-SNAPSHOT/tomahawk-sandbox-1.1.5-SNAPSHOT.p
om in which i find a parent declaration:
 <parent>
  <artifactId>sandbox-project</artifactId> 
  <groupId>org.apache.myfaces.tomahawk</groupId> 
  <version>1.1.5-SNAPSHOT</version> 
 </parent>

So maven will try to get the pom.xml for the parent from
http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/to
mahawk/sandbox-project/1.1.5-SNAPSHOT/sandbox-project-1.1.5-SNAPSHOT.pom
. And this is where the problem starts, because underneath
http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/to
mahawk/sandbox-project/ the are only snapshots foor 1.1.2 and 1.1.4.
After the download of the pom.xml failed, mvn will stop downloading any
jars.

The solution for this problem would be to deploy, the 'sandbox-project'
module to the maven-snapshot-repositoty on people.apache.org during the
build of tomahawk.
I just created a JIRA task for this ( TOMAHAWK-857 )

In the meanwhile, I got up and running with the tomahawk-sandbox, by
downloading the tomahawk-sandbox-1.1.5.jar add using maven
install:install-file to get it into my repository. ( Then it won't see
the sandbox-project as it's parent and you would need to make sure that
all dependancies are being included, but the latter didn't appair to be
a problem.

With kind regards,
        Marco Beelen







-----Original Message-----
From: Jeff Bischoff [mailto:[EMAIL PROTECTED] 
Sent: vrijdag 12 januari 2007 17:10
To: MyFaces Discussion
Subject: Re: sandbox-project-1.1.5-SNAPSHOT

Sorin Silaghi wrote:
> I didn't mean a release.. sorry I forgot to mention this... I was
reffering
> to the snapshot... the version 1.1.4 is posted there allready:
> 
>
http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/to
mahawk/ 
> 

And so is 1.1.5. What's the problem?

http://people.apache.org/maven-snapshot-repository/org/apache/myfaces/to
mahawk/tomahawk-sandbox/1.1.5-SNAPSHOT/

> 
> On 1/11/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
>>
>> there will never be a sandbox release in a public maven2 repo.
>>
>> work around is to build on your own.
>>
>> only tomahawk will be pushed to that.
>>
>> -M
>>
>> On 1/11/07, Sorin Silaghi <[EMAIL PROTECTED]> wrote:
>> > Hello,
>> >
>> >  I wold need the sandbox 1.1.5 with maven2... Is there any reason
for
>> which
>> > the sandbox-project jar is not in the repository ?... Is there any
>> > workaround I can use until this problem is solved.
>> >
>> >
>> > Thank You
>> >
>> >
>> > On 8/15/06, German de la Cruz <[EMAIL PROTECTED]> wrote:
>> > > could you please generate a sandbox-project-1.1.5-SNAPSHOT in
maven2
>> > > snapshot repository?? It's needed by
tomahawk-sandbox-1.1.5-SNAPSHOT.
>> > >
>> > > Thanks!
>> > >
>> >
>> >
>> >
>> > --
>> > Don't talk it, Walk it!
>>
>>
>> -- 
>> Matthias Wessendorf
>> http://tinyurl.com/fmywh
>>
>> further stuff:
>> blog: http://jroller.com/page/mwessendorf
>> mail: mwessendorf-at-gmail-dot-com
>>
> 
> 
> 





------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments, contains
information of Merck & Co., Inc. (One Merck Drive, Whitehouse Station,
New Jersey, USA 08889), and/or its affiliates (which may be known
outside the United States as Merck Frosst, Merck Sharp & Dohme or MSD
and in Japan, as Banyu - direct contact information for affiliates is 
available at http://www.merck.com/contact/contacts.html) that may be 
confidential, proprietary copyrighted and/or legally privileged. It is 
intended solely for the use of the individual or entity named on this 
message. If you are not the intended recipient, and have received this 
message in error, please notify us immediately by reply e-mail and then 
delete it from your system.

------------------------------------------------------------------------------

Reply via email to