DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9383>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9383

java.net.Socket.shutdownOutput() not compatible with jdk 1.2.1

           Summary: java.net.Socket.shutdownOutput() not compatible with jdk
                    1.2.1
           Product: JMeter
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


out of the lastest source code:
dolores% java -version
java version "1.2.1"
Solaris VM (build Solaris_JDK_1.2.1_04c, native threads, sunwjit)
dolores% build.sh
/usr/java1.2/bin/java -classpath :/usr/java1.2/lib/tools.jar:./lib/Tidy.jar:./li
b/ant-1.4.1.jar:./lib/avalon-framework-4.1.2.jar:./lib/jakarta-ant-1.4.1-optiona
l.jar:./lib/jakarta-oro-2.0.1.jar:./lib/jndi.jar:./lib/junit.jar:./lib/log4j-cor
e.jar:./lib/log4j.jar:./lib/util.jar:./lib/xerces.jar:../jakarta-site2/lib/*.jar
 org.apache.tools.ant.Main -buildfile build.xml
Buildfile: build.xml

check.optional.libs1:

check.optional.libs2:

mail.message:
     [echo] Classes for Mail support not found in classpath

iaik.message:
     [echo] Classes for IAIK iSaSiLk not found in classpath

ssl.message:
     [echo] Classes for SSL not found in classpath

compile:
     [copy] Copying 1 file to /aplicaciones/appweb/users/un24622/projectos/jakar
ta-jmeter_src/src/org/apache/jmeter/util
    [javac] Compiling 1 source file to /aplicaciones/appweb/users/un24622/projec
tos/jakarta-jmeter_src/bin/classes
    [javac] /aplicaciones/appweb/users/un24622/projectos/jakarta-jmeter_src/src/
org/apache/jmeter/protocol/http/proxy/Daemon.java:172: Method shutdownOutput() n
ot found in class java.net.Socket.
    [javac]                     endIt.shutdownOutput();
    [javac]                                         ^
    [javac] 1 error

BUILD FAILED



this is only added on the jdk 1.3.1:
http://java.sun.com/j2se/1.3/docs/api/java/net/Socket.html

but this is not in the previous release:
http://java.sun.com/products/jdk/1.2/docs/api/java/net/Socket.html

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to