I was wondering if anybody had any advice for me on the following error, I am 
trying to clean install from the head of the main branch in git.

Below are my commands; this error start with commit 
d998331c1cfef48d792c78a8d3c1670498a8b925
The commands below work for the previous commit 
a97258b01d455f7816994070cf64deb311b29acc


git clone https://github.com/apache/ctakes.git;
cd ctakes;

mvn clean install -ff -DskipTests=true;


error message
/root/projects/ctakes/ctakes-ytex/scripts/build-setup.xml:149: The following 
error occurred while executing this line:
[ERROR] /root/projects/ctakes/ctakes-ytex/scripts/data/build.xml:148: The 
following error occurred while executing this line:
[ERROR] /root/projects/ctakes/ctakes-ytex/scripts/data/build.xml:531: Warning: 
Could not find file 
/root/projects/ctakes/ctakes-ytex/scripts/data/${project.basedir}/conn.xml.template
 to copy.


 mvn -v
Apache Maven 3.6.3
Maven home: /usr/share/maven
Java version: 1.8.0_282, vendor: AdoptOpenJDK, runtime: /opt/java/openjdk/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.10.147+", arch: "amd64", family: "unix"

Reply via email to