RE: cvs commit: xml-axis/java/test/wsdl Java2WsdlAntTask.java

2002-04-15 Thread Glen Daniels
Hi Rich!   Apologies - I certainly didn't mean to remove that method, this was a merge problem on my part (I'd done work in there over the course of the week and clearly missed that when I resolved the merge).   --Glen -Original Message-From: R J Scheuerle Jr [mailto:[EMAIL PRO

Re: cvs commit: xml-axis/java/test/wsdl Java2WsdlAntTask.java

2002-04-15 Thread Russell Butek
Glen, I hate to be a whiner, but your IDE did a lot of this sort of thing again... -import java.util.ArrayList; -import java.util.HashMap; -import java.util.Iterator; -import java.util.List; +import java.util.*; On the plus side, in my sandbox I turned on skeletons for ALL serverSide tests and t