(origin/add-csslint-ant-task)
>> No change to record in branch origin/add-csslint-ant-task
>> [workspace] $ ant csslint
>> Buildfile: /Users/Shared/Jenkins/Home/jobs/SocorroCSS/workspace/build.xml
>>
>> csslint:
>>
>> BUILD FAILED
>> /Users/Shar
7:50:20 PM
Subject: Re: Execution context from within an jenkins build
The error "Cannot run program "csslint": error=2, No such file or
directory" tells me either you do not have the program csslint in your
system or it is installed somewhere where ant isn't looking for i
quot;Sami Tikka"
To: jenkinsci-users@googlegroups.com
Sent: Sunday, March 11, 2012 7:50:20 PM
Subject: Re: Execution context from within an jenkins build
The error "Cannot run program "csslint": error=2, No such file or
directory" tells me either you do not have the
workspace/build.xml:9: Execute
> failed: java.io.IOException: Cannot run program "csslint": error=2, No such
> file or directory
>
> Thanks,
> Schalk
>
> - Original Message -
> From: "Sami Tikka"
> To: jenkinsci-users@googlegroups.com
> Sent
ry
Thanks,
Schalk
- Original Message -
From: "Sami Tikka"
To: jenkinsci-users@googlegroups.com
Sent: Sunday, March 11, 2012 12:56:23 AM
Subject: Re: Execution context from within an jenkins build
Did you configure ant location in the Manage Jenkins / Configure System / Tool
Did you configure ant location in the Manage Jenkins / Configure System / Tool
locations?
-- Sami
Schalk Neethling kirjoitti 10.3.2012 kello 22.12:
> Hey all,
>
> Quick question regarding ant and Jenkins. So, I am getting the following
> error : "Execute failed: java.io.IOException: Cannot r
Hey all,
Quick question regarding ant and Jenkins. So, I am getting the following error
: "Execute failed: java.io.IOException: Cannot run program" at the first step
in my Ant build step. When I run the same Ant target via the terminal as the
jenkins user it executes without a problem. This lea