<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/jason/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/jason/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 09 Sep 2013 00:58:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jason/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#20 Negated higher order variables not parsed?</title><link>https://sourceforge.net/p/jason/bugs/20/?limit=25#8199</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed-fixed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Rafael H. Bordini --&amp;gt;  nobody &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; windows&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jomi Fred Hubner</dc:creator><pubDate>Mon, 09 Sep 2013 00:58:48 -0000</pubDate><guid>https://sourceforge.net7026dc6e7195b26d016e054b589b0cdeb4ea69db</guid></item><item><title>#17 Eclipse plugin 1.3.6</title><link>https://sourceforge.net/p/jason/bugs/17/?limit=25#e4ce</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jomi Fred Hubner</dc:creator><pubDate>Sun, 17 Mar 2013 14:06:37 -0000</pubDate><guid>https://sourceforge.netee2afd4ad4c0ad31b043c3893da7278a919d5687</guid></item><item><title>Negated higher order variables not parsed?</title><link>https://sourceforge.net/p/jason/bugs/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Attempting to replicate the suggestion on page 57 of the book about an obstreperous agent, entering&lt;/p&gt;
&lt;p&gt;+B &amp;lt;- !~B.&lt;/p&gt;
&lt;p&gt;gives me an underline (i.e. a parse error) in the jEdit buffer. We've been struggling with other uses of negation on variables to the point we have had to implement an internal function .negate (A , B) just to get ~A (bound to B), e.g., to handle a response to queryIf. Seems like a bug, if the intention is to strongly support strong negation... (It's not just jEdit getting mad, if we load the code we get an error).&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gorbag</dc:creator><pubDate>Fri, 31 Aug 2012 19:50:06 -0000</pubDate><guid>https://sourceforge.net3c485b028d056945c1c6ae3316d0e3fe28a459fa</guid></item><item><title>Negated higher order variables not parsed?</title><link>https://sourceforge.net/p/jason/bugs/20/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 20 has been modified: Negated higher order variables not parsed?&lt;br /&gt;
Edited By: Jomi Fred Hubner (jomifred)&lt;br /&gt;
Status updated: u'open' =&amp;gt; u'closed-fixed'&lt;br /&gt;
_milestone updated: '' =&amp;gt; u'windows'&lt;br /&gt;
Owner updated: u'bordini' =&amp;gt; None&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gorbag</dc:creator><pubDate>Fri, 31 Aug 2012 19:50:06 -0000</pubDate><guid>https://sourceforge.neta3e33b29ff89406242a682ae18a819c42980359e</guid></item><item><title>Directives not working</title><link>https://sourceforge.net/p/jason/bugs/19/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi everybody,&lt;br /&gt;
I tried to use directives, but I was not able to. &lt;br /&gt;
The example directive in Section 7 given by the book is not working, &lt;/p&gt;
&lt;p&gt;The error I get, once I start the animation, is&lt;br /&gt;
--------------------------------------&lt;br /&gt;
[DirectiveProcessor] Error processing directive add_print("end of plan")&lt;br /&gt;
java.lang.NullPointerException&lt;br /&gt;
at myp.AddPrint.process(AddPrint.java:23)&lt;br /&gt;
at jason.asSyntax.directives.DirectiveProcessor.process(DirectiveProcessor.java:66)&lt;br /&gt;
at jason.asSyntax.parser.as2j.directive(as2j.java:260)&lt;br /&gt;
at jason.asSyntax.parser.as2j.agent(as2j.java:111)&lt;br /&gt;
at jason.asSemantics.Agent.parseAS(Agent.java:372)&lt;br /&gt;
at jason.asSemantics.Agent.parseAS(Agent.java:357)&lt;br /&gt;
at jason.asSemantics.Agent.load(Agent.java:176)&lt;br /&gt;
at jason.asSemantics.Agent.create(Agent.java:129)&lt;br /&gt;
at jason.infra.centralised.CentralisedAgArch.createArchs(CentralisedAgArch.java:93)&lt;br /&gt;
at jason.infra.centralised.RunCentralisedMAS.createAgs(RunCentralisedMAS.java:392)&lt;br /&gt;
at jason.infra.centralised.RunCentralisedMAS.create(RunCentralisedMAS.java:201)&lt;br /&gt;
at jason.infra.centralised.RunCentralisedMAS.main(RunCentralisedMAS.java:98)&lt;br /&gt;
--------------------------------------&lt;br /&gt;
I tried to change to SACI infrastructure.&lt;br /&gt;
The error was then:&lt;/p&gt;
&lt;p&gt;[DirectiveProcessor] Unknown directive add_print("end of plan")&lt;br /&gt;
--------------------------------------&lt;/p&gt;
&lt;p&gt;Tried on Linux and Windows with the last jason..&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">s1l3n0</dc:creator><pubDate>Mon, 12 Mar 2012 09:14:32 -0000</pubDate><guid>https://sourceforge.net00abc326f4209ac449ade0c9cf5da2285a22d8ea</guid></item><item><title>while condition</title><link>https://sourceforge.net/p/jason/bugs/18/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;From the API: "Implementation of while. While logical formula holds, the plan_body is executed." &lt;br /&gt;
The abortion of the while loop isn't true for suspended intentions. Thus the while loop in intentions which are suspended because of external actions/.wait action/other reasons aren't aborted. &lt;/p&gt;
&lt;p&gt;Should that be? I can imagine that it gets aborted when the intention is resumed (after a external action), but then again the believes can already be changed back (and therefore missed by that intention).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Willem Timmers</dc:creator><pubDate>Sun, 18 Sep 2011 17:35:19 -0000</pubDate><guid>https://sourceforge.net989cca30efac625ca96206da2656f12ace36dd4e</guid></item><item><title>Eclipse plugin 1.3.6</title><link>https://sourceforge.net/p/jason/bugs/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;As #3408087. But now with v1.3.6. I'm still getting errors:&lt;/p&gt;
&lt;p&gt;mas2j: reading from file xxxxxx/Workspace/some_project\some_project.mas2j ...&lt;br /&gt;
mas2j: xxxxxx/Workspace/some_project\some_project.mas2j parsed successfully!&lt;/p&gt;
&lt;p&gt;Exception in thread "main" java.lang.NoClassDefFoundError: c4jason/CartagoEnvironment&lt;br /&gt;
at jason.infra.centralised.CentralisedMASLauncherAnt.replaceMarks(CentralisedMASLauncherAnt.java:184)&lt;br /&gt;
at jason.infra.centralised.CentralisedMASLauncherAnt.writeScripts(CentralisedMASLauncherAnt.java:143)&lt;br /&gt;
at jason.mas2j.parser.mas2j.main(mas2j.java:53)&lt;br /&gt;
Caused by: java.lang.ClassNotFoundException: c4jason.CartagoEnvironment&lt;br /&gt;
at java.net.URLClassLoader$1.run(Unknown Source)&lt;br /&gt;
at java.net.URLClassLoader$1.run(Unknown Source)&lt;br /&gt;
at java.security.AccessController.doPrivileged(Native Method)&lt;br /&gt;
at java.net.URLClassLoader.findClass(Unknown Source)&lt;br /&gt;
at java.lang.ClassLoader.loadClass(Unknown Source)&lt;br /&gt;
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)&lt;br /&gt;
at java.lang.ClassLoader.loadClass(Unknown Source)&lt;br /&gt;
... 3 more&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Willem Timmers</dc:creator><pubDate>Mon, 12 Sep 2011 15:06:16 -0000</pubDate><guid>https://sourceforge.net2997bd278f3d4170a88e724867320ac0ef98a33d</guid></item><item><title>Eclipse plugin 1.3.6</title><link>https://sourceforge.net/p/jason/bugs/17/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 17 has been modified: Eclipse plugin 1.3.6&lt;br /&gt;
Edited By: Jomi Fred Hubner (jomifred)&lt;br /&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Willem Timmers</dc:creator><pubDate>Mon, 12 Sep 2011 15:06:16 -0000</pubDate><guid>https://sourceforge.net0a887dd788e2008d9d9629b112e579f05bd03e1f</guid></item><item><title>Eclipse plugin 1.3.5</title><link>https://sourceforge.net/p/jason/bugs/16/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I'm sorry for the duplicate: #3408059&lt;/p&gt;
&lt;p&gt;This is what happens when I install jason 1.3.5, Eclipse (Indigo Release), jdk 1.7.0, and the jason plugin for Eclipse 1.3.5 and follow the instructions at &lt;a href="http://jasonplugin.wikidot.com/guia-do-usuario" rel="nofollow"&gt;http://jasonplugin.wikidot.com/guia-do-usuario&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;The Eclipse console returns several errors, while running the same project in jEdit returns no errors:&lt;/p&gt;
&lt;p&gt;mas2j: reading from file xxxxxx/Workspace/some_project\some_project.mas2j ...&lt;br /&gt;
mas2j: xxxxxx/Workspace/some_project\some_project.mas2j parsed successfully!&lt;/p&gt;
&lt;p&gt;Exception in thread "main" java.lang.NoClassDefFoundError: c4jason/CartagoEnvironment&lt;br /&gt;
at jason.infra.centralised.CentralisedMASLauncherAnt.replaceMarks(CentralisedMASLauncherAnt.java:184)&lt;br /&gt;
at jason.infra.centralised.CentralisedMASLauncherAnt.writeScripts(CentralisedMASLauncherAnt.java:143)&lt;br /&gt;
at jason.mas2j.parser.mas2j.main(mas2j.java:53)&lt;br /&gt;
Caused by: java.lang.ClassNotFoundException: c4jason.CartagoEnvironment&lt;br /&gt;
at java.net.URLClassLoader$1.run(Unknown Source)&lt;br /&gt;
at java.net.URLClassLoader$1.run(Unknown Source)&lt;br /&gt;
at java.security.AccessController.doPrivileged(Native Method)&lt;br /&gt;
at java.net.URLClassLoader.findClass(Unknown Source)&lt;br /&gt;
at java.lang.ClassLoader.loadClass(Unknown Source)&lt;br /&gt;
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)&lt;br /&gt;
at java.lang.ClassLoader.loadClass(Unknown Source)&lt;br /&gt;
... 3 more&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Willem Timmers</dc:creator><pubDate>Mon, 12 Sep 2011 13:58:58 -0000</pubDate><guid>https://sourceforge.net12fb0d05e6db39612b928bb3b10f2381a7416890</guid></item><item><title>Eclipse plugin 1.3.5</title><link>https://sourceforge.net/p/jason/bugs/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Exception in thread "main" java.lang.NoClassDefFoundError: c4jason/CartagoEnvironment&lt;br /&gt;
at jason.infra.centralised.CentralisedMASLauncherAnt.replaceMarks(CentralisedMASLauncherAnt.java:184)&lt;br /&gt;
at jason.infra.centralised.CentralisedMASLauncherAnt.writeScripts(CentralisedMASLauncherAnt.java:143)&lt;br /&gt;
at jason.mas2j.parser.mas2j.main(mas2j.java:53)&lt;br /&gt;
Caused by: java.lang.ClassNotFoundException: c4jason.CartagoEnvironment&lt;br /&gt;
at java.net.URLClassLoader$1.run(Unknown Source)&lt;br /&gt;
at java.net.URLClassLoader$1.run(Unknown Source)&lt;br /&gt;
at java.security.AccessController.doPrivileged(Native Method)&lt;br /&gt;
at java.net.URLClassLoader.findClass(Unknown Source)&lt;br /&gt;
at java.lang.ClassLoader.loadClass(Unknown Source)&lt;br /&gt;
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)&lt;br /&gt;
at java.lang.ClassLoader.loadClass(Unknown Source)&lt;br /&gt;
... 3 more&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 12 Sep 2011 13:13:01 -0000</pubDate><guid>https://sourceforge.netb7ffe4565b97a6fbd1f92f4ca61bdf62224dc8bf</guid></item></channel></rss>