build.xml: Проблема: не удалось создать задачу или ввести p4change Причина - PullRequest
0 голосов
/ 22 октября 2018

В моем скрипте Ant в RHEL я получаю ошибку ниже, когда использую команду Perforce "P4Change".

Ошибка :

 build.xml:638: Problem: failed to create task or type p4change
   Cause: the class org.apache.tools.ant.taskdefs.optional.perforce.P4Change was not found.

    This looks like one of Ant's optional components.
  Action: Check that the appropriate optional JAR exists in
    -/usr/share/ant/lib
    -/users/eswaran.p/.ant/lib
    -a directory added on the command line with the -lib argument

Do not panic, this is a common problem.
The commonest cause is a missing JAR.

This is not a bug; it is a configuration problem

Просьба направить меня, 1. если установлены какие-либо обороты или 2. отсутствует какая-либо конфигурация

Заранее спасибо.

...