ant property not set question

2007-04-13 Thread Philip Swenson
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

Who should I ask about script task problems?

2007-04-05 Thread Philip Swenson
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

ant script task prob / jruby

2007-04-04 Thread Philip Swenson
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