Префикс «ivy» для элемента «ivy: cachepath» не привязан

Я скачал build.xml по ссылке-> IVY Build link , когда я запускаю ant target, я получаю следующую ошибку:

\ build.xml: 92: Приставка "плющ" для элемент «ivy: cachepath» не привязан.

файл build.xml:


































  












package example;
import org.apache.commons.lang.WordUtils;
public class Hello {
    public static void main(String[] args) {
        String  message = "hello ivy !";
        System.out.println("standard message : " + message);
        System.out.println("capitalized by " + WordUtils.class.getName() 
                                + " : " + WordUtils.capitalizeFully(message));
    }
}        


















в чем проблема? когда я пытаюсь открыть файл build.xml в IE, появляется сообщение об ошибке:

Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. 
--------------------------------------------------------------------------------    
The operation completed successfully. Error processing resource 'file:///C:/ivy/build.xml'. Line 92, Position 117 


9
задан bekur 21 April 2011 в 10:01
поделиться