Hi Jacques, I've testing locally the modification, and there is no failed build with it. Even the buildbot is not reporting an error : http://ci.apache.org/builders/ofbiz-trunk/builds/2323
I can't see where it is coming from... 2011/11/17 Jacques Le Roux <[email protected]>: > Hi, > > Got this in trunk demo > > classes: > [javac16] Compiling 20 source files to > /home/ofbiz/trunk/framework/testtools/build/classes > [javac16] > /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:101: > incompatible types > [javac16] found : org.apache.http.conn.scheme.PlainSocketFactory > [javac16] required: org.apache.http.conn.scheme.SchemeSocketFactory > [javac16] SchemeSocketFactory sf = > PlainSocketFactory.getSocketFactory(); > [javac16] > ^ > [javac16] > /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:102: > cannot find symbol > [javac16] symbol : constructor > Scheme(java.lang.String,int,org.apache.http.conn.scheme.SchemeSocketFactory) > [javac16] location: class org.apache.http.conn.scheme.Scheme > [javac16] supportedSchemes.register(new Scheme("http", 80, sf)); > [javac16] ^ > [javac16] > /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:165: > cannot find symbol > [javac16] symbol : constructor > ThreadSafeClientConnManager(org.apache.http.conn.scheme.SchemeRegistry) > [javac16] location: class > org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager > [javac16] ClientConnectionManager ccm = new > ThreadSafeClientConnManager(supportedSchemes); > [javac16] ^ > [javac16] > /home/ofbiz/trunk/framework/testtools/src/org/ofbiz/testtools/seleniumxml/RemoteRequest.java:245: > cannot find symbol > [javac16] symbol : method consume(org.apache.http.HttpEntity) > [javac16] location: class org.apache.http.util.EntityUtils > [javac16] EntityUtils.consume(entity); // release > connection gracefully > [javac16] ^ > [javac16] 4 errors > > BUILD FAILED > /home/ofbiz/trunk/build.xml:214: The following error occurred while > executing this line: > /home/ofbiz/trunk/framework/build.xml:148: The following error occurred > while executing this line: > /home/ofbiz/trunk/macros.xml:39: The following error occurred while > executing this line: > /home/ofbiz/trunk/common.xml:91: Compile failed; see the compiler error > output for details. > > reverted to r1201941, cleaned and installed all, it's running again... > > I think there is also an issue with 1202084, looks like the quality is going > down :/ > > Jacques > Also not sure why but found that in trunk log > 2011-11-17 11:39:55,928 (http-0.0.0.0-8443-1) [ ControlServlet.java:324:INFO > ] [[[checkLogin(Domain:https://demo-stable.ofbiz.apache.org)] Request Done- > total:0.366,since last([checkLogin(Domai...):0.366]] -- Erwan de FERRIERES
