I'm just new to Jenkins and I'm trying to follow this:
but when I try to execute (just using "$ phing") the file "build.xml" it says:
name-of-project > lint:
Execution of target "lint" failed for the following reason: /home/me/ code/myfirm/build.xml:42:32: Could not create task/type: 'apply'. Make sure that this class has been declared using taskdef / typedef.
Any idea?
Javi