Skip to main content

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

you will need a bin.includes=.

see  e.g. https://github.com/eclipse/tycho-demo/blob/master/itp01/tycho.demo.itp01/build.properties

Jan

On 29.06.17, 11:06, "tycho-user-bounces@xxxxxxxxxxx on behalf of Evgeniya Katunina" <tycho-user-bounces@xxxxxxxxxxx on behalf of Evgeniya.Katunina@xxxxxxxxxxxx> wrote:

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