Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Replacement for the folder with .class files from the PDE build

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


Back to the top