Hello Ivy Team

I'm using project-build-plugin with version 8.0.0 in my project But when I build project by maven. The maven can not find some packages in Axon.ivy Libraries EX: ch.ivyteam.ivy.environment,

alt text

alt text

It also happen when I use DatatypeConverter class in package javax.xml.bind

Please help me to resolve it.

Thanks

asked 18.02.2020 at 05:17

anhle's gravatar image

anhle
(suspended)
accept rate: 0%

edited 19.02.2020 at 02:32

looks like the standard maven compiler. Is it? Or are you compiling with the project-build-plugin?

(18.02.2020 at 07:28) Reguel Werme... ♦♦ Reguel%20Wermelinger's gravatar image

I'm using project-build-plugin with version 8.0.0

(18.02.2020 at 20:53) anhle anhle's gravatar image

As the log output shows the 'maven-compiler-plugin' is being used to compile java sources that rely upon the ivy-core.

As the execution fails, one can check two things:

  • the project-build-plugin must execute the share-engine-classpath goal before the maven-compiler-plugin runs. You can check that by examining the normal maven log outputs, does the share-engine-classpath show up before the maven-compiler-plugin? are there any errors/warnings logged?: http://axonivy.github.io/project-build-plugin/release/8.0/share-engine-core-classpath-mojo.html

  • second; as you had this setup already with 7.X. Check that maven-compiler-plugin is correctly configured. Use the latest available version of the plugin and verify, that java source and target version are set to '11'.

If you need more help, share the effective POM of this project > open 'pom.xml' in Maven Pom Editor of the Designer > click tab 'effective-pom'.

link

answered 19.02.2020 at 04:17

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 19.02.2020 at 06:55

Thanks Reguel Wermelinger

(21.02.2020 at 03:57) anhle anhle's gravatar image

Hello Reguel Wermelinger

Sorry for feedback your answer late. I checked two things:

  • 1) the project-build-plugin must execute the share-engine-classpath goal before the maven-compiler-plugin runs alt text

  • second; as you had this setup already with 7.X. No I config for Ivy version 8.0.2, Designer 8.0.2, JDK 11 and build plugin 8.0.0

I checked two things but build maven also fail as Image I updated on my question.

link

answered 23.02.2020 at 23:39

anhle's gravatar image

anhle
(suspended)
accept rate: 0%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×22
×8

Asked: 18.02.2020 at 05:17

Seen: 3,952 times

Last updated: 23.02.2020 at 23:39