SVN trunk, gradle build hangs @ Building :tapestry-beanvalidator:test

2011-08-07 Thread Jon Williams
Hi,

I am attempting to build the SVN trunk.
When gradle build gets to the point where it is indicating status 
Building  :tapestry-beanvalidator:test
Mozilla opens a new tab, with no content, and the build hangs.

A wild guess, I need to do something to setup selenium locally?
What else could be going wrong?

thanks


Re: SVN trunk, gradle build hangs @ Building :tapestry-beanvalidator:test

2011-08-07 Thread dragan.sahpas...@gmail.com
Hi,
Which version of firefox do you have?
the current selenium version in t5 is compatible with 3.6 but not with
firefox 4
and firefox 5.

Cheers,
Dragan Sahpaski



On Sun, Aug 7, 2011 at 10:39 PM, Jon Williams
williams.jonat...@gmail.comwrote:

 Hi,

 I am attempting to build the SVN trunk.
 When gradle build gets to the point where it is indicating status 
 Building  :tapestry-beanvalidator:test
 Mozilla opens a new tab, with no content, and the build hangs.

 A wild guess, I need to do something to setup selenium locally?
 What else could be going wrong?

 thanks



Re: SVN trunk, gradle build hangs @ Building :tapestry-beanvalidator:test

2011-08-07 Thread Jon Williams
I'm on Firefox version 5.01. I know it's possible to install multiple
versions of Firefox on OSX. The trick will be getting the 3.6 version to be
default.

thanks

On Sun, Aug 7, 2011 at 1:44 PM, dragan.sahpas...@gmail.com 
dragan.sahpas...@gmail.com wrote:

 Hi,
 Which version of firefox do you have?
 the current selenium version in t5 is compatible with 3.6 but not with
 firefox 4
 and firefox 5.

 Cheers,
 Dragan Sahpaski



 On Sun, Aug 7, 2011 at 10:39 PM, Jon Williams
 williams.jonat...@gmail.comwrote:

  Hi,
 
  I am attempting to build the SVN trunk.
  When gradle build gets to the point where it is indicating status 
  Building  :tapestry-beanvalidator:test
  Mozilla opens a new tab, with no content, and the build hangs.
 
  A wild guess, I need to do something to setup selenium locally?
  What else could be going wrong?
 
  thanks
 



Re: SVN trunk, gradle build hangs @ Building :tapestry-beanvalidator:test

2011-08-07 Thread dragan.sahpas...@gmail.com
In ubuntu I just update the symlinks.
IDK if you can instruct selenium to use a custom command instead of just
firefox.

Cheers,
Dragan Sahpaski



On Sun, Aug 7, 2011 at 11:07 PM, Jon Williams
williams.jonat...@gmail.comwrote:

 I'm on Firefox version 5.01. I know it's possible to install multiple
 versions of Firefox on OSX. The trick will be getting the 3.6 version to be
 default.

 thanks

 On Sun, Aug 7, 2011 at 1:44 PM, dragan.sahpas...@gmail.com 
 dragan.sahpas...@gmail.com wrote:

  Hi,
  Which version of firefox do you have?
  the current selenium version in t5 is compatible with 3.6 but not with
  firefox 4
  and firefox 5.
 
  Cheers,
  Dragan Sahpaski
 
 
 
  On Sun, Aug 7, 2011 at 10:39 PM, Jon Williams
  williams.jonat...@gmail.comwrote:
 
   Hi,
  
   I am attempting to build the SVN trunk.
   When gradle build gets to the point where it is indicating status 
   Building  :tapestry-beanvalidator:test
   Mozilla opens a new tab, with no content, and the build hangs.
  
   A wild guess, I need to do something to setup selenium locally?
   What else could be going wrong?
  
   thanks
  
 



Re: SVN trunk, gradle build hangs @ Building :tapestry-beanvalidator:test

2011-08-07 Thread lprimak
Is there a way to just disable the selenium tests?
I, personally would just rather do that than to mess with my environment.
For the subset of the trunk that I am compiling there aren't even any selenium 
tests to run...

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



Re: SVN trunk, gradle build hangs @ Building :tapestry-beanvalidator:test

2011-08-07 Thread dragan.sahpas...@gmail.com
If you use eclipse just run eclipse:eclipse (generates classpath entries for
eclipse) and import the project as an existing project in eclipse and it
will build it for you.

Otherwise, just run gradle tasks and you will see all available tasks.
Here are some of the tasks.

assemble - Assembles all Jar, War, Zip, and Tar archives.
build - Assembles and tests this project.
buildDependents - Assembles and tests this project and all projects that
depend on it.
buildNeeded - Assembles and tests this project and all projects it depends
on.
classes - Assembles the main classes.
clean - Deletes the build directory.
jar - Assembles a jar archive containing the main classes.
testClasses - Assembles the test classes.

Cheers,
Dragan Sahpaski



On Sun, Aug 7, 2011 at 11:25 PM, lpri...@hope.nyc.ny.us wrote:

 Is there a way to just disable the selenium tests?
 I, personally would just rather do that than to mess with my environment.
 For the subset of the trunk that I am compiling there aren't even any
 selenium tests to run...

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




Re: SVN trunk, gradle build hangs @ Building :tapestry-beanvalidator:test

2011-08-07 Thread dragan.sahpas...@gmail.com
Oh, and if you explicitly want to disable tests just change the enabled
attribute from true to false for individual tests in
src-test-conf-testng.xml

Cheers,
Dragan Sahpaski



On Sun, Aug 7, 2011 at 11:25 PM, lpri...@hope.nyc.ny.us wrote:

 Is there a way to just disable the selenium tests?
 I, personally would just rather do that than to mess with my environment.
 For the subset of the trunk that I am compiling there aren't even any
 selenium tests to run...

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




Re: SVN trunk, gradle build hangs @ Building :tapestry-beanvalidator:test

2011-08-07 Thread lprimak
Thanks, that's what I was looking for.I guess I will look further into this 
whether I can disable selenium tests only,not all unit 
tests.dragan.sahpas...@gmail.com  wrote:gt; Oh, and if you explicitly want 
to disable tests just change the enabledgt; attribute from true to false 
for individual tests ingt; src-gt;test-gt;conf-gt;testng.xmlgt; gt; 
Cheers,gt; Dragan Sahpaskigt; gt; gt; 
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Re: SVN trunk, gradle build hangs @ Building :tapestry-beanvalidator:test

2011-08-07 Thread dragan.sahpas...@gmail.com
Well, selenium tests are mainly in the integration apps app1 to app6.
IDK if other tests besides these are selenium tests.

Cheers,
Dragan Sahpaski



On Sun, Aug 7, 2011 at 11:46 PM, lpri...@hope.nyc.ny.us wrote:

 Thanks, that's what I was looking for.
 I guess I will look further into this whether I can disable selenium tests
 only,
 not all unit tests.

 dragan.sahpas...@gmail.com ** wrote:**
  Oh, and if you explicitly want to disable tests just change the enabled
  attribute from true to false for individual tests in
  src-test-conf-testng.xml
 
  Cheers,
  Dragan Sahpaski
 
 
 


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