Ahmed Abdeen(Home) wrote:
I am using Eclipse on Mac OS X. I am providing the command line arguments
from the argument tab in the Run dialog. Here are my arguments:
${file_prompt:/Users/ahmedabdeenhamed/Projects/apache-uima/examples/descriptors/tutorial/ex1/NumberRanWordAggregateAE.xml}${folder_prompt:/Users/ahmedabdeenhamed/Projects/apache-uima/examples/data}
Try inserting a space in front of the second $, as you're giving
it just a single argument:
${file_prompt:/Users...NumberRanWordAggregateAE.xml}
${folder_prompt:/Users...data}
Is there a better way to run the ExampleApplication?
Thanks.
Ahmed
On Fri, Jun 6, 2008 at 11:00 AM, Thilo Goetz <[EMAIL PROTECTED]> wrote:
Ahmed Abdeen(Home) wrote:
All I getting for the example application is this:
Usage: java org.apache.uima.example.ExampleApplication <Analysis Engine
descriptor or PEAR file name> <input dir>
Even though I am providing the AE descriptor and the input directory.
Thanks!
Ahmed
Spaces in paths? Your OS? The actual command line?