cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Troubleshooting classpath issue

Former Member
0 Kudos
334

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.

Accepted Solutions (0)

Answers (0)