by kalle | Jun 27, 2003 | Software development
The following section has to be added to build.xml to have Eclipse run Ant.
<!-- javac resolver -->
<available
classname="org.eclipse.core.launcher.Main"
property="build.compiler"
value="org.eclipse.pde.internal.core.JDTCompilerAdapter"
classpath="${java.class.path}"
/>
by kalle | Jun 27, 2003 | Software development
GExperts Inc – Gel is another Java IDE. It was recommended by people on the TINI-mailinglist. It supposed to be quick to start that is reasonable since it’s not written in Java as several others are.
by kalle | Jun 26, 2003 | Software development
Saw these on the TINI mailing-list, could maybe be interested for the TINI though do not know how fast or small they are.
kXML and kSOAP
There are also a version two of both at www.kxml.org and www.ksoap.org
by kalle | Jun 26, 2003 | Websidor
Surfade runt på lite bloggar och hittade en länk till följande lilla trevliga verktyg: Button Maker
by kalle | Jun 24, 2003 | MMORPGs
Johan sent me this link, quite a nice story from Beta 1 to today. Star Wars Galaxies :: Thunderheart’s Vision Quest
by kalle | Jun 18, 2003 | Technology in general
Build It: Extreme TiVO PC
Gizmodo featured this article that also mention two(Building a Home Theater PC and Build It: Rolling Your Own “Tivo”) other articles on the subject. Interesting.Have to read and see how it can be used on the FamilyNet.
by kalle | Jun 16, 2003 | Websidor
FredrikBlog
Så då har Fredrik börjat blogga med… det sprider sig.
by kalle | Jun 10, 2003 | Foto
TrekEarth – Learning about the world through photography
Pär tipsa om TrekEarth. Verkar som en bra idee, får lägga upp lite bilder där.
by kalle | Jun 10, 2003 | Software
Oddcast [V]Host
OddCast SitePal is a Flash based animated Virtual host one can have on a webpage. You can either record a sound file to have it speak it or use a TTS engine to have it read any text.
by kalle | May 29, 2003 | Software development
Some experience gained today that can become useful.
If you select Run Ant on a build.xml file that uses the tasks defined in TiniAnt the run will fail since eclipse will not find the TiniAnt jar-file. To fix this, select Preferences in the Window Menu. Expand the Ant->Runtime tab in the list. Press Add JARs-button and point to you TiniAnt.jar file.