failed to create task or type war-builder in worklight 6.2
问题 I am using workklight 6.2 and wrote following ant task to build war file on linux machine command line. <taskdef resource="com/worklight/ant/defaults.properties"> <classpath> <pathelement location="opt/IBM/Worklight/WorklightServer/worklight-ant-builder.jar"/> </classpath> </taskdef> <target name="build-war"> <war-builder projectfolder="${basedir}" destinationfolder="bin/" warfile="bin/MyProject.war" classesFolder="classes-folder"/> </target> When I execute the task with following command "