From: Erik V. <eri...@hc...> - 2006-05-20 14:12:05
|
> > I've also expanded the buyTrain() method in Portfolio to verify that > > the train buyer has enough cash to purchase the train. I've also > > included stubs for the rest of the train purchasing logic > that should > > trigger a forced stock sale and/or bankruptcy and ending the game. > > Today I'll try to make a start with that. Hmm, but the bad news is that I can't synchronize for some reason. This is what Eclipse tells me about it: Problems reported while synchronizing CVS Workspace. 0 of 1 resources were synchronized. An error occurred synchronizing /18xx: Authentication error: com.jcraft.jsch.JSchException: Session.connect: java.net.NoRouteToHostException: No route to host: connect org.eclipse.team.internal.ccvs.core.connection.CVSAuthenticationException: Authentication error: com.jcraft.jsch.JSchException: Session.connect: java.net.NoRouteToHostException: No route to host: connect org.eclipse.team.internal.ccvs.ssh2.CVSSSH2ServerConnection.internalOpen(CVS SSH2ServerConnection.java:151) org.eclipse.team.internal.ccvs.ssh2.CVSSSH2ServerConnection.open(CVSSSH2Serv erConnection.java:99) org.eclipse.team.internal.ccvs.core.connection.Connection.open(Connection.ja va:127) org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.createC onnection(CVSRepositoryLocation.java:575) org.eclipse.team.internal.ccvs.core.connection.CVSRepositoryLocation.openCon nection(CVSRepositoryLocation.java:821) org.eclipse.team.internal.ccvs.core.client.Session.open(Session.java:142) org.eclipse.team.internal.ccvs.core.resources.RemoteFolderTreeBuilder.fetchD elta(RemoteFolderTreeBuilder.java:219) org.eclipse.team.internal.ccvs.core.resources.RemoteFolderTreeBuilder.buildT ree(RemoteFolderTreeBuilder.java:187) org.eclipse.team.internal.ccvs.core.resources.RemoteFolderTreeBuilder.buildR emoteTree(RemoteFolderTreeBuilder.java:159) org.eclipse.team.internal.ccvs.core.resources.CVSWorkspaceRoot.getRemoteTree (CVSWorkspaceRoot.java:230) org.eclipse.team.internal.ccvs.core.syncinfo.CVSResourceVariantTree.fetchVar iant(CVSResourceVariantTree.java:100) org.eclipse.team.core.variants.AbstractResourceVariantTree.refresh(AbstractR esourceVariantTree.java:94) org.eclipse.team.internal.ccvs.core.syncinfo.CVSResourceVariantTree.refresh( CVSResourceVariantTree.java:303) org.eclipse.team.core.variants.AbstractResourceVariantTree.refresh(AbstractR esourceVariantTree.java:63) org.eclipse.team.core.variants.ResourceVariantTreeSubscriber.refresh(Resourc eVariantTreeSubscriber.java:158) org.eclipse.team.core.variants.ResourceVariantTreeSubscriber.refresh(Resourc eVariantTreeSubscriber.java:123) org.eclipse.team.internal.ui.synchronize.RefreshSubscriberJob.run(RefreshSub scriberJob.java:290) org.eclipse.core.internal.jobs.Worker.run(Worker.java:66) I did not change anything at my side. Any clue? Otherwise I'll retry later. Erik. |