Hi, I swiched our project to using SLF4J / logback. All projects and build files worked (we have 40 projects) until one of ant target failed with that error:
java.lang.OutOfMemoryError: Java heap space If I switch it to using slf4j-simple, I do not get that memory error. If I use log4j binding, it works too. I will start digging more, but if this raises a possible answer, I would appreciate it. This ant target runs in eclipse to invoke a junit anttask, which runs a test class that uses dbunit. -- Mel T. -- View this message in context: http://www.nabble.com/slf4-with-logback-causes-java.lang.OutOfMemoryError%3A-Java-heap-space-tp24720872p24720872.html Sent from the Logback User mailing list archive at Nabble.com. _______________________________________________ Logback-user mailing list [email protected] http://qos.ch/mailman/listinfo/logback-user
