RE: Problem in using ANT for VSS

2006-09-19 Thread Ben Corpus
Priyabrata -- I have a couple of suggestions: [1] Make sure the folder is shared appropriately and you can map a drive to it. For example: - to access this vss database: \\server\...\ - share the \ folder - if done properly, you should be able to map a drive to \\server\

Telnet to AS400

2006-09-13 Thread Ben Corpus
Hi All, I am using Apache Ant 1.6.5. I want to use its Telnet task to automate Java deployments to WAS (Websphere Application Server) server running on the AS400. The problem I encounter is in the nested tag (line 6) - it hangs on that line of execution. Here's the target code: 1