Re: slave script will not correctly execute binary

2015-03-03 Thread Les Mikesell
On Tue, Mar 3, 2015 at 6:41 AM, Robert Daniels wrote: > renamed it prep_my_build might be a java specific issue not recognizing > it? > Are you executing it in a shell script build step? It might help to post the exact step typa and command and what the console log says. -- Les Mikesel

Re: slave script will not correctly execute binary

2015-03-03 Thread Robert Daniels
renamed it prep_my_build might be a java specific issue not recognizing it? On Monday, March 2, 2015 at 4:30:18 PM UTC-5, LesMikesell wrote: > > On Mon, Mar 2, 2015 at 2:57 PM, Robert Daniels > > wrote: > > i have a binary that i wrote from C that prepares folders on my file > system > >

Re: slave script will not correctly execute binary

2015-03-03 Thread Robert Daniels
Yeah, I thought that was the case before posting this, so I renamed the executable and got the same result. Odd. On Monday, March 2, 2015 at 4:30:18 PM UTC-5, LesMikesell wrote: > > On Mon, Mar 2, 2015 at 2:57 PM, Robert Daniels > > wrote: > > i have a binary that i wrote from C that prepares

Re: slave script will not correctly execute binary

2015-03-02 Thread Les Mikesell
On Mon, Mar 2, 2015 at 2:57 PM, Robert Daniels wrote: > i have a binary that i wrote from C that prepares folders on my file system > prior to doing a git pull. > > i am using a slave and everything works fine, until it attempts to execute > this binary. (Which works properly when using a terminal

slave script will not correctly execute binary

2015-03-02 Thread Robert Daniels
i have a binary that i wrote from C that prepares folders on my file system prior to doing a git pull. i am using a slave and everything works fine, until it attempts to execute this binary. (Which works properly when using a terminal on the slave). i get a java usage error: Usage: java [-opti