[SOLVED] using the text extension as an dependency
Dear All,
Im tryiing to implement a new operator that relies on the Text Processing extension Classes like Document and Token, so I was wondering what is the appropriate way to do this? I would prefer if you can explain this in regards of both the build.xml file and my build path.
Thanks In Advance.
Im tryiing to implement a new operator that relies on the Text Processing extension Classes like Document and Token, so I was wondering what is the appropriate way to do this? I would prefer if you can explain this in regards of both the build.xml file and my build path.
Thanks In Advance.

Find more posts tagged with
Sort by:
1 - 3 of
31
your build.dependentExtensions tag should look like this Furthermore you should add the extension dependency: And for your project configuration you should add the dependency to the
text processing extension of course :-)
Best regards,
Nils