Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] getResource on eclipse-test-plugin

Hi Igor,

Apparently more people have been struggling with this. It's not on the
wiki, nor can it be found as an answer to one of the earlier questions.

So, yes, the "resources/" directory is in the build.properties. Should
there be an explicit testResource added to the build-tag in our pom?
Can you give us an example?

Marc

On 6/18/13 5:37 PM, Igor Fedorenko wrote:
> Resources folders have to be included in build.properties. This is
> not specific to Tycho, this is needed to run the test plugin in PDE
> as well.
> 
> -- Regards, Igor
> 
> On 2013-06-18 6:04 PM, Marc Lambrichs wrote:
>> In a eclipse-test-plugin bundle we want to do a
>> getClass().getResource().
>> 
>> Any pointers on how to configure this in our pom?
>> 
>> Cheers, Marc
>> 
>> _______________________________________________ tycho-user
>> mailing list tycho-user@xxxxxxxxxxx 
>> https://dev.eclipse.org/mailman/listinfo/tycho-user
>> 
> _______________________________________________ tycho-user mailing
> list tycho-user@xxxxxxxxxxx 
> https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top