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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
