BUILD FAILED
Error reading project file D:\programacao
Invalid byte 2 of 3-byte UTF-8 sequence.
acontece quando eu chamo um target no ant
BUILD FAILED
Error reading project file D:\programacao
Invalid byte 2 of 3-byte UTF-8 sequence.
acontece quando eu chamo um target no ant
que encoding tá no seu build.xml?
tente colocar
<?xml version="1.0" encoding="ISO-8859-1"?>
[]´s
Rodrigo
isso deve resolver. obrigado!