perhaps your nexus instance needs to be setup to proxy the snapshots
repository from
https://repository.apache.org

On Tue, May 18, 2010 at 12:46, Inge Solvoll <inge.tapes...@gmail.com> wrote:
> Thanks for helping me here!
>
> Must be something wrong with our local NEXUS server then, I get this:
>
> [INFO] Scanning for projects...
> [INFO] Searching repository for plugin with prefix: 'archetype'.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Maven Default Project
> [INFO]    task-segment: [archetype:generate] (aggregator-style)
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Preparing archetype:generate
> [INFO] No goals needed for project - skipping
> [INFO] [archetype:generate {execution: default-cli}]
> [INFO] Generating project in Interactive mode
> [INFO] No archetype defined. Using maven-archetype-quickstart
> (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
> Choose archetype:
> 1: http://tapestry.apache.org -> quickstart (Tapestry 5.2.0-SNAPSHOT
> Quickstart Project)
> 2: http://tapestry.apache.org -> tapestry-archetype (Tapestry 4.1.6
> Archetype)
> Choose a number: : 1
> Choose version:
> 1: 5.0.19
> 2: 5.1.0.5
> 3: 5.2.0-SNAPSHOT
> Choose a number: : 3
> [INFO] snapshot org.apache.tapestry:quickstart:5.2.0-SNAPSHOT: checking for
> updates from quickstart-repo
> Downloading:
> http://mycompany.com/nexus/content/groups/public//org/apache/tapestry/quickstart/5.2.0-SNAPSHOT/quickstart-5.2.0-SNAPSHOT.jar
> [INFO] Unable to find resource
> 'org.apache.tapestry:quickstart:jar:5.2.0-SNAPSHOT' in repository
> quickstart-repo (https://repository.apache.org/snapshots/)
> Downloading:
> http://mycompany.com/nexus/content/groups/public//org/apache/tapestry/quickstart/5.2.0-SNAPSHOT/quickstart-5.2.0-SNAPSHOT.jar
> [INFO] Unable to find resource
> 'org.apache.tapestry:quickstart:jar:5.2.0-SNAPSHOT' in repository central (
> http://central)
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] The desired archetype does not exist
> (org.apache.tapestry:quickstart:5.2.0-SNAPSHOT)
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 20 seconds
> [INFO] Finished at: Tue May 18 11:42:00 CEST 2010
> [INFO] Final Memory: 10M/19M
>
>
> On Tue, May 18, 2010 at 11:32 AM, Andreas Andreou <andy...@di.uoa.gr> wrote:
>
>> why 5.1.0.5 ? when you run "mvn archetype:generate
>> -DarchetypeCatalog=http://tapestry.apache.org";
>> it gives (i just tried fyi):
>>
>> Choose archetype:
>> 1: http://tapestry.apache.org -> quickstart (Tapestry 5.2.0-SNAPSHOT
>> Quickstart Project)
>> 2: http://tapestry.apache.org -> quickstart (Tapestry 5.1.0.5
>> Quickstart Project)
>> 3: http://tapestry.apache.org -> quickstart (Tapestry 5.0.19 Quickstart
>> Project)
>> 4: http://tapestry.apache.org -> tapestry-archetype (Tapestry 4.1.6
>> Archetype)
>> Choose a number:  (1/2/3/4): 1
>>
>> Downloading:
>> https://repository.apache.org/snapshots//org/apache/tapestry/quickstart/5.2.0-SNAPSHOT/quickstart-5.2.0-20100517.063011-68.jar
>> 56K downloaded  (quickstart-5.2.0-20100517.063011-68.jar)
>>
>> e.t.c.
>>
>> On Tue, May 18, 2010 at 12:07, Inge Solvoll <inge.tapes...@gmail.com>
>> wrote:
>> > That archetype leads me to choosing 5.1.0.5.
>> >
>> > I've tried tons of different repository urls here, none working. Does
>> anyone
>> > have one that is proven to work?
>> >
>> > On Tue, May 18, 2010 at 10:53 AM, Andreas Andreou <andy...@di.uoa.gr>
>> wrote:
>> >
>> >> Hi, try
>> >> mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org
>> >>
>> >> Also, we've starting using apache's infrastructure to host the snapshots
>> >> so:
>> >> http://repository.apache.org/snapshots
>> >>
>> >>
>> >> On Tue, May 18, 2010 at 10:38, Inge Solvoll <inge.tapes...@gmail.com>
>> >> wrote:
>> >> > I'm trying to switch my T5 version to 5.2.0 in maven, but it wasn't
>> able
>> >> to
>> >> > download. I then tried to run the archetype, see the console output
>> >> below.
>> >> >
>> >> > I checked this url:
>> >> >
>> >> >
>> >>
>> http://tapestry.formos.com/maven-snapshot-repository/org/apache/tapestry/tapestry-core/
>> >> >
>> >> > So the repository seems to be up. What am I doing wrong?
>> >> >
>> >> >
>> >> >
>> >> > C:\dev\testing>mvn archetype:generate -DarchetypeCatalog=
>> >> > http://tapestry.formos.com/maven-snapshot-repository
>> >> > [INFO] Scanning for projects...
>> >> > [INFO] Searching repository for plugin with prefix: 'archetype'.
>> >> > [INFO]
>> >> >
>> ------------------------------------------------------------------------
>> >> > [INFO] Building Maven Default Project
>> >> > [INFO]    task-segment: [archetype:generate] (aggregator-style)
>> >> > [INFO]
>> >> >
>> ------------------------------------------------------------------------
>> >> > [INFO] Preparing archetype:generate
>> >> > [INFO] No goals needed for project - skipping
>> >> > [INFO] [archetype:generate {execution: default-cli}]
>> >> > [INFO] Generating project in Interactive mode
>> >> > [INFO] No archetype defined. Using maven-archetype-quickstart
>> >> > (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
>> >> > Choose archetype:
>> >> > 1: http://tapestry.formos.com/maven-snapshot-repository -> quickstart
>> >> > (Tapestry 5.2.0-SNAPSHOT Quickstart Project)
>> >> > Choose a number: : 1
>> >> > [INFO] snapshot org.apache.tapestry:quickstart:5.2.0-SNAPSHOT:
>> checking
>> >> for
>> >> > updates from quickstart-repo
>> >> > [INFO] snapshot org.apache.tapestry:quickstart:5.2.0-SNAPSHOT:
>> checking
>> >> for
>> >> > updates from central
>> >> > Downloading:
>> >> >
>> >>
>> http://mycompany.com/nexus/content/groups/public//org/apache/tapestry/quickstart/5.2.0-SNAPSHOT/quickstart-5.2.0-SNAPSHOT.jar
>> >> > [INFO] Unable to find resource
>> >> > 'org.apache.tapestry:quickstart:jar:5.2.0-SNAPSHOT' in repository
>> >> > quickstart-repo (http://tapestry.formos.com/maven-snapshot-repository
>> )
>> >> > Downloading:
>> >> >
>> >>
>> http://mycompany.com/nexus/content/groups/public//org/apache/tapestry/quickstart/5.2.0-SNAPSHOT/quickstart-5.2.0-SNAPSHOT.jar
>> >> > [INFO] Unable to find resource
>> >> > 'org.apache.tapestry:quickstart:jar:5.2.0-SNAPSHOT' in repository
>> central
>> >> (
>> >> > http://central)
>> >> > [INFO]
>> >> >
>> ------------------------------------------------------------------------
>> >> > [ERROR] BUILD FAILURE
>> >> > [INFO]
>> >> >
>> ------------------------------------------------------------------------
>> >> > [INFO] The desired archetype does not exist
>> >> > (org.apache.tapestry:quickstart:5.2.0-SNAPSHOT)
>> >> > [INFO]
>> >> >
>> ------------------------------------------------------------------------
>> >> > [INFO] For more information, run Maven with the -e switch
>> >> > [INFO]
>> >> >
>> ------------------------------------------------------------------------
>> >> > [INFO] Total time: 9 seconds
>> >> > [INFO] Finished at: Tue May 18 09:34:00 CEST 2010
>> >> > [INFO] Final Memory: 10M/19M
>> >> > [INFO]
>> >> >
>> ------------------------------------------------------------------------
>> >> > C:\dev\testing>
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr
>> >> Tapestry / Tacos developer
>> >> Open Source / JEE Consulting
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> >> For additional commands, e-mail: users-h...@tapestry.apache.org
>> >>
>> >>
>> >
>>
>>
>>
>> --
>> Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr
>> Tapestry / Tacos developer
>> Open Source / JEE Consulting
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>
>>
>



-- 
Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to