Jörn Kottmann wrote:
>> What it the delta package?
> 
> The dalta package contains plugins for other platforms as you eclipse is
> build for. So with
> the delta package you can build the CasEditor on windows for linux or
> macos.
> 
> They are necessary for the build with this script.
> 
> I changed the build.xml to accept a path instead of a file location, which
> I think caused the problem in your case.
> 
> Can you please update you build.xml file and try again ?
> 
> Sorry,
> Jörn
> 
> 
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 was
also not able to run the CasEditor from the created package.

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.

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?

Seems there is some work to do before we can ship it.

-- Michael

Reply via email to