Hi,
I have a build.xml file in Folder_A
and another build.xml file in Folder_B
When i run both these build files separetely, they get executed
successfully.
But using the below code when i run build.xml file in Folder_B and make a
SUBANT call to target in build.xml file present in Folder_A.
i g
All the "hung" threads display the same "blocked" scenario as
thread-1199.
Name: Thread-1199
State: BLOCKED on java.io.bufferedinputstr...@1b5973f owned by:
Thread-11
Total blocked: 1 Total waited: 0
Stack trace:
java.io.BufferedInputStream.read(BufferedInputStream.java:308)
java.io
Since I'm allocating the JVM 1G for Heap and 370M for PermGen, the OS
runs out of room for all the threads.
I don't know why the threads continually climb while the builds runs.
By the time it dies, the jconsole shows 888 lives threads, 890 peak and
4,013 total. It seems some of the parallel
Hi. I'm getting
java.lang.NoSuchMethodError:
com.sun.xml.bind.DatatypeConverterImpl._parseInteger(Ljava/lang/CharSequence;)Ljava/math/BigInteger;
My ant file is
It's strange, because jaxb-impl.jar does contain
c