You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2003/01/30 18:08:14 UTC

DO NOT REPLY [Bug 16607] New: - Build fails with compilation errors

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=16607>.
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=16607

Build fails with compilation errors

           Summary: Build fails with compilation errors
           Product: JMeter
           Version: 1.8
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: sdertien@ptc.com


When I extract the 1.8 build of Jmeter to disk and run the build.bat file it 
fails with the following compilation errors:

compile_all:
    [javac] Compiling 316 source files to C:\ptc\jakarta-jmeter\build
    [javac] C:\jakarta-
jmeter\src\jorphan\org\apache\jorphan\collections\Data.java:520: cannot resolve 
symbol
    [javac] symbol  : method split  (java.lang.String)
    [javac] location: class java.lang.String
    [javac]             setHeaders(contents[0].split(delimiter));
    [javac]                                    ^
    [javac] C:\jakarta-
jmeter\src\jorphan\org\apache\jorphan\collections\Data.java:524: cannot resolve 
symbol
    [javac] symbol  : method split  (java.lang.String)
    [javac] location: class java.lang.String
    [javac]                     setLine(contents[x++].split(delimiter));
    [javac]                                         ^
    [javac] C:\jakarta-
jmeter\src\jorphan\org\apache\jorphan\test\AllTests.java:222: cannot resolve 
symbol
    [javac] symbol  : method split  (java.lang.String)
    [javac] location: class java.lang.String
    [javac]                     Iterator classes = 
ClassFinder.findClassesThatExtend(searchPaths.split(","),
    [javac]
                    ^
    [javac] 3 errors

When I revert to the 1.7 build these errors do not occur.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org