RE: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?

2001-12-10 Thread Dain Sundstrom

My fingers are in the habit of typing ./build.sh so, this would really bug
me.

-dain

 -Original Message-
 From: Adrian Brock [mailto:[EMAIL PROTECTED]]
 Sent: Monday, December 10, 2001 12:22 PM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: [JBoss-dev] Anyone mind if I rename build.bat to 
 Build.bat?
 
 
 David,
 
 Sounds ok to me.
 
 I use cygwin on windows. This is case-sensitive.
 I'll just change to
 ./B[tab]
 
 At the moment I have to
 
 mv build.sh xbuild.sh
 
 Regards,
 Adrian
 
 
 From: David Budworth [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?
 Date: Mon, 10 Dec 2001 10:05:56 -0800
 
 Does anyone mind if I rename build.bat to Build.bat?
 
 Windows boxes aren't case sensitive, so they'll never see the change,
 and for unix types, we can do:
 ./b[TAB] to get build.sh to expand, as it is now, it stops at
 ./build.  (because .bat and .sh are both executable).
 
 It's a little thing, but it is indeed annyoying.
 
 And you know how us unix types hate typing. :)
 
 Just wanted to check with everyone in case build.bat is 
 REQUIRED to be
 lowercase for some reason.
 
 -David
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 
 _
 Get your FREE download of MSN Explorer at 
 http://explorer.msn.com/intl.asp
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?

2001-12-10 Thread danch

I _think_ he's changing the case of the windows batch file only, so you 
should be OK.


Is the shell script marked executable now? I've gotten into the habit of 
chmoding it after every major (CVS) update.

-danch

Dain Sundstrom wrote:

 My fingers are in the habit of typing ./build.sh so, this would really bug
 me.
 
 -dain
 
 
-Original Message-
From: Adrian Brock [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 10, 2001 12:22 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] Anyone mind if I rename build.bat to 
Build.bat?


David,

Sounds ok to me.

I use cygwin on windows. This is case-sensitive.
I'll just change to
./B[tab]

At the moment I have to

mv build.sh xbuild.sh

Regards,
Adrian



From: David Budworth [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?
Date: Mon, 10 Dec 2001 10:05:56 -0800

Does anyone mind if I rename build.bat to Build.bat?

Windows boxes aren't case sensitive, so they'll never see the change,
and for unix types, we can do:
./b[TAB] to get build.sh to expand, as it is now, it stops at
./build.  (because .bat and .sh are both executable).

It's a little thing, but it is indeed annyoying.

And you know how us unix types hate typing. :)

Just wanted to check with everyone in case build.bat is 

REQUIRED to be

lowercase for some reason.

-David


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


_
Get your FREE download of MSN Explorer at 
http://explorer.msn.com/intl.asp


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 



___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?

2001-12-10 Thread Jason Dillon

I don't care if its build.bat or Build.bat.

If you do then please change *all* modules in *all* projects.  Please also 
make sure that you don't check it in with execute bits, cause we can't 
change that once you check it in.

In fact, unless you feel 100% confident that you can do this, it would be 
better if I did it... just to make sure =)

I don't care about the case change.  I do care that if it is changed that it 
is done correctly.

Let me know.

--jason


On Mon, 10 Dec 2001, David Budworth wrote:

 Does anyone mind if I rename build.bat to Build.bat?
 
 Windows boxes aren't case sensitive, so they'll never see the change,
 and for unix types, we can do:
 ./b[TAB] to get build.sh to expand, as it is now, it stops at
 ./build.  (because .bat and .sh are both executable).
 
 It's a little thing, but it is indeed annyoying.
 
 And you know how us unix types hate typing. :)
 
 Just wanted to check with everyone in case build.bat is REQUIRED to be
 lowercase for some reason.
 
 -David
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?

2001-12-10 Thread Jason Dillon

We are talking about the .bat file, not the .sh file... which won't change.

--jason


On Mon, 10 Dec 2001, Dain Sundstrom wrote:

 My fingers are in the habit of typing ./build.sh so, this would really bug
 me.
 
 -dain
 
  -Original Message-
  From: Adrian Brock [mailto:[EMAIL PROTECTED]]
  Sent: Monday, December 10, 2001 12:22 PM
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Subject: Re: [JBoss-dev] Anyone mind if I rename build.bat to 
  Build.bat?
  
  
  David,
  
  Sounds ok to me.
  
  I use cygwin on windows. This is case-sensitive.
  I'll just change to
  ./B[tab]
  
  At the moment I have to
  
  mv build.sh xbuild.sh
  
  Regards,
  Adrian
  
  
  From: David Budworth [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?
  Date: Mon, 10 Dec 2001 10:05:56 -0800
  
  Does anyone mind if I rename build.bat to Build.bat?
  
  Windows boxes aren't case sensitive, so they'll never see the change,
  and for unix types, we can do:
  ./b[TAB] to get build.sh to expand, as it is now, it stops at
  ./build.  (because .bat and .sh are both executable).
  
  It's a little thing, but it is indeed annyoying.
  
  And you know how us unix types hate typing. :)
  
  Just wanted to check with everyone in case build.bat is 
  REQUIRED to be
  lowercase for some reason.
  
  -David
  
  
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
  
  
  _
  Get your FREE download of MSN Explorer at 
  http://explorer.msn.com/intl.asp
  
  
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
  
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?

2001-12-10 Thread Jason Dillon

By the way, build.bat should not be executable... though there are a few places where 
it is and build.sh isn't :(

--jason

__
View this jboss-dev thread in the online forums:
http://jboss.org/forums/thread.jsp?forum=66thread=5358

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Anyone mind if I rename build.bat to Build.bat?

2001-12-10 Thread Neale Swinnerton

Why not make the .bat not executable? Since windows machines don't
have the same concept of executable flags in the permissions.

Unfortunately it's a pain to change the permissions of stuff in sourceforge
repositories.

I just run something along the lines of...

$ find . -name build.bat -exec chmod ugo-x {} \;

to stop these little 'annoyances'


On Mon, Dec 10, 2001 at 10:05:56AM -0800, David Budworth wrote:
 Does anyone mind if I rename build.bat to Build.bat?
 
 Windows boxes aren't case sensitive, so they'll never see the change,
 and for unix types, we can do:
 ./b[TAB] to get build.sh to expand, as it is now, it stops at
 ./build.  (because .bat and .sh are both executable).
 
 It's a little thing, but it is indeed annyoying.
 
 And you know how us unix types hate typing. :)
 
 Just wanted to check with everyone in case build.bat is REQUIRED to be
 lowercase for some reason.
 
 -David
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 

-- 
regards

Neale Swinnerton


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development