Hi, 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 21, 2007 11:30 AM
To: [email protected]
Subject: AW: Access server via alias ?!
*/
hmmm - that works for me. I tested with //computername/c$
Is there a net share "deploy"? Could you access this UNC via Windows Explorer?


Jan
*/

it works with //computername but not with //aliasname !

for now i'll go with =

<script language="ruby">
<![CDATA[
getserver=`nslookup cvsprod`
$project.setProperty "cvsprod", "//#{getserver.scan(/Name:\s+(\w+)\./)}"
]]>
</script>

Regards, Gilbert

>-----Ursprüngliche Nachricht-----
>Von: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] 
>Gesendet: Freitag, 21. September 2007 10:34
>An: [email protected]
>Betreff: Access server via alias ?!
>
>
>Hi,
>
>i need to access a server via his aliasname, but
>the following snippet doesn't work =
>
><target name="depends">
>  <fileset dir="//cvsprod/deploy" includes="*.txt" id="bla"/>
>  <echo>Files == ${toString:bla}</echo>      
></target>
>
>BUILD FAILED
>... \\cvsprod\deploy not found.
>
>Running Ant 1.6.5 on Win 2000 / 2003, jdk 1.4.2_08
>
>Is there any cmd line tool for windows available ?
>Any ideas ?
>
>Regards, Gilbert
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to