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 from 
http://tapestry.apache.org/archetype-catalog.xml to your maven home root 
directory.
i.e. to  ~/.m2
You need to edit archetype-catalog.xml a little bit:
Just add the following entry:

org.apache.tapestry
quickstart
5.4-beta-2
Tapestry 5 Quickstart Project

save.
Finally issue maven command:
mvn archetype:generate -DarchetypeCatalog=local

maven will pick up 5.4-beta-2 quickstart from the local repo.
Hope this helped)
Cheers,
Vladimir Bauer

-Original Message-
From: Alejandro Scandroli [mailto:alejandroscandr...@gmail.com]
Sent: Thursday, January 23, 2014 7:06 PM
To: Tapestry users
Subject: Re: Tapestry 5.4-beta-2 quickstart app

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

Cheers.
Alejandro.



On Wed, Jan 22, 2014 at 7:35 PM, Jon Williams  
wrote:
> Just in from the fixed it myself dep't...
>
> It seems by generating the 5.3.7 archetype with maven from the command
> line & changing this 1 system property at the bottom of the pom.xml to
> 5.4-beta-2
> & commenting out the following dependency near the top of the pom.xml...
>
> 
> 
> 
> 
> 
>
> I don't care about compressing assets at this point. So that's fine.
>
> & adding the slf4j binding dependency of your choice. i picked the
> log4j one.
> 
> org.slf4j
> slf4j-log4j12
> 1.7.5
> 
>
> then you can 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: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/tapest
> ry/quickstart/5.4-beta-2/
>
> Is it possible to generate the 5.4-beta-2 archetype simply from the
> command line, like something similar to the above mentioned mvn
> command (that only currently works for 5.3.7 Tapestry & older)?
>
> Sorry if this is a short coming in my maven knowledge and has nothing
> to do with tapestry. Even so, this seems like knowledge other tapestry
> users would find useful.
>
> thanks
>  Jon

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

УВЕДОМЛЕНИЕ О КОНФИДЕНЦИАЛЬНОСТИ: Это электронное сообщение и любые документы, 
приложенные к нему, содержат конфиденциальную информацию. Настоящим уведомляем 
Вас о том, что если это сообщение не предназначено Вам, использование, 
копирование, распространение информации, содержащейся в настоящем сообщении, а 
также осуществление любых действий на основе этой информации, строго запрещено. 
Если Вы получили это сообщение по ошибке, пожалуйста, сообщите об этом 
отправителю по электронной почте и удалите это сообщение. CONFIDENTIALITY 
NOTICE: This email and any files attached to it are confidential. If you are 
not the intended recipient you are notified that using, copying, distributing 
or taking any action in reliance on the contents of this information is 
strictly prohibited. If you have received this email in error please notify the 
sender and delete this email.


Re: Tapestry 5.4 Dojo as the Infrastructure Provider

2014-01-26 Thread Thiago H de Paula Figueiredo
On Thu, 23 Jan 2014 22:35:04 -0200, Azudio Developer   
wrote:



Hi All,


Hi!

I know that Tap 5.4 is still (great) work in progress but I would like  
to see a better explanation of the Classes behind all the JavaScript  
handling and how it all hangs together.


Any classes or interfaces in particular?

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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



Re: [5.4-beta-2] Two JavaScript Errors - Quick Fixes

2014-01-26 Thread Thiago H de Paula Figueiredo

Fixes applied. Thanks Peter! ;)

On Wed, 22 Jan 2014 14:33:37 -0200, Thiago H de Paula Figueiredo  
 wrote:


On Wed, 22 Jan 2014 06:40:19 -0200, Peter Hvass   
wrote:



Hi all,


Hi!

Through the alphas and now the betas we've been running with custom  
tapestry-core JARs given
two JavaScript issues; one which cripples AjaxFormLoop and the other  
causing pageinit.js errors

and thus interrupting script execution on IE8.

These are both super quick fixes and so was wondering if I could ask  
that they be included in the

upcoming beta-3?

Both on the JIRA;
https://issues.apache.org/jira/browse/TAP5-2230?filter=-2
https://issues.apache.org/jira/browse/TAP5-2272?filter=-2


I'll try to apply the fixes this week.




--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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