Hi, It may sound slightly bizarre, but it appears that the problems with build are related to the presence of non-latin symbols in the string constants in com/aelitis/azureus/core/metasearch/impl/DateParserRegex.java. Initially I also thought that it just runs out of memory due to the fact that it tries to compile 3000 files at once, so I've changed the ant build config to build them in two batches (~1000 and ~2000 files). Strangely enough, the build then fails with errors in the DateParserRegex.java file, complaining about an unterminated character constant. This constant itself is fine, however it contains a non-latin character in the position on which compiler complains. So, I've removed the 4 occurences of the non-latin symbols present in string constants in this file (all in MONTH_LIST array), and then the build finishes successfully (even when building 3000 files at once). Not sure what a proper solution would be here, but this provides at least a possibility of workaround. All build tests were performed in pbuilder chroot.
Cheers. -- Jurij Smakov [EMAIL PROTECTED] Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]