WAS5.1 and wsadmin issue

2005-01-03 Thread Steve S.
I am trying to update our build file as we have just upgraded to WAS5.1 to use the wasdmin task. Unfortunately, I get the following relevant snippet when trying to stop the server: [wsadmin] at java.lang.reflect.Method.invoke(Method.java:324) [wsadmin] at com.ibm.ws.bootstrap.WSLaunc

Re: exec and who am I cmd

2004-12-15 Thread Steve S.
ser.name system property? You should be able to > reference it via ${user.name} > > -- > Jeffrey E. Care ([EMAIL PROTECTED]) > WebSphere Build SWAT Team Lead > WebSphere Build Tooling Lead (Project Mantis) > https://w3.opensource.ibm.com/projects/mantis > > "Ste

exec and who am I cmd

2004-12-15 Thread Steve S.
I am trying to run the following: test_script tries to do something like: username=`who am i|awk '{print $1}'|tr "[a-z]" "[A-Z]"` where username is used as input for another script. I get the following error though: [exec] Must be attached to terminal for 'am I' option This seems simple b