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