Hello, 
  I am new to Ant, so please help! :-)

I am trying to use httpget in ant.. 
//-------------------------------
        <taskdef resource="net/sf/antcontrib/antcontrib.properties"/>
        <httpget url="${site}/test/postFile.php" loglevel="none"
cookiePolicy="compatibility" logProcessAs="text"/>
//-------------------------------
I am getting the following errors.
//-------------------------------
Problem: failed to create task or type httpget
Cause: The name is undefined
        at
org.apache.tools.ant.UnknownElement.getNotFoundException(UnknownElement.java:484)
        at 
org.apache.tools.ant.UnknownElement.makeObject(UnknownElement.java:416)
        at
org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:160)
//---------------------------------

I have no idea where to debug the problem.

I am using ant-1.7.1  and copied ant-contrib-1.0b3-modified.jar and
fikin-ant-1.7.3.jar into $ANT_HOME/lib directory.
I think I am missing some other jar, can't figure it out which one is
missing.

Thanks in advance,
choiso
-- 
View this message in context: 
http://old.nabble.com/Antnewbie---failed-to-create-task-or-type-httpget-tp27026736p27026736.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to