Antwort: Re: Displaying the value in a Java class?
: because the class-file is available for ant, why not write a simple task to instantiate your class, query the property and convert the result to a string. Some template for a user-defined task should be available somewhere. HTH dvholten
Antwort: RE: Delete task failed to remove French file name
do you try to delete the file with the name explicitly given in the build.xml? or is it somewhere in a filetree and some pattern find's it and fails to delete? what's your JRE-version ? ant-version ? dvholten