Giter Club home page Giter Club logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Have tested this with the latest checkout on both CentOS5 and Gentoo.  Same
difficulty on each.  Below are diffs on working versions of the files.

mgregson@agave ~/src/code_swarm $ svn diff build.xml 
Index: build.xml
===================================================================
--- build.xml   (revision 202)
+++ build.xml   (working copy)
@@ -21,7 +21,7 @@
     <echo>Running BUILD</echo>
     <mkdir dir="${build}" />
     <javac destdir="${build}" srcdir="${src}"
-classpath="${lib}/core.jar;${lib}/xml.jar;${lib}/jogl.jar;${lib}/opengl.jar"
debug="true" deprecation="false" />
+classpath="${lib}/core.jar;${lib}/xml.jar;${lib}/jogl.jar;${lib}/opengl.jar;${l
ib}/vecmath.jar"
debug="true" deprecation="false" />
     <copy file="${src}/particle.png" todir="${build}" />
   </target>

mgregson@agave ~/src/code_swarm $ svn diff run.sh
Index: run.sh
===================================================================
--- run.sh  (revision 202)
+++ run.sh  (working copy)
@@ -48,7 +48,7 @@
 fi

 # running
-if java -Xmx1000m -classpath dist/code_swarm.jar:lib/core.jar:lib/xml.jar:.
code_swarm $params; then
+if java -Xmx1000m -classpath
dist/code_swarm.jar:lib/core.jar:lib/xml.jar:lib/vecmath.jar:. code_swarm 
$params; then
 # always on error due to no "exit buton" on rendering window
     echo "bye"
 #    echo -n "error, press a key to exit"

Original comment by [email protected] on 23 Jul 2008 at 3:48

from codeswarm.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 17, 2024
Updated to match patch.

Original comment by nawglan on 23 Jul 2008 at 4:45

  • Changed state: Fixed

from codeswarm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.