|
RE: loading ANT propetyfile using JVMarg attribute: msg#00078java.cruise-control.user
you
need to use the property element instead of the jvmarg
element.
<ant ...>
<property name="propertyfile"
value="local.properties" />
</ant>
(You
want "java org.apache.tools.ant.Main -Dpropertyfile=local.properties ..." but
using jvmarg gives you "java -Dpropertyfile=local.properties
org.apache.tools.ant.Main ...". )
Jtf
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | loading ANT propetyfile using JVMarg attribute, satyapal guduru |
|---|---|
| Next by Date: | RE: Build loop hangs when jboss isn't stopped, François Eric |
| Previous by Thread: | loading ANT propetyfile using JVMarg attribute, satyapal guduru |
| Next by Thread: | RE: loading ANT propetyfile using JVMarg attribute, satyapal guduru |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |