Bugs item #984384, was opened at 2004-07-03 00:36
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=984384&group_id=31650

Category: None
Group: 0.8.3.0
>Status: Closed
>Resolution: Invalid
Priority: 5
Submitted By: macgyver (srijken)
Assigned to: Nobody/Anonymous (nobody)
Summary: propertyexists case sensitivity

Initial Comment:
I have a system environment  variable FOO set up

<sysinfo />
<ifnot propertyexists="sys.env.foo">
  <!-- Behaviour: gets executed -->
</ifnot>

<ifnot propertyexists="sys.env.FOO">
  <!-- Behaviour: does not get executed -->
</ifnot>

Expected behaviour: either both should match, or just
the uppercase one. 


I'm not sure if this is environment  variable specific.

----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2004-07-19 20:59

Message:
Logged In: YES 
user_id=707851

This is the correct behaviour.

If you environment variable is named FOO, then its normal 
that sys.env.foo doesn't exist.

I think you've made a mistake yourself, are you sure you 
didn't mean to use the <if> task ?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=984384&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to