Changeset 2069 for trunk/java-client/org


Ignore:
Timestamp:
2001-02-25T21:37:59+13:00 (23 years ago)
Author:
say1
Message:

incorperated the http IOR method (not really tested)

Location:
trunk/java-client/org/nzdl/gsdl
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-client/org/nzdl/gsdl/service/Makefile

    r2058 r2069  
    44#javac options
    55#JAVACOPTIONS= -g:none -O
    6 JAVACOPTIONS= -g:lines
     6JAVACOPTIONS= -deprecation -g:lines
    77
    88#complete compilation
  • trunk/java-client/org/nzdl/gsdl/util/Makefile

    r2058 r2069  
    44#javac options
    55#JAVACOPTIONS= -g:none -O
    6 JAVACOPTIONS= -g:lines
     6JAVACOPTIONS= -deprecation -g:lines
    77
    88#complete compilation
     
    1414
    1515CLASSFILES=NzdlConstants.class  \
    16      NzdlCorbaFactory.class   
     16     NzdlCorbaFactory.class  \
     17     NzdlHosts.class 
    1718
    1819all: $(CLASSFILES)
     20    echo try a command like "java org.nzdl.SimpleClient -v 2 -Q"
    1921
    2022clean:
Note: See TracChangeset for help on using the changeset viewer.