Problem running ShapeLogic
The problem is that there are several jar files that are needed for it to run. This is described on the Getting started page.
antlr-runtime-3.0.jar commons-collections-3.2.jar commons-jexl-1.1.jar commons-logging-1.0.4.jar commons-math-1.1.jar guice-1.0.jar
[top] |
ShapeLogic is compiled with JDK version 1.6, but should work fine if compiled with JDK 1.5.
A version compiled with 1.5 might be released.
[top] |
[top] |
ShapeLogic is build using Maven 2.
This makes several build tasks very easy, so this is the recommended way doing builds, but the code should run fine without Maven.
Currently the project is set up to work directly with Eclipse 3.3, Java 1.6, but you can use: NetBeans, IntelliJ, JBuilder, emacs or vi.
[top] |
In order to do the following:
mvn test mvn package mvn install
[top] |
The ShapeLogic site is created using a Almost Plain Text format.
The apt files are stored in the directory: shapelogic/src/site.
Changes can be tracked in SVN
To generate the site run the following command.
mvn site
[top] |
[top] |
Not now. But ShapeLogic is very loosely coupled to ImageJ, so abstracting the connection to ImageJ out should not be a big task.
[top] |
Leave a message on Google code hosting ShapeLogic Team
[top] |
A mailing list will be put up if the need arise.
Until then you can post questions to this page:
Google code hosting FAQ
You can post comments and suggestions to this page:
User comment page
[top] |