Re: Advice on how to achieve setting properties on an arbitrary class

2016-07-13 Thread Stefan Bodewig
On 2016-07-12, Austin Brooks wrote: > What is the best way to achieve something that can resemble the following? > > > Basically, I am trying to make an extendable health check task that takes a > class and is then configured using additional attributes or elements. I am > not overly restricte

Advice on how to achieve setting properties on an arbitrary class

2016-07-12 Thread Austin Brooks
What is the best way to achieve something that can resemble the following? Basically, I am trying to make an extendable health check task that takes a class and is then configured using additional attributes or elements. I am not overly restricted to a certain syntax. The only real requirement

RE: setting properties

2008-03-19 Thread Anderson, Rob (Global Trade)
-Original Message- From: Lenhof,Danny [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2008 10:42 AM To: Ant Users List Subject: setting properties Newbie question: I created an ant wrapper that calls the build.xml. The issue I have is that the build.xml call a user.properties and

RE: setting properties

2008-03-14 Thread Lenhof,Danny
, March 14, 2008 4:17 AM To: Ant Users List Subject: RE: setting properties -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 8:36 AM To: user@ant.apache.org Subject: AW: setting properties /* > I created an ant wrapper t

RE: setting properties

2008-03-14 Thread Rebhan, Gilbert
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 8:36 AM To: user@ant.apache.org Subject: AW: setting properties /* > I created an ant wrapper that calls the build.xml. The issue I have is > that the build.xml call a user.properti

AW: setting properties

2008-03-14 Thread Jan.Materne
> I created an ant wrapper that calls the build.xml. The issue I have is > that the build.xml call a user.properties and overrides the > values I set for the environment. Properties are immutable so once set further overridings are ignored. Properties which are passed from the command line with -

setting properties

2008-03-13 Thread Lenhof,Danny
Newbie question: I created an ant wrapper that calls the build.xml. The issue I have is that the build.xml call a user.properties and overrides the values I set for the environment. Each developer has everything mapped to a d: drive, i.e. ant, weblogic, etc. I want it to use my values for my bui

Setting properties for Xerces

2006-09-27 Thread Adrian Herscu
Hi all, I am using the task for schema validation. I want to set some Xerces properties from within the Ant script. Tried the task but it does not seem to achieve the desired effect. (what I am looking for, actually, is to make Xerces cache XML schemas) Please advise, Adrian.