Re: adding offline support to axis tests

2002-12-04 Thread David Chappell
Steve Loughran wrote: > > - Original Message - [...] > > I looked at foreach, and ant.Project and nothing is obviously a > problem, but there is still something out there that needs to be tracked > down and dealt with. Who knows any good tools for determining Java memory > leaks? I have

Re: adding offline support to axis tests

2002-12-03 Thread Steve Loughran
- Original Message - From: "Glen Daniels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 7:05 AM Subject: RE: adding offline support to axis tests > > They are indeed two separate issues. Eventually, I want to move most of the

RE: adding offline support to axis tests

2002-12-03 Thread Glen Daniels
ber 14, 2002 10:01 AM > To: [EMAIL PROTECTED] > Subject: Re: adding offline support to axis tests > > > > - Original Message - > From: "Tom Jordahl" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, November 14, 2002 06:44 > S

Re: adding offline support to axis tests

2002-11-14 Thread Steve Loughran
- Original Message - From: "Tom Jordahl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 06:44 Subject: RE: adding offline support to axis tests > > Steve, > > +1 > > Are you investigating the XML reflector se

RE: adding offline support to axis tests

2002-11-14 Thread Tom Jordahl
Loughran [mailto:steve_l@;iseran.com] Sent: Wednesday, November 13, 2002 4:48 PM To: axis-dev Subject: adding offline support to axis tests FYI, I have just been busy adding an offline mode to the test suite, so that when you run the tests with -Doffline=true, axis doesnt go on the net for

Re: adding offline support to axis tests

2002-11-13 Thread Steve Loughran
- Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> To: "axis-dev" <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 13:48 Subject: adding offline support to axis tests > Also I'm fixing the proxy support so that the online tes

adding offline support to axis tests

2002-11-13 Thread Steve Loughran
FYI, I have just been busy adding an offline mode to the test suite, so that when you run the tests with -Doffline=true, axis doesnt go on the net for wsdl2java and the like. I havent got it perfect, there are a couple of functional tests that require a network that will be teased out into their ow