Tapestry 5.8.1 Quickstart not in archetype catalog

2022-04-22 Thread D Tim Cummings
I am not sure what needs to be done to get Tapestry 5.8.1 Quickstart into https://repo.maven.apache.org/maven2/archetype-catalog.xml on Maven Central but it is not there yet. Maybe it is just a case of waiting. If it is a manual addition then, please add it, and at the same time remove some

Re: quickstart navbar toggler not working

2022-02-10 Thread D Tim Cummings
Thanks Vangel Working for me now. Tim On 11/2/22 10:34, Vangel V. Ajanovski wrote: there is one more change you need. In Layout.tml, in the navbar-toggler button change data-bs-toggle to data-toggle and data-bs-target to data-target. Something like this data-target="#navbarSupportedContent

Re: quickstart navbar toggler not working

2022-02-10 Thread Vangel V. Ajanovski
ntent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">class="navbar-toggler-icon"> I tested it with the 5.8.0 quickstart and it worked here. The other errors are related to the fac

Re: quickstart navbar toggler not working

2022-02-10 Thread Thiago H. de Paula Figueiredo
> > On 9/2/22 23:18, Thiago H. de Paula Figueiredo wrote: > > Hi! > > > > This is most probably caused by the lack of inclusion of the JavaScript > > module that implements the Bootstrap 4 behaviors. Jira ticket please? :) > > > > Meanwhile, you can try adding @

Re: quickstart navbar toggler not working

2022-02-09 Thread D Tim Cummings
robably caused by the lack of inclusion of the JavaScript module that implements the Bootstrap 4 behaviors. Jira ticket please? :) Meanwhile, you can try adding @Include(module = "bootstrap") to your Layout class. I haven't tested this and it might not work. Cheers! On Mon, Feb 7, 2022

Re: quickstart navbar toggler not working

2022-02-09 Thread Thiago H. de Paula Figueiredo
Cheers! On Mon, Feb 7, 2022 at 11:33 PM D Tim Cummings wrote: > I just tried out quickstart 5.8.0 and noticed that when the browser > window is small it collapses the navbar behind a button. Unfortunately > clicking the button doesn't show the navbar. It used to work in old >

Re: quickstart navbar toggler not working

2022-02-09 Thread Vangel V. Ajanovski
On 8.2.22 03:33, D Tim Cummings wrote: I just tried out quickstart 5.8.0 and noticed that when the browser window is small it collapses the navbar behind a button. Unfortunately clicking the button doesn't show the navbar. It used to work in old versions of quickstart (eg 5.4.5) which

quickstart navbar toggler not working

2022-02-07 Thread D Tim Cummings
I just tried out quickstart 5.8.0 and noticed that when the browser window is small it collapses the navbar behind a button. Unfortunately clicking the button doesn't show the navbar. It used to work in old versions of quickstart (eg 5.4.5) which used Bootstrap 3 but quickstart 5.8.0

Re: Re: quickstart pom.xml - update maven-war-plugin to 3.3.1

2022-02-07 Thread Thiago H. de Paula Figueiredo
On Thu, Feb 3, 2022 at 10:09 AM wrote: > Hi Thiago, > Hello! > I'v created https://issues.apache.org/jira/browse/TAP5-2701. > Thanks! It's fixed on 5.8.1-SNAPSHOT. > > Thanks, Peter > > Originalnachricht > Betreff: Re: quickstart

Re: quickstart pom.xml - update maven-war-plugin to 3.3.1

2022-02-03 Thread Thiago H. de Paula Figueiredo
Hello! Thanks for spotting that and proposing a solution! Could you please create a Jira ticket in the Tapestry issue tracker and post it here? I should be able to implement your solution soon. Cheers! On Wed, Feb 2, 2022 at 9:05 AM wrote: > Hi, > > I'v just tried the quicksta

quickstart pom.xml - update maven-war-plugin to 3.3.1

2022-02-02 Thread peter . skala
Hi, I'v just tried the quickstart application using mvn archetype:generate -Dfilter=org.apache.tapestry:quickstart with java open jdk-17-0.2 and maven 3.8.4. The build fails in the maven install phase. The solution ist to add org.apache.maven.plugins maven-war-plugin

Re: QuickStart

2018-11-28 Thread abangkis
On Wed, Nov 28, 2018 at 6:55 PM Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, Nov 27, 2018 at 10:37 PM Mats Andersson > > wrote: > > > It wouldn't be for that purpose. It would be for applications that what the > Tapestry RequestFilter/Dispatcher goodies but not the templat

Re: QuickStart

2018-11-28 Thread Thiago H. de Paula Figueiredo
On Tue, Nov 27, 2018 at 10:37 PM Mats Andersson wrote: > About client and server separation, I meant that the application should > be split into one server/back-end part providing a rest interface and a > web application part which can use a completely different framework like > Angular. That way

Re: QuickStart

2018-11-27 Thread Taha Hafeez
Just to add my two cents. My tapestry applications have been in production for a long time (7+ years) and are rock solid and highly scalable. I think Tapestry is still a very good solution for many use cases. Thanks Taha > On 28 Nov 2018, at 00:26, Thiago H. de Paula Figueiredo > wrote: >

Re: QuickStart

2018-11-27 Thread Mats Andersson
About client and server separation, I meant that the application should be split into one server/back-end part providing a rest interface and a web application part which can use a completely different framework like Angular. That way no dependencies exist between the two which helps a lot duri

Re: Re: QuickStart

2018-11-27 Thread Thiago H. de Paula Figueiredo
On Tue, Nov 27, 2018 at 11:39 AM Mats Andersson wrote: > I have been using Tapestry in different setups since the beginning of > Tapestry 5. First I found the IOC and the client components useful. In my day job, which uses Tapestry, even the people who dislike Tapestry-the-web-framework actuall

Re: QuickStart

2018-11-27 Thread Emmanuel Sowah
It is true, he has mentioned that in the first line. But what is the point of creating something and not using it? As a new user, that would sound and alarm bell to me. On Tue, Nov 27, 2018 at 3:16 PM Numa Schmeder wrote: > Yes and on the first lines it’s written creator of Tapestry Framework ;)

Re: QuickStart

2018-11-27 Thread Numa Schmeder
Does anyone has experience building an angular or react application consisting on interacting with more than 100 related objects containing all at least 10 fields of different types (string, double, int, dates, times) etc. I am interested on your feedback. I have worked on smaller react/redux p

Re: QuickStart

2018-11-27 Thread Numa Schmeder
Yes and on the first lines it’s written creator of Tapestry Framework ;) > Le 27 nov. 2018 à 13:36, Emmanuel Sowah a écrit : > > Hi, > > Here is a snippet from skills Howard Lewis Ship's listed on his website > http://howardlewisship.com/: > > "*On the front-end, I've used all the major fram

SV: Re: QuickStart

2018-11-27 Thread Mats Andersson
Tapestry does a lot of things. It is not easy to cover every aspect with a good/bad old/new style talking about Tapestry as one thing. Opinions from the ones actually using it could be useful for anyone reading this list, so here is my contribution to that. I have been using Tapestry in differ

Re: QuickStart

2018-11-27 Thread Emmanuel Sowah
Hi, Here is a snippet from skills Howard Lewis Ship's listed on his website http://howardlewisship.com/: "*On the front-end, I've used all the major frameworks: jQuery, AngularJS, Backbone, ReactJS, ExtJS, Underscore, and more. More importantly, I have leveraged whatever tools are available to cr

Re: QuickStart

2018-11-27 Thread Emmanuel Sowah
Guys, Get out of the stone-age page based server-side frameworks like Tapestry. The world is moving on. Even Howard Lewis Ship dumped this bloated old-fashioned thing and moved on. Don't be left behind. Grab Angular today. It has a learning curve of course. But it would all be worth it in the long

RE: QuickStart

2018-11-27 Thread Svein-Erik Løken
works nice as a service layer for serving data to my JavaScript when needed. I think Spring is for large projects. S-E From: Qbyte Consulting [via Apache Tapestry Mailing List Archives] Sent: mandag 26. november 2018 09:13 To: Svein-Erik Løken Subject: Re: QuickStart Setting up a tapestry

Re: QuickStart

2018-11-27 Thread Thiago H. de Paula Figueiredo
On Tue, Nov 27, 2018 at 7:54 AM Rafael Bugajewski wrote: > Heya all, > Hello! > I’m in a similar situation. I started my first Tapestry project 14 months > ago and did a pretty sophisticated research in advance. I haven’t regretted > it yet, and the only worries I had, were about new Java rele

Re: QuickStart

2018-11-27 Thread Thiago H. de Paula Figueiredo
On Mon, Nov 26, 2018 at 6:13 PM Emmanuel Sowah wrote: > Thiago, > > It seems you cannot read English. I do > I was suggesting Angular and Spring > backend services being exposed via Rest to the Angular. Yes, just after you had just suggested Angular and nothing else. > It's seems all you

Re: QuickStart

2018-11-27 Thread Numa Schmeder
Hi everyone, I am using tapestry since 10 years, on web apps that have 100’000+ lines of codes. It works well, of course it has it’s drawbacks like any framework, but it’s way better than many other frameworks I have tested (JSF, Wicket, Struts, Spring MVC). Building apps with 100% of react is

Re: QuickStart

2018-11-27 Thread Rafael Bugajewski
Heya all, I’m in a similar situation. I started my first Tapestry project 14 months ago and did a pretty sophisticated research in advance. I haven’t regretted it yet, and the only worries I had, were about new Java releases compatibility. But this is something that is already in progress as fa

Re: QuickStart

2018-11-26 Thread JumpStart
+1 > On 27 Nov 2018, at 12:16 pm, Christopher Dodunski > wrote: > > Hi all, > > I only started with Tapestry, seriously, around 18 months ago. Tapestry > may not be the latest fashion, but I love its convention over > configuration approach, use of POJOs, and the myriad other elegant > featur

Re: QuickStart

2018-11-26 Thread Christopher Dodunski
Hi all, I only started with Tapestry, seriously, around 18 months ago. Tapestry may not be the latest fashion, but I love its convention over configuration approach, use of POJOs, and the myriad other elegant features that keep web application development fun and rewarding. I guess technical ele

Re: QuickStart

2018-11-26 Thread Qbyte Consulting
I was recently working on a project with React components connected to controllers in C# to provide the API for the back end. Development is slow and tedious because there’s lots of boilerplate code, although there is the benefit of some component reuse. Looking at the react components reminded

Re: QuickStart

2018-11-26 Thread Emmanuel Sowah
Thiago, It seems you cannot read English. I was suggesting Angular and Spring backend services being exposed via Rest to the Angular. It's seems all you know is Tapestry and nothing else. The world is bigger than Tapestry, boy;-) On Mon, Nov 26, 2018 at 8:52 PM Thiago H. de Paula Figueiredo < thi

Re: QuickStart

2018-11-26 Thread Thiago H. de Paula Figueiredo
On Mon, Nov 26, 2018 at 6:24 AM Emmanuel Sowah wrote: > There we go again. Instead of engaging in constructive arguments, you > behave like a child with comments like "Don't feed the trolls". Pathetic. > Replacing a mostly-server-side framework with a JavaScript client-side library isn't what I'

Re: QuickStart

2018-11-26 Thread danny de cock
hello, the bootique suggestion is the fastest suggestion so far. just download or clone the project, adjust pom.xml to use import dependency version 0.25 rather than the snapshot of 0.24, and you are ready to go... d.

Re: QuickStart

2018-11-26 Thread Bob Harner
John, The easiest way to set up a starter project using Maven is to use the Tapestry Maven archetype -- see the "Create your first Tapestry project" section at getting-started.html On Nov 26, 2018 12:53 AM, "Qbyte Consulting" wrote: Hi, I’m trying to setup a bare bones tapestry project in mave

Re: QuickStart

2018-11-26 Thread Michael Capper
⁣Sent from BlueMail ​ On Nov 26, 2018, 09:21, at 09:21, Juicy Cocktail wrote: >Here is something I throw at you: 🥗🍕 > >Best Regards, >Rafael > >P.S. Don’t feed the trolls. > > >> On Nov 26, 2018, at 9:17 AM, Emmanuel Sowah wrote: >> >> But is web application framework not an overkill for this

Re: QuickStart

2018-11-26 Thread Emmanuel Sowah
Juicy, There we go again. Instead of engaging in constructive arguments, you behave like a child with comments like "Don't feed the trolls". Pathetic. On Mon, Nov 26, 2018 at 9:21 AM Juicy Cocktail wrote: > Here is something I throw at you: 🥗🍕 > > Best Regards, > Rafael > > P.S. Don’t feed the

Re: QuickStart

2018-11-26 Thread Emmanuel Sowah
Juicy, There is a whole better world out there other than Tapestry related stuffs. Why not go for the real meat instead of bootique-tapestry? On Mon, Nov 26, 2018 at 9:20 AM Juicy Cocktail wrote: > I also recommend to take a look at bootique-tapestry. It fits into a more > modern deployment wor

Re: QuickStart

2018-11-26 Thread Juicy Cocktail
Here is something I throw at you: 🥗🍕 Best Regards, Rafael P.S. Don’t feed the trolls. > On Nov 26, 2018, at 9:17 AM, Emmanuel Sowah wrote: > > But is web application framework not an overkill for this small application > you are building? Something you could quickly do with Angular in a more

Re: QuickStart

2018-11-26 Thread Emmanuel Sowah
Numa, That's exactly the point I am making. In this modern era of application, the bloated web application framework we are used to are simply an overkill for most projects. And arcane too. Do your front end with the tools like Javascript frameworks that does the job well on the client side. And i

Re: QuickStart

2018-11-26 Thread Juicy Cocktail
I also recommend to take a look at bootique-tapestry. It fits into a more modern deployment workflow. Best, Rafael > On Nov 26, 2018, at 9:15 AM, Numa Schmeder wrote: > > Hi Emmanuel, > > I would be happy to hear what framework you would recommend instead of > trolling. > Clearly you don’t

Re: QuickStart

2018-11-26 Thread Emmanuel Sowah
But is web application framework not an overkill for this small application you are building? Something you could quickly do with Angular in a more efficient way. On Mon, Nov 26, 2018 at 9:12 AM Qbyte Consulting wrote: > Setting up a tapestry project for building a trivial webapp for back > offi

Re: QuickStart

2018-11-26 Thread Numa Schmeder
Hi Emmanuel, I would be happy to hear what framework you would recommend instead of trolling. Clearly you don’t seem to be well informed as Tapestry is a java server side web framework and Angular is a client side javascript framework. You can’t compare them as they absolutely don’t do the same t

Re: QuickStart

2018-11-26 Thread Qbyte Consulting
Setting up a tapestry project for building a trivial webapp for back office data entry is still very efficient. Angular is a glorified java script library, not a web application framework. Sent from my iPhone > On 26 Nov 2018, at 14:09, Emmanuel Sowah wrote: > > Dude, > > Really setting up t

Re: QuickStart

2018-11-25 Thread Emmanuel Sowah
Dude, Really setting up tapestry for a new project? Are you out of your mind? Tapestry is a dying project, even it's founder Howard Lewis Ship has abandoned his ship long ago and jumped onto another modern framework. Pickup Angular or another modern framework for your new project. Cheers. On Mon,

QuickStart

2018-11-25 Thread Qbyte Consulting
Hi, I’m trying to setup a bare bones tapestry project in maven 3. Can anyone point me an example how to do that please? John Sent from my iPhone - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional com

RE: Tapestry QuickStart Project (build unsuccessful)

2017-08-24 Thread Svein-Erik Løken
You only have to run this once, so I would recommend command line. The Tapestry project will not use the maven-archetype-plugin. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: us

Re: Tapestry QuickStart Project (build unsuccessful)

2017-08-24 Thread Christopher Dodunski
first time user of Tapestry, and am attempting to build the > Tapestry QuickStart project. My IDE comes bundled with two versions of > Maven, but both fail to build the project (see below for the output of > both). > > I read on the Tapestry website the recommendation to use Maven 2.

RE: Tapestry QuickStart Project (build unsuccessful)

2017-08-20 Thread Svein-Erik Løken
https://issues.apache.org/jira/browse/TAP5-2579

Tapestry QuickStart Project (build unsuccessful)

2017-08-19 Thread Christopher Dodunski
Hi all, I am a first time user of Tapestry, and am attempting to build the Tapestry QuickStart project. My IDE comes bundled with two versions of Maven, but both fail to build the project (see below for the output of both). I read on the Tapestry website the recommendation to use Maven 2.4

RE: Tapestry Quickstart problems

2017-04-20 Thread Svein-Erik Løken
https://issues.apache.org/jira/browse/TAP5-2579 https://issues.apache.org/jira/browse/TAP5-2580

Re: Tapestry Quickstart problems

2017-04-18 Thread Thiago H. de Paula Figueiredo
Hi! Yes, Jira tickets, please. On Sat, Apr 15, 2017 at 5:43 PM, Svein-Erik Løken wrote: > The Quickstart project demonstrates how fast it is to start developing a > Tapestry project. > > I have been using it for a new project, but could not debug JavaScript. (I > am using Int

Tapestry Quickstart problems

2017-04-15 Thread Svein-Erik Løken
The Quickstart project demonstrates how fast it is to start developing a Tapestry project. I have been using it for a new project, but could not debug JavaScript. (I am using IntelliJ). I could not understand why, but after several hour a found out that configuration.add

Re: beta-22 quickstart and client side validation

2014-11-17 Thread Ulrich Stärk
ts are working. Makes debugging hard... I'll try disabling gzip compression next. Cheers, Uli On 2014-11-18 01:09, Howard Lewis Ship wrote: > That's odd, but I haven't played with the 5.4 quickstart yet. First thing > to check is that the HTML text fields have the data- ar

Re: beta-22 quickstart and client side validation

2014-11-17 Thread Howard Lewis Ship
That's odd, but I haven't played with the 5.4 quickstart yet. First thing to check is that the HTML text fields have the data- arguments that trigger validation on the client. If those are missing, it's a server-side problem (perhaps with the annotations). If they are present but

beta-22 quickstart and client side validation

2014-11-17 Thread Ulrich Stärk
I can't seem to get client-side validation to run using the beta-22 quickstart. I see the validation module being loaded on the console ("Loaded module t5/core/validation") but no client-side validation happens with a beaneditform bound to a bean which has fields annotated

Re: Navigation control in Layout component not rendering properly 5.4beta3 quickstart app

2014-03-16 Thread Bob Harner
; > On Sun, Mar 16, 2014 at 10:04 AM, Jon Williams > wrote: > > > Hi, > > > > I am running the 5.4 beta 3 tapestry quickstart app. > > The navigation on the UI is not rendering properly. > > I am new to bootstrap, so I was h

Re: Navigation control in Layout component not rendering properly 5.4beta3 quickstart app

2014-03-16 Thread Jon Williams
this is a fix @Import(stylesheet = {library = {"context:mybootstrap/dist/js/bootstrap.js"}) public class Layout... On Sun, Mar 16, 2014 at 10:04 AM, Jon Williams wrote: > Hi, > > I am running the 5.4 beta 3 tapestry quickstart app. > The navigation on the UI is not rend

Navigation control in Layout component not rendering properly 5.4beta3 quickstart app

2014-03-16 Thread Jon Williams
Hi, I am running the 5.4 beta 3 tapestry quickstart app. The navigation on the UI is not rendering properly. I am new to bootstrap, so I was hoping the quickstart bootstrap would be all working. from Layout.tml

RE: Tapestry 5.4-beta-2 quickstart app

2014-01-26 Thread Бауэр Владимир Валерьевич
Archetype № 2 is cool, but not Tapestry 5.4 beta quickstart. Here is better advise: Copy paste from https://repository.apache.org/content/groups/staging/org/apache/tapestry/quickstart/5.4-beta-2/ to your local maven repository, maintain folder structure of cource. Then copy following xml file

Re: Tapestry 5.4-beta-2 quickstart app

2014-01-23 Thread Alejandro Scandroli
Hey Jon Massimo introduced a couple of changes into the 5.4 archetype, if you want to get the 5.4 version of the quickstart app you can do: $ mvn archetype:generate -DarchetypeCatalog=https://repository.apache.org/content/repositories/staging The Tapestry5 quickstart app is the archetype Nº 2

Fwd: Tapestry 5.4-beta-2 quickstart app

2014-01-22 Thread Jon Williams
an mvn:run the jetty plugin & walla, the 5.4-beta-2 quickstart is up and running. -- Forwarded message -- From: Jon Williams Date: Sun, Jan 19, 2014 at 2:58 PM Subject: Tapestry 5.4-beta-2 quickstart app To: Tapestry users Hi, I want to: mvn archetype:g

Tapestry 5.4-beta-2 quickstart app

2014-01-19 Thread Jon Williams
Hi, I want to: mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org for *5.4-beta-2* tapestry which, I've found sources for the archetype here: https://repository.apache.org/content/groups/staging/org/apache/tapestry/quickstart/5.4-beta-2/ Is it possible to generate th

Re: quickstart 5.4

2013-07-20 Thread Serge Eby
View this message in context: http://tapestry-users.832.n2.nabble.com/quickstart-5-4-tp7587170p7587177.html Sent from the Tapestry Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apac

quickstart 5.4

2013-07-18 Thread Vladimir Bauer
I'd like to generate quickstart for tapestry 5.4 alpha 11. Used following command but it doesn't list any 5.4 projects. mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org Could you please advise how to generate 5.4 version quickstart? -- Kind Regards, Vladimir Bauer

Re: 5.4-alpha-2 quickstart

2013-01-17 Thread Steve Eynon
Question still stands though on instructions to get these alphas up and > running quickly. > > Thanks > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/5-4-alpha-2-quickstart-tp5719244p57192

Re: 5.4-alpha-2 quickstart

2013-01-10 Thread sthomps
-quickstart-tp5719244p5719248.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

5.4-alpha-2 quickstart

2013-01-10 Thread sthomps
Is there any type of quickstart available for this release? I'm currently having to manually install the built jars from the .git repo and the quickstart from 5.3 doesn't compile. @Inject @Symbol are not found in the ioc jar. -- View this message in context: http://tapestry.

m2eclipse and tapestry quickstart

2012-07-29 Thread sainttail
I want to set up tapestry template project in eclipse. After do some googling, I find this web is useful http://bbwebcraft.blogspot.com/2008/12/task-1-create-skeleton-tapestry-5.html However, when I reached the step to choose Tapestry quickstart from Nexus Indexer. I cannot find "gro

Re: Tapestry 5.3.3 quickstart, Gradle: life class reloading issue

2012-06-24 Thread lukaszkaleta
Thank you for help. I do not know what I had wrong ... I start from scrach with new project and is works now. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-3-quickstart-Gradle-Idea-life-class-reloading-issue-tp5714046p5714059.html Sent from the Tapestry

Re: Tapestry 5.3.3 quickstart, Gradle: life class reloading issue

2012-06-24 Thread Taha Siddiqi
e it does not work somehow ... > > I am using latest gradle version: 1.0 > tapestry is 5.3.3. > > I am wondering if this maybe has something todo with gradle war/jetty ... > but I am not sure. > > -- > View this message in context: > http://tapestry.1045711.n5.nabb

Re: Tapestry 5.3.3 quickstart, Gradle: life class reloading issue

2012-06-23 Thread lukaszkaleta
/Tapestry-5-3-3-quickstart-Gradle-Idea-life-class-reloading-issue-tp5714046p5714057.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Re: Tapestry 5.3.3 quickstart, Gradle: life class reloading issue

2012-06-23 Thread Taha Siddiqi
context: > http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-3-quickstart-Gradle-Idea-life-class-reloading-issue-tp5714046p5714052.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > - > To unsub

Re: Tapestry 5.3.3 quickstart, Gradle: life class reloading issue

2012-06-23 Thread lukaszkaleta
yes I supposed to do the same, but when mine idea open gradle project it does not work for me. Are you using gradle too ? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-3-quickstart-Gradle-Idea-life-class-reloading-issue-tp5714046p5714052.html Sent from the

Re: Tapestry 5.3.3 quickstart, Gradle: life class reloading issue

2012-06-23 Thread Taha Hafeez Siddiqi
am running the same application for both tests. > Any ideas what should I need to do to make it work with gradle ? > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-3-quickstart-Gradle-Idea-life-class-reloading-issue-tp5714046p5

Re: Tapestry 5.3.3 quickstart, Gradle: life class reloading issue

2012-06-23 Thread lukaszkaleta
shown, life class reloading seems to not work somehow. Please note that I am running the same application for both tests. Any ideas what should I need to do to make it work with gradle ? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-5-3-3-quickstart-Gradle-Idea

Re: Tapestry 5.3.3 quickstart, Gradle, Idea: life class reloading issue

2012-06-23 Thread Bob Harner
My lazy reply: have you worked through the troubleshooting section at the bottom of http://tapestry.apache.org/class-reloading.html ? On Jun 23, 2012 11:06 AM, "lukaszkaleta" wrote: > Hi :) > > I am checking tapestry quickstart application build with gradle. > For dev I

Tapestry 5.3.3 quickstart, Gradle, Idea: life class reloading issue

2012-06-23 Thread lukaszkaleta
Hi :) I am checking tapestry quickstart application build with gradle. For dev I am using idea (gradle idea) I have problem with life class reloading when project is started with gradle jettyRun. I configure mine ide to compile classes into build/classes/main/ When I do the same with maven it

Re: remote archetype catalog for quickstart

2011-12-26 Thread Nicolas Barrera
t via the New Project Wizard, > specifying the Tapestry quickstart 5.3.1 archetype, and in about 30 > seconds had a new project. Then I right-clicked on the project and > selected Run As > Maven Build..., entered a goal of jetty:run, clicked > Run, and the app was up and running i

Re: remote archetype catalog for quickstart

2011-12-23 Thread Bob Harner
lipse goal when you're using the m2e plugin. Instead just Right Click > Maven > Update Project Configuration. This morning I created a new project via the New Project Wizard, specifying the Tapestry quickstart 5.3.1 archetype, and in about 30 seconds had a new project. Then I righ

Re: remote archetype catalog for quickstart

2011-12-22 Thread Lenny Primak
PM, Paul Stanton wrote: >> Hi All, >> >> I'm trying to create a tapestry quickstart project via the eclipse maven >> plugin. >> >> Eclipse version: Helios Service Release 2 Build id: 20110301-1815 >> Maven Plugin: Sonatype Inc Maven Integration

Re: remote archetype catalog for quickstart

2011-12-22 Thread Paul Stanton
I gave up and installed maven to do this. not sure why m2eclipse doesn't work... On 23/12/2011 1:31 PM, Paul Stanton wrote: Hi All, I'm trying to create a tapestry quickstart project via the eclipse maven plugin. Eclipse version: Helios Service Release 2 Build id: 20110301-

remote archetype catalog for quickstart

2011-12-22 Thread Paul Stanton
Hi All, I'm trying to create a tapestry quickstart project via the eclipse maven plugin. Eclipse version: Helios Service Release 2 Build id: 20110301-1815 Maven Plugin: Sonatype Inc Maven Integration for Eclipse 0.12.1.20110112-1712 I am following the rough 'getting started&

Re: Suggestion on quickstart

2011-05-05 Thread Bob Harner
Josh Kamau wrote: >> > Hi Team, >> > >> > I noted that in the documentation, the command for creating a quickstart >> > application is as below: >> > >> > mvn -DarchetypeVersion=5.2.5 -Darchetype.interactive=false >> > -DgroupId=com.exampl

Re: Suggestion on quickstart

2011-05-05 Thread Josh Kamau
May 5, 2011 at 1:47 AM, Josh Kamau wrote: > > Hi Team, > > > > I noted that in the documentation, the command for creating a quickstart > > application is as below: > > > > mvn -DarchetypeVersion=5.2.5 -Darchetype.interactive=false > > -DgroupId=com.exa

Re: Suggestion on quickstart

2011-05-05 Thread Bob Harner
that alternative. I think it's kind of a toss up which way is better for beginners. On Thu, May 5, 2011 at 1:47 AM, Josh Kamau wrote: > Hi Team, > > I noted that in the documentation, the command for creating a quickstart > application is as below: > > mvn -

Suggestion on quickstart

2011-05-04 Thread Josh Kamau
Hi Team, I noted that in the documentation, the command for creating a quickstart application is as below: mvn -DarchetypeVersion=5.2.5 -Darchetype.interactive=false -DgroupId=com.example -DarchetypeArtifactId=quickstart -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.apache.tapestry -Dpackage

Re: Quickstart for a IOC type project?

2011-03-08 Thread Angelo C.
ioc standalone app works very well, i follow this: http://wiki.apache.org/tapestry/Tapestry5HowToIocOnly -- View this message in context: http://tapestry.1045711.n5.nabble.com/Quickstart-for-a-IOC-type-project-tp3412608p3413747.html Sent from the Tapestry - User mailing list archive at

Re: Quickstart for a IOC type project?

2011-03-08 Thread Michal Gruca
:) Thanks and regards Michał Gruca -- View this message in context: http://tapestry-users.832.n2.nabble.com/Quickstart-for-a-IOC-type-project-tp6097716p6113480.html Sent from the Tapestry Users mailing list archive at Nabble.com

Re: Quickstart for a IOC type project?

2011-03-07 Thread Thiago H. de Paula Figueiredo
On Mon, 07 Mar 2011 12:34:05 -0300, Angelo C. wrote: Hi, Hi! using mvn -DarchetypeArtifactId=quickstart -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.apache.tapestry will create a complete Tapestry5 project. what I need is a Tapestry5 IOC project, no web tier, something similar to

Quickstart for a IOC type project?

2011-03-07 Thread Angelo C.
Hi, using mvn -DarchetypeArtifactId=quickstart -Dversion=1.0-SNAPSHOT -DarchetypeGroupId=org.apache.tapestry will create a complete Tapestry5 project. what I need is a Tapestry5 IOC project, no web tier, something similar to tapestry-upload, what is the command to create a project similar to that

Re: Can not build quickstart with maven

2011-01-27 Thread Kalle Korhonen
On Thu, Jan 27, 2011 at 10:10 PM, Andreas Bohnert wrote: > that's how I'm doing it (everything is fresh and clean): > tar xzf tapestry-src-5.2.4.tar.gz > cd quickstart/ > Leave that step out. Create an empty directory, issue the command below and Maven will download ever

Re: Can not build quickstart with maven

2011-01-27 Thread Andreas Bohnert
Hi Kalle, that's how I'm doing it (everything is fresh and clean): tar xzf tapestry-src-5.2.4.tar.gz cd quickstart/ mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org or ../../apache-maven-3.0.2/bin/mvn archetyp

Re: Can not build quickstart with maven

2011-01-27 Thread Kalle Korhonen
, Jan 27, 2011 at 7:49 PM, Andreas Bohnert wrote: > Hi, > > I'm trying to build quickstart 5.2.4 with no success. > > These are the command lines I have used: > mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org > mvn archetype:generate > -DarchetypeCatal

Can not build quickstart with maven

2011-01-27 Thread Andreas Bohnert
Hi, I'm trying to build quickstart 5.2.4 with no success. These are the command lines I have used: mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org mvn archetype:generate -DarchetypeCatalog=http://tapestry.formos.com/maven-repository Same error message with Maven ve

Re: Lots of Tapestry problems - quickstart and tutorial

2010-10-08 Thread Christophe Cordenier
gt; >>> -Original Message- >>> From: andre...@gmail.com [mailto:andre...@gmail.com] On Behalf Of >>> Andreas Andreou >>> Sent: 21 July 2010 13:52 >>> To: Tapestry users >>> Subject: Re: Lots of Tapestry prob

RE: Lots of Tapestry problems - quickstart and tutorial

2010-07-23 Thread Newham, Cameron
Thanks Andreas. Much appreciated. -Original Message- From: andre...@gmail.com [mailto:andre...@gmail.com] On Behalf Of Andreas Andreou Sent: 22 July 2010 12:22 To: Tapestry users Subject: Re: Lots of Tapestry problems - quickstart and tutorial ok, my bad - i've left some

Re: Lots of Tapestry problems - quickstart and tutorial

2010-07-22 Thread Andreas Andreou
wrote: >> >> >> -Original Message- >> From: andre...@gmail.com [mailto:andre...@gmail.com] On Behalf Of >> Andreas Andreou >> Sent: 21 July 2010 13:52 >> To: Tapestry users >> Subject: Re: Lots of Tapestry problems - quickstart and tutorial >>

Re: Lots of Tapestry problems - quickstart and tutorial

2010-07-22 Thread Andreas Andreou
Subject: Re: Lots of Tapestry problems - quickstart and tutorial > > Even better to use > mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org > > We've tried to move stuff away from formos infrastructure > > -- > > > &g

RE: Lots of Tapestry problems - quickstart and tutorial

2010-07-22 Thread Newham, Cameron
-Original Message- From: andre...@gmail.com [mailto:andre...@gmail.com] On Behalf Of Andreas Andreou Sent: 21 July 2010 13:52 To: Tapestry users Subject: Re: Lots of Tapestry problems - quickstart and tutorial Even better to use mvn archetype:generate -DarchetypeCatalog=http

Re: Lots of Tapestry problems - quickstart and tutorial

2010-07-21 Thread Howard Lewis Ship
e any > serious Tapestry stuff for at least 9 months. I have come back to find > everything broken and I feel like a complete newbie . Could > someone set me straight. > > > > Problem 1 (which I have solved) is that I found Maven refused, when > using the "Quickstart

  1   2   3   >