Stream: committers
Topic: Generated .jar doesn't reflect source code changes
Vadim Peretokin (Mar 07 2021 at 10:34):
I've fixed a bug in the validator, rebuilt with mvn package -Dmaven.test.skip=true --projects org.hl7.fhir.validation.cli
, verified that I'm running the brand-new jar - yet the bug remains and the line #'s in the stacktrace are the old ones, not reflecting new source code
Vadim Peretokin (Mar 07 2021 at 10:35):
What could be going wrong? Is the command to build it different now?
Mark Iantorno (Mar 07 2021 at 19:13):
If you made a change in the validator, you will most likely need to rebuild the validator as well when you build the cli?
Mark Iantorno (Mar 07 2021 at 19:13):
That would be my guess
Mark Iantorno (Mar 07 2021 at 19:13):
I would just do a mvn install -DskipTests
Mark Iantorno (Mar 07 2021 at 19:14):
and see if the cli reflects the new changes
Last updated: Apr 12 2022 at 19:14 UTC