Yes, "NetWare" is the correct capitalization.
I'll get back to you on the runant.pl scripts. I went in and made it portable
to NetWare, but it seems like it didn't serve the exact same purpose as
bootstrap.bat or even runAnt.bat. (Though it is very similar to this).
Actually, it looks like it is meant to be the equivalent of ant.bat itself.
As for cross-platformness, I'd like to achieve this if possible. And, NetWare
doesn't have a recursive delete, so I have incentive to achieve this strictly
using perl.
Jeff Tulley ([EMAIL PROTECTED])
(801)861-5322
Novell, Inc., the leading provider of Net services software.
>>> [EMAIL PROTECTED] 11/2/01 12:07:05 AM >>>
On Wed, 31 Oct 2001, Jeff Tulley <[EMAIL PROTECTED]> wrote:
> Forgot to answer one of your questions, Stefan.
Don't worry.
> Yes, NetWare ships with Perl, version 5 I think.
There already is a runant.pl that could replace ant.bat - bootstrap
may be a bit more difficult than that (given the problems you
describe).
> In some of the build scripts (bootstrap.bat mainly), the command,
> "rmdir /r" to prune a directory occurs, and is difficult to
> implement in Perl, especially given a bug in NetWare's Perl.
If you brand it as "NetWare Perl", you could simply use system("") -
if NetWare has an OS command to recursively remove directories. I
don't think you need to pay too much attention to portability in the
scripts that are platform specific by definition.
BTW, is NetWare the correct capitalization (just showing my ignorance,
I know). If so, condition.html should be patched.
Stefan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>