dev@glassfish.java.net

Quicklook Issues

From: Tom Ware <tom.ware_at_oracle.com>
Date: Wed, 07 Mar 2007 13:31:39 -0500

Hi All,

  I am having trouble running quicklook. I a couple of different
failures on a version I obtained today.

1 [java] wsimport-local:
     [java] [mkdir] Created dir:
C:\cvsworkspace\glassfish\appserv-tests\build\module\classes
     [java] [exec]
"http://localhost:${HttpDefaultPort}/TestApp/MiscService/Misc?wsdl" is
neither a file name nor an URL
     [java]
     [java]
     [java] [exec] Usage: wsimport [options] <WSDL_URI>

2. Compile failures starting with:

     [java] compile-common:
     [java] [javac] Compiling 1 source file to
C:\cvsworkspace\glassfish\appserv-tests\build\module\classes
     [java] [javac]
C:\cvsworkspace\glassfish\appserv-tests\sqetests\jbi\helloca\projects\CAClient\src\helloca\client\Client.java:23:
package caclient.ejbws does not exist
     [java] [javac] import caclient.ejbws.Account;
     [java] [javac] ^
     [java] [javac]
C:\cvsworkspace\glassfish\appserv-tests\sqetests\jbi\helloca\projects\CAClient\src\helloca\client\Client.java:87:
package caclient.ejbws does not exist
     [java] [javac] caclient.ejbws.MiscService service =
new caclient.ejbws.MiscService();
     [java] [javac] ^
     [java] [javac]
C:\cvsworkspace\glassfish\appserv-tests\sqetests\jbi\helloca\projects\CAClient\src\helloca\client\Client.java:87:
package caclient.ejbws does not exist
     [java] [javac] caclient.ejbws.MiscService service =
new caclient.ejbws.MiscService();
     [java] [javac]


Attached is my log file.

Has anyone seen these issues before?

-Tom