Helmut, If modified <sysinfo> to continue creating other properties for environment variables if failonerror="false".
Note : in NAnt 0.85 you'll be able to use environment::get-variable() function to retrieve the value of a specific environment variable. Gert ----- Original Message ----- From: "Helmut Dipper" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 02, 2004 2:43 PM Subject: [Nant-users] problem with bash-specific environment variables > Hello, > > I use a nightly build (July 04) of nant-0.8.5 > in a cygwin-bash environment. This environment > provides variables with the names > '!::', '!?:' and '!D:'. > Therefore the task sysinfo fails. > When using "failonerror=false" with the task > sysinfo some of the environment variables > are missing. > I found no way to remove those variables > from the cygwin-bash environment > which lead to not valid property names > (unset doesn't accept the special names). > > Are there any hints how this variables can > be removed or how the task sysinfo can be > advised to simply ignore variables with > not valid property names? > > Best regards > Helmut Dipper > > -- > ---------------------------------------------- > Helmut Dipper | SICAD Utilities GmbH > phone: +49 89 45026 320 | Postfach 830754 > fax: +49 89 45026 316 | D-81707 Muenchen > > > ------------------------------------------------------- > This SF.Net email is sponsored by OSTG. Have you noticed the changes on > Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, > one more big change to announce. We are now OSTG- Open Source Technology > Group. Come see the changes on the new OSTG site. www.ostg.com > _______________________________________________ > Nant-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nant-users > ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
