Evgeniya Katunina
2017-06-29 09:06:12 UTC
Hi all,
I have an issue with my plug-ins when building them with the Maven/Tycho: when I used PDE build I listed bin/ in the bin.includes and bin/ contained all .class files for a plug-in and all worked fine. Now I excluded bin/ folder from the build.properties files and replaced it with the path to the according Tycho directory with .class files -- $plugin_name$/target/classes/ but my plug-ins still are not able to load classes during their runtime. Could you please advise me something to deal with it?
Thanks,
Evgeniya
I have an issue with my plug-ins when building them with the Maven/Tycho: when I used PDE build I listed bin/ in the bin.includes and bin/ contained all .class files for a plug-in and all worked fine. Now I excluded bin/ folder from the build.properties files and replaced it with the path to the according Tycho directory with .class files -- $plugin_name$/target/classes/ but my plug-ins still are not able to load classes during their runtime. Could you please advise me something to deal with it?
Thanks,
Evgeniya