I did a simple test of the launcher: 1) installed Eclipse uimaj tools and runtime into a fresh 3.7.2 and a fresh 4.3
2) Made a new project (named "t") in an empty workspace 2a) Added to "t"'s build path the uimaj-core jar from my local .m2/repository/org/apache/uima/uimaj-core/2.4.1 ... jar 3) added a new AE descriptor created via the CDE (right click the project, -> new -> other ->UIMA ->Uima analysis Engine) 4) added an "input" folder with 1 txt doc to project "t"; added an empty folder named "output" to "t". 5) Made a new UIMA launch configuration, specifying the AE descriptor in "t", and the "input" and "output" folders 6) clicked on RUN. It launched, and got to the part where it tried to load the analysis engine class, and there threw an exception (because I had not specified a class in my new AE descriptor. Same on Eclispe 4.3 and 3.7.2. So, I don't think I'm seeing any failure in the launcher, but maybe I've missed something? -Marshall On 7/29/2013 7:07 AM, Peter Klügl wrote: > Hi, > > I would assume that the launcher plugin does not work with the new > layout of the runtime plugin, to be more precise, with an installed > version of the runtime plugin. However, I haven't tested it yet and my > concerns are only grounded on the problems with the ruta launcher. > > Best, > > Peter >
