Re: 'Exception in thread "main"' for java after Ant upgrade to 1.6.5

2005-10-12 Thread Felix Seeger
Someone has an idea what I can do or how I can debug this ? thanks Felix Am Monday, 19. September 2005 15:18 schrieb Felix Seeger: > Hi, > > I have a ant task used to precompile jsps. This is java command: > -- >classpathref="finalizer-classpath" > classname="org.apache.jasper.JspC" > fa

'Exception in thread "main"' for java after Ant upgrade to 1.6.5

2005-09-19 Thread Felix Seeger
Hi, I have a ant task used to precompile jsps. This is java command: -- -- With Ant 1.6.2 there was not problem at all, but now with 1.6.5 I only get: -- [java] Exception in thread "main" BUILD FAILED The following error occurred while executing this line: Java returned: 1 -- If I sta