Hello,
finally there is a basic build script which can compile the Cas
Editor.
1. Create a build_local.properties file inside CasEditor/build-
files, there
is a sample which can simply copied and modified.
The sample contains also comments which describe how it works.
2. Launch the CasEditor/build-files/build.xml file
The build scripts copies the
org.apache.uima.runtime_2.2.2.incubating.jar from the uimaj-ep-
runtime
project.
So make sure that this was build prior.
Michael, can you please test if it works on your setup ?
Jörn
I tried the build, but it seems there are some errors with the
eclipse classpath
Buildfile: D:\code\eclipse330\apache\CasEditor\build-files\build.xml
prepareBuildDirectory:
[mkdir] Created dir: c:\uima\plugins
[mkdir] Created dir: c:\uima\features
[copy] Copying 1 file to c:\uima\plugins
[copy] Copying 613 files to c:\uima\plugins
\org.apache.uima.caseditor
[copy] Copied 109 empty directories to 3 empty directories under
c:\uima\plugins\org.apache.uima.caseditor
build:
[java] The java class is not found:
org.eclipse.core.launcher.Main
BUILD FAILED
D:\code\eclipse330\apache\CasEditor\build-files\build.xml:70: Java
returned: 1
The equinox classpath is:
C:\Programme\eclipse330\eclipse\plugins
\org.eclipse.equinox.launcher_1.0.0.v20070606.jar;C:\Programme
\eclipse330\eclipse\plugins
\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
I am note sure why it does not find the class
org.eclipse.core.launcher.Main.
It should be contained in both jar files, so it should pick the one in
the jar file first specified on the classpath.
Do you have an idea ?
Why do you have two equinox.launcher jar files ? Did you used eclipse
update ?
Do you have the delta package installed ?
Jörn