I have a property that is declared like this:
So if an environment variable is set then the value gets set. However if a
build.properties file exists, this value can be overridden in the properties
file like : is.dev.home=c:/blah
This works fine Howeverk, I want to validate t
From: Philip Swenson
Sent: Wednesday, April 04, 2007 10:03 AM
To: 'user@ant.apache.org'
Subject: ant script task prob / jruby
I'm using ant's script task with jruby like this:
<target name="mws.init" depends="init" description="build
I'm using ant's script task with jruby like this:
require 'opt_ruby/portlet_util.rb'
mws_install_portlets(36)
When I run this I get a statck dump "mws.init:
[script] 15