<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to jAER Developer Setup</title><link>https://sourceforge.net/p/jaer/wiki/jAER%2520Developer%2520Setup/</link><description>Recent changes to jAER Developer Setup</description><atom:link href="https://sourceforge.net/p/jaer/wiki/jAER%20Developer%20Setup/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 07 Oct 2014 13:35:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jaer/wiki/jAER%20Developer%20Setup/feed" rel="self" type="application/rss+xml"/><item><title>jAER Developer Setup modified by Luca Longinotti</title><link>https://sourceforge.net/p/jaer/wiki/jAER%2520Developer%2520Setup/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -23,7 +23,7 @@

 In Netbeans, the svn client is configured from Tools/Options/Versioning/Subversion.
 ## Netbeans development environment and opening the project
-The netbeans project is located at branches/jAER_1.5/.
+The netbeans project is located at jAER/trunk/.

 You can open this project from the _File/Open project_ menu.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luca Longinotti</dc:creator><pubDate>Tue, 07 Oct 2014 13:35:10 -0000</pubDate><guid>https://sourceforge.net4cf6c2c02ee33ade5263f68a1bd815533345f53f</guid></item><item><title>jAER Developer Setup modified by Tobi Delbruck</title><link>https://sourceforge.net/p/jaer/wiki/jAER%2520Developer%2520Setup/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,11 +1,9 @@
 # jAER Developer setup
 Please read [the developer guidelines](Developer guidelines)!

-
-
 If you plan to develop Java classes you will need a Java development environment and the Java development kit (JDK).

-The project is presently built with [Netbeans](http://www.netbeans.org). We are currently using netbeans 7.3.x.
+The project is presently built with [Netbeans](http://www.netbeans.org). 

 The JDK and Netbeans come bundled together as a [Netbeans bundle](http://www.netbeans.info/downloads/index.php). Remember to download the bundle of Netbeans and the Java JDK, unless you already have the latest JDK installed.

@@ -17,7 +15,7 @@
 You may be confused by the plethora of Java versions: What you need is plain old J2SE (Java 2 Standard Edition), not J2EE or any other Java bundle.

 ### Subversion command line client for Netbeans integration of SVN.
-Netbeans 6.7+ has a built in subversion client. There is no need to install a third party subversion client, but if you need a command line version, you can try 
+Netbeans has a built in subversion client. There is no need to install a third party subversion client, but if you need a command line version, you can try 

 For subversion client downloads see http://www.sliksvn.com/en/download. 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tobi Delbruck</dc:creator><pubDate>Wed, 03 Sep 2014 12:57:17 -0000</pubDate><guid>https://sourceforge.netea8f6575f5205dd17f72cdbaeb4bec7e68f187c3</guid></item><item><title>jAER Developer Setup modified by Luca Longinotti</title><link>https://sourceforge.net/p/jaer/wiki/jAER%2520Developer%2520Setup/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -25,31 +25,9 @@

 In Netbeans, the svn client is configured from Tools/Options/Versioning/Subversion.
 ## Netbeans development environment and opening the project
-The netbeans project is located at _host\\java._ 
+The netbeans project is located at branches/jAER_1.5/.

-You can open this project from the _File/Open project_ menu. You may then need to fix some reference problems. You can ignore the error about _build/classes_ missing because your first build will generate this folder.
-  1. Open the Project properties by right-clicking the project and selecting Properties.
-  1. Then select the Libraries tab and remove all libraries that are missing.
-  1. Now add in all the jars in host/jars
-
-Now you should be able to build and run the project._._
-
-### Netbeans startup options to avoid OpenGL and DirectDraw conflicts.
-You may notice flashing in the netbeans IDE while you run the CaviarViewer. This probably is a result of simultaneous use of OpenGL resources by netbeans and CaviarViewer. To avoid this, use the following switches in the Netbeans configuration file, which is located at ''C:\\Program Files\
-etbeans-5.0\\etc\
-etbeans.conf:''
-
-    # options used by netbeans launcher by default, can be overridden by explicit
-       # command line switches
-       netbeans_default_options="-J-Xms32m ... **-J-Dsun.java2d.opengl=false -J-Dsun.java2d.noddraw=true**"
-These switches turn off opengl rendering for the JVM running netbeans and prevent a conflict between windows direct draw and opengl. (I'm not sure about exactly what switches are necessary but these prevent the flashing.)
-
-
-## Third party jars
-All the external jars are in the host\\java\\jars folder. If you get a problem with missing libraries in netbeans, add the jars in this folder to the your jAER netbeans project.
-
-## Java path to native libraries
-The java path to native libraries is set in the netbeans project properties in the project Run property. All the native libraries are in the project folder host\\jars. The program launcher scripts include the runtime property -Djava.library.path=jars and are started from the host\\java folder.
+You can open this project from the _File/Open project_ menu.

 ## Building
 In Netbeans, from the _Build_ menu you can do a _Clean and build main project_ to recompile all classes and rebuild the jar file. The output should look something like the following. You can ignore the warning messages and you may get an error from the _svnversion_ command if you have not installed a command line subversion client. You can ignore this warning because it will only affect the _Help/About..._ panel contents.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luca Longinotti</dc:creator><pubDate>Fri, 01 Aug 2014 13:05:59 -0000</pubDate><guid>https://sourceforge.net724ed65fa8adf98f236f1fd69c600cc35b0cb985</guid></item><item><title>jAER Developer Setup modified by Luca Longinotti</title><link>https://sourceforge.net/p/jaer/wiki/jAER%2520Developer%2520Setup/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -5,7 +5,7 @@

 If you plan to develop Java classes you will need a Java development environment and the Java development kit (JDK).

-The project is presently built with [Netbeans](http://www.netbeans.org). We are currently using netbeans 6.x.
+The project is presently built with [Netbeans](http://www.netbeans.org). We are currently using netbeans 7.3.x.

 The JDK and Netbeans come bundled together as a [Netbeans bundle](http://www.netbeans.info/downloads/index.php). Remember to download the bundle of Netbeans and the Java JDK, unless you already have the latest JDK installed.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luca Longinotti</dc:creator><pubDate>Thu, 18 Jul 2013 13:30:01 -0000</pubDate><guid>https://sourceforge.net85310a91707c6aa6eccce1746fd95171ce9b3303</guid></item><item><title>jAER Developer Setup modified by Sim Bamford</title><link>https://sourceforge.net/p/jaer/wiki/jAER%2520Developer%2520Setup/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -25,7 +25,7 @@

 In Netbeans, the svn client is configured from Tools/Options/Versioning/Subversion.
 ## Netbeans development environment and opening the project
-The netbeans project is located at _host\\java\\._ 
+The netbeans project is located at _host\\java._ 

 You can open this project from the _File/Open project_ menu. You may then need to fix some reference problems. You can ignore the error about _build/classes_ missing because your first build will generate this folder.
   1. Open the Project properties by right-clicking the project and selecting Properties.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sim Bamford</dc:creator><pubDate>Tue, 25 Jun 2013 11:20:25 -0000</pubDate><guid>https://sourceforge.net1464b40ba82321493573a9ba2f184d123a367674</guid></item><item><title>jAER Developer Setup modified by Luca Longinotti</title><link>https://sourceforge.net/p/jaer/wiki/jAER%2520Developer%2520Setup/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="jaer-developer-setup"&gt;jAER Developer setup&lt;/h1&gt;
&lt;p&gt;Please read &lt;a class="" href="/p/jaer/wiki/Developer%20guidelines/"&gt;the developer guidelines&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;If you plan to develop Java classes you will need a Java development environment and the Java development kit (JDK).&lt;/p&gt;
&lt;p&gt;The project is presently built with &lt;a class="" href="http://www.netbeans.org" rel="nofollow"&gt;Netbeans&lt;/a&gt;. We are currently using netbeans 6.x.&lt;/p&gt;
&lt;p&gt;The JDK and Netbeans come bundled together as a &lt;a class="" href="http://www.netbeans.info/downloads/index.php" rel="nofollow"&gt;Netbeans bundle&lt;/a&gt;. Remember to download the bundle of Netbeans and the Java JDK, unless you already have the latest JDK installed.&lt;/p&gt;
&lt;p&gt;If you are not a Java developer already, you will need to get both the JDK and a development environment.&lt;/p&gt;
&lt;p&gt;You can try to use another development environment, e.g. Eclipse, but then you will need to build the project. An Eclipse setup is checked in and being actively used.&lt;/p&gt;
&lt;p&gt;You may be confused by the plethora of Java versions: What you need is plain old J2SE (Java 2 Standard Edition), not J2EE or any other Java bundle.&lt;/p&gt;
&lt;h3 id="subversion-command-line-client-for-netbeans-integration-of-svn"&gt;Subversion command line client for Netbeans integration of SVN.&lt;/h3&gt;
&lt;p&gt;Netbeans 6.7+ has a built in subversion client. There is no need to install a third party subversion client, but if you need a command line version, you can try &lt;/p&gt;
&lt;p&gt;For subversion client downloads see &lt;a href="http://www.sliksvn.com/en/download." rel="nofollow"&gt;http://www.sliksvn.com/en/download.&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;For Windows we recommend SlikSVN builds found here: &lt;a href="http://www.sliksvn.com/en/download." rel="nofollow"&gt;http://www.sliksvn.com/en/download.&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;In Netbeans, the svn client is configured from Tools/Options/Versioning/Subversion.&lt;/p&gt;
&lt;h2 id="netbeans-development-environment-and-opening-the-project"&gt;Netbeans development environment and opening the project&lt;/h2&gt;
&lt;p&gt;The netbeans project is located at &lt;em&gt;host\java\.&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;You can open this project from the &lt;em&gt;File/Open project&lt;/em&gt; menu. You may then need to fix some reference problems. You can ignore the error about &lt;em&gt;build/classes&lt;/em&gt; missing because your first build will generate this folder.&lt;br /&gt;
  1. Open the Project properties by right-clicking the project and selecting Properties.&lt;br /&gt;
  1. Then select the Libraries tab and remove all libraries that are missing.&lt;br /&gt;
  1. Now add in all the jars in host/jars&lt;/p&gt;
&lt;p&gt;Now you should be able to build and run the project.&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;h3 id="netbeans-startup-options-to-avoid-opengl-and-directdraw-conflicts"&gt;Netbeans startup options to avoid OpenGL and DirectDraw conflicts.&lt;/h3&gt;
&lt;p&gt;You may notice flashing in the netbeans IDE while you run the CaviarViewer. This probably is a result of simultaneous use of OpenGL resources by netbeans and CaviarViewer. To avoid this, use the following switches in the Netbeans configuration file, which is located at ''C:\Program Files\
etbeans-5.0\etc\
etbeans.conf:''&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="cp"&gt;# options used by netbeans launcher by default, can be overridden by explicit&lt;/span&gt;
   &lt;span class="err"&gt;#&lt;/span&gt; &lt;span class="n"&gt;command&lt;/span&gt; &lt;span class="n"&gt;line&lt;/span&gt; &lt;span class="n"&gt;switches&lt;/span&gt;
   &lt;span class="n"&gt;netbeans_default_options&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;&amp;quot;-J-Xms32m ... **-J-Dsun.java2d.opengl=false -J-Dsun.java2d.noddraw=true**&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;These switches turn off opengl rendering for the JVM running netbeans and prevent a conflict between windows direct draw and opengl. (I'm not sure about exactly what switches are necessary but these prevent the flashing.)&lt;/p&gt;
&lt;h2 id="third-party-jars"&gt;Third party jars&lt;/h2&gt;
&lt;p&gt;All the external jars are in the host\java\jars folder. If you get a problem with missing libraries in netbeans, add the jars in this folder to the your jAER netbeans project.&lt;/p&gt;
&lt;h2 id="java-path-to-native-libraries"&gt;Java path to native libraries&lt;/h2&gt;
&lt;p&gt;The java path to native libraries is set in the netbeans project properties in the project Run property. All the native libraries are in the project folder host\jars. The program launcher scripts include the runtime property -Djava.library.path=jars and are started from the host\java folder.&lt;/p&gt;
&lt;h2 id="building"&gt;Building&lt;/h2&gt;
&lt;p&gt;In Netbeans, from the &lt;em&gt;Build&lt;/em&gt; menu you can do a &lt;em&gt;Clean and build main project&lt;/em&gt; to recompile all classes and rebuild the jar file. The output should look something like the following. You can ignore the warning messages and you may get an error from the &lt;em&gt;svnversion&lt;/em&gt; command if you have not installed a command line subversion client. You can ignore this warning because it will only affect the &lt;em&gt;Help/About...&lt;/em&gt; panel contents.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;init&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;
&lt;span class="n"&gt;deps&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;clean&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;
&lt;span class="n"&gt;Deleting&lt;/span&gt; &lt;span class="n"&gt;directory&lt;/span&gt; &lt;span class="n"&gt;C&lt;/span&gt;&lt;span class="o"&gt;:\\&lt;/span&gt;&lt;span class="n"&gt;Documents&lt;/span&gt; &lt;span class="n"&gt;and&lt;/span&gt; &lt;span class="n"&gt;Settings&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;tobi&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;My&lt;/span&gt; &lt;span class="n"&gt;Documents&lt;/span&gt;&lt;span class="o"&gt;\\~&lt;/span&gt;&lt;span class="n"&gt;jAER&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;sourceForge&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;trunk&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;host&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;java&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;build&lt;/span&gt;
&lt;span class="n"&gt;clean&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;
&lt;span class="n"&gt;init&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;
&lt;span class="n"&gt;deps&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;jar&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;
&lt;span class="n"&gt;Created&lt;/span&gt; &lt;span class="n"&gt;dir&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="n"&gt;C&lt;/span&gt;&lt;span class="o"&gt;:\\&lt;/span&gt;&lt;span class="n"&gt;Documents&lt;/span&gt; &lt;span class="n"&gt;and&lt;/span&gt; &lt;span class="n"&gt;Settings&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;tobi&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;My&lt;/span&gt; &lt;span class="n"&gt;Documents&lt;/span&gt;&lt;span class="o"&gt;\\~&lt;/span&gt;&lt;span class="n"&gt;jAER&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;sourceForge&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;trunk&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;host&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;java&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;build&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;classes&lt;/span&gt;
&lt;span class="n"&gt;Compiling&lt;/span&gt; &lt;span class="mi"&gt;248&lt;/span&gt; &lt;span class="n"&gt;source&lt;/span&gt; &lt;span class="n"&gt;files&lt;/span&gt; &lt;span class="n"&gt;to&lt;/span&gt; &lt;span class="n"&gt;C&lt;/span&gt;&lt;span class="o"&gt;:\\&lt;/span&gt;&lt;span class="n"&gt;Documents&lt;/span&gt; &lt;span class="n"&gt;and&lt;/span&gt; &lt;span class="n"&gt;Settings&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;tobi&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;My&lt;/span&gt; &lt;span class="n"&gt;Documents&lt;/span&gt;&lt;span class="o"&gt;\\~&lt;/span&gt;&lt;span class="n"&gt;jAER&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;sourceForge&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;trunk&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;host&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;java&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;build&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;classes&lt;/span&gt;
&lt;span class="n"&gt;C&lt;/span&gt;&lt;span class="o"&gt;:\\&lt;/span&gt;&lt;span class="n"&gt;Documents&lt;/span&gt; &lt;span class="n"&gt;and&lt;/span&gt; &lt;span class="n"&gt;Settings&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;tobi&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;My&lt;/span&gt; &lt;span class="n"&gt;Documents&lt;/span&gt;&lt;span class="o"&gt;\\~&lt;/span&gt;&lt;span class="n"&gt;jAER&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;sourceForge&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;trunk&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;host&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;java&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;src&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;ch&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;unizh&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;ini&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;caviar&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;eventprocessing&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;tracking&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;EllipseTracker&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;java&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;13&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="o"&gt;**&lt;/span&gt;&lt;span class="n"&gt;warning&lt;/span&gt;&lt;span class="o"&gt;**:&lt;/span&gt; &lt;span class="n"&gt;com&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;sun&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;org&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;apache&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;xerces&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;internal&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;impl&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;xpath&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;regex&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;Match&lt;/span&gt; &lt;span class="k"&gt;is&lt;/span&gt; &lt;span class="n"&gt;Sun&lt;/span&gt; &lt;span class="n"&gt;proprietary&lt;/span&gt; &lt;span class="n"&gt;API&lt;/span&gt; &lt;span class="n"&gt;and&lt;/span&gt; &lt;span class="n"&gt;may&lt;/span&gt; &lt;span class="n"&gt;be&lt;/span&gt; &lt;span class="n"&gt;removed&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="n"&gt;future&lt;/span&gt; &lt;span class="n"&gt;release&lt;/span&gt;
&lt;span class="k"&gt;import&lt;/span&gt; &lt;span class="nn"&gt;com.sun.org.apache.xerces.internal.impl.xpath.regex.Match&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
&lt;span class="n"&gt;C&lt;/span&gt;&lt;span class="o"&gt;:\\&lt;/span&gt;&lt;span class="n"&gt;Documents&lt;/span&gt; &lt;span class="n"&gt;and&lt;/span&gt; &lt;span class="n"&gt;Settings&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;tobi&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;My&lt;/span&gt; &lt;span class="n"&gt;Documents&lt;/span&gt;&lt;span class="o"&gt;\\~&lt;/span&gt;&lt;span class="n"&gt;jAER&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;sourceForge&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;trunk&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;host&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;java&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;src&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;ch&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;unizh&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;ini&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;caviar&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;eventprocessing&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;tracking&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;HoughEyeTracker&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;java&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;13&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="o"&gt;**&lt;/span&gt;&lt;span class="n"&gt;warning&lt;/span&gt;&lt;span class="o"&gt;**:&lt;/span&gt; &lt;span class="n"&gt;com&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;sun&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;org&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;apache&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;xerces&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;internal&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;impl&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;xpath&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;regex&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;Match&lt;/span&gt; &lt;span class="k"&gt;is&lt;/span&gt; &lt;span class="n"&gt;Sun&lt;/span&gt; &lt;span class="n"&gt;proprietary&lt;/span&gt; &lt;span class="n"&gt;API&lt;/span&gt; &lt;span class="n"&gt;and&lt;/span&gt; &lt;span class="n"&gt;may&lt;/span&gt; &lt;span class="n"&gt;be&lt;/span&gt; &lt;span class="n"&gt;removed&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="n"&gt;future&lt;/span&gt; &lt;span class="n"&gt;release&lt;/span&gt;
&lt;span class="k"&gt;import&lt;/span&gt; &lt;span class="nn"&gt;com.sun.org.apache.xerces.internal.impl.xpath.regex.Match&lt;/span&gt;&lt;span class="o"&gt;;&lt;/span&gt;
&lt;span class="n"&gt;C&lt;/span&gt;&lt;span class="o"&gt;:\\&lt;/span&gt;&lt;span class="n"&gt;Documents&lt;/span&gt; &lt;span class="n"&gt;and&lt;/span&gt; &lt;span class="n"&gt;Settings&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;tobi&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;My&lt;/span&gt; &lt;span class="n"&gt;Documents&lt;/span&gt;&lt;span class="o"&gt;\\~&lt;/span&gt;&lt;span class="n"&gt;jAER&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;sourceForge&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;trunk&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;host&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;java&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;src&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;ch&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;unizh&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;ini&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;caviar&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;graphics&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;AEViewer&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;java&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;939&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="o"&gt;**&lt;/span&gt;&lt;span class="n"&gt;warning&lt;/span&gt;&lt;span class="o"&gt;**:&lt;/span&gt; &lt;span class="n"&gt;sun&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;swing&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;FilePane&lt;/span&gt; &lt;span class="k"&gt;is&lt;/span&gt; &lt;span class="n"&gt;Sun&lt;/span&gt; &lt;span class="n"&gt;proprietary&lt;/span&gt; &lt;span class="n"&gt;API&lt;/span&gt; &lt;span class="n"&gt;and&lt;/span&gt; &lt;span class="n"&gt;may&lt;/span&gt; &lt;span class="n"&gt;be&lt;/span&gt; &lt;span class="n"&gt;removed&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="n"&gt;future&lt;/span&gt; &lt;span class="n"&gt;release&lt;/span&gt;
                    &lt;span class="k"&gt;if&lt;/span&gt;&lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;comp&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;getClass&lt;/span&gt;&lt;span class="o"&gt;().&lt;/span&gt;&lt;span class="n"&gt;getEnclosingClass&lt;/span&gt;&lt;span class="o"&gt;()==&lt;/span&gt;&lt;span class="n"&gt;sun&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;swing&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;FilePane&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;class&lt;/span&gt;&lt;span class="o"&gt;){&lt;/span&gt;
&lt;span class="n"&gt;Note&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="n"&gt;Some&lt;/span&gt; &lt;span class="n"&gt;input&lt;/span&gt; &lt;span class="n"&gt;files&lt;/span&gt; &lt;span class="n"&gt;use&lt;/span&gt; &lt;span class="n"&gt;or&lt;/span&gt; &lt;span class="kd"&gt;override&lt;/span&gt; &lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="n"&gt;deprecated&lt;/span&gt; &lt;span class="n"&gt;API&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;
&lt;span class="n"&gt;Note&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="n"&gt;Recompile&lt;/span&gt; &lt;span class="k"&gt;with&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;Xlint&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="n"&gt;deprecation&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;details&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;
&lt;span class="n"&gt;Note&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="n"&gt;Some&lt;/span&gt; &lt;span class="n"&gt;input&lt;/span&gt; &lt;span class="n"&gt;files&lt;/span&gt; &lt;span class="n"&gt;use&lt;/span&gt; &lt;span class="n"&gt;unchecked&lt;/span&gt; &lt;span class="n"&gt;or&lt;/span&gt; &lt;span class="n"&gt;unsafe&lt;/span&gt; &lt;span class="n"&gt;operations&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;
&lt;span class="n"&gt;Note&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="n"&gt;Recompile&lt;/span&gt; &lt;span class="k"&gt;with&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;Xlint&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="n"&gt;unchecked&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;details&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;
&lt;span class="mi"&gt;3&lt;/span&gt; &lt;span class="n"&gt;warnings&lt;/span&gt;
&lt;span class="n"&gt;Copying&lt;/span&gt; &lt;span class="mi"&gt;47&lt;/span&gt; &lt;span class="n"&gt;files&lt;/span&gt; &lt;span class="n"&gt;to&lt;/span&gt; &lt;span class="n"&gt;C&lt;/span&gt;&lt;span class="o"&gt;:\\&lt;/span&gt;&lt;span class="n"&gt;Documents&lt;/span&gt; &lt;span class="n"&gt;and&lt;/span&gt; &lt;span class="n"&gt;Settings&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;tobi&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;My&lt;/span&gt; &lt;span class="n"&gt;Documents&lt;/span&gt;&lt;span class="o"&gt;\\~&lt;/span&gt;&lt;span class="n"&gt;jAER&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;sourceForge&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;trunk&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;host&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;java&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;build&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;classes&lt;/span&gt;
&lt;span class="n"&gt;compile&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;
&lt;span class="n"&gt;setBuildVersion&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;
&lt;span class="n"&gt;Making&lt;/span&gt; &lt;span class="n"&gt;build&lt;/span&gt; &lt;span class="n"&gt;version&lt;/span&gt; &lt;span class="n"&gt;file&lt;/span&gt; &lt;span class="n"&gt;build&lt;/span&gt;&lt;span class="sr"&gt;/classes/ch/unizh/ini/caviar/&lt;/span&gt;&lt;span class="n"&gt;BUILDVERSION&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;txt&lt;/span&gt;
&lt;span class="n"&gt;subversion&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;revisionNumber&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;108&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="mi"&gt;113&lt;/span&gt;&lt;span class="n"&gt;M&lt;/span&gt;
&lt;span class="n"&gt;build&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;date&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="mi"&gt;20070706&lt;/span&gt; &lt;span class="n"&gt;at&lt;/span&gt; &lt;span class="mi"&gt;0959&lt;/span&gt;
&lt;span class="o"&gt;**&lt;/span&gt;&lt;span class="n"&gt;Building&lt;/span&gt; &lt;span class="n"&gt;jar&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="n"&gt;C&lt;/span&gt;&lt;span class="o"&gt;:\\&lt;/span&gt;&lt;span class="n"&gt;Documents&lt;/span&gt; &lt;span class="n"&gt;and&lt;/span&gt; &lt;span class="n"&gt;Settings&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;tobi&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;My&lt;/span&gt; &lt;span class="n"&gt;Documents&lt;/span&gt;&lt;span class="o"&gt;\\~&lt;/span&gt;&lt;span class="n"&gt;jAER&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;sourceForge&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;trunk&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;host&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;java&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;dist&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;jAER&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;jar&lt;/span&gt;&lt;span class="o"&gt;**&lt;/span&gt;
&lt;span class="o"&gt;**&lt;/span&gt;&lt;span class="n"&gt;Java&lt;/span&gt; &lt;span class="n"&gt;application&lt;/span&gt; &lt;span class="n"&gt;wrapped&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="o"&gt;..\\&lt;/span&gt;&lt;span class="n"&gt;jAERViewer&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;exe&lt;/span&gt;&lt;span class="o"&gt;**&lt;/span&gt;
&lt;span class="n"&gt;Java&lt;/span&gt; &lt;span class="n"&gt;application&lt;/span&gt; &lt;span class="n"&gt;wrapped&lt;/span&gt; &lt;span class="k"&gt;in&lt;/span&gt; &lt;span class="o"&gt;..\\&lt;/span&gt;&lt;span class="n"&gt;utilities&lt;/span&gt;&lt;span class="o"&gt;\\&lt;/span&gt;&lt;span class="n"&gt;jAERLauncher&lt;/span&gt;&lt;span class="o"&gt;.&lt;/span&gt;&lt;span class="na"&gt;exe&lt;/span&gt;
&lt;span class="n"&gt;jar&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;
&lt;span class="n"&gt;BUILD&lt;/span&gt; &lt;span class="n"&gt;SUCCESSFUL&lt;/span&gt; &lt;span class="o"&gt;(&lt;/span&gt;&lt;span class="n"&gt;total&lt;/span&gt; &lt;span class="n"&gt;time&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="mi"&gt;8&lt;/span&gt; &lt;span class="n"&gt;seconds&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Luca Longinotti</dc:creator><pubDate>Tue, 25 Jun 2013 08:52:10 -0000</pubDate><guid>https://sourceforge.netb915a5127356086eb795df8a217b427a33b129ac</guid></item></channel></rss>