Re: Getting current tapestry 5.4-SNAPSHOT head running in eclipse with git and gradle

2012-12-22 Thread Felix Gonschorek
-Duser.country and -Duser.language didn't help - but i found out, that it's manageable through firefox - setting the default locale in the firefox profile helps. file: /tapestry-core/src/test/conf/ff_profile_template/prefs.js content: user_pref(intl.accept_languages, en-us,en); three remaining

Re: Getting current tapestry 5.4-SNAPSHOT head running in eclipse with git and gradle

2012-12-21 Thread Felix Gonschorek
hello again, hopefully someone finds a minute to solve my problem, i try to summarize a little: my tapestry-5 5.4-SNAPSHOT build fails, because my system is a German windows box. approx. 30 tests don't pass, because they assume English form validation error messages and English formatting of

Re: Getting current tapestry 5.4-SNAPSHOT head running in eclipse with git and gradle

2012-12-21 Thread Kalle Korhonen
This is just a guess but try setting -Duser.country=US -Duser.language=en (e.g. http://stackoverflow.com/questions/8809098/how-do-i-set-the-default-locale-for-my-jvm) in your GRADLE_OPTS and see if that makes a difference. Kalle On Fri, Dec 21, 2012 at 1:27 PM, Felix Gonschorek

Re: Getting current tapestry 5.4-SNAPSHOT head running in eclipse with git and gradle

2012-12-19 Thread Felix Gonschorek
Thank you Lance and Uli, with your help I made some important steps into the right direction. I now use the grade eclipse plugin, it works very well. I also changed the java version in the main build.gradle file from 1.5 to 1.6 (Uli: you changed it back from 1.6 back to 1.5 in 209efb827 8 weeks

Getting current tapestry 5.4-SNAPSHOT head running in eclipse with git and gradle

2012-12-18 Thread Felix Gonschorek
Okay, i would like to contribute back to the tapestry project and submit patches and tests. I have difficulties to get tapestry running in my current dev environment: - eclipse 3.8.1 (jdt, gradle plugin, git team provider and m2 plugin installed) - win 7 usually i work with mercurial and

Re: Getting current tapestry 5.4-SNAPSHOT head running in eclipse with git and gradle

2012-12-18 Thread Lance Java
Don't use ./gradlew eclipse as gradle will not keep the eclipse project up-to-date with any changes. I haven't used the gradle tooling in eclipse but I'm assuming it's similar to the maven tooling. Instead of import existing project into eclipse there should be an option to import existing gradle

Re: Getting current tapestry 5.4-SNAPSHOT head running in eclipse with git and gradle

2012-12-18 Thread Lance Java
There's also this: http://tapestry.apache.org/building-tapestry-from-source.html -- View this message in context: http://tapestry.1045711.n5.nabble.com/Getting-current-tapestry-5-4-SNAPSHOT-head-running-in-eclipse-with-git-and-gradle-tp5718810p5718812.html Sent from the Tapestry - Dev mailing