on 2018 Aug 03 11:06 PM
How does one go about troubleshooting classpath issues within hybris? Is it possible to get a dump of the classpath as each of the extensions are being built?
I tried to do the following
<macrodef name="extenstion_before_build">
<sequential>
<echo>*************** before_build****************</echo>
<echo>${toString:classpath}</echo>
</sequential>
</macrodef>
But that did nothing.
I think the issue is that there a several versions of the same jar file - and depending on what order the extensions are being built determines what the classpath looks like.
Simplest solution was to copy in the jar from ext\core\lib but that is just a hack at the moment.
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.