David.Turing's blog

 

编译Coherence 3719的过程

D:\develop_work\coherence_work\Coherence3719\prj>ant build Buildfile: build.xml build: build: build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-core [echo] | [echo] ****************************************************************************** [echo] compile: compile.tangosol: jc: [mkdir] Created dir: D:\develop_work\coherence_work\Coherence3719\build\classes [javac] Compiling 1452 source files to D:\develop_work\coherence_work\Coherence3719\build\classes [javac] D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\util\ExternalizableHelper.java:88: 警告:sun.rmi.server.MarshalInputStream 是 Sun 的专用 API,可能会在未来版本中删除 [javac] import sun.rmi.server.MarshalInputStream; [javac] ^ [javac] D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\util\ExternalizableHelper.java:89: 警告:sun.rmi.server.MarshalOutputStream 是 Su n 的专用 API,可能会在未来版本中删除 [javac] import sun.rmi.server.MarshalOutputStream; [javac] ^ [javac] D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\io\ResolvingMarshalInputStream.java:9: 警告:sun.rmi.server.MarshalInputStream 是 Sun 的专用 API,可能会在未来版本中删除 [javac] import sun.rmi.server.MarshalInputStream; [javac] ^ [javac] D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\io\ResolvingMarshalInputStream.java:20: 警告:sun.rmi.server.MarshalInputStream 是 Sun 的专用 API,可能会在未来版本中删除 [javac] extends MarshalInputStream [javac] ^ [javac] D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\io\ResolvingMarshalOutputStream.java:8: 警告:sun.rmi.server.MarshalOutputStream 是 Sun 的专用 API,可能会在未来版本中删除 [javac] import sun.rmi.server.MarshalOutputStream; [javac] ^ [javac] D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\io\ResolvingMarshalOutputStream.java:19: 警告:sun.rmi.server.MarshalOutputStream 是 Sun 的专用 API,可能会在未来版本中删除 [javac] extends MarshalOutputStream [javac] ^ [javac] D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\util\ExternalizableHelper.java:3345: 警告:sun.rmi.server.MarshalOutputStream 是 Sun 的专用 API,可能会在未来版本中删除 [javac] return out instanceof MarshalOutputStream [javac] ^ [javac] D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\util\ExternalizableHelper.java:4579: 警告:sun.rmi.server.MarshalInputStream 是 S un 的专用 API,可能会在未来版本中删除 [javac] && (!USE_MARSHAL_STREAMS || in instanceof MarshalInputStream)) [javac] ^ [javac] D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\io\nio\MappedBufferManager.java:188: 警告:sun.misc.Cleaner 是 Sun 的专用 API,可 能会在未来版本中删除 [javac] sun.misc.Cleaner cleaner = (sun.misc.Cleaner) [javac] ^ [javac] D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\io\nio\MappedBufferManager.java:188: 警告:sun.misc.Cleaner 是 Sun 的专用 API,可 能会在未来版本中删除 [javac] sun.misc.Cleaner cleaner = (sun.misc.Cleaner) [javac] ^ [javac] 注意:某些输入文件使用或覆盖了已过时的 API。 [javac] 注意:要了解详细信息,请使用 -Xlint:deprecation 重新编译。 [javac] 注意:某些输入文件使用了未经检查或不安全的操作。 [javac] 注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。 [javac] 10 警告 package.tangosol: [mkdir] Created dir: D:\develop_work\coherence_work\Coherence3719\tde\core\1.3\ext [jar] Building jar: D:\develop_work\coherence_work\Coherence3719\tde\core\1.3\ext\tangosol.jar [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\tde\core\1.3\ext\tangosol.jar [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\tde\core\1.3\ext\tangosol.jar [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\tde\core\1.3\ext\tangosol.jar [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\tde\core\1.3\ext\tangosol.jar tde.compile: tde.ext: [java] Compiling Component... [java] [java] *** Compile *** [java] Compilation started: Sat Aug 24 07:46:36 CST 2013 [java] Component.Application [java] Component.Application.Console [java] Component.Application.Console.TestEnvironment [java] Component.Application.DefaultApplication [java] Component.Application.Library [java] Component.Application.Library.Generic [java] Component.Data [java] Component.Net [java] Component.Net.URL [java] Component.Util [java] Component.Util.Collections [java] Component.Util.Collections.WrapperCollection [java] Component.Util.Collections.WrapperEntry [java] Component.Util.Collections.WrapperIterator [java] Component.Util.Collections.WrapperIterator.ListIterator [java] Component.Util.Collections.WrapperList [java] Component.Util.Collections.WrapperMap [java] Component.Util.Collections.WrapperMap.WrapperNamedCache [java] Component.Util.Collections.WrapperSet [java] Component.Util.Collections.WrapperSet.EntrySet [java] Component.Util.Collections.WrapperSet.KeySet [java] Component.Util.Config [java] Component.Util.Daemon [java] Component.Util.Daemon.QueueProcessor [java] Component.Util.DaemonPool [java] Component.Util.FileHelper [java] Component.Util.Iterator [java] Component.Util.Pool [java] Component.Util.Pool.SimplePool [java] Component.Util.Pool.SimplePool.FixedSizePool [java] Component.Util.Pool.SimplePool.GrowablePool [java] Component.Util.Queue [java] Component.Util.Queue.ConcurrentQueue [java] Component.Util.Queue.ConcurrentQueue.BalancedQueue [java] Component.Util.Queue.ConcurrentQueue.BalancedQueue.BundlingQueue [java] Component.Util.Queue.ConcurrentQueue.DualQueue [java] Component.Util.Queue.ConcurrentQueue.DualQueue.AssociationQueue [java] Component.Util.Queue.ConcurrentQueue.MultiQueue [java] Component.Util.Queue.ConcurrentQueue.MultiQueue.SimpleMultiQueue [java] Component.Util.Queue.OptimisticQueue [java] Component.Util.Queue.PriorityQueue [java] Component.Util.WindowedArray [java] Component.Util.WindowedArray.ConcurrentWindowedArray [java] Component.Util.WindowedArray.OptimisticWindowedArray [java] Compilation completed: Sat Aug 24 07:46:40 CST 2013 [touch] Creating D:\develop_work\coherence_work\Coherence3719\tde\core\1.3\~last.compile [copy] Copying 2 files to D:\develop_work\coherence_work\Coherence3719\build\classes package: tde.package: build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-core-data [echo] | [echo] ****************************************************************************** [echo] compile: tde.compile: tde.ext: [java] Compiling Component... [java] [java] *** Compile *** [java] Compilation started: Sat Aug 24 07:46:42 CST 2013 [java] Component.Application [java] Component.Application.Console [java] Component.Application.Console.Test [java] Component.Application.Console.Test.TestLockCount [java] Component.Application.Console.Test.TestManager [java] Component.Application.Console.Test.TestThreadOwner [java] Component.Application.Console.Test.TestUniqueOwner [java] Component.Application.Console.TestEnvironment [java] Component.Application.DefaultApplication [java] Component.Application.Library [java] Component.Application.Library.Generic [java] Component.Data [java] Component.Data.Concurrency [java] Component.Data.Concurrency.Lock [java] Component.Data.Concurrency.Lock.LockSet [java] Component.Data.Concurrency.Lock.LockWait [java] Component.Data.Concurrency.LockCount [java] Component.Data.Concurrency.LockMode [java] Component.Data.Concurrency.LockMode.IntentionPlus [java] Component.Data.Concurrency.LockMode.IntentionRead [java] Component.Data.Concurrency.LockMode.IntentionWrite [java] Component.Data.Concurrency.LockMode.None [java] Component.Data.Concurrency.LockMode.Read [java] Component.Data.Concurrency.LockMode.Upgrade [java] Component.Data.Concurrency.LockMode.Write [java] Component.Data.Concurrency.Manager [java] Component.Data.Concurrency.Manager.TransactionManager [java] Component.Data.Concurrency.Owner [java] Component.Data.Concurrency.Owner.CompositeOwner [java] Component.Data.Concurrency.Owner.NetworkOwner [java] Component.Data.Concurrency.Owner.ThreadOwner [java] Component.Data.Concurrency.Owner.UniqueOwner [java] Component.Data.Concurrency.Resource [java] Component.Data.Concurrency.ResourceOld [java] Component.Data.Connection [java] Component.Data.Connection.JdbcConnection [java] Component.Data.Connection.TransientConnection [java] Component.Data.Dataset [java] Component.Data.Dataset.OrderDataset [java] Component.Data.Dataset.OrderDataset.JdbcOrderDataset [java] Component.Data.Info [java] Component.Data.Info.BindingInfo [java] Component.Data.Info.BindingInfo.JdbcBindingInfo [java] Component.Data.Info.FieldInfo [java] Component.Data.Info.FilterInfo [java] Component.Data.Info.ModelInfo [java] Component.Data.Info.ModelInfo.JdbcModelInfo [java] Component.Data.Info.ModelInfo.TransientModelInfo [java] Component.Data.Info.RecordInfo [java] Component.Data.Info.RecordInfo.OrderInfo [java] Component.Data.Info.RecordInfo.OrderInfo.JdbcOrderInfo [java] Component.Data.Info.SecureInfo [java] Component.Data.Info.SortInfo [java] Component.Data.Info.TypeInfo [java] Component.Data.Info.TypeInfo.Array [java] Component.Data.Info.TypeInfo.Binary [java] Component.Data.Info.TypeInfo.Boolean [java] Component.Data.Info.TypeInfo.Character [java] Component.Data.Info.TypeInfo.Date [java] Component.Data.Info.TypeInfo.DateTime [java] Component.Data.Info.TypeInfo.Decimal [java] Component.Data.Info.TypeInfo.FloatingPoint [java] Component.Data.Info.TypeInfo.Integer [java] Component.Data.Info.TypeInfo.Struct [java] Component.Data.Info.TypeInfo.Time [java] Component.Data.Old [java] Component.Data.Old.User [java] Component.Data.Record [java] Component.Data.Record.Order [java] Component.Data.RecordRef [java] Component.Data.Transaction [java] Component.Data.Transaction.Database [java] Component.Data.Util [java] Component.Data.Util.Jdbc [java] Component.Data.Util.Jdbc.DataSource [java] Component.Data.Util.Jdbc.PhysicalConnection [java] Component.Net [java] Component.Net.URL [java] Component.Util [java] Component.Util.Collections [java] Component.Util.Collections.WrapperCollection [java] Component.Util.Collections.WrapperEntry [java] Component.Util.Collections.WrapperIterator [java] Component.Util.Collections.WrapperIterator.ListIterator [java] Component.Util.Collections.WrapperList [java] Component.Util.Collections.WrapperMap [java] Component.Util.Collections.WrapperMap.WrapperNamedCache [java] Component.Util.Collections.WrapperSet [java] Component.Util.Collections.WrapperSet.EntrySet [java] Component.Util.Collections.WrapperSet.KeySet [java] Component.Util.Config [java] Component.Util.Daemon [java] Component.Util.Daemon.QueueProcessor [java] Component.Util.DaemonPool [java] Component.Util.FileHelper [java] Component.Util.Iterator [java] Component.Util.Pool [java] Component.Util.Pool.SimplePool [java] Component.Util.Pool.SimplePool.FixedSizePool [java] Component.Util.Pool.SimplePool.GrowablePool [java] Component.Util.Queue [java] Component.Util.Queue.ConcurrentQueue [java] Component.Util.Queue.ConcurrentQueue.BalancedQueue [java] Component.Util.Queue.ConcurrentQueue.BalancedQueue.BundlingQueue [java] Component.Util.Queue.ConcurrentQueue.DualQueue [java] Component.Util.Queue.ConcurrentQueue.DualQueue.AssociationQueue [java] Component.Util.Queue.ConcurrentQueue.MultiQueue [java] Component.Util.Queue.ConcurrentQueue.MultiQueue.SimpleMultiQueue [java] Component.Util.Queue.OptimisticQueue [java] Component.Util.Queue.PriorityQueue [java] Component.Util.WindowedArray [java] Component.Util.WindowedArray.ConcurrentWindowedArray [java] Component.Util.WindowedArray.OptimisticWindowedArray [java] Compilation completed: Sat Aug 24 07:46:52 CST 2013 [touch] Creating D:\develop_work\coherence_work\Coherence3719\tde\core-data\1.1\~last.compile package: tde.package: build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-core-net [echo] | [echo] ****************************************************************************** [echo] compile: tde.compile: tde.ext: [java] Compiling Component... [java] [java] *** Compile *** [java] Compilation started: Sat Aug 24 07:46:53 CST 2013 [java] Component.Application [java] Component.Application.Console [java] Component.Application.Console.Coherence [java] Component.Application.Console.CoherenceWeb [java] Component.Application.Console.Test [java] Component.Application.Console.Test.TestLockCount [java] Component.Application.Console.Test.TestManager [java] Component.Application.Console.Test.TestThreadOwner [java] Component.Application.Console.Test.TestUniqueOwner [java] Component.Application.Console.TestEnvironment [java] Component.Application.DefaultApplication [java] Component.Application.Library [java] Component.Application.Library.Generic [java] Component.Application.Library.Generic.CoherenceAdapter [java] Component.Application.Library.Generic.CoherenceLibrary [java] Component.Connector [java] Component.Connector.ConnectionInfo [java] Component.Connector.ConnectionInfo.CacheInfo [java] Component.Connector.Interaction [java] Component.Connector.InteractionSpec [java] Component.Connector.MetaData [java] Component.Connector.NamedCacheRecord [java] Component.Connector.ResourceAdapter [java] Component.Connector.ResourceAdapter.CciAdapter [java] Component.Connector.ResourceAdapter.CciAdapter.CacheAdapter [java] Component.Data [java] Component.Data.Concurrency [java] Component.Data.Concurrency.Lock [java] Component.Data.Concurrency.Lock.LockSet [java] Component.Data.Concurrency.Lock.LockWait [java] Component.Data.Concurrency.LockCount [java] Component.Data.Concurrency.LockMode [java] Component.Data.Concurrency.LockMode.IntentionPlus [java] Component.Data.Concurrency.LockMode.IntentionRead [java] Component.Data.Concurrency.LockMode.IntentionWrite [java] Component.Data.Concurrency.LockMode.None [java] Component.Data.Concurrency.LockMode.Read [java] Component.Data.Concurrency.LockMode.Upgrade [java] Component.Data.Concurrency.LockMode.Write [java] Component.Data.Concurrency.Manager [java] Component.Data.Concurrency.Manager.TransactionManager [java] Component.Data.Concurrency.Owner [java] Component.Data.Concurrency.Owner.CompositeOwner [java] Component.Data.Concurrency.Owner.NetworkOwner [java] Component.Data.Concurrency.Owner.ThreadOwner [java] Component.Data.Concurrency.Owner.UniqueOwner [java] Component.Data.Concurrency.Resource [java] Component.Data.Concurrency.ResourceOld [java] Component.Data.Connection [java] Component.Data.Connection.JdbcConnection [java] Component.Data.Connection.TransientConnection [java] Component.Data.Dataset [java] Component.Data.Dataset.OrderDataset [java] Component.Data.Dataset.OrderDataset.JdbcOrderDataset [java] Component.Data.Info [java] Component.Data.Info.BindingInfo [java] Component.Data.Info.BindingInfo.JdbcBindingInfo [java] Component.Data.Info.FieldInfo [java] Component.Data.Info.FilterInfo [java] Component.Data.Info.ModelInfo [java] Component.Data.Info.ModelInfo.JdbcModelInfo [java] Component.Data.Info.ModelInfo.TransientModelInfo [java] Component.Data.Info.RecordInfo [java] Component.Data.Info.RecordInfo.OrderInfo [java] Component.Data.Info.RecordInfo.OrderInfo.JdbcOrderInfo [java] Component.Data.Info.SecureInfo [java] Component.Data.Info.SortInfo [java] Component.Data.Info.TypeInfo [java] Component.Data.Info.TypeInfo.Array [java] Component.Data.Info.TypeInfo.Binary [java] Component.Data.Info.TypeInfo.Boolean [java] Component.Data.Info.TypeInfo.Character [java] Component.Data.Info.TypeInfo.Date [java] Component.Data.Info.TypeInfo.DateTime [java] Component.Data.Info.TypeInfo.Decimal [java] Component.Data.Info.TypeInfo.FloatingPoint [java] Component.Data.Info.TypeInfo.Integer [java] Component.Data.Info.TypeInfo.Struct [java] Component.Data.Info.TypeInfo.Time [java] Component.Data.Old [java] Component.Data.Old.User [java] Component.Data.Record [java] Component.Data.Record.Order [java] Component.Data.RecordRef [java] Component.Data.Transaction [java] Component.Data.Transaction.Database [java] Component.Data.Util [java] Component.Data.Util.Jdbc [java] Component.Data.Util.Jdbc.DataSource [java] Component.Data.Util.Jdbc.PhysicalConnection [java] Component.Installer [java] Component.Installer.Ejb [java] Component.Installer.Enterprise [java] Component.Installer.Web [java] Component.Installer.Web.Weblogic [java] Component.Manageable [java] Component.Manageable.ModelAdapter [java] Component.Manageable.ModelAdapter.CacheMBean [java] Component.Manageable.ModelAdapter.ClusterMBean [java] Component.Manageable.ModelAdapter.ClusterNodeMBean [java] Component.Manageable.ModelAdapter.ConnectionMBean [java] Component.Manageable.ModelAdapter.ConnectionManagerMBean [java] Component.Manageable.ModelAdapter.ManagementMBean [java] Component.Manageable.ModelAdapter.PointToPointMBean [java] Component.Manageable.ModelAdapter.ReporterMBean [java] Component.Manageable.ModelAdapter.ServiceMBean [java] Component.Manageable.ModelAdapter.StorageManagerMBean [java] Component.Manageable.ModelAdapter.TransactionManagerMBean [java] Component.Manageable.ModelAdapter.WrapperMBean [java] Component.Manageable.ModelAdapter.WrapperMBean.WrapperEmitterMBean [java] Component.Manageable.ModelAdapter.WrapperMBean.WrapperJmxMBean [java] Component.Manageable.ModelAdapter.WrapperMBean.WrapperJmxMBean.WrapperJmxEmitterMBean [java] Component.Net [java] Component.Net.Cluster [java] (14,4,20) Warning #CMP-001: Deprecated feature: "com.tangosol.io.WrapperStreamFactory". [java] Beep! [java] Component.Net.Extend [java] Component.Net.Extend.Channel [java] Component.Net.Extend.Codec [java] Component.Net.Extend.Connection [java] Component.Net.Extend.Connection.JmsConnection [java] Component.Net.Extend.Connection.TcpConnection [java] Component.Net.Extend.Message [java] Component.Net.Extend.Message.Request [java] Component.Net.Extend.Message.Request.CacheServiceRequest [java] Component.Net.Extend.Message.Request.InvocationServiceRequest [java] Component.Net.Extend.Message.Request.NamedCacheRequest [java] Component.Net.Extend.Message.Request.NamedCacheRequest.FilterRequest [java] Component.Net.Extend.Message.Request.NamedCacheRequest.KeyRequest [java] Component.Net.Extend.Message.Request.NamedCacheRequest.KeySetRequest [java] Component.Net.Extend.Message.Response [java] Component.Net.Extend.Message.Response.PartialResponse [java] Component.Net.Extend.MessageFactory [java] Component.Net.Extend.MessageFactory.CacheServiceFactory [java] Component.Net.Extend.MessageFactory.InvocationServiceFactory [java] Component.Net.Extend.MessageFactory.NamedCacheFactory [java] Component.Net.Extend.Protocol [java] Component.Net.Extend.Protocol.CacheServiceProtocol [java] Component.Net.Extend.Protocol.InvocationServiceProtocol [java] Component.Net.Extend.Protocol.NamedCacheProtocol [java] Component.Net.Extend.Proxy [java] Component.Net.Extend.Proxy.MapListenerProxy [java] Component.Net.Extend.Proxy.NamedCacheProxy [java] Component.Net.Extend.Proxy.ServiceProxy [java] Component.Net.Extend.Proxy.ServiceProxy.CacheServiceProxy [java] Component.Net.Extend.Proxy.ServiceProxy.InvocationServiceProxy [java] Component.Net.Extend.RemoteNamedCache [java] Component.Net.Extend.RemoteService [java] Component.Net.Extend.RemoteService.RemoteCacheService [java] Component.Net.Extend.RemoteService.RemoteInvocationService [java] Component.Net.Extend.Util [java] Component.Net.Extend.Util.JmsUtil [java] Component.Net.Extend.Util.JndiUtil [java] Component.Net.Extend.Util.TcpUtil [java] Component.Net.JmxHelper [java] Component.Net.JmxHelper.HttpAdapter [java] Component.Net.JmxHelper.ServerConnector [java] Component.Net.Lease [java] Component.Net.Management [java] Component.Net.Management.Connector [java] Component.Net.Management.Gateway [java] Component.Net.Management.Gateway.Local [java] Component.Net.Management.Gateway.Mock [java] Component.Net.Management.Gateway.Remote [java] Component.Net.Management.ListenerHolder [java] Component.Net.Management.ListenerHolder.LocalHolder [java] Component.Net.Management.ListenerHolder.RemoteHolder [java] Component.Net.Management.Model [java] Component.Net.Management.Model.LocalModel [java] Component.Net.Management.Model.LocalModel.CacheModel [java] Component.Net.Management.Model.LocalModel.ClusterModel [java] Component.Net.Management.Model.LocalModel.ClusterNodeModel [java] Component.Net.Management.Model.LocalModel.ConnectionManagerModel [java] Component.Net.Management.Model.LocalModel.ConnectionModel [java] Component.Net.Management.Model.LocalModel.ManagementModel [java] Component.Net.Management.Model.LocalModel.PointToPointModel [java] Component.Net.Management.Model.LocalModel.ReporterModel [java] Component.Net.Management.Model.LocalModel.ServiceModel [java] Component.Net.Management.Model.LocalModel.StorageManagerModel [java] Component.Net.Management.Model.LocalModel.TransactionManagerModel [java] Component.Net.Management.Model.LocalModel.WrapperModel [java] Component.Net.Management.Model.LocalModel.WrapperModel.WrapperJmxModel [java] Component.Net.Management.Model.RemoteModel [java] Component.Net.Management.NotificationHandler [java] Component.Net.Management.NotificationHandler.LocalHandler [java] Component.Net.Management.NotificationHandler.RemoteHandler [java] Component.Net.Member [java] Component.Net.MemberSet [java] Component.Net.MemberSet.ActualMemberSet [java] Component.Net.MemberSet.ActualMemberSet.ServiceMemberSet [java] Component.Net.MemberSet.ActualMemberSet.ServiceMemberSet.MasterMemberSet [java] Component.Net.MemberSet.DependentMemberSet [java] Component.Net.MemberSet.EmptyMemberSet [java] Component.Net.MemberSet.LiteSingleMemberSet [java] Component.Net.MemberSet.SingleMemberSet [java] Component.Net.Message [java] Component.Net.Message.CacheMessage [java] Component.Net.Message.DiscoveryMessage [java] Component.Net.Message.DistributedPartialResponse [java] Component.Net.Message.LeaseMessage [java] Component.Net.Message.LeaseMessage.ResourceMessage [java] Component.Net.Message.MapEventMessage [java] Component.Net.Message.RequestMessage [java] Component.Net.Message.RequestMessage.DistributedCacheKeyRequest [java] Component.Net.Message.RequestMessage.DistributedCacheKeyRequest.ExtendedKeyRequest [java] Component.Net.Message.RequestMessage.DistributedCacheRequest [java] Component.Net.Message.RequestMessage.DistributedCacheRequest.KeySetRequest [java] Component.Net.Message.RequestMessage.DistributedCacheRequest.MapRequest [java] Component.Net.Message.RequestMessage.DistributedCacheRequest.PartialRequest [java] Component.Net.Message.RequestMessage.DistributedCacheRequest.PartialRequest.FilterRequest [java] Component.Net.Message.RequestMessage.DistributedCacheRequest.StorageRequest [java] Component.Net.Message.RequestMessage.LeaseRequest [java] Component.Net.Message.SimpleResponse [java] Component.Net.MessageHandler [java] Component.Net.Packet [java] Component.Net.Packet.DiagnosticPacket [java] Component.Net.Packet.MessagePacket [java] Component.Net.Packet.MessagePacket.Broadcast [java] Component.Net.Packet.MessagePacket.Directed [java] Component.Net.Packet.MessagePacket.Sequel [java] Component.Net.Packet.NotifyPacket [java] Component.Net.Packet.NotifyPacket.Ack [java] Component.Net.Packet.NotifyPacket.Request [java] Component.Net.PacketBufferPool [java] Component.Net.PacketBufferPool.FixedPacketBufferPool [java] Component.Net.PacketBufferPool.SplitPacketBufferPool [java] Component.Net.Poll [java] Component.Net.RequestContext [java] Component.Net.RequestContext.IdempotentContext [java] Component.Net.RequestStatus [java] Component.Net.RequestStatus.MultiPartStatus [java] Component.Net.RequestStatus.SinglePartStatus [java] Component.Net.Security [java] Component.Net.Security.Standard [java] Component.Net.ServiceInfo [java] Component.Net.Socket [java] Component.Net.Socket.TcpSocket [java] Component.Net.Socket.TcpSocketAccepter [java] Component.Net.Socket.UdpSocket [java] Component.Net.Socket.UdpSocket.MulticastUdpSocket [java] Component.Net.Socket.UdpSocket.UnicastUdpSocket [java] Component.Net.TcpRing [java] Component.Net.URL [java] Component.Net.UdpPacket [java] Component.Net.UdpPacket.OutgoingUdpPacket [java] Component.Util [java] Component.Util.BackingMapManagerContext [java] Component.Util.BatchJobContext [java] Component.Util.CacheEvent [java] Component.Util.CacheHandler [java] Component.Util.CacheHandler.CatalogHandler [java] Component.Util.Collections [java] Component.Util.Collections.WrapperCollection [java] Component.Util.Collections.WrapperEntry [java] Component.Util.Collections.WrapperIterator [java] Component.Util.Collections.WrapperIterator.ListIterator [java] Component.Util.Collections.WrapperList [java] Component.Util.Collections.WrapperMap [java] Component.Util.Collections.WrapperMap.WrapperNamedCache [java] Component.Util.Collections.WrapperSet [java] Component.Util.Collections.WrapperSet.EntrySet [java] Component.Util.Collections.WrapperSet.KeySet [java] Component.Util.ConcurrentMap [java] Component.Util.Config [java] Component.Util.Converter [java] Component.Util.Daemon [java] Component.Util.Daemon.IpMonitor [java] Component.Util.Daemon.QueueProcessor [java] Component.Util.Daemon.QueueProcessor.Logger [java] Component.Util.Daemon.QueueProcessor.PacketProcessor [java] Component.Util.Daemon.QueueProcessor.PacketProcessor.PacketListener [java] Component.Util.Daemon.QueueProcessor.PacketProcessor.PacketPublisher [java] Component.Util.Daemon.QueueProcessor.PacketProcessor.PacketReceiver [java] Component.Util.Daemon.QueueProcessor.PacketProcessor.PacketSpeaker [java] Component.Util.Daemon.QueueProcessor.Service [java] Component.Util.Daemon.QueueProcessor.Service.Grid [java] (19,24,20) Warning #CMP-001: Deprecated feature: "com.tangosol.io.WrapperStreamFactory". [java] (21,34,19) Warning #CMP-001: Deprecated feature: "com.tangosol.net.internal.ProtocolAwareStream". [java] (18,23,20) Warning #CMP-001: Deprecated feature: "com.tangosol.io.WrapperStreamFactory". [java] (19,34,19) Warning #CMP-001: Deprecated feature: "com.tangosol.net.internal.ProtocolAwareStream". [java] Beep! [java] Component.Util.Daemon.QueueProcessor.Service.Grid.ClusterService [java] Component.Util.Daemon.QueueProcessor.Service.Grid.InvocationService [java] Component.Util.Daemon.QueueProcessor.Service.Grid.PartitionedService [java] Component.Util.Daemon.QueueProcessor.Service.Grid.PartitionedService.PartitionedCache [java] Component.Util.Daemon.QueueProcessor.Service.Grid.ProxyService [java] Component.Util.Daemon.QueueProcessor.Service.Grid.ReplicatedCache [java] Component.Util.Daemon.QueueProcessor.Service.Grid.ReplicatedCache.Optimistic [java] Component.Util.Daemon.QueueProcessor.Service.Grid.SimpleCache [java] Component.Util.Daemon.QueueProcessor.Service.Peer [java] (22,19,20) Warning #CMP-001: Deprecated feature: "com.tangosol.io.WrapperStreamFactory". [java] (22,19,20) Warning #CMP-001: Deprecated feature: "com.tangosol.io.WrapperStreamFactory". [java] Beep! [java] Component.Util.Daemon.QueueProcessor.Service.Peer.Acceptor [java] Component.Util.Daemon.QueueProcessor.Service.Peer.Acceptor.HttpAcceptor [java] Component.Util.Daemon.QueueProcessor.Service.Peer.Acceptor.JmsAcceptor [java] Component.Util.Daemon.QueueProcessor.Service.Peer.Acceptor.TcpAcceptor [java] Component.Util.Daemon.QueueProcessor.Service.Peer.Initiator [java] Component.Util.Daemon.QueueProcessor.Service.Peer.Initiator.JmsInitiator [java] Component.Util.Daemon.QueueProcessor.Service.Peer.Initiator.TcpInitiator [java] Component.Util.DaemonPool [java] Component.Util.DeltaMap [java] Component.Util.DeltaMap.TransactionMap [java] Component.Util.DeltaMap.TransactionMap.Optimistic [java] Component.Util.DeltaMap.TransactionMap.Optimistic.Commited [java] Component.Util.DeltaMap.TransactionMap.Optimistic.Repeatable [java] Component.Util.DeltaMap.TransactionMap.Optimistic.Serializable [java] Component.Util.DeltaMap.TransactionMap.Pessimistic [java] Component.Util.DeltaMap.TransactionMap.Pessimistic.Commited [java] Component.Util.DeltaMap.TransactionMap.Pessimistic.Repeatable [java] Component.Util.DeltaMap.TransactionMap.Pessimistic.Serializable [java] Component.Util.DistributionStrategy [java] Component.Util.FileHelper [java] Component.Util.FlatRegistry [java] Component.Util.FlatRegistry.FilterFlatRegistry [java] Component.Util.FlatRegistry.SimpleFlatRegistry [java] Component.Util.Iterator [java] Component.Util.LocalCache [java] Component.Util.LogOutput [java] Component.Util.LogOutput.Jdk [java] Component.Util.LogOutput.Log4j [java] Component.Util.LogOutput.Standard [java] Component.Util.PartialJob [java] Component.Util.Pool [java] Component.Util.Pool.SimplePool [java] Component.Util.Pool.SimplePool.FixedSizePool [java] Component.Util.Pool.SimplePool.GrowablePool [java] Component.Util.Queue [java] Component.Util.Queue.ConcurrentQueue [java] Component.Util.Queue.ConcurrentQueue.BalancedQueue [java] Component.Util.Queue.ConcurrentQueue.BalancedQueue.BundlingQueue [java] Component.Util.Queue.ConcurrentQueue.DualQueue [java] Component.Util.Queue.ConcurrentQueue.DualQueue.AssociationQueue [java] Component.Util.Queue.ConcurrentQueue.MultiQueue [java] Component.Util.Queue.ConcurrentQueue.MultiQueue.SimpleMultiQueue [java] Component.Util.Queue.OptimisticQueue [java] Component.Util.Queue.PriorityQueue [java] Component.Util.SafeCluster [java] Component.Util.SafeNamedCache [java] Component.Util.SafeService [java] Component.Util.SafeService.SafeCacheService [java] Component.Util.SafeService.SafeCacheService.SafeDistributedCacheService [java] Component.Util.SafeService.SafeInvocationService [java] Component.Util.SafeService.SafeProxyService [java] Component.Util.ServiceConfig [java] Component.Util.ShutdownHook [java] Component.Util.TransactionCache [java] Component.Util.TransactionCache.Local [java] Component.Util.TransactionValidator [java] Component.Util.WindowedArray [java] Component.Util.WindowedArray.ConcurrentWindowedArray [java] Component.Util.WindowedArray.OptimisticWindowedArray [java] Compilation completed: Sat Aug 24 07:48:22 CST 2013 [java] ErrorList contains 7 items: [java] [0]=(14,4,20) Warning #CMP-001: Deprecated feature: "com.tangosol.io.WrapperStreamFactory". [java] [1]=(19,24,20) Warning #CMP-001: Deprecated feature: "com.tangosol.io.WrapperStreamFactory". [java] [2]=(21,34,19) Warning #CMP-001: Deprecated feature: "com.tangosol.net.internal.ProtocolAwareStream". [java] [3]=(18,23,20) Warning #CMP-001: Deprecated feature: "com.tangosol.io.WrapperStreamFactory". [java] [4]=(19,34,19) Warning #CMP-001: Deprecated feature: "com.tangosol.net.internal.ProtocolAwareStream". [java] [5]=(22,19,20) Warning #CMP-001: Deprecated feature: "com.tangosol.io.WrapperStreamFactory". [java] [6]=(22,19,20) Warning #CMP-001: Deprecated feature: "com.tangosol.io.WrapperStreamFactory". [touch] Creating D:\develop_work\coherence_work\Coherence3719\tde\core-net\3.0\~last.compile package: tde.package: build-import.build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence [echo] | [echo] ****************************************************************************** [echo] compile: package: tde.package: tde.ext: [mkdir] Created dir: D:\develop_work\coherence_work\Coherence3719\tde\core-net\3.0\target [java] Packaging Component.Application.Console.Coherence... [java] Target location: D:\develop_work\coherence_work\Coherence3719\tde\core-net\3.0\target\coherence.jar [mkdir] Created dir: D:\develop_work\coherence_work\Coherence3719\build\lib [copy] Copying 1 file to D:\develop_work\coherence_work\Coherence3719\build\lib [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence.jar build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-license [echo] | [echo] ****************************************************************************** [echo] compile: jc: [javac] Compiling 6 source files to D:\develop_work\coherence_work\Coherence3719\build\classes [javac] 注意:某些输入文件使用或覆盖了已过时的 API。 [javac] 注意:要了解详细信息,请使用 -Xlint:deprecation 重新编译。 [javac] 注意:某些输入文件使用了未经检查或不安全的操作。 [javac] 注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。 tde.compile: package: build-import.package: [jar] Building MANIFEST-only jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-license.jar [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-license.jar tde.package: [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-license.jar [copy] Copying 1 file to D:\develop_work\coherence_work\Coherence3719\build\classes build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-login [echo] | [echo] ****************************************************************************** [echo] compile: jc: [javac] Compiling 1 source file to D:\develop_work\coherence_work\Coherence3719\build\classes [javac] 注意:D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\security\KeystoreLogin.java 使用了未经检查或不安全的操作。 [javac] 注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。 tde.compile: package: [mkdir] Created dir: D:\develop_work\coherence_work\Coherence3719\build\lib\security [jar] Building MANIFEST-only jar: D:\develop_work\coherence_work\Coherence3719\build\lib\security\coherence-login.jar [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\security\coherence-login.jar tde.package: build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-hibernate [echo] | [echo] ****************************************************************************** [echo] compile: jc: [javac] Compiling 4 source files to D:\develop_work\coherence_work\Coherence3719\build\classes [javac] 注意:某些输入文件使用或覆盖了已过时的 API。 [javac] 注意:要了解详细信息,请使用 -Xlint:deprecation 重新编译。 [javac] 注意:D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\coherence\hibernate\HibernateCacheLoader.java 使用了未经检查或不安全的操作 。 [javac] 注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。 tde.compile: package: build-import.package: [jar] Building MANIFEST-only jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-hibernate.jar [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-hibernate.jar tde.package: [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-hibernate.jar build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-jpa [echo] | [echo] ****************************************************************************** [echo] compile: jc: [javac] Compiling 2 source files to D:\develop_work\coherence_work\Coherence3719\build\classes [javac] 注意:某些输入文件使用了未经检查或不安全的操作。 [javac] 注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。 tde.compile: package: [jar] Building MANIFEST-only jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-jpa.jar [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-jpa.jar tde.package: build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-rest [echo] | [echo] ****************************************************************************** [echo] compile: jc: [javac] Compiling 49 source files to D:\develop_work\coherence_work\Coherence3719\build\classes [javac] 注意:D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\coherence\rest\io\JsonJacksonMarshaller.java 使用或覆盖了已过时的 API。 [javac] 注意:要了解详细信息,请使用 -Xlint:deprecation 重新编译。 [javac] 注意:某些输入文件使用了未经检查或不安全的操作。 [javac] 注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。 tde.compile: package: build-import.package: [jar] Building MANIFEST-only jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-rest.jar [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-rest.jar tde.package: [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-rest.jar build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-toplink [echo] | [echo] ****************************************************************************** [echo] compile: jc: [javac] Compiling 2 source files to D:\develop_work\coherence_work\Coherence3719\build\classes [javac] 注意:某些输入文件使用了未经检查或不安全的操作。 [javac] 注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。 tde.compile: package: [jar] Building MANIFEST-only jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-toplink.jar [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-toplink.jar tde.package: build: build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-tx-jar [echo] | [echo] ****************************************************************************** [echo] compile: tde.compile: tde.ext: package: tde.package: tde.ext: [java] Packaging Component.Application.Library.Generic.CoherenceLibrary... [java] Target location: D:\develop_work\coherence_work\Coherence3719\tde\core-net\3.0\target\coherence-tx.jar [copy] Copying 1 file to D:\develop_work\coherence_work\Coherence3719\build\lib build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-tx-rar [echo] | [echo] ****************************************************************************** [echo] compile: tde.compile: tde.ext: package: tde.package: tde.ext: [java] Packaging Component.Application.Library.Generic.CoherenceAdapter... [java] Target location: D:\develop_work\coherence_work\Coherence3719\tde\core-net\3.0\target\coherence-tx.rar [copy] Copying 1 file to D:\develop_work\coherence_work\Coherence3719\build\lib build-import.build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-tx [echo] | [echo] ****************************************************************************** [echo] compile: tde.compile: package: tde.package: build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-transaction [echo] | [echo] ****************************************************************************** [echo] compile: jc: [javac] Compiling 22 source files to D:\develop_work\coherence_work\Coherence3719\build\classes [javac] 注意:某些输入文件使用了未经检查或不安全的操作。 [javac] 注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。 tde.compile: package: build-import.package: [jar] Building MANIFEST-only jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-transaction.jar [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-transaction.jar tde.package: [jar] Building jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-transaction.rar build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-work [echo] | [echo] ****************************************************************************** [echo] compile: jc: [javac] Compiling 1 source file to D:\develop_work\coherence_work\Coherence3719\build\classes [javac] 注意:D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\coherence\commonj\WorkManager.java 使用或覆盖了已过时的 API。 [javac] 注意:要了解详细信息,请使用 -Xlint:deprecation 重新编译。 [javac] 注意:D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\coherence\commonj\WorkManager.java 使用了未经检查或不安全的操作。 [javac] 注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。 tde.compile: package: build-import.package: [jar] Building MANIFEST-only jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-work.jar [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-work.jar tde.package: [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-work.jar build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-loadbalancer [echo] | [echo] ****************************************************************************** [echo] compile: tde.compile: package: [jar] Building MANIFEST-only jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-loadbalancer.jar tde.package: build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-wlp [echo] | [echo] ****************************************************************************** [echo] compile: jc: [javac] Compiling 1 source file to D:\develop_work\coherence_work\Coherence3719\build\classes [javac] 注意:D:\develop_work\coherence_work\Coherence3719\src\com\tangosol\coherence\weblogic\PortalCacheProvider.java 使用了未经检查或不安全的操作。 [javac] 注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。 tde.compile: package: build-import.package: [jar] Building MANIFEST-only jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-wlp.jar [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-wlp.jar tde.package: [jar] Updating jar: D:\develop_work\coherence_work\Coherence3719\build\lib\coherence-wlp.jar build: banner: [echo] [echo] ****************************************************************************** [echo] | [echo] | Building project: coherence-web [echo] | [echo] ****************************************************************************** [echo] compile: jc: [javac] Compiling 67 source files to D:\develop_work\coherence_work\Coherence3719\build\classes [javac] 注意:某些输入文件使用或覆盖了已过时的 API。 [javac] 注意:要了解详细信息,请使用 -Xlint:deprecation 重新编译。 [javac] 注意:某些输入文件使用了未经检查或不安全的操作。 [javac] 注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。 jc: [javac] Compiling 3 source files to D:\develop_work\coherence_work\Coherence3719\build\classes jc: [javac] Compiling 2 source files to D:\develop_work\coherence_work\Coherence3719\build\classes jc: [javac] Compiling 6 source files to D:\develop_work\coherence_work\Coherence3719\build\classes [javac] 注意:某些输入文件使用或覆盖了已过时的 API。 [javac] 注意:要了解详细信息,