<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>GSoC 2013 with Scala</title>
		<link>http://kogics.wikidot.com/forum/t-643967/gsoc-2013-with-scala</link>
		<description>Posts in the discussion thread &quot;GSoC 2013 with Scala&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Mon, 10 Aug 2026 11:23:31 +0000</lastBuildDate>
		
					<item>
				<guid>http://kogics.wikidot.com/forum/t-643967#post-1753607</guid>
				<title>(no title)</title>
				<link>http://kogics.wikidot.com/forum/t-643967/gsoc-2013-with-scala#post-1753607</link>
				<description></description>
				<pubDate>Mon, 15 Apr 2013 18:35:35 +0000</pubDate>
				<wikidot:authorName>Rushi Shukla</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Yes , I am able to launch Kojo from eclipse itself, thanks to the guidance provided :-) . Now I'm working on changing the source code to better understand the complete working of Kojo.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-643967#post-1753500</guid>
				<title>(no title)</title>
				<link>http://kogics.wikidot.com/forum/t-643967/gsoc-2013-with-scala#post-1753500</link>
				<description></description>
				<pubDate>Mon, 15 Apr 2013 15:44:45 +0000</pubDate>
				<wikidot:authorName>lalitp</wikidot:authorName>				<wikidot:authorUserId>66813</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>When you issue the run command, any changes you have made will get compiled and packaged, and then Kojo will run with your changes.</p> <p>Were you able to get Kojo to run from within Eclipse?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-643967#post-1753359</guid>
				<title>(no title)</title>
				<link>http://kogics.wikidot.com/forum/t-643967/gsoc-2013-with-scala#post-1753359</link>
				<description></description>
				<pubDate>Mon, 15 Apr 2013 12:44:21 +0000</pubDate>
				<wikidot:authorName>Rushi Shukla</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Thank you so much :-) . './sbt.sh run' launches kojo properly and as you say it automatically does a build , after making my changes to the source code , I should issue the same command to see my changes. Is that right ?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-643967#post-1753178</guid>
				<title>(no title)</title>
				<link>http://kogics.wikidot.com/forum/t-643967/gsoc-2013-with-scala#post-1753178</link>
				<description></description>
				<pubDate>Mon, 15 Apr 2013 01:48:33 +0000</pubDate>
				<wikidot:authorName>lalitp</wikidot:authorName>				<wikidot:authorUserId>66813</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You seem to have the correct scala version (2.10.1) installed. In any case, sbt will download (into its local cache) another copy of the correct scala version for you, and use it for compiling/running.</p> <p>Try this:</p> <p>For building:<br /> ./sbt.sh clean package</p> <p>For running (this should also automatically do a build):<br /> ./sbt.sh run</p> <p>Let me know how that goes.</p> <blockquote> <p>Does project in the instruction 'You need to tweak the Eclipse project generated by sbt' mean kojolite/project or kojolite/</p> </blockquote> <p>It means the Eclipse Project generated by sbt, for which the build path is defined in a file called .classpath. But you don't need to directly edit classpath. You can right-click on the project in Eclipse, bring up 'Properties', go to 'Java Build Path', and then go to 'Libraries'. Here you can 'remove the Scala Library and Compiler containers, and manually add the Scala library and compiler jars'.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-643967#post-1753030</guid>
				<title>(no title)</title>
				<link>http://kogics.wikidot.com/forum/t-643967/gsoc-2013-with-scala#post-1753030</link>
				<description></description>
				<pubDate>Sun, 14 Apr 2013 20:17:33 +0000</pubDate>
				<wikidot:authorName>Rushi Shukla</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Just thought this might help to explain my problem better :'apt-cache policy scala-library' gives me :<br /> scala-library:<br /> Installed: (none)<br /> Candidate: 2.9.0.1.dfsg-1<br /> Version table:<br /> 2.9.0.1.dfsg-1&#160;0<br /> 500 *ubuntu link which guest user cannot post* universe i386 Packages</p> <p>'scala -version' gives :<br /> Scala code runner version 2.10.1&#8212;Copyright 2002-2013, LAMP/EPFL</p> <p>I see the 2.9.2 version in kojolite/project/target/scala-2.9.2 . Help appreciated :-)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-643967#post-1753018</guid>
				<title>(no title)</title>
				<link>http://kogics.wikidot.com/forum/t-643967/gsoc-2013-with-scala#post-1753018</link>
				<description></description>
				<pubDate>Sun, 14 Apr 2013 20:04:31 +0000</pubDate>
				<wikidot:authorName>Rushi Shukla</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>Does project in the instruction 'You need to tweak the Eclipse project generated by sbt' mean kojolite/project or kojolite/ ? Which directory does the 'Scala Library ' above refer to ? Is it kojolite/project/target/scala-2.9.2 or any other directory ? And do I have to manually copy paste the same directory again in that folder ?By Compiler containers , I see only 1 file 'copy-resources' in 'kojolite/project/target/scala-2.9.2/sbt-0.12/cache/default-e3221d/compile/' . Again , do I have to remove it and then re-add it there itself ? I am a bit confused about how to tweak the eclipse project as given . Need your help in this regard.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-643967#post-1752774</guid>
				<title>(no title)</title>
				<link>http://kogics.wikidot.com/forum/t-643967/gsoc-2013-with-scala#post-1752774</link>
				<description></description>
				<pubDate>Sun, 14 Apr 2013 11:59:53 +0000</pubDate>
				<wikidot:authorName>lalitp</wikidot:authorName>				<wikidot:authorUserId>66813</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I see that you have 'Run As -&gt; Scala Application' available in the context menu for DesktopMain.scala. So it looks like you have Scala IDE installed correctly.</p> <p>Did you do this step (mentioned in the 'start hacking' instructions on the kojolite project page):<br /> Eclipse Notes: You need to tweak the Eclipse project generated by sbt. Remove the Scala Library and Compiler containers, and manually add the Scala library and compiler jars to the project build path libraries.</p> <p>Also, can you build the project without errors from within Eclipse? You will need to have java 6 on the project build path to be able to do so (there's one location in the Kojo source tree that does not compile with java 7).</p> <blockquote> <p>And is there a way of launching kojo from the terminal</p> </blockquote> <p><tt>./sbt.sh run</tt> should do that for you.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-643967#post-1752742</guid>
				<title>(no title)</title>
				<link>http://kogics.wikidot.com/forum/t-643967/gsoc-2013-with-scala#post-1752742</link>
				<description></description>
				<pubDate>Sun, 14 Apr 2013 10:04:15 +0000</pubDate>
				<wikidot:authorName>Rushi Shukla</wikidot:authorName>								<content:encoded>
					<![CDATA[
						 <p>It worked. Thank you for the help :-) . I get this message :</p> <p>[info] Done updating.<br /> [info] Successfully created Eclipse project files for project(s):<br /> [info] Kojo</p> <p>I loaded the Kojo project into Eclipse. After right-clicking on DesktopMain.scala in net.kogics.kojo.lite directory , I select Run As -&gt; Scala Application from the context-menu and it gives me this on the eclipse console :</p> <p>[INFO] Running first Kojo instance with args: []<br /> [INFO] Java Home: /usr/lib/jvm/java-7-openjdk/jre<br /> Please use CMSClassUnloadingEnabled in place of CMSPermGenSweepingEnabled in the future<br /> Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: scala/Function0<br /> at java.lang.Class.getDeclaredMethods0(Native Method)<br /> at java.lang.Class.privateGetDeclaredMethods(Class.java:2451)<br /> at java.lang.Class.getMethod0(Class.java:2694)<br /> at java.lang.Class.getMethod(Class.java:1622)<br /> at sun.launcher.LauncherHelper.getMainMethod(LauncherHelper.java:494)<br /> at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:486)<br /> Caused by: java.lang.ClassNotFoundException: scala.Function0<br /> at java.net.URLClassLoader$1.run(URLClassLoader.java:366)<br /> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)<br /> at java.security.AccessController.doPrivileged(Native Method)<br /> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)<br /> at java.lang.ClassLoader.loadClass(ClassLoader.java:423)<br /> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)<br /> at java.lang.ClassLoader.loadClass(ClassLoader.java:356)<br /> &#8230; 6 more<br /> [INFO] Removing RMI Listener<br /> [INFO] Kojo Launcher Done.</p> <p>but I see nothing else despite of the message : '[INFO] Kojo Launcher Done' at the last. Is there something else I need to do in order to launch kojo from eclipse ? And is there a way of launching kojo from the terminal ?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://kogics.wikidot.com/forum/t-643967#post-1752386</guid>
				<title>GSoC 2013 with Scala</title>
				<link>http://kogics.wikidot.com/forum/t-643967/gsoc-2013-with-scala#post-1752386</link>
				<description></description>
				<pubDate>Sat, 13 Apr 2013 17:07:57 +0000</pubDate>
				<wikidot:authorName>lalitp</wikidot:authorName>				<wikidot:authorUserId>66813</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This is a continuation of <a href="https://groups.google.com/forum/?fromgroups=#!topic/scala-language/2EOfglOQDQw">https://groups.google.com/forum/?fromgroups=#!topic/scala-language/2EOfglOQDQw</a></p> <blockquote> <p>Rushi Shukla said:<br /> I have all pre-requisites for building kojo but after issuing the 'ant build' command , I get the following error :</p> <p>BUILD FAILED<br /> /home/rushi/netbeans-7.3/harness/suite.xml:184: The following error occurred while executing this line:<br /> /home/rushi/git/kojo/kojo/ScalaEditorLite/build.xml:8: The following error occurred while executing this line:<br /> /home/rushi/git/kojo/kojo/ScalaEditorLite/scala-build.xml:10: You must set SCALA_HOME or environment property and append &quot;-J-Dscala.home=scalahomepath&quot;<br /> property to the end of &quot;netbeans_default_options&quot; in NetBeansInstallationPath/etc/netbeans.conf to point to<br /> Scala installation directory.</p> </blockquote> <p>Rushi,</p> <p>Please work with the Kojo2 project - <a href="http://code.google.com/p/kojolite/">http://code.google.com/p/kojolite/</a>; you seem to be trying out Kojo1</p> <p>Cheers,<br /> - Lalit</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>