I, for one, am *not* seeing any extra e-mails.
Guess I'm just lucky. ;)
-Original Message-
From: Travis Quarterman [mailto:[EMAIL PROTECTED]
Sent: September 22, 2004 13:29
To: Ant Users List; Sarika Sahni
Subject: Re: [EMAIL PROTECTED]
Yes,
I am seeeing the same thing and have reported
Scott,
I didn't ry this but i think you can try by using
getProject().setProperty(property, value);
or
getProject().setUserProperty(property, value);
in your custon task class
regards,
Murali
-Original Message-
From: Carter, Scott [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 2
Yes,
I am seeeing the same thing and have reported them as SPAM on my email domain!
On Wed, 22 Sep 2004 14:12:25 -0500, Sarika Sahni <[EMAIL PROTECTED]> wrote:
> I am seeing same behavior
> ~Sarika
> - Original Message -
> From: "roger day" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
>
I have a custom task that determines a build label. In the custom task this
is just a String. Is there a way to set an ant property in the custom task.
For example, I would like to have a property called build.label that can be
used by other tasks, whose value was set in my custom task.
Thanks -
I am seeing same behavior
~Sarika
- Original Message -
From: "roger day" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 22, 2004 1:11 PM
Subject: [EMAIL PROTECTED]
seems to have subscribed to [EMAIL PROTECTED] as I'm receiving
emails from it everytime I send email
Thanks for all the suggestions. I discovered something. In the Test
java class I wrote I was creating and using a DOMParser directly. In my
custom task I was doing the following:
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
DocumentBuilder builder = factory.newDocumen
seems to have subscribed to [EMAIL PROTECTED] as I'm receiving
emails from it everytime I send emails to [EMAIL PROTECTED] Is
anyone else seeing this? I'm sure this isn't malicious. However, it
would be good if it stopped.
Roger
--
http://www.badstep.net
-
roger day wrote:
Has anyone used MSDEV to drive ANT? Or any other IDE (outside
of Eclipse)?
I can answer that part. JetBrain's IntelliJ offers excellent Ant integration and
is a very well done IDE to boot. I believe they are also offering a C# tool. Ant
tasks run in the IDE console, have their ow
the classpath in java.class.path looks good to me, those are the right
paths on my machine.
I edited ant.bat, typed 'set CLASSPATH=' and tried to compile your test -
this is the output:
C:\Documents and Settings\jamesburton\My
Documents\java\src\t