|
From: husdon <no...@no...> - 2010-07-27 21:26:20
|
See <http://localhost/job/BigData/96/changes> Changes: [thompsonbry] bumped the revision number.... [thompsonbry] Added the release notes. [thompsonbry] Cleaned up IndexMetadata to remove support for IAddressSerializer and ISplitHandler. Those interfaces and their implementations are now gone. [mrpersonick] getting rid of ITermIdCodes ------------------------------------------ Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Updating https://bigdata.svn.sourceforge.net/svnroot/bigdata/trunk U bigdata-jini/src/java/com/bigdata/service/jini/benchmark/ThroughputMaster.java U build.properties D bigdata/src/java/com/bigdata/btree/AddressSerializer.java D bigdata/src/java/com/bigdata/btree/IAddressSerializer.java D bigdata/src/java/com/bigdata/btree/PackedAddressSerializer.java D bigdata/src/java/com/bigdata/btree/ISplitHandler.java U bigdata/src/java/com/bigdata/btree/IndexMetadata.java U bigdata/src/java/com/bigdata/btree/BloomFilterFactory.java U bigdata/src/java/com/bigdata/btree/isolation/IsolatedFusedView.java U bigdata/src/java/com/bigdata/btree/view/FusedView.java U bigdata/src/java/com/bigdata/search/ReadIndexTask.java D bigdata/src/java/com/bigdata/resources/DefaultSplitHandler.java U bigdata/src/java/com/bigdata/resources/ViewMetadata.java U bigdata/src/releases/RELEASE_0_83_0.txt U bigdata-rdf/src/test/com/bigdata/rdf/spo/TestSPORelation.java U bigdata-rdf/src/test/com/bigdata/rdf/spo/TestSPO.java U bigdata-rdf/src/test/com/bigdata/rdf/spo/TestSPOTupleSerializer.java U bigdata-rdf/src/test/com/bigdata/rdf/spo/TestSPOValueCoders.java A bigdata-rdf/src/test/com/bigdata/rdf/internal/ITermIdCodes.java U bigdata-rdf/src/test/com/bigdata/rdf/internal/LegacyTermIdUtility.java D bigdata-rdf/src/java/com/bigdata/rdf/lexicon/ITermIdFilter.java D bigdata-rdf/src/java/com/bigdata/rdf/lexicon/ITermIdCodes.java U bigdata-rdf/src/java/com/bigdata/rdf/lexicon/TermIdEncoder.java A bigdata-rdf/src/java/com/bigdata/rdf/lexicon/ITermIVFilter.java U bigdata-rdf/src/java/com/bigdata/rdf/spo/SPORelation.java U bigdata-rdf/src/java/com/bigdata/rdf/inf/BackchainTypeResourceIterator.java U bigdata-rdf/src/java/com/bigdata/rdf/internal/VTE.java U bigdata-rdf/src/java/com/bigdata/rdf/store/IRawTripleStore.java U bigdata-rdf/src/java/com/bigdata/rdf/store/AbstractTripleStore.java At revision 3329 [trunk] $ ant clean jar junit javadoc Buildfile: <http://localhost/job/BigData/ws/trunk/build.xml> clean: [delete] Deleting directory <http://localhost/job/BigData/ws/trunk/ant-build> [delete] Deleting directory <http://localhost/job/BigData/ws/trunk/bigdata-test> [delete] Deleting directory <http://localhost/job/BigData/ws/trunk/dist> prepare: [echo] version=bigdata-0.83.0-270710 [mkdir] Created dir: <http://localhost/job/BigData/ws/trunk/ant-build> [mkdir] Created dir: <http://localhost/job/BigData/ws/trunk/ant-build/classes> [mkdir] Created dir: <http://localhost/job/BigData/ws/trunk/ant-build/docs> [mkdir] Created dir: <http://localhost/job/BigData/ws/trunk/ant-build/lib> compile: [javac] <http://localhost/job/BigData/ws/trunk/build.xml>:75: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1261 source files to <http://localhost/job/BigData/ws/trunk/ant-build/classes> [javac] javac 1.6.0_17 [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/jini/start/ServicesManagerServer.java>:48: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release [javac] import sun.misc.Signal; [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/jini/start/ServicesManagerServer.java>:49: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release [javac] import sun.misc.SignalHandler; [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/jini/start/ServicesManagerServer.java>:383: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release [javac] private class SigHUPHandler implements SignalHandler { [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/jini/start/ServicesManagerServer.java>:385: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release [javac] private final SignalHandler oldHandler; [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/jini/start/ServicesManagerServer.java>:417: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release [javac] public void handle(final Signal sig) { [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/service/jini/LoadBalancerServer.java>:26: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release [javac] import sun.misc.Signal; [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/service/jini/LoadBalancerServer.java>:27: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release [javac] import sun.misc.SignalHandler; [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/service/jini/LoadBalancerServer.java>:163: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release [javac] private class SigHUPHandler implements SignalHandler { [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/service/jini/LoadBalancerServer.java>:165: warning: sun.misc.SignalHandler is Sun proprietary API and may be removed in a future release [javac] private final SignalHandler oldHandler; [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/service/jini/LoadBalancerServer.java>:194: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release [javac] public void handle(final Signal sig) { [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-rdf/src/java/com/bigdata/rdf/store/AbstractTripleStore.java>:83: cannot find symbol [javac] symbol : class ITermIdCodes [javac] location: package com.bigdata.rdf.internal [javac] import com.bigdata.rdf.internal.ITermIdCodes; [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-rdf/src/java/com/bigdata/rdf/store/IRawTripleStore.java>:32: cannot find symbol [javac] symbol : class ITermIdCodes [javac] location: package com.bigdata.rdf.internal [javac] import com.bigdata.rdf.internal.ITermIdCodes; [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/jini/start/ServicesManagerServer.java>:406: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release [javac] final Signal signal = new Signal(signalName); [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/jini/start/ServicesManagerServer.java>:406: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release [javac] final Signal signal = new Signal(signalName); [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/jini/start/ServicesManagerServer.java>:408: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release [javac] this.oldHandler = Signal.handle(signal, this); [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/service/jini/LoadBalancerServer.java>:183: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release [javac] final Signal signal = new Signal(signalName); [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/service/jini/LoadBalancerServer.java>:183: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release [javac] final Signal signal = new Signal(signalName); [javac] ^ [javac] <http://localhost/job/BigData/ws/trunk/bigdata-jini/src/java/com/bigdata/service/jini/LoadBalancerServer.java>:185: warning: sun.misc.Signal is Sun proprietary API and may be removed in a future release [javac] this.oldHandler = Signal.handle(signal, this); [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 errors [javac] 16 warnings BUILD FAILED <http://localhost/job/BigData/ws/trunk/build.xml>:75: Compile failed; see the compiler error output for details. Total time: 6 seconds Publishing Javadoc Archiving artifacts Recording test results Performing Post build task... Could not match :JUNIT RUN COMPLETE : False Logical operation result is FALSE Skipping script : /root/rsync.sh END OF POST BUILD TASK : 0 |