RE: Build directly on machine vs. SSH to machine and start build

2012-05-11 Thread Echlin, Robert
sday, May 08, 2012 12:01 PM To: Ant Users List Subject: Re: Build directly on machine vs. SSH to machine and start build Thanks Rob!  So here's what I'm seeing which doesn't make sense to me:   bash-3.2$ ssh buildUser@buildMachine [buildUser@buildMachine] /home/buildUser-> echo

Re: Build directly on machine vs. SSH to machine and start build

2012-05-08 Thread Eric Fetzer
elstonk...@yahoo.com] Sent: Tuesday, May 08, 2012 10:10 AM To: Ant Users List Cc: Ant Users List Subject: Re: Build directly on machine vs. SSH to machine and start build Bash is this user's default shell. On May 8, 2012, at 9:41 AM, Eric Fetzer wrote: > Robert, > > Notice in

RE: Build directly on machine vs. SSH to machine and start build

2012-05-08 Thread Echlin, Robert
c: Ant Users List Subject: Re: Build directly on machine vs. SSH to machine and start build Bash is this user's default shell. On May 8, 2012, at 9:41 AM, Eric Fetzer wrote: > Robert, > > Notice in my command: > >>>> ssh -f builduser@buildMachine ". ~/.bash_p

Re: Build directly on machine vs. SSH to machine and start build

2012-05-08 Thread Eric Fetzer
Bash is this user's default shell. On May 8, 2012, at 9:41 AM, Eric Fetzer wrote: > Robert, > > Notice in my command: > ssh -f builduser@buildMachine ". ~/.bash_profile;cd /app/rosstr/build;/opt/apache-ant-1.7.1/bin/ant -f build.xml -Dfull.buildnumber=3.0.2.8 > > that I'm s

Re: Build directly on machine vs. SSH to machine and start build

2012-05-08 Thread Eric Fetzer
Robert, Notice in my command: >>> ssh -f builduser@buildMachine ". ~/.bash_profile;cd >>> /app/rosstr/build;/opt/apache-ant-1.7.1/bin/ant -f build.xml >>> -Dfull.buildnumber=3.0.2.8 that I'm sourcing my bash profile, which also runs .bashrc. Will this not switch me to the bash shell. I type

RE: Build directly on machine vs. SSH to machine and start build

2012-05-08 Thread Echlin, Robert
h bash, I would write a bash script to set up the environment and then call ant from that script, but you can certainly do it in ant. Rob -Original Message- From: Eric Fetzer [mailto:elstonk...@yahoo.com] Sent: Monday, May 07, 2012 6:17 PM To: Ant Users List Cc: Ant Users List Subject: R

Re: Build directly on machine vs. SSH to machine and start build

2012-05-07 Thread Eric Fetzer
is build machine... >> >> Thanks, >> Eric >> >> >> >> From: "Perrier, Nathan" >> To: Ant Users List ; Eric Fetzer >> Sent: Monday, May 7, 2012 1:17 PM >> Subject: RE: Build directly on ma

Re: Build directly on machine vs. SSH to machine and start build

2012-05-07 Thread Simon Murcott
nning this from a manual login, it's after > sshing from my own machine to this build machine... > > Thanks, > Eric > > > > From: "Perrier, Nathan" > To: Ant Users List ; Eric Fetzer > Sent: Monday, May 7, 2012 1:17 P

Re: Build directly on machine vs. SSH to machine and start build

2012-05-07 Thread Eric Fetzer
__ From: "Perrier, Nathan" To: Ant Users List ; Eric Fetzer Sent: Monday, May 7, 2012 1:17 PM Subject: RE: Build directly on machine vs. SSH to machine and start build Add -v in your call (or -debug):     ant [-v|-d] -f build.xml -Original Message- From: Eric Fetzer [mailto:

RE: Build directly on machine vs. SSH to machine and start build

2012-05-07 Thread Perrier, Nathan
Add -v in your call (or -debug): ant [-v|-d] -f build.xml -Original Message- From: Eric Fetzer [mailto:elstonk...@yahoo.com] Sent: Monday, May 07, 2012 2:12 PM To: Ant Users Subject: Build directly on machine vs. SSH to machine and start build This is very strange to me.  Here

Build directly on machine vs. SSH to machine and start build

2012-05-07 Thread Eric Fetzer
This is very strange to me.  Here are the 2 scenarios.   Scenario 1: 1)  Log on to buildMachine as user builduser 2)  >bash 3)  >cd /my/builddir 3)  >/opt/apache-ant-1.7.1/bin/ant -f build.xml -Dfull.buildnumber=3.0.2.8 4)  Build succeeds without issue   Scenario 2: 1)  From a different machine: