Am 23.11.2012 um 10:28 schrieb Egbert van der Wal <e...@pointpro.nl>:
> Anyway, I have created several annotators and one aggregate annotator that > links to these annotators using a relative path. The aggregate annotator is > in desc/analysis engines/ and the annotators are in desc/annotators. The > aggregate annotator links to the annotatiors like so: > ../annotators/MyAnnotator.xml Sounds like you are using location-based imports in your descriptors. You should use name-baed imports - these are resolved against the classpath like Java classes, not against the file system as with location-based imports. -- Richard -- ------------------------------------------------------------------- Richard Eckart de Castilho Technical Lead Ubiquitous Knowledge Processing Lab (UKP-TUD) FB 20 Computer Science Department Technische Universität Darmstadt Hochschulstr. 10, D-64289 Darmstadt, Germany phone [+49] (0)6151 16-7477, fax -5455, room S2/02/B117 eck...@ukp.informatik.tu-darmstadt.de www.ukp.tu-darmstadt.de Web Research at TU Darmstadt (WeRC) www.werc.tu-darmstadt.de -------------------------------------------------------------------