Jörn Kottmann wrote:
>> Does the example from the ANT documentation not work?
>> http://ant.apache.org/manual/CoreTypes/fileset.html
>>
>> <fileset dir="${server.src}" casesensitive="yes">
>>  <include name="**/*.java"/>
>>  <exclude name="**/*Test*"/>
>>  <exclude name="**/target/**"/> <- should exclude the target dir I think
>> </fileset>
> 
> Yeah I tried this already, but thought it does not work. Through
> a mistake I did not notice that it does.
> 
>>>
>>> I also hat trouble to call the build_documentation.xml from the
>>> build.xml ant file.
>>> I did a import of this file and then called it with ant call, but the
>>> path
>>> are broken since they are all relative. This means
>>> that build_documentation.xml cannot import files from
>>> the SandboxDocs project.
>>>
>> When calling ANT file you can also provide a base directory...
>>
>> <ant antfile="build_documentation.xml" dir=".." inheritall="true"/>
>>
>> Did you try this?
> 
> Now I tried the import, that did not work. With antfile it works properly.
> 
> Thanks,
> Jörn
I tried your build and it seems to work (at least I don't get any build errors 
:-))

But I have two more comments:

- The source Package cannot be compiled since the UIMA core plugins cannot be 
copied (not available
in the source package). I'm currently not sure how to solve this issue. The 
current source package
cannot be reproduced since the dependencies can change. Does anyone has another 
idea than copying
the used jars to the CasEditor project?

- The binary package for the CasEditor still contains many sources at
2.2.2-win32.win32.x86.zip\CasEditor\plugins\org.apache.uima.caseditor_2.2.2.incubating\

-- Michael

Reply via email to