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
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
-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
, 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
-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
> 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 -
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
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.