Thanks for you reply Martin, I wasn't using the grid and I actually do have
1.7.1. It was reverting it to 1.6.5 during the build. Turns out it the
selenium-server.jar comes bundled with ANT 1.6.5 so used
selenium-server-coreless.jar instead which doesn't have ANT bundled with it,
and that fixe
Ya, so I viewed the selenium-server.jar file and indeed it was bundled with
it's own version of ANT. Weird. So instead of using that jar I used the
selenium-server-coreless.jar, which didn't have a ANT bundled in it and that
WORKED. Thanks Stefan pointing me in the right direction!
BTW -- I ac
On 2010-07-19, Ben Matz wrote:
> I added a couple Selenium jars to my build lib and when I run ANT it
> reverts my ANT version to 1.6.5 (per calling ant -version) whereas it
> is actually 1.7.1? When I remove the jars the version goes back to
> 1.7.1?! Is that bizarre or what?
I assume you've co
To run Selenium Grid, you need Ant 1.7+ to be installed on your system.
http://selenium-grid.seleniumhq.org/get_started.html
Martin Gainty
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
Diese Nachricht ist vertraulic
Alasdair Young wrote:
I bought the book "Pragmatic Project Automation" and tried following the
steps. (There is a free chapter online to do with CC)
Unfortunately this book is outdated and many of the examples do not
work, use deprecated methods etc.
Getting CC working with subversion was also
g about it today.
>
> Original Message Follows
> From: Alasdair Young <[EMAIL PROTECTED]>
> Reply-To: "Ant Users List"
> To: Ant Users List
> Subject: Re: Odd Behavior
> Date: Wed, 03 Jan 2007 12:29:58 -0800
>
> Fixed it. (I spent 2 hours on this, and ju
about it today.
Original Message Follows
From: Alasdair Young <[EMAIL PROTECTED]>
Reply-To: "Ant Users List"
To: Ant Users List
Subject: Re: Odd Behavior
Date: Wed, 03 Jan 2007 12:29:58 -0800
Fixed it. (I spent 2 hours on this, and just after I hit send, I realise
that th
Alasdair Young wrote:
Fixed it. (I spent 2 hours on this, and just after I hit send, I realise
that there was one more place to check :)
cruise control has a cruisecontrol/lib directory with ant.jar in it. You
need to ensure that ant.jar, ant-junit.jar and junit.jar are all the
right versions an
Fixed it. (I spent 2 hours on this, and just after I hit send, I realise
that there was one more place to check :)
cruise control has a cruisecontrol/lib directory with ant.jar in it. You
need to ensure that ant.jar, ant-junit.jar and junit.jar are all the
right versions and are all present in thi
I'm currently attempting to set up cruise control just now and I agree
with the high maintainance aspect. My plan once I am finished is to
publish some step-by-step instrctions on getting subversion, CC, ant and
junit all working nicely together under FC6.
I have an issue right now where, if I run
Yes, after reading the CC's manual yesterday, I agree and find it cumbersome
and hight maint too. I will look at lundtbuild. Thanks.
Original Message Follows
From: Steve Loughran <[EMAIL PROTECTED]>
Reply-To: "Ant Users List"
To: Ant Users List
Subject: Re: Odd B
Res Pons wrote:
Thanks for your reply. I was using AnthillOS for a while but I gave up
in frustration. It's a kiddy tool for starters but very easy to use,
however, the developers of it were so agonizingly slow to implement
features, I gave up. Now I'm reading on CruiseControl. I read a bit
Maven but it
seems to complicated and I'm a build/release engineer - I found it an
overkill. But CC seems to be nice and up my alley.
Original Message Follows
From: Steve Loughran <[EMAIL PROTECTED]>
Reply-To: "Ant Users List"
To: Ant Users List
Subject: Re:
Res Pons wrote:
I think I emailed Scott prematurely yesterday and it appears that both
of you may be right. I'm seeing a different java compiler kicking in at
night when the cronjob starts. I see gnu's being invoked by the cronjob
and sun jdk when I login and my .bash_profile is sourced.
Th
Thank you, I will add it too.
Original Message Follows
From: "Alexey N. Solofnenko" <[EMAIL PROTECTED]>
Reply-To: "Ant Users List"
To: Ant Users List
Subject: Re: Odd Behavior
Date: Thu, 28 Dec 2006 13:50:32 -0800
Yes, a simple command in front ". /h
Thanks for the explanation and helping me out :)
Original Message Follows
From: "Scot P. Floess" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: Ant Users List
Subject: Re: Odd Behavior
Date: Thu, 28 Dec 2006 16:50:30 -0500
Yes, when cron jobs are kicked off, it d
t"
To: Ant Users List
Subject: Re: Odd Behavior
Date: Thu, 28 Dec 2006 13:32:04 -0800
I concur. I had to run my .profile script manually, because it did not
seem to run for cron jobs.
- Alexey.
Res Pons wrote:
I think I emailed Scott prematurely yesterday and it appears that
both of you m
Yes, when cron jobs are kicked off, it does not mean the same thing as
logging in - i.e. the cron job is executing directly without the benefit
of running ~/.bashrc (or whatever your default shell is). This is very
similar to init scripts when a *nix box boots - same issue.
When I saw your ou
Is it working for you now? I got it to work for me.
Original Message Follows
From: "Alexey N. Solofnenko" <[EMAIL PROTECTED]>
Reply-To: "Ant Users List"
To: Ant Users List
Subject: Re: Odd Behavior
Date: Thu, 28 Dec 2006 13:32:04 -0800
I concur. I had
D], user@ant.apache.org
CC: [EMAIL PROTECTED]
Subject: Re: Odd Behavior
Date: Thu, 28 Dec 2006 13:26:15 -0800
I think I emailed Scott prematurely yesterday and it appears that both of
you may be right. I'm seeing a different java compiler kicking in at night
when the cronjob starts. I
t;[EMAIL PROTECTED]>;
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, December 28, 2006 4:26 PM
Subject: Re: Odd Behavior
>I think I emailed Scott prematurely yesterday and it appears that both of
> you may be right. I'm seeing a different java compiler kicking in at night
> whe
I concur. I had to run my .profile script manually, because it did not
seem to run for cron jobs.
- Alexey.
Res Pons wrote:
I think I emailed Scott prematurely yesterday and it appears that both
of you may be right. I'm seeing a different java compiler kicking in
at night when the cronjob st
I'll play around to see if I can fix it.
Original Message Follows
From: "Martin Gainty" <[EMAIL PROTECTED]>
Reply-To: "Martin Gainty" <[EMAIL PROTECTED]>
To: "Ant Users List"
Subject: Re: Odd Behavior
Date: Wed, 27 Dec 2006 20:21:35 -0500
Ap
Appears that there are different javac compilers
is there a way to define the same ant clean build 'path' specification for the
cron job ?
M-
---
This e-mail message (including attachments, if any) is intended for the use of
ild.log build
Original Message Follows
From: "Scot P. Floess" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: Ant Users List
Subject: Re: Odd Behavior
Date: Wed, 27 Dec 2006 15:58:46 -0500
As in on the command line:
which java
:)
Scot P. Floess wrote:
I bet its using
As in on the command line:
which java
:)
Scot P. Floess wrote:
I bet its using the wrong JDK (as in the gcc version)... When you are
running ant in the "working" example, which java is it using?
Res Pons wrote:
I'm hoping someone could help me with my ant compile process. I have
set up th
I bet its using the wrong JDK (as in the gcc version)... When you are
running ant in the "working" example, which java is it using?
Res Pons wrote:
I'm hoping someone could help me with my ant compile process. I have
set up the build process and automation on a linux centOS box.
When I cd i
27 matches
Mail list logo