Nearly.

Similar problem to before in the fetching URL being not quite correct.

Maven is trying to fetch from:
http://nexus.pullrequest.org/org/got5/tapestry5-highcharts/1.1.0/tapestry5-highcharts-1.1.0.jar

When it should be:
http://nexus.pullrequest.org/content/repositories/releases/org/got5/tapestry5-highcharts/1.1.0/tapestry5-highcharts-1.1.0.jar




On 18/04/2012, at 5:36 PM, Emmanuel DEMEY wrote:

> Hi
> 
> I have just created the 1.1.0 release. Can you test it ?
> 
> Manu
> 
> 2012/4/18 Chris Mylonas <ch...@opencsta.org>
> 
>> Thanks - I've downloaded the jar manually because maven was still
>> complaining about no pom information available.
>> I made the snapshots enabled = true, but the same.
>> 
>> So it's installed in my .m2/repository manually.
>> 
>> I'm fine for now, but not sure if the docs / maven stuff is working
>> correctly - it didn't work for me automatically -
>> 
>> Thanks for your help
>> 
>> 
>> On 18/04/2012, at 5:26 PM, WINDEY Pieter AWL-IT wrote:
>> 
>>> 
>> http://nexus.pullrequest.org/content/repositories/snapshots/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/
>>> 
>>> 
>>> 
>>> -----Original Message-----
>>> From: Chris Mylonas [mailto:ch...@opencsta.org]
>>> Sent: Wednesday 18 April 2012 09:24
>>> To: Tapestry users
>>> Subject: Re: tapestry5-highcharts available
>>> 
>>> The artifact info from doing a search points to this URL
>> http://nexus.pullrequest.org/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/tapestry5-highcharts-1.1.0-20120417.220226-18.jar
>>> 
>>> but again some technical glitch with the server/service.
>>> 
>>> 
>>> 
>>> 
>>> On 18/04/2012, at 5:12 PM, Emmanuel DEMEY wrote:
>>> 
>>>> Hi
>>>> 
>>>> If you have a Tapestry 5.3.* application, you should use the
>>>> 1.1.0-SNAPSHOT. If it is a Tap 5.2.6 app, modify the version to 1.0.0.
>>>> 
>>>> Emmanuel
>>>> 
>>>> 2012/4/16 Chris Mylonas <ch...@opencsta.org>
>>>> 
>>>>> Hi Manu
>>>>> 
>>>>> I just tried the sample BasicComponent but maven is complaining about
>> not
>>>>> being able to find the tapestry5-highcharts jar file.
>>>>> I tried installing it manually as suggested by maven but still no luck.
>>>>> 
>>>>> apache-staging (https://repository.apache.org/content/groups/staging/,
>>>>> releases=true, snapshots=true),
>>>>> PullRequest Repository (http://nexus.pullrequest.org, releases=true,
>>>>> snapshots=true),
>>>>> devlab722-repo (
>>>>> http://nexus.devlab722.net/nexus/content/repositories/releases,
>>>>> releases=true, snapshots=false),
>>>>> devlab722-snapshot-repo (
>>>>> http://nexus.devlab722.net/nexus/content/repositories/snapshots,
>>>>> releases=false, snapshots=true),
>>>>> central (http://repo1.maven.org/maven2, releases=true,
>> snapshots=false)
>>>>> 
>>>>> [INFO] Unable to read jar manifest from
>>>>> 
>> /Users/chrismylonas/.m2/repository/org/got5/tapestry5-highcharts/1.0.0-SNAPSHOT/tapestry5-highcharts-1.0.0-SNAPSHOT.jar
>>>>> [INFO] Wrote settings to
>>>>> 
>> /Users/chrismylonas/Documents/2012/Scat/highcharts/.settings/org.eclipse.jdt.core.prefs
>>>>> [INFO] Wrote Eclipse project for "highcharts" to
>>>>> /Users/chrismylonas/Documents/2012/Scat/highcharts.
>>>>> [INFO]
>>>>> [INFO]
>>>>> 
>> ------------------------------------------------------------------------
>>>>> [INFO] BUILD SUCCESS
>>>>> [INFO]
>>>>> 
>> ------------------------------------------------------------------------
>>>>> [INFO] Total time: 15.387s
>>>>> [INFO] Finished at: Tue Apr 17 00:21:41 EST 2012
>>>>> [INFO] Final Memory: 9M/81M
>>>>> [INFO]
>>>>> 
>> ------------------------------------------------------------------------
>>>>> pa42-241-103-153:highcharts chrismylonas$ vi pom.xml
>>>>> pa42-241-103-153:highcharts chrismylonas$ mvn clean jetty:run
>>>>> [INFO] Scanning for projects...
>>>>> [INFO]
>>>>> [INFO]
>>>>> 
>> ------------------------------------------------------------------------
>>>>> [INFO] Building highcharts Tapestry 5 Application 1.0-SNAPSHOT
>>>>> [INFO]
>>>>> 
>> ------------------------------------------------------------------------
>>>>> [WARNING] The POM for org.got5:tapestry5-highcharts:jar:1.0.0-SNAPSHOT
>> is
>>>>> missing, no dependency information available
>>>>> [INFO]
>>>>> 
>> ------------------------------------------------------------------------
>>>>> [INFO] BUILD FAILURE
>>>>> [INFO]
>>>>> 
>> ------------------------------------------------------------------------
>>>>> [INFO] Total time: 2.567s
>>>>> [INFO] Finished at: Tue Apr 17 00:32:23 EST 2012
>>>>> [INFO] Final Memory: 4M/81M
>>>>> [INFO]
>>>>> 
>> ------------------------------------------------------------------------
>>>>> [ERROR] Failed to execute goal on project highcharts: Could not resolve
>>>>> dependencies for project org.opencsta:highcharts:war:1.0-SNAPSHOT:
>> Failure
>>>>> to find org.got5:tapestry5-highcharts:jar:1.0.0-SNAPSHOT in
>>>>> https://repository.apache.org/content/groups/staging/ was cached in
>> the
>>>>> local repository, resolution will not be reattempted until the update
>>>>> interval of apache-staging has elapsed or updates are forced -> [Help
>> 1]
>>>>> [ERROR]
>>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with
>> the
>>>>> -e switch.
>>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>>>> [ERROR]
>>>>> [ERROR] For more information about the errors and possible solutions,
>>>>> please read the following articles:
>>>>> [ERROR] [Help 1]
>>>>> 
>> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>>>>> 
>>>>> 
>>>>> 
>>>>> As suggested by maven
>>>>> 
>>>>> mvn install:install-file -DgroupId=org.got5
>>>>> -DartifactId=tapestry5-highcharts -Dversion=1.0.0-SNAPSHOT
>> -Dpackaging=jar
>>>>> 
>> -Dfile=/Users/chrismylonas/.m2/repository/org/got5/tapestry5-highcharts/1.0.0-SNAPSHOT/tapestry5-highcharts.jar
>>>>> 
>>>>> 
>>>>> Any ideas?
>>>>> 
>>>>> Cheers
>>>>> Chris
>>>>> 
>>>>> 
>>>>> On 30/03/2012, at 8:40 PM, Emmanuel DEMEY wrote:
>>>>> 
>>>>>> Hi everybody !!
>>>>>> 
>>>>>> The WebPlatform team, from Atos Company, is very pleased to announce a
>>>>> new
>>>>>> Tapestry Component library : Tapestry5-HighCharts.
>>>>>> 
>>>>>> This contribution makes it possible to integrate the highcharts
>> library (
>>>>>> http://www.highcharts.com/) into a Tapestry5-jQuery based
>> application.
>>>>>> 
>>>>>> The release 1.0.0 is based on Tapestry 5.2.6, the 1.1.0-SNAPSHOT on
>>>>>> Tapestry 5.3.2.
>>>>>> 
>>>>>> The source are available on github (
>>>>>> https://github.com/got5/tapestry5-highcharts), and some
>> documentation on
>>>>>> the Tapestry5-jQuery website (http://tapestry5-jquery.com/highcharts
>> ).
>>>>>> 
>>>>>> We are waiting for your feedbacks !
>>>>>> 
>>>>>> Manu
>>>>> 
>>>>> 
>>> 
>>> 
>>> 
>>> Atos Worldline SA/NV - Chaussee de Haecht 1442 Haachtsesteenweg
>>> - 1130 Brussels - Belgium
>>> RPM-RPR Bruxelles-Brussel - TVA-BTW BE 0418.547.872
>>> Bankrekening-Compte Bancaire-Bank Account 310-0269424-44
>>> BIC BBRUBEBB - IBAN BE55 3100 2694 2444
>>> 
>>> "The information contained in this e-mail and any attachment thereto is
>> confidential and may contain information which is protected by intellectual
>> property rights.
>>> This information is intended for the exclusive use of the recipient(s)
>> named above.
>>> This e-mail does not constitute any binding relationship or offer toward
>> any of the addressees.
>>> If you are not one of the addressees , one of their employees or a proxy
>> holder entitled to hand over this message to the addressee(s), any use of
>> the information contained herein (e.g. reproduction, divulgation,
>> communication or distribution,...) is prohibited.
>>> If you have received this message in error, please notify the sender and
>> destroy it immediately after.
>>> The integrity and security of this message cannot be guaranteed and it
>> may be subject to data corruption, interception and unauthorized amendment,
>> for which we accept no liability."
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>> For additional commands, e-mail: users-h...@tapestry.apache.org
>> 
>> 
> 
> 
> -- 
> Emmanuel DEMEY
> Ingénieur Etude et Développement
> ATOS Worldline
> +33 (0)6 47 47 42 02
> demey.emman...@gmail.com
> http://emmanueldemey.fr
> 
> Twitter : @gillespie59

Reply via email to