Originally posted by joe abate:
I am trying to build a ant scrip that will run some oracle script using telenet. I have downloaded the netcomponents jar and I have added it my class path. Everytime I try to use the telnet tag I get Unexpected element "telnet". I am using winNT 4.0 sp 6 and ant 1.5. Can sombody help me?
Your telnet needs to be part of a target, something like this:
I also have the NetComponents.jar in my ANT_CLASSPATH and it is installed in %ANT_HOME%\lib\ext. Hope this helps.