<?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/javaopenchess/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/javaopenchess/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 06 Jul 2019 05:03:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/javaopenchess/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>maven</title><link>https://sourceforge.net/p/javaopenchess/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Plugin org.apache.maven.plugins:maven-jar-plugin:2.7 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-jar-plugin:jar:2.7: Failure to find org.apache.maven.plugins:maven-jar-plugin:pom:2.7 in &lt;a href="http://repo.maven.apache.org/maven2" rel="nofollow"&gt;http://repo.maven.apache.org/maven2&lt;/a&gt; was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -&amp;gt; &lt;span&gt;[Help 1]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;To see the full stack trace of the errors, re-run Maven with the -e switch.&lt;br/&gt;
Re-run Maven using the -X switch to enable full debug logging.&lt;/p&gt;
&lt;p&gt;For more information about the errors and possible solutions, please read the following articles:&lt;br/&gt;
&lt;span&gt;[Help 1]&lt;/span&gt; &lt;a href="http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException" rel="nofollow"&gt;http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MehrAn KhAn</dc:creator><pubDate>Sat, 06 Jul 2019 05:03:16 -0000</pubDate><guid>https://sourceforge.netfe27d7eefe6afe4388054ca3466f324c2a257ab5</guid></item><item><title>Wrong date format in PGN file. "YYYY.MM.D" instead of "YYYY.MM.DD"</title><link>https://sourceforge.net/p/javaopenchess/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the saved file (PGN) file the date pair tag value follows the format "YYYY.MM.D" instead of "YYYY.MM.DD" which is stated in the PGN specification. Please double check here: &lt;a href="http://www.saremba.de/chessgml/standards/pgn/pgn-complete.htm" rel="nofollow"&gt;http://www.saremba.de/chessgml/standards/pgn/pgn-complete.htm&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ehsun Behravesh</dc:creator><pubDate>Sun, 07 Oct 2018 12:11:42 -0000</pubDate><guid>https://sourceforge.net293f4d491dd4c98b05cbaddcb1f0af6e2ec34294</guid></item><item><title>GameFactory swaps white/black name after load game.</title><link>https://sourceforge.net/p/javaopenchess/bugs/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In the GameFactory the black and white name are swapped. Line 39 and 40.&lt;br/&gt;
Correction:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;        blackPlayer.setName(blackName);//set name of player
        whitePlayer.setName(whiteName);//set name of player
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 31 Oct 2017 14:42:56 -0000</pubDate><guid>https://sourceforge.netce6ec26e552316233b911082770e1bd141c5c885</guid></item><item><title>#2 Castling not possible</title><link>https://sourceforge.net/p/javaopenchess/bugs/2/?limit=25#0923</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/">Haker-MSL</dc:creator><pubDate>Wed, 09 Jul 2014 19:54:07 -0000</pubDate><guid>https://sourceforge.net14a4910ac3a51df9f644f10ff0a29c01f134786f</guid></item><item><title>#2 Castling not possible</title><link>https://sourceforge.net/p/javaopenchess/bugs/2/?limit=25#4863</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Not a problem at all :-). &lt;br /&gt;
This project is still under development and new enhancements will be added soon. &lt;/p&gt;
&lt;p&gt;Therefore I'm really glad to see that there is some small audience of this software and someone has few minutes to report a bug (even if it was a false alarm). &lt;/p&gt;
&lt;p&gt;Thank you for your time! If you find some issue or in case if you have some enhancement proposal - please do not hesitate to contact with me.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;
Mateusz Lach&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Haker-MSL</dc:creator><pubDate>Wed, 09 Jul 2014 19:53:25 -0000</pubDate><guid>https://sourceforge.net2a2ed774c5066e0afcd48cb464430a1e1d140a82</guid></item><item><title>#2 Castling not possible</title><link>https://sourceforge.net/p/javaopenchess/bugs/2/?limit=25#121b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Damn. I just tried a few things there and I just wasn't doing it correctly yesterday. Didn't realise attempting to move the castle to where it would go after castling would move both pieces. Sorry to have wasted your time.&lt;/p&gt;
&lt;p&gt;Thanks for the quick response nonetheless!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peadar Ó Duinnín</dc:creator><pubDate>Tue, 08 Jul 2014 21:15:51 -0000</pubDate><guid>https://sourceforge.net33fe0555b225a8065eb27f7106bd9b1fd6f6bba7</guid></item><item><title>#2 Castling not possible</title><link>https://sourceforge.net/p/javaopenchess/bugs/2/?limit=25#db62</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I've downloaded newest version of program and I made double-check for your issue report and it seems to work in both variants:&lt;br /&gt;
&lt;em&gt; short castling,&lt;br /&gt;
&lt;/em&gt; long castling,&lt;br /&gt;
and it seems to work perfectly. &lt;/p&gt;
&lt;p&gt;I checked it on:&lt;br /&gt;
&lt;em&gt; OpenSUSE Linux system,&lt;br /&gt;
&lt;/em&gt; Java version:&lt;br /&gt;
=======================&lt;br /&gt;
matis@linux-i76g:~&amp;gt; java -version&lt;br /&gt;
java version "1.7.0_51"&lt;br /&gt;
OpenJDK Runtime Environment (IcedTea 2.4.4) (suse-8.32.5-x86_64)&lt;br /&gt;
OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)&lt;br /&gt;
matis@linux-i76g:~&amp;gt; &lt;br /&gt;
=======================&lt;/p&gt;
&lt;p&gt;Could you please provide more information for this issue report? At least:&lt;br /&gt;
1. OS version,&lt;br /&gt;
2. Java version,&lt;br /&gt;
3. Version of Java Open Chess program (URL to yours version for example). &lt;/p&gt;
&lt;p&gt;It would be nice if you could provide also some test scenario and/or screenshots.&lt;/p&gt;
&lt;p&gt;If it's version 1.0.4 - maybe there are some logs added to "logs" directory in main Java Open Chess program directory? If it's older version - could you run this software from within console level and tell me if there is some error visible? &lt;/p&gt;
&lt;h1 id="to-run-this-program-from-console-please-use-on-gnulinux"&gt;To run this program from console, please use on GNU/Linux:&lt;/h1&gt;
&lt;h1 id="java-jar-jchessjar"&gt;java -jar jChess.jar&lt;/h1&gt;
&lt;p&gt;On Windows OS, in command are able to run similar command.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;
Mateusz Lach&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Haker-MSL</dc:creator><pubDate>Tue, 08 Jul 2014 19:13:43 -0000</pubDate><guid>https://sourceforge.nete6586e1504f9aac55170606ce3afb33fb36179cb</guid></item><item><title>Castling not possible</title><link>https://sourceforge.net/p/javaopenchess/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Castling long and castling short doesn't appear to be possible.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Peadar Ó Duinnín</dc:creator><pubDate>Mon, 07 Jul 2014 23:39:56 -0000</pubDate><guid>https://sourceforge.net4be0c31dc0157f86821c6cf3dc4865aa83cee90a</guid></item><item><title>Castling not possible</title><link>https://sourceforge.net/p/javaopenchess/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 2 has been modified: Castling not possible&lt;br /&gt;
Edited By: Haker-MSL (matlak)&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/">Peadar Ó Duinnín</dc:creator><pubDate>Mon, 07 Jul 2014 23:39:56 -0000</pubDate><guid>https://sourceforge.neta39eedf95f2b3b65e7c5dab1de24bea0be09ad40</guid></item><item><title>Bad XY assigment in interface</title><link>https://sourceforge.net/p/javaopenchess/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Change axis X Y (they are bad connected and letters are now numbers and numbers are letters) - shows in history and saved file.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Haker-MSL</dc:creator><pubDate>Thu, 04 Aug 2011 18:51:15 -0000</pubDate><guid>https://sourceforge.net3652efaade38f50876833822ef59976553cc259f</guid></item></channel></rss>