GIT

2014-03-19 Thread Andreas Ernst

http://git-wip-us.apache.org/repos/asf/tapestry-5.git: 302 Found

Any other URL?

--
ae | Andreas Ernst | IT Spektrum
Postfach 5, 65612 Beselich
Schupbacher Str. 32, 65614 Beselich, Germany
Tel: +49-6484-91002 Fax: +49-6484-91003
a...@ae-online.de | www.ae-online.de
www.tachyon-online.de

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



Re: GIT

2014-03-19 Thread Dragan Sahpaski
Fine here.
http://www.downforeveryoneorjustme.com/git-wip-us.apache.org/repos/asf?p=tapestry-5.git

there is also a mirror on github https://github.com/apache/tapestry-5

Cheers,
Dragan Sahpaski


On Wed, Mar 19, 2014 at 12:29 PM, Andreas Ernst a...@ae-online.de wrote:

 http://git-wip-us.apache.org/repos/asf/tapestry-5.git: 302 Found

 Any other URL?

 --
 ae | Andreas Ernst | IT Spektrum
 Postfach 5, 65612 Beselich
 Schupbacher Str. 32, 65614 Beselich, Germany
 Tel: +49-6484-91002 Fax: +49-6484-91003
 a...@ae-online.de | www.ae-online.de
 www.tachyon-online.de

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




Re: GIT

2014-03-19 Thread Andreas Ernst

Am 19.03.14 12:33, schrieb Dragan Sahpaski:

Fine here.
http://www.downforeveryoneorjustme.com/git-wip-us.apache.org/repos/asf?p=tapestry-5.git

there is also a mirror on github https://github.com/apache/tapestry-5

Cheers,
Dragan Sahpaski


On Wed, Mar 19, 2014 at 12:29 PM, Andreas Ernst a...@ae-online.de wrote:


http://git-wip-us.apache.org/repos/asf/tapestry-5.git: 302 Found

Any other URL?


I tired the Committers URL: 
https://git-wip-us.apache.org/repos/asf/tapestry-5.git and it worked.


Thanks.

--
ae | Andreas Ernst | IT Spektrum
Postfach 5, 65612 Beselich
Schupbacher Str. 32, 65614 Beselich, Germany
Tel: +49-6484-91002 Fax: +49-6484-91003
a...@ae-online.de | www.ae-online.de
www.tachyon-online.de

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



[5.4B1] StyleSheet/Stack Bug?

2014-03-19 Thread Michael Gentry
Hi everyone,

It may be that I did something wrong, but I think there is an issue with JS
Stacks in 5.4 (CSS handling).  I decided to create a Stack for the
DataTables component we use instead of specifying the CSS/etc on each page.

I originally had



*  @Import(stylesheet=datatables/css/dataTables.bootstrap.css)  public
class Index ...*
My CSS was located in:


*
src/main/resources/META-INF/assets/datatables/css/dataTables.bootstrap.css *
This was working fine.  However, when I created a Stack, it could no longer
find the CSS:


*  Render queue error in SetupRender[Index]: Unable to locate asset
'context:datatables/css/dataTables.bootstrap.css' (the file does not
exist). *
Here is getStylesheets() from my Stack:









*  public ListStylesheetLink getStylesheets()  {ListStylesheetLink
stylesheets = new ArrayListStylesheetLink();stylesheets.add(new
StylesheetLink(assetSource.getContextAsset(datatables/css/dataTables.bootstrap.css,
null))); return stylesheets;  }*

I tried everything I could think of to try to make T5.4 find the CSS, but
nothing worked.  Then, on a whim, I moved the CSS to:

*  src/main/webapp/datatables/css/dataTables.bootstrap.css*

The Stack then started working and found the CSS.

So, my question is, shouldn't @Import(stylesheet=...) and the Stack's
getStylesheets() handle the same CSS locations/paths or was I doing
something bad?

Thanks,

mrg

PS. I tried to get the Stack to find other CSS/Less under
src/main/resources/META-INF, too, and none of those worked.


Re: [5.4B1] StyleSheet/Stack Bug?

2014-03-19 Thread Thiago H de Paula Figueiredo
On Wed, 19 Mar 2014 18:23:48 -0300, Michael Gentry mgen...@masslight.net  
wrote:


Hi!

Have you tried 5.4-beta-3? If not, please do it.


*  public ListStylesheetLink getStylesheets()  { 
ListStylesheetLink

stylesheets = new ArrayListStylesheetLink();stylesheets.add(new
StylesheetLink(assetSource.getContextAsset(datatables/css/dataTables.bootstrap.css,
null))); return stylesheets;  }*


There you are getting an asset from the context (getContextAsset()), while  
in the @Import you're getting it from the classpath. Try  
getClasspathAsset() instead.


--
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: Show and tell / New 5.4 app live.

2014-03-19 Thread Daniel Jue
I also checked out the link when you sent it, nice job!  I found myself
imagining how you laid out the components. =)


On Wed, Mar 19, 2014 at 10:46 PM, Chris Mylonas ch...@opencsta.org wrote:

 mate, she's a super fast website and i've gotta say looks better than the
 previous version.
 i noticed the images.cardaddy.com resolves to AWS.  out of curiousity, was
 this hard to configure?

 i am interested in things breaking, so - where exactly did the exploit for
 bringing down the old service come from?
 apache http - app server?   and what version of apache were you using?

 i have just deployed version-1.0.9 of an internal ip address app that is
 written on tapestry-5.3 and am FINALLY getting onto a simple tapestry 5.4
 project from scratch.


 congratulations,
 chris


 On Sat, Mar 15, 2014 at 12:59 AM, George Christman
 gchrist...@cardaddy.comwrote:

  I'd like to first say thanks to all who have contributed to the on going
  evolution of Tapestry and it's support. I'm a long time user of Tapestry
  starting with version 3 in 2005 and I must say leaps and bounds have been
  made since then. I'd also like to say thanks to all who have continued to
  answer my never ending array of questions ;-) Thanks guys! It has been a
  pleasure working with you all.
 
  In 2008 we took a risk and decided to move forward with t5 beta over
 spring
  with the development of our new app. We experienced some short lived
  glorious times as we successfully processed hundreds of thousands of
 users
  and cars, however do to our nations elected official and his cash for
  clunkers program, it destroyed our market place forcing me to have to
  change our brand to CarDaddy.com.
 
  With the lack of success with the new brand I eventually had to move on
 to
  other opportunities.  I ended up taking a job with our state government
 and
  some contract work for a hotel wireless company, however along with my
  move, I decided to bring along my dear friend Tapestry5. Tapestry5 has
  ended up becoming an active platform within my organizations which we are
  now actively focused on building 5.4 apps. :)
 
  While being focused with my other work, my personal app which was still
  being ran on T5.1 was lacking support and ended up getting hacked
 (apache)
  three weeks ago by the Chinese bringing down my servers. This forced me
 to
  have to whip up a new application over the past three weeks by myself in
  5.4 and yup, that wasn't a typo, only three weeks and that includes
 mobile
  too, okay maybe they were 3 very long weeks, but I still managed to
 pulled
  it off and I don't think I could have without the help of T5.4, jquery,
  bootstrap etc :) Well I'd like to share my new app with the community
 while
  once again pushing out a beta app into production :) I realize there is a
  lot of room for improvement, so feel free to suggest away. Growth seems
 to
  be on the rise as traffic / inventory continue to increase daily and I
  don't have a doubt in my mind that Tapestry won't be up for the job.
 
  Once again, thank you guys for all you have done.
 
  New 5.4-beta3 site
  www.cardaddy.com
 
 
  Cheers,
  George
 
  --
  George Christman
  www.CarDaddy.com
  P.O. Box 735
  Johnstown, New York