This repository is to add various contributions across different modules within TIBCO BusinessEvents. It will include contributions by TIBCO BusinessEvents team as well external users/customers/fields teams.
BSD 3-Clause "New" or "Revised" License
0
stars
10
forks
source link
Unable to build aws-sqs channel jar, Getting compilation issues. #50
After cloning the master branch i.e git clone https://github.com/tibco/be-contribution.git and updating in root pom.xml file located under 'be-contribution' with TIBCO BusinessEvents installation home.
When I try to build aws-sqs jar
cd /channel/aws-sqs mvn clean install
I get compilation errors stating :
[INFO] 27 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.045 s [INFO] Finished at: 2021-09-09T11:06:47+05:30 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project aws-sqs: Compilation failure: Compilation failure: [ERROR] /D:/Installation/6.2.0/V40/be/6.2/cloud/be-contribution/channel/aws-sqs/src/main/java/com/tibco/be/custom/channel/aws/sqs/SqsDestination.java:[57,68] cannot find symbol [ERROR] symbol: variable SqsChannelProperties [ERROR] location: class com.tibco.be.custom.channel.aws.sqs.SqsDestination
After cloning the master branch i.e in root pom.xml file located under 'be-contribution' with TIBCO BusinessEvents installation home.
git clone https://github.com/tibco/be-contribution.git
and updatingWhen I try to build aws-sqs jar
cd /channel/aws-sqs mvn clean install
I get compilation errors stating :
[INFO] 27 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.045 s [INFO] Finished at: 2021-09-09T11:06:47+05:30 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project aws-sqs: Compilation failure: Compilation failure: [ERROR] /D:/Installation/6.2.0/V40/be/6.2/cloud/be-contribution/channel/aws-sqs/src/main/java/com/tibco/be/custom/channel/aws/sqs/SqsDestination.java:[57,68] cannot find symbol [ERROR] symbol: variable SqsChannelProperties [ERROR] location: class com.tibco.be.custom.channel.aws.sqs.SqsDestination
Attaching the complete stack trace aws-sqs_CompllationError.log