You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Jeff Tulley <JT...@novell.com> on 2001/11/02 18:34:22 UTC

Re: cvs commit: jakarta-ant/src/testcases/org/apache/tools/ant/types PathTest.java

It is similar to "dos-based" in its path and classpath separations, but the long volume names and subtleties in whether or not a path name should be specified with java commands are different.  So, I don't know if you can generally lump us in the "dos-based" category, since this assumption breaks down in some places.  Maybe I am misunderstanding where you are going to make this distinction, and it will turn out to be fine.

Jeff Tulley  (jtulley@novell.com)
(801)861-5322
Novell, Inc., the leading provider of Net services software.

>>> bodewig@apache.org 11/2/01 12:14:04 AM >>>
On Wed, 31 Oct 2001, Jeff Tulley <JT...@novell.com> wrote:

> It seems like there was an env thing in their somewhere also, that
> needed to be cleared up for NetWare.  "env" is a system console
> command in netware, so can be executed without any path at all.

I'll adapt to that, please take a look at my commit that should happen
sometime today.

> 2) We use ";" (semi-colon) for classpath separators

So Os.java will consider it DOS based (whatever that means in detail)
- is this a good assumption or should the code specifcally exclude
NetWare.  Given your description, we probably better say netware is
nor DOS-based.

> 3) We have something similar to drive letters, volume names, which
> can be up to 40 characters large, followed by a colon.  data:\ (or
> data:/) for example.

> 4) if you do not specify a volume name, (/usr/bin), NetWare assumes
> the sytem volume, "SYS:/usr/bin"

Reminds me on my old VMS days ...

Stefan

who sometimes misses his VAX-Station.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: cvs commit: jakarta-ant/src/testcases/org/apache/tools/ant/types PathTest.java

Posted by Stefan Bodewig <bo...@apache.org>.
On Fri, 02 Nov 2001, Jeff Tulley <JT...@novell.com> wrote:

> It is similar to "dos-based" in its path and classpath separations,
> but the long volume names and subtleties in whether or not a path
> name should be specified with java commands are different.  So, I
> don't know if you can generally lump us in the "dos-based" category,
> since this assumption breaks down in some places.

The only places where Ant uses "dos based" is whether executables need
an .exe extension or not, so I guess we are better of by not throwing
NetWare into this group.

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>