[EMAIL PROTECTED] wrote:
Author: arnaudsimon
Date: Mon Feb 25 05:50:46 2008
New Revision: 630852

URL: http://svn.apache.org/viewvc?rev=630852&view=rev
Log:
added prop jvmarg, that could be used allocate more memory: -Djvmarg=-Xmx512m

Modified:
    incubator/qpid/trunk/qpid/java/module.xml


After updating to this revision, when I try to run tests using ant (and with an external broker) I get the following error:

[junit] Exception in thread "main" java.lang.NoClassDefFoundError: ${jvmarg} [junit] java.io.FileNotFoundException: /home/gordon/qpid/trunk/qpid/java/client/junitvmwatcher1772499093.properties (No such file or directory)
    [junit]     at java.io.FileInputStream.open(Native Method)
    [junit]     at java.io.FileInputStream.<init>(FileInputStream.java:106)
    [junit]     at java.io.FileReader.<init>(FileReader.java:55)
[junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeAsForked(JUnitTask.java:1028)

I've I revert out this change, I don't get the problem. Anyone else seeing this? Do I need to do something particular to get this working again?

Reply via email to