[Pogamut-list] mapping bot

cazub pogamut-forum at artemis.ms.mff.cuni.cz
Mon Oct 20 23:54:25 CEST 2008


Re: Re: mapping bot
Ok svn download seems to get rid of those errors within the gameMap.class and i compiled the pogamutcore into a jar. Now when i replace the pogamut core already in my bot project with the one i compiled from svn code i get a nice long string of errors when i run it. 

a couple hundred errors like this
"Illegal character:  + currentstate 37"
java.lang.NullPointerException
        at org.openide.nodes.Children.justComputeNodes(Children.java:786)
        at org.openide.nodes.ChildrenArray.nodes(ChildrenArray.java:96)
        at org.openide.nodes.Children.setEntries(Children.java:845)
        at org.openide.nodes.Children$Keys$2.run(Children.java:2136)
        at org.openide.util.Mutex.postRequest(Mutex.java:1251)
        at org.openide.util.Mutex.postWriteRequest(Mutex.java:582)
        at org.openide.nodes.Children$Keys.applyKeys(Children.java:2145)
        at org.openide.nodes.Children$Keys.setKeys(Children.java:2090)
        at cz.cuni.pogamut.netbeansplugin.UTServerNode$BotsOnServer.refreshList(UTServerNode.java:403)
        at cz.cuni.pogamut.netbeansplugin.UTServerNode$BotsOnServer.serverStateChanged(UTServerNode.java:407)
        at cz.cuni.pogamut.netbeansplugin.NbUTServer.changed(NbUTServer.java:447)
        at cz.cuni.pogamut.netbeansplugin.NbUTServer.connectBot(NbUTServer.java:563)
        at cz.cuni.pogamut.netbeansplugin.project.anttasks.RunBot.execute(RunBot.java:45)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
        at sun.reflect.GeneratedMethodAccessor69.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:357)
        at org.apache.tools.ant.Target.performTasks(Target.java:385)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
        at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
        at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
        at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
BUILD FAILED (total time: 2 seconds)

BUT if  i just do "Build" it compiles fine. What did i skrew up here?


----

Reply Link: <https://artemis.ms.mff.cuni.cz/pogamut/tiki-view_forum_thread.php?forumId=6&comments_reply_threadId=322&comments_parentId=222&post_reply=1#form>





More information about the Pogamut-list mailing list