Guys, P4Base needs to be sorted out in a bit more - it was a bit of a quick hack.....;-)
Basically, the runtime.exec bit of it was ripped out of 1.1's exec task but since that all changed with 1.2 we (erm I) need to revisit. It's pointless having OS specific exec code in two places. Also, the exec on unix (/bin/sh p4 blah blah blah) will fail (oops, guilty of not properly testing it...) So, my company branch of the perforce stuff is being fixed today and I'll try to merge these changes asap. Les > -----Original Message----- > From: James Cook [mailto:[EMAIL PROTECTED] > Sent: 05 December 2000 18:48 > To: [EMAIL PROTECTED] > Subject: Re: [Patch] P4Base.java > > > Can't we add regexp matching, or even simpler, an indexOf() > check. PS. Case > sensitivity should be removed also. > > jim > > ----- Original Message ----- > From: "Stefan Bodewig" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, December 05, 2000 11:33 AM > Subject: Re: [Patch] P4Base.java > > > > Craig Kelley <[EMAIL PROTECTED]> wrote: > > > > > A patch to fix the OS check for Windows. It was looking for "nt" > > > which only worked for Windows NT (not Windows 2000). > > > > But this won't work on Windows 95/98 - not that the old version did. > > > > Stefan > > >
