From: Pierrick B. <pie...@fr...> - 2011-03-31 17:21:20
|
Hi, Le 31/03/2011 11:21, Tobi Krebs a écrit : > So far i haven´t been able to reproduce the compilation error. > > What i did so far is (all with Java 1.6 and ant 1.7.1) : > > 1. clean checkout of the stable branch > 2. ./build.sh clean clean-all rebuild > 3. ./build.sh test (Unit Test Results shows 100% success) > 4 ./build.sh installer (which produces an working installer) > > Do i have to enable extra modules to recreate the situation on TeamCity? Teamcity's messages are like this (http://serengeti.friprogramvarusyndikatet.se:8111/viewLog.html;jsessionid=B466E18C9E05E9491A6D0020606367CC?buildId=5436&tab=buildResultsDiv&buildTypeId=bt9) : # /home/ljo/filer/buildAgent-2/work/1.4.x/src/org/exist/xqj/XQConnection.java:34: org.exist.xqj.XQConnection is not abstract and does not override abstract method setStaticContext(javax.xml.xquery.XQStaticContext) in javax.xml.xquery.XQConnection # public class XQConnection implements javax.xml.xquery.XQConnection { or like this : # /home/ljo/filer/buildAgent-2/work/1.4.x/src/javax/xml/xquery/XQWarning.java:13: cannot find symbol # symbol : constructor XQException(java.lang.String,java.lang.Throwable,java.lang.String,javax.xml.xquery.XQWarning) # location: class javax.xml.xquery.XQException # super(message, cause, vendorcode, nextWarning); # ^ It should be pretty straightforward to find where the problem is, shouldn't it ? Cheers, p.b. |