Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-13 Thread Thiago H de Paula Figueiredo
On Sat, 09 Feb 2013 02:08:17 -0200, George Ludwig georgelud...@gmail.com wrote: @Lenny: so running my app with the bootstrap stuff in it, the first thing I notice is that none of my onProgressiveDisplay events are getting triggered, and I have no idea if this is related to the

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-13 Thread George Ludwig
@Ken: Thanks for the in-depth example! I actually have my own Artifactory repository running...if something is not available from a public repository, I manually upload it there and everything works out. @Thiago: Thanks for the reassurance! In any event, I've now got this totally resolved. For

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-10 Thread Ken in Nashua
I maintain my own folder of dependencies and fabricate them into my own repository by invoking a batch script. kinda like this.. look at the mail...tools...hibernate... ones it dsont hurt pre-populating your local repo to get thru builds that fail for example... if I need the oracle jars...

Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread George Ludwig
I've been running in circles trying to make Eclipse and Maven happy with the dependencies, but I've had no luck. My final play was to download Jumpstart 6.6.5 and run the build, then upload tapestry5-jquery-3.3.4.jar and tapestry-bootstrap-2.1.3.jar to my artifact repository. I then ad those to

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread Chris Cureau
Tapestry-bootstrap needs tapestry 5.3.4. I just cloned the tapestry-bootstrap git repository and changed the dependency to 5.3.6. If there's a better way, please let me know! On Feb 8, 2013 8:12 PM, George Ludwig georgelud...@gmail.com wrote: I've been running in circles trying to make Eclipse

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread Lenny Primak
This is really a maven question. Just put an exclusion in your bootstrap dependency and then add your own tapestry dependency. This way you control what versions you get. On Feb 8, 2013, at 9:12 PM, George Ludwig wrote: I've been running in circles trying to make Eclipse and Maven happy with

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread George Ludwig
@Chris: I tried downgrading to tapestry 5.3.4, and it made no apparent difference. Also, the maven error tells me that the missing dependency is bootstrap-2.1.3-tapestry-yuicompressor-5.3.4-...yahoo.platform.yuicompressor-2.4.7 Looking at jumpstart 6.6.5, it is happily using tapestry 5.3.6, I

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread Lenny Primak
Maven exclusion is the key thing. Use Google for more details. On Feb 8, 2013, at 10:19 PM, George Ludwig wrote: @Chris: I tried downgrading to tapestry 5.3.4, and it made no apparent difference. Also, the maven error tells me that the missing dependency is

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread George Ludwig
@Lenny: I get the maven exclusion, but what exactly should I exclude? Is it safe to exclude tapestry-yuicompressor on version 5.3.6? On Fri, Feb 8, 2013 at 7:21 PM, Lenny Primak lpri...@hope.nyc.ny.us wrote: Maven exclusion is the key thing. Use Google for more details. On Feb 8, 2013, at

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread George Ludwig
@Lenny: I excluded tapestry-yuicompressor, and maven is happy, but I can't help but wonder if something is actually going to need that compressor! On Fri, Feb 8, 2013 at 7:25 PM, Lenny Primak lpri...@hope.nyc.ny.us wrote: Yes. Exactly right. Find out what includes it via mvn dependency:tree

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread Lenny Primak
It's optional. If you aren't using it and its causing you problems don't worry about it. there are tons of issues with it. You can google past discussions about how to make it work if you really need of. I suspect you don't. On Feb 8, 2013, at 10:27 PM, George Ludwig georgelud...@gmail.com

Re: Trying to get tapestry-bootstrap running with 5.3.6

2013-02-08 Thread George Ludwig
@Lenny: so running my app with the bootstrap stuff in it, the first thing I notice is that none of my onProgressiveDisplay events are getting triggered, and I have no idea if this is related to the yuicompressor, or if it's something else. That's what I hate about workaround...the throw way to