You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Emmanuel DEMEY <em...@atos.net> on 2012/03/30 11:40:11 UTC

tapestry5-highcharts available

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

Re: tapestry5-highcharts available

Posted by François Facon <fr...@atos.net>.
Hi

I suppose that it's a side effect of the last deployment.

The test page is available at
https://github.com/got5/tapestry5-highcharts/blob/master/src/test/resources/org/got5/tapestry5/highcharts/test/pages/BasicComponent.tml

if you want to host this sample on your machine this could be as simple as
- git clone https://github.com/got5/tapestry5-highcharts/
- mvn jetty run from the root path https://github.com/got5/tapestry5-highcharts/

François

2013/2/27 Rural Hunter <ru...@gmail.com>:
> Hi,
>
> The page http://tapestry5-jquery.com/highcharts is not there any more. Where
> did it go?
>

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


Re: tapestry5-highcharts available

Posted by Rural Hunter <ru...@gmail.com>.
Hi,

The page http://tapestry5-jquery.com/highcharts is not there any more. 
Where did it go?

于 2012/3/30 17:40, Emmanuel DEMEY 写道:
> 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
>


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


Re: tapestry5-highcharts available

Posted by Chris Mylonas <ch...@opencsta.org>.
Thank you for your response Emmanuel.
Still no joy though...  it is for 5.3.2 tapestry.


I noticed this web page doesn't work:   http://nexus.pullrequest.org/org/got5/tapestry5-highcharts
nor anything trailing it - e.g. /1.1.0-SNAPSHOT




These are my dependencies - i've got tapestry5-jquery as well as highcharts

        <dependency>
            <groupId>org.apache.tapestry</groupId>
            <artifactId>tapestry-core</artifactId>
            <version>${tapestry-release-version}</version>
        </dependency>

   <dependency>
        <groupId>org.got5</groupId>
        <artifactId>tapestry5-jquery</artifactId>
        <version>3.0.0</version>
    </dependency>

        <!-- This adds automatic compression of JavaScript and CSS when in production mode. -->
        <dependency>
            <groupId>org.apache.tapestry</groupId>
            <artifactId>tapestry-yuicompressor</artifactId>
            <version>${tapestry-release-version}</version>
        </dependency>

        <!-- Uncomment this to add support for file uploads:

         <dependency>
            <groupId>org.apache.tapestry</groupId>
            <artifactId>tapestry-upload</artifactId>
            <version>${tapestry-release-version}</version>
        </dependency>

        -->

        <!-- A dependency on either JUnit or TestNG is required, or the surefire plugin (which runs the tests)
will fail, preventing Maven from packaging the WAR. Tapestry includes a large number
of testing facilities designed for use with TestNG (http://testng.org/), so it's recommended. -->
        <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
            <version>${testng-release-version}</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.easymock</groupId>
            <artifactId>easymock</artifactId>
            <version>${easymock-release-version}</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>org.apache.tapestry</groupId>
            <artifactId>tapestry-test</artifactId>
            <version>${tapestry-release-version}</version>
            <scope>test</scope>
        </dependency>

        <!-- Provided by the servlet container, but sometimes referenced in the application
       code. -->
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>${servlet-api-release-version}</version>
            <scope>provided</scope>
        </dependency>

        <!-- Provide dependency to the Tapestry javadoc taglet which replaces the Maven component report -->
        <dependency>
            <groupId>org.apache.tapestry</groupId>
            <artifactId>tapestry-javadoc</artifactId>
            <version>${tapestry-release-version}</version>
            <scope>provided</scope>
        </dependency>


                                <dependency>
                                        <groupId>org.got5</groupId>
                                        <artifactId>tapestry5-highcharts</artifactId>
                                        <version>1.1.0-SNAPSHOT</version>
                                </dependency>

    </dependencies>


and the repository is added to the repository section

                                <repository>
                                        <id>PullRequest Repository</id>
                                        <url>http://nexus.pullrequest.org</url>
                                </repository>



And here's the output from mvn


pa42-241-103-153:highcharts chrismylonas$ mvn jetty:run
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building highcharts Tapestry 5 Application 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> maven-jetty-plugin:6.1.16:run (default-cli) @ highcharts >>>
Downloading: http://nexus.pullrequest.org/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/maven-metadata.xml
Downloading: http://nexus.devlab722.net/nexus/content/repositories/snapshots/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://repository.apache.org/content/groups/staging/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/maven-metadata.xml
Downloading: https://repository.apache.org/content/groups/staging/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/tapestry5-highcharts-1.1.0-SNAPSHOT.pom
Downloading: http://nexus.pullrequest.org/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/tapestry5-highcharts-1.1.0-SNAPSHOT.pom
Downloading: http://nexus.devlab722.net/nexus/content/repositories/snapshots/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/tapestry5-highcharts-1.1.0-SNAPSHOT.pom
[WARNING] The POM for org.got5:tapestry5-highcharts:jar:1.1.0-SNAPSHOT is missing, no dependency information available
Downloading: https://repository.apache.org/content/groups/staging/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/tapestry5-highcharts-1.1.0-SNAPSHOT.jar
Downloading: http://nexus.pullrequest.org/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/tapestry5-highcharts-1.1.0-SNAPSHOT.jar
Downloading: http://nexus.devlab722.net/nexus/content/repositories/snapshots/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/tapestry5-highcharts-1.1.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14.675s
[INFO] Finished at: Wed Apr 18 17:15:36 EST 2012
[INFO] Final Memory: 6M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project highcharts: Could not resolve dependencies for project org.opencsta:highcharts:war:1.0-SNAPSHOT: Could not find artifact org.got5:tapestry5-highcharts:jar:1.1.0-SNAPSHOT in apache-staging (https://repository.apache.org/content/groups/staging/) -> [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







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


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


Re: tapestry5-highcharts available

Posted by François Facon <fr...@atos.net>.
for basic charts with MIT at GPL V2 licence, there is also
http://www.jqplot.com/

see https://github.com/got5/tapestry5-jqPlot

simple demo available at http://growing-cloud-5354.herokuapp.com/


2012/10/14 bhorvat <ho...@gmail.com>:
> Muhammad Gelbana wrote
>> I reckon highcharts license doesn't fit in commercial applications.
>
> Not really related to the problem here :)
>
> but yea the highchart should be paid depending on the requirements. The
> tapestry-highchart is just a wrapper to help you integrate you application
> and the highchart.
>
>
>
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry5-highcharts-available-tp5606181p5716892.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>

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


Re: tapestry5-highcharts available

Posted by bhorvat <ho...@gmail.com>.
Muhammad Gelbana wrote
> I reckon highcharts license doesn't fit in commercial applications. 

Not really related to the problem here :)

but yea the highchart should be paid depending on the requirements. The
tapestry-highchart is just a wrapper to help you integrate you application
and the highchart. 



--
View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry5-highcharts-available-tp5606181p5716892.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: tapestry5-highcharts available

Posted by Muhammad Gelbana <m....@gmail.com>.
I reckon highcharts license doesn't fit in commercial applications.

On Sun, Oct 14, 2012 at 10:47 PM, bhorvat <ho...@gmail.com> wrote:

> if the snapshot repository is not working does anyone have any idea when it
> will work as I need the snapshot version due to the fix it contains
>
> thanks for the assistance
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/tapestry5-highcharts-available-tp5606181p5716889.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: tapestry5-highcharts available

Posted by bhorvat <ho...@gmail.com>.
I have created an  issue
<https://github.com/got5/tapestry5-highcharts/issues/5>  , if you can take a
look I would be grateful.


cheers 



--
View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry5-highcharts-available-tp5606181p5716962.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: tapestry5-highcharts available

Posted by François Facon <fr...@atos.net>.
> btw while I have your attention regarding the tapestry5-highchart can you
> please take look at this  thread
> <http://tapestry.1045711.n5.nabble.com/Generating-unique-tapestry-id-or-client-id-in-HighCharts-td5716693.html>
> , maybe you can implement the feature from there for the next release.

Please open an issue for that at
https://github.com/got5/tapestry5-highcharts/issues?page=1&state=open.
For this release it is too late, but providing a sample
could speed up the process for next release.

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


Re: tapestry5-highcharts available

Posted by bhorvat <ho...@gmail.com>.
François Facon-3 wrote
> We will deploy a release version this week .


That is good to hear, please keep us posted. 

btw while I have your attention regarding the tapestry5-highchart can you
please take look at this  thread
<http://tapestry.1045711.n5.nabble.com/Generating-unique-tapestry-id-or-client-id-in-HighCharts-td5716693.html> 
, maybe you can implement the feature from there for the next release. 



--
View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry5-highcharts-available-tp5606181p5716915.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: tapestry5-highcharts available

Posted by François Facon <fr...@atos.net>.
this library seems very interesting. it deserves a try.
thank you for the link

Regards
François

2012/10/15 Dragan Sahpaski <dr...@gmail.com>:
> If you need charts than maybe http://nvd3.com which is a utils
> charting library based on d3.
>
> Cheers,
> Dragan Sahpaski
>
>
> On Mon, Oct 15, 2012 at 12:18 PM, Massimo Lusetti <ml...@gmail.com> wrote:
>> On Mon, Oct 15, 2012 at 11:41 AM, François Facon
>> <fr...@atos.net> wrote:
>>
>>> We will deploy a release version this week .
>>
>> Well... http://d3js.org/ is worth a look.
>>
>> Cheers
>> --
>> Massimo
>> http://meridio.blogspot.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>

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


Re: tapestry5-highcharts available

Posted by Dragan Sahpaski <dr...@gmail.com>.
If you need charts than maybe http://nvd3.com which is a utils
charting library based on d3.

Cheers,
Dragan Sahpaski


On Mon, Oct 15, 2012 at 12:18 PM, Massimo Lusetti <ml...@gmail.com> wrote:
> On Mon, Oct 15, 2012 at 11:41 AM, François Facon
> <fr...@atos.net> wrote:
>
>> We will deploy a release version this week .
>
> Well... http://d3js.org/ is worth a look.
>
> Cheers
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>

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


Re: tapestry5-highcharts available

Posted by Massimo Lusetti <ml...@gmail.com>.
On Mon, Oct 15, 2012 at 11:41 AM, François Facon
<fr...@atos.net> wrote:

> We will deploy a release version this week .

Well... http://d3js.org/ is worth a look.

Cheers
-- 
Massimo
http://meridio.blogspot.com

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


Re: tapestry5-highcharts available

Posted by François Facon <fr...@atos.net>.
We will deploy a release version this week .

2012/10/14 bhorvat <ho...@gmail.com>:
> if the snapshot repository is not working does anyone have any idea when it
> will work as I need the snapshot version due to the fix it contains
>
> thanks for the assistance
>
>
>
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry5-highcharts-available-tp5606181p5716889.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>

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


Re: tapestry5-highcharts available

Posted by bhorvat <ho...@gmail.com>.
if the snapshot repository is not working does anyone have any idea when it
will work as I need the snapshot version due to the fix it contains

thanks for the assistance 



--
View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry5-highcharts-available-tp5606181p5716889.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: tapestry5-highcharts available

Posted by François Facon <fr...@atos.net>.
hi Boris,

For the moment, the snapshot version of this lib is not deployed.
For release version, see

http://nexus.pullrequest.org/content/repositories/releases/org/got5/tapestry5-highcharts/

Regards
François

2012/10/14 bhorvat <ho...@gmail.com>:
> The version 1.2.0-SNAPSHOT that has a critical fix for the issue when setting
> production=true is not available. Does anyone have any idea where I can find
> the url for the repository?
>
>
>
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry5-highcharts-available-tp5606181p5716887.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>

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


Re: tapestry5-highcharts available

Posted by bhorvat <ho...@gmail.com>.
The version 1.2.0-SNAPSHOT that has a critical fix for the issue when setting
production=true is not available. Does anyone have any idea where I can find
the url for the repository? 



--
View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry5-highcharts-available-tp5606181p5716887.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: tapestry5-highcharts available

Posted by George Christman <gc...@cardaddy.com>.
Looks like it's up again. Thanks Manu. 



--
View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry5-highcharts-available-tp5606181p5715094.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: tapestry5-highcharts available

Posted by Emmanuel DEMEY <de...@gmail.com>.
The dependency should be available here :
http://nexus.pullrequest.org/content/repositories/releases/org/got5/tapestry5-highcharts/


2012/8/4 Emmanuel DEMEY <de...@gmail.com>

> You are right. The repository looks like unavailable. I will ask the
> administrator on monday, when I will be back at work.
> Sorry again.
> Manu
>
>
> 2012/8/3 George Christman <gc...@cardaddy.com>
>
>> Did this project get moved to a different repository or is the repository
>> just unavailable?
>>
>>
>>
>> --
>> View this message in context:
>> http://tapestry.1045711.n5.nabble.com/tapestry5-highcharts-available-tp5606181p5715037.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
>
>
> --
> Emmanuel DEMEY
> Ingénieur Etude et Développement
> ATOS Worldline
> +33 (0)6 47 47 42 02
> demey.emmanuel@gmail.com
> http://emmanueldemey.fr/
>
> Twitter : @EmmanuelDemey
>
>


-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
ATOS Worldline
+33 (0)6 47 47 42 02
demey.emmanuel@gmail.com
http://emmanueldemey.fr/

Twitter : @EmmanuelDemey

Re: tapestry5-highcharts available

Posted by Emmanuel DEMEY <de...@gmail.com>.
You are right. The repository looks like unavailable. I will ask the
administrator on monday, when I will be back at work.
Sorry again.
Manu

2012/8/3 George Christman <gc...@cardaddy.com>

> Did this project get moved to a different repository or is the repository
> just unavailable?
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/tapestry5-highcharts-available-tp5606181p5715037.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
ATOS Worldline
+33 (0)6 47 47 42 02
demey.emmanuel@gmail.com
http://emmanueldemey.fr/

Twitter : @EmmanuelDemey

Re: tapestry5-highcharts available

Posted by George Christman <gc...@cardaddy.com>.
Did this project get moved to a different repository or is the repository
just unavailable?



--
View this message in context: http://tapestry.1045711.n5.nabble.com/tapestry5-highcharts-available-tp5606181p5715037.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: tapestry5-highcharts available

Posted by Chris Mylonas <ch...@opencsta.org>.
Cool - will do.

Have a good weekend,
Chris

On 18/04/2012, at 6:45 PM, Emmanuel DEMEY wrote:

> You're welcome.
> You can improve the documentation by yourself, and send to me a github pull
> request ;).
> https://github.com/got5/tapestry5-highcharts/blob/master/src/test/resources/org/got5/tapestry5/highcharts/test/pages/Index.tml
> 
> 
> 
> 2012/4/18 Chris Mylonas <ch...@opencsta.org>
> 
>> Oh yeah... thanks for that.
>> Docs on this page may need to be updated:
>> http://tapestry5-jquery.com/highcharts/
>> 
>> Usage section
>> 1.  1.1.0 for 5.3 & 1.0.0 for 5.2
>> 2.  repository URL =
>> http://nexus.pullrequest.org/content/repositories/releases
>> 
>> 
>> 
>> All working now - thanks for taking the time to get me going :D
>> 
>> Cheers
>> Chris
>> 
>> 
>> On 18/04/2012, at 6:09 PM, Emmanuel DEMEY wrote:
>> 
>>> In your pom.xml, change the repository url of pull Request to
>>> http://nexus.pullrequest.org/content/repositories/releases/<
>> http://nexus.pullrequest.org/content/repositories/releases/org/got5/tapestry5-highcharts/1.1.0/tapestry5-highcharts-1.1.0.jar
>>> 
>>> 
>>> 
>>> 2012/4/18 Chris Mylonas <ch...@opencsta.org>
>>> 
>>>> 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:chris@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-unsubscribe@tapestry.apache.org
>>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>>> 
>>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> Emmanuel DEMEY
>>>>> Ingénieur Etude et Développement
>>>>> ATOS Worldline
>>>>> +33 (0)6 47 47 42 02
>>>>> demey.emmanuel@gmail.com
>>>>> http://emmanueldemey.fr
>>>>> 
>>>>> Twitter : @gillespie59
>>>> 
>>>> 
>>> 
>>> 
>>> --
>>> Emmanuel DEMEY
>>> Ingénieur Etude et Développement
>>> ATOS Worldline
>>> +33 (0)6 47 47 42 02
>>> demey.emmanuel@gmail.com
>>> http://emmanueldemey.fr
>>> 
>>> Twitter : @gillespie59
>> 
>> 
> 
> 
> -- 
> Emmanuel DEMEY
> Ingénieur Etude et Développement
> ATOS Worldline
> +33 (0)6 47 47 42 02
> demey.emmanuel@gmail.com
> http://emmanueldemey.fr
> 
> Twitter : @gillespie59


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


Re: tapestry5-highcharts available

Posted by Emmanuel DEMEY <de...@gmail.com>.
You're welcome.
You can improve the documentation by yourself, and send to me a github pull
request ;).
https://github.com/got5/tapestry5-highcharts/blob/master/src/test/resources/org/got5/tapestry5/highcharts/test/pages/Index.tml



2012/4/18 Chris Mylonas <ch...@opencsta.org>

> Oh yeah... thanks for that.
> Docs on this page may need to be updated:
> http://tapestry5-jquery.com/highcharts/
>
> Usage section
> 1.  1.1.0 for 5.3 & 1.0.0 for 5.2
> 2.  repository URL =
> http://nexus.pullrequest.org/content/repositories/releases
>
>
>
> All working now - thanks for taking the time to get me going :D
>
> Cheers
> Chris
>
>
> On 18/04/2012, at 6:09 PM, Emmanuel DEMEY wrote:
>
> > In your pom.xml, change the repository url of pull Request to
> > http://nexus.pullrequest.org/content/repositories/releases/<
> http://nexus.pullrequest.org/content/repositories/releases/org/got5/tapestry5-highcharts/1.1.0/tapestry5-highcharts-1.1.0.jar
> >
> >
> >
> > 2012/4/18 Chris Mylonas <ch...@opencsta.org>
> >
> >> 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:chris@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-unsubscribe@tapestry.apache.org
> >>>>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>>>>
> >>>>
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >>>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>>>
> >>>>
> >>>
> >>>
> >>> --
> >>> Emmanuel DEMEY
> >>> Ingénieur Etude et Développement
> >>> ATOS Worldline
> >>> +33 (0)6 47 47 42 02
> >>> demey.emmanuel@gmail.com
> >>> http://emmanueldemey.fr
> >>>
> >>> Twitter : @gillespie59
> >>
> >>
> >
> >
> > --
> > Emmanuel DEMEY
> > Ingénieur Etude et Développement
> > ATOS Worldline
> > +33 (0)6 47 47 42 02
> > demey.emmanuel@gmail.com
> > http://emmanueldemey.fr
> >
> > Twitter : @gillespie59
>
>


-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
ATOS Worldline
+33 (0)6 47 47 42 02
demey.emmanuel@gmail.com
http://emmanueldemey.fr

Twitter : @gillespie59

Re: tapestry5-highcharts available

Posted by Chris Mylonas <ch...@opencsta.org>.
Oh yeah... thanks for that.
Docs on this page may need to be updated: http://tapestry5-jquery.com/highcharts/

Usage section
1.  1.1.0 for 5.3 & 1.0.0 for 5.2
2.  repository URL = http://nexus.pullrequest.org/content/repositories/releases



All working now - thanks for taking the time to get me going :D

Cheers
Chris


On 18/04/2012, at 6:09 PM, Emmanuel DEMEY wrote:

> In your pom.xml, change the repository url of pull Request to
> http://nexus.pullrequest.org/content/repositories/releases/<http://nexus.pullrequest.org/content/repositories/releases/org/got5/tapestry5-highcharts/1.1.0/tapestry5-highcharts-1.1.0.jar>
> 
> 
> 2012/4/18 Chris Mylonas <ch...@opencsta.org>
> 
>> 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:chris@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-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>>> 
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>>> 
>>>> 
>>> 
>>> 
>>> --
>>> Emmanuel DEMEY
>>> Ingénieur Etude et Développement
>>> ATOS Worldline
>>> +33 (0)6 47 47 42 02
>>> demey.emmanuel@gmail.com
>>> http://emmanueldemey.fr
>>> 
>>> Twitter : @gillespie59
>> 
>> 
> 
> 
> -- 
> Emmanuel DEMEY
> Ingénieur Etude et Développement
> ATOS Worldline
> +33 (0)6 47 47 42 02
> demey.emmanuel@gmail.com
> http://emmanueldemey.fr
> 
> Twitter : @gillespie59


Re: tapestry5-highcharts available

Posted by Emmanuel DEMEY <de...@gmail.com>.
In your pom.xml, change the repository url of pull Request to
http://nexus.pullrequest.org/content/repositories/releases/<http://nexus.pullrequest.org/content/repositories/releases/org/got5/tapestry5-highcharts/1.1.0/tapestry5-highcharts-1.1.0.jar>


2012/4/18 Chris Mylonas <ch...@opencsta.org>

> 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:chris@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-unsubscribe@tapestry.apache.org
> >>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >>
> >
> >
> > --
> > Emmanuel DEMEY
> > Ingénieur Etude et Développement
> > ATOS Worldline
> > +33 (0)6 47 47 42 02
> > demey.emmanuel@gmail.com
> > http://emmanueldemey.fr
> >
> > Twitter : @gillespie59
>
>


-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
ATOS Worldline
+33 (0)6 47 47 42 02
demey.emmanuel@gmail.com
http://emmanueldemey.fr

Twitter : @gillespie59

Re: tapestry5-highcharts available

Posted by Chris Mylonas <ch...@opencsta.org>.
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:chris@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-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
>> 
> 
> 
> -- 
> Emmanuel DEMEY
> Ingénieur Etude et Développement
> ATOS Worldline
> +33 (0)6 47 47 42 02
> demey.emmanuel@gmail.com
> http://emmanueldemey.fr
> 
> Twitter : @gillespie59


Re: tapestry5-highcharts available

Posted by Emmanuel DEMEY <de...@gmail.com>.
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:chris@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-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
ATOS Worldline
+33 (0)6 47 47 42 02
demey.emmanuel@gmail.com
http://emmanueldemey.fr

Twitter : @gillespie59

Re: tapestry5-highcharts available

Posted by 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:chris@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-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 


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


RE: tapestry5-highcharts available

Posted by WINDEY Pieter AWL-IT <pi...@atos.net>.
http://nexus.pullrequest.org/content/repositories/snapshots/org/got5/tapestry5-highcharts/1.1.0-SNAPSHOT/



-----Original Message-----
From: Chris Mylonas [mailto:chris@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-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: tapestry5-highcharts available

Posted by Chris Mylonas <ch...@opencsta.org>.
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
>> 
>> 


Re: tapestry5-highcharts available

Posted by Emmanuel DEMEY <em...@atos.net>.
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
>
>

Re: tapestry5-highcharts available

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


Re: tapestry5-highcharts available

Posted by Rural Hunter <ru...@gmail.com>.
wow, very promising! thanks a lot!

于 2012/3/30 18:15, Dragan Sahpaski 写道:
> I can just say this is AWESOME !.
>
> I will try to use it the first chance I got.
>
>
> Cheers,
> Dragan Sahpaski
>
>
>
> On Fri, Mar 30, 2012 at 11:40 AM, Emmanuel DEMEY<em...@atos.net>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
>>


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


Re: tapestry5-highcharts available

Posted by Dragan Sahpaski <dr...@gmail.com>.
I can just say this is AWESOME !.

I will try to use it the first chance I got.


Cheers,
Dragan Sahpaski



On Fri, Mar 30, 2012 at 11:40 AM, Emmanuel DEMEY <em...@atos.net>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
>