How can I configure a JDEE project so that whenever I start the JVM from within
JDEE, a system property is set?
Specifically, I am trying invoking Maven from JDEE using
'(jde-build-function (quote (jde-maven-build)))
I've added the following to jde-run-option-properties :
INS DEL Cons-cell:
Property Name: dir.logging
Property Value:
/usr/local/dev/soabook/components/soa-axis/target/logging
But, inside JUnit, which is run by Maven, I am getting:
System.getProperty("dir.logging") == null
Does anybody have any ideas about this?
-- Mark