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
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
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
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
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
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
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
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
__
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:
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
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:
11 matches
Mail list logo