On Thu, Nov 16, 2000 at 07:12:46PM +0100, Joerg Mueller wrote:
> I just installed jdk1.3 myself and fixed the bug with compilation. There=
=20
> should be no more problems with compilation now. I also began to=20
> implement a scheme mode, in which you can write scheme code as a mindmap=
=20
> (maybe we should integrate scheme as a scripting language for freemind?)=
=20
> So you need to install silk.jar from silk.sourceforge.net now to compile=
=20
> freemind. Thanks, charles, I just integrated your patch (needed some=20
> handwork), and I changed freemind to use the new collection library=20
> instead of vector (now LinkedList is used).
> Hope for more patches ;-)
> joerg
It seems that the current CVS version doesn't include the new files
you've added. Mind adding them to the repository?
[cduffy@cduffy]:~/cvs/freemind$ ant
Searching for build.xml ...
Buildfile: /mnt/tmp/cduffy/cvs/freemind/build.xml
compile:
[javac] Compiling 41 source files to
/mnt/tmp/cduffy/cvs/freemind/build
[javac]=20
[javac] Found 3 semantic errors compiling
"/mnt/tmp/cduffy/cvs/freemind/modes/ModesCreator.java":
[javac]=20
[javac] 25. import freemind.modes.schememode.SchemeMode;
[javac] <---------------------------------->
[javac] *** Error: "freemind/modes/schememode/SchemeMode" is
either a misplaced package name or a non-existent entity.
[javac]=20
[javac]=20
[javac] 55. mode =3D new SchemeMode(c);
[javac] <---------------------->
[javac] *** Error: The type of the left-hand side in this
assignment, "freemind/modes/Mode", is not compatible with the type of
the right-hand side expression, "freemind/modes/SchemeMode".
[javac]=20
[javac]=20
[javac] 55. mode =3D new SchemeMode(c);
[javac] <-------->
[javac] *** Error: Type freemind/modes/SchemeMode was not found.
BUILD FAILED
/mnt/tmp/cduffy/cvs/freemind/build.xml:11: Compile failed, messages
should have been provided.
Total time: 20 seconds
[cduffy@cduffy]:~/cvs/freemind$ ls modes=20
CVS MindMap.java ModeController.java
mindmapmode
ControllerAdapter.java MindMapEdge.java ModesCreator.java
EdgeAdapter.java MindMapNode.java NodeAdapter.java
MapAdapter.java Mode.java filemode
|