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 > >