dheerajpant
Programmer
Hi,
I am using replaceregexp task to process input file as multi-line string and replace certain regular expressions.
I had no issues with small sized files. However for huge files, I encounter StackOverflowError. I tried modfying ant.bat to pass -Xss200m increasing the stack size, but still getting the same error. Any inputs would be helpful.
Regards,
Dheeraj.
I am using replaceregexp task to process input file as multi-line string and replace certain regular expressions.
I had no issues with small sized files. However for huge files, I encounter StackOverflowError. I tried modfying ant.bat to pass -Xss200m increasing the stack size, but still getting the same error. Any inputs would be helpful.
Regards,
Dheeraj.