timestamp: [echo] Starting build at 12/02/2003 02:48:09 [echo] Using Sun Microsystems Inc. Java HotSpot(TM) Client VM 1.4.1_02-b06 on Linux [echo] Checking out code from the Cougaar branch B10_4 compile: [javac] Compiling 41 source files to /home/tom/data/cf-dashboard/working/build [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/init/DBCommunityInitializerServiceProvider.java:51: package org.cougaar.planning.plugin.asset does not exist [javac] import org.cougaar.planning.plugin.asset.AssetDataReader; [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/init/DBCommunityInitializerServiceProvider.java:52: package org.cougaar.planning.plugin.asset does not exist [javac] import org.cougaar.planning.plugin.asset.AssetDataDBReader; [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityRosterImpl.java:35: warning: org.cougaar.core.service.community.CommunityRoster in org.cougaar.core.service.community has been deprecated [javac] implements CommunityRoster, java.io.Serializable { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityRosterImpl.java:108: warning: org.cougaar.core.service.community.CommunityMember in org.cougaar.core.service.community has been deprecated [javac] private CommunityMember entityToCommunityMember(Entity entity) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityRosterImpl.java:125: warning: org.cougaar.core.service.community.CommunityMember in org.cougaar.core.service.community has been deprecated [javac] public void addMember(CommunityMember member) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:66: warning: org.cougaar.core.service.community.CommunityRoster in org.cougaar.core.service.community has been deprecated [javac] import org.cougaar.core.service.community.CommunityRoster; [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1093: warning: org.cougaar.core.service.community.CommunityRoster in org.cougaar.core.service.community has been deprecated [javac] public CommunityRoster getRoster(String communityName) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityRosterImpl.java:55: warning: org.cougaar.core.service.community.CommunityMember in org.cougaar.core.service.community has been deprecated [javac] CommunityMember cm = (CommunityMember)it.next(); [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityRosterImpl.java:55: warning: org.cougaar.core.service.community.CommunityMember in org.cougaar.core.service.community has been deprecated [javac] CommunityMember cm = (CommunityMember)it.next(); [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityRosterImpl.java:109: warning: org.cougaar.core.service.community.CommunityMember in org.cougaar.core.service.community has been deprecated [javac] int memberType = CommunityMember.AGENT; [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityRosterImpl.java:110: warning: org.cougaar.core.service.community.CommunityMember in org.cougaar.core.service.community has been deprecated [javac] if (entity instanceof Community) memberType = CommunityMember.COMMUNITY; [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityRosterImpl.java:111: warning: org.cougaar.core.service.community.CommunityMember in org.cougaar.core.service.community has been deprecated [javac] CommunityMember cm = new CommunityMember(entity.getName(), memberType); [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityRosterImpl.java:111: warning: org.cougaar.core.service.community.CommunityMember in org.cougaar.core.service.community has been deprecated [javac] CommunityMember cm = new CommunityMember(entity.getName(), memberType); [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityRosterImpl.java:125: warning: org.cougaar.core.service.community.CommunityMember in org.cougaar.core.service.community has been deprecated [javac] public void addMember(CommunityMember member) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1425: warning: removeRole(java.lang.String,java.lang.String,java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public boolean removeRole(String communityName, String entityName, [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1369: warning: addRole(java.lang.String,java.lang.String,java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public boolean addRole(String communityName, String entityName, [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1318: warning: getCommunityRoles(java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public Collection getCommunityRoles(String communityName) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1213: warning: getEntityRoles(java.lang.String,java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public Collection getEntityRoles(String communityName, String entityName) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1201: warning: searchByRole(java.lang.String,java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public Collection searchByRole(String communityName, String roleName) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1188: warning: getListeners(java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public Collection getListeners(String communityName) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1175: warning: removeListener(org.cougaar.core.mts.MessageAddress,java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public boolean removeListener(MessageAddress addr, String communityName) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1161: warning: addListener(org.cougaar.core.mts.MessageAddress,java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public boolean addListener(MessageAddress addr, String communityName) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1137: warning: listParentCommunities(java.lang.String,java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public Collection listParentCommunities(String member, String filter) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1126: warning: listParentCommunities(java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public Collection listParentCommunities(String member) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1093: warning: getRoster(java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public CommunityRoster getRoster(String communityName) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1027: warning: search(java.lang.String,java.lang.String,boolean) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public Collection search(final String communityName, final String filter, boolean block) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1023: warning: search(java.lang.String,java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public Collection search(final String communityName, String filter) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:1005: warning: search(java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public Collection search(String filter) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:976: warning: modifyEntityAttributes(java.lang.String,java.lang.String,javax.naming.directory.ModificationItem[]) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public boolean modifyEntityAttributes(String communityName, String entityName, [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:933: warning: setEntityAttributes(java.lang.String,java.lang.String,javax.naming.directory.Attributes) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public boolean setEntityAttributes(String communityName, String entityName, [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:885: warning: getEntityAttributes(java.lang.String,java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public Attributes getEntityAttributes(String communityName, [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:855: warning: listEntities(java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public Collection listEntities(String communityName) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:830: warning: removeFromCommunity(java.lang.String,java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public boolean removeFromCommunity(String communityName, String entityName) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:791: warning: addToCommunity(java.lang.String,java.lang.Object,java.lang.String,javax.naming.directory.Attributes) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public boolean addToCommunity(String communityName, Object entity, [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:766: warning: modifyCommunityAttributes(java.lang.String,javax.naming.directory.ModificationItem[]) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public boolean modifyCommunityAttributes(String communityName, ModificationItem[] mods) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:707: warning: setCommunityAttributes(java.lang.String,javax.naming.directory.Attributes) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public boolean setCommunityAttributes(String communityName, [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:669: warning: getCommunityAttributes(java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public Attributes getCommunityAttributes(String communityName) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:621: warning: listAllCommunities() in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public Collection listAllCommunities() { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:594: warning: communityExists(java.lang.String) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public boolean communityExists(String communityName) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:568: warning: createCommunity(java.lang.String,javax.naming.directory.Attributes) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public boolean createCommunity(String communityName, Attributes attributes) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/CommunityServiceImpl.java:396: warning: getParentCommunities(boolean) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] public String[] getParentCommunities(boolean allLevels) { [javac] ^ [javac] /home/tom/data/cf-dashboard/working/community/src/org/cougaar/community/util/CommunityViewerServlet.java:119: warning: getParentCommunities(boolean) in org.cougaar.core.service.community.CommunityService has been deprecated [javac] String parentCommunities[] = cs.getParentCommunities(true); [javac] ^ [javac] 2 errors [javac] 40 warnings BUILD FAILED file:/home/tom/data/cf-dashboard/build.xml:25: Compile failed; see the compiler error output for details. Total time: 4 seconds