Now, after installing the delta package and after fixing some
duplicate jar files that I have in my
environment I was able to build the package.
But the created package is not ready to ship, since the NOTICE and
LICENSE files are missing.
I can work on this tomorrow, documentation is also not build.
Must the KEYS and DISCLAIMER files also be included ?
For example the log contains enties like:
org.eclipse.core.runtime.CoreException[1]:
java.lang.ClassNotFoundException:
org.apache.uima.caseditor.Application
at
org
.eclipse
.osgi
.framework
.internal.core.BundleLoader.findClassInternal(BundleLoader.java:434)
at
org
.eclipse
.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.
I tested it for mac os and on a coworkers windows machine, both worked.
Please check if the MANIFEST.MF has the head revision.
Did you saw the compiler warnings on the console during building ?
Is there the caseditor.jar file inside the org.apache.caseditor plugin ?
If it still fails it would be interesting for me to see all build
output which is generated
by the ant script.
The build script also copies some UIMA runtime plugin from the
workspace. I'm not sure how we tag
that, so that we can build it from a release tag. Maybe it would be
easier to copy the jar of the
used version to the CasEditor. What to other think about, how to do
this?
What about the CasEditor Source package. Can we also create it with
the ant build?
I think this is easy, since its only a zip which contains all source
files.
I will work on this tomorrow too.
Would be nice if we can wait till sunday with the next sandbox tag.
Jörn