Help with some shell script and ssh command problems...

2005-04-12 Thread Baz
Hi all, I know this might be a little off the topic but i know this group can help me with my questions. I am trying to execute a ssh command from a shell script. When execute, this script build.sh fine if i do: ./build.sh However, if i do: ./build.sh > logfile 2>&1 ,the ssh command will hang f

Re: Any recommended methods for build and deployment in weblogic and jboss servers?

2004-10-20 Thread Baz
J, Thanks. B. - Original Message - From: <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 19, 2004 3:37 PM Subject: Re: Any recommended methods for build and deployment in weblogic and jboss servers? > [EMAIL PROTECTED] wrote .. > > Hi all, > > > > I

Re: Any recommended methods for build and deployment in weblogic and jboss servers?

2004-10-20 Thread Baz
Kris, Thanks for the info. Do you have any sample code? B. - Original Message - From: "Kris Read" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, October 19, 2004 5:32 PM Subject: Re: Any recommended methods for build and deployment in weblogic and jboss serv

cp or in windows?

2004-03-15 Thread Baz
All, I am trying to support both Dos and cygwin in Windows as well as all Unix platforms. I am trying to copy some files and was using , and soon enough, i found out from the manual that the does not preserve permission and using "cp" is recommended. So my question is: How can copy files in a t

Dependencies between two subdirectories

2004-03-12 Thread Baz
All, I try to look for an answer and have not heard anything back, so here I go again... Please help. What is the correct way to do the followings? If subdirectory A depends on the classes from subdirectory B, then how can I use ant to do it? The build.xml in src directory is building B then A

Re: generate exact path?

2004-02-26 Thread Baz
t;[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 8:35 PM Subject: RE: generate exact path? In parent.xml, could you do and then pass parentdir along when you call child.xml? -Original Message- From: Baz ¤Ñª° [mailto:[EMAIL PROTECTED] Sent: Thursday

Question about property files... Re: Comment in my Ant build structure please? and

2004-02-07 Thread Baz
riginal Message ----- From: "Baz" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 9:39 PM Subject: Comment in my Ant build structure please? and > All, > > Would anyone please comment my ant build structure? I am tryi

Comment in my Ant build structure please? and

2004-02-06 Thread Baz
All, Would anyone please comment my ant build structure? I am trying to have build.xml in different level of the tree so that it can be built from top and also individual and also dependently. Here it goes: /src/client /build.xml /src/server /build.xml /common.

Making ant build.xml file as flexible as Makefiles?

2004-02-01 Thread Baz ¤Ñª°
All, How can I make my Ant files structure as flexible and as simple as Makefiles? Here is the case: 1. Top level Rules.mak 2. Few lines in subdirectories' makefiles, for example, target=libsomething.a 3. Just type make to compile. How can I create same structure and usage in Ant? Any examples?

Re: os.name for windows return "Windows XP"?

2004-01-19 Thread Baz
Anderson, Conor and all, Thanks for the inputs. I will see what i can do now. Barry - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 15, 2004 5:24 PM Subject: os.name for windows return "Windows XP"? > Hi, > > There must be someone who is

incorrect package name in .java files Re: Please help with Ant/Junit

2004-01-19 Thread Baz
- From: "Baz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, January 17, 2004 1:44 AM Subject: Please help with Ant/Junit > All, > > I am a newbie and would like to use junit in my build.xml. However, it keep > giving me the following errors... Pleas

Re: junit.jar or not?

2004-01-19 Thread Baz
present, not sure). Jan > -Original Message----- > From: Baz ¤Ñª° [mailto:[EMAIL PROTECTED] > Sent: Monday, January 19, 2004 4:16 AM > To: [EMAIL PROTECTED] > Subject: junit.jar or not? > > > All, > > I am using 1.6 ant. In the $ANT_HOME/lib, there is an ant-jun