Hi,
I'm very impressed by the piggy bank extension. I would like to test
one or two ideas of my own using this plaform, essentially by
focussing on the potentially funnier aspects related to "socializing
triples".
Anyway, thus far I didn't manage to build anything. According to what
I read, it seems that longwell is the first project to make. Please
note that there are currently 3 branches of the software on the svn:
  - 1.x
  - 1.x-ajax
  - dfhuynh
Trying to build the dfhuynh branch, ant complained that it couldn't
find a "welkin" directory somewhere. So I checked out welkin. Ant
complained again:
    [javac] C:\dev\my-workspace\Longwell2\src\java\edu\mit\simile\longwell\ui\command\ViewCommand.java:20:
package org.apache.xml.serialize does not exist
    [javac] import org.apache.xml.serialize.OutputFormat;
    [javac] ^
    [javac] C:\dev\my-workspace\Longwell2\src\java\edu\mit\simile\longwell\ui\command\ViewCommand.java:21:
package org.apache.xml.serialize does not exist
    [javac] import org.apache.xml.serialize.XMLSerializer;
    [javac] ^
    [javac] C:\dev\my-workspace\Longwell2\src\java\edu\mit\simile\longwell\ui\command\ViewCommand.java:87:
cannot find symbol
    [javac] symbol  : class OutputFormat
    [javac] location: class edu.mit.simile.longwell.ui.command.ViewCommand
    [javac] OutputFormat format = new OutputFormat(output);
    [javac] ^
    [javac] C:\dev\my-workspace\Longwell2\src\java\edu\mit\simile\longwell\ui\command\ViewCommand.java:87:
cannot find symbol
    [javac] symbol  : class OutputFormat
    [javac] location: class edu.mit.simile.longwell.ui.command.ViewCommand
    [javac] OutputFormat format = new OutputFormat(output);
    [javac] ^
    [javac] C:\dev\my-workspace\Longwell2\src\java\edu\mit\simile\longwell\ui\command\ViewCommand.java:89:
cannot find symbol
    [javac] symbol  : class XMLSerializer
    [javac] location: class edu.mit.simile.longwell.ui.command.ViewCommand
    [javac] XMLSerializer serial = new XMLSerializer(stringOut, format);
    [javac] ^
    [javac] C:\dev\my-workspace\Longwell2\src\java\edu\mit\simile\longwell\ui\command\ViewCommand.java:89:
cannot find symbol
    [javac] symbol  : class XMLSerializer
    [javac] location: class edu.mit.simile.longwell.ui.command.ViewCommand
    [javac] XMLSerializer serial = new XMLSerializer(stringOut, format);
    [javac] ^
    [javac] 6 errors
...which made me think that I must have missed something somewhere...
Am I using the right version?
Any idea?
Thanks a lot in advance.
Candide
--
Candide Kemmler
3 rue du Bailli - 1000 Bruxelles
mobile:+32485067980
Received on Wed Apr 19 2006 - 22:49:48 EDT