Hi Scott,
Thanks for the report - especially the setup, failure message and commit
details. Would you mind copying it into the GitHub issues area?
https://github.com/apache/ctakes/issues
I think that I know what happened ...
The pom files for several modules used ${basedir} instead of the preferred
${project.basedir}. I updated them to standard. I also changed ${basedir} in
the ytex scripts and apparently, they don't have substitution for that
expression. I will have it fixed in a few minutes and try again.
Sean
________________________________
From: Haag, Scott M <[email protected]>
Sent: Friday, February 3, 2023 10:10 AM
To: [email protected] <[email protected]>
Subject: Issuing compiling from the main branch using github [EXTERNAL]
* External Email - Caution *
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://urldefense.com/v3/__https://github.com/apache/ctakes.git__;!!NZvER7FxgEiBAiR_!sNj-I6E9pJQ9g0k3JrJ_jk_1ye5PiGtLKrJi5vDzO4sZPBphb4sRIYrS9VEgT3JyiT79ME4Gnt7MZmOviJWN825Tpq417uZr$
;
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"