Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Eclipse Marker from EASE Script

Typically a builder on a resource deletes its resource markers upon a build.
So I see 2 options:

a) disable the builder that deletes the markers (I guess it would be the
Plugin manifest builder)
b) define your own marker type and cross your fingers that the builder will
leave them intact on a build process. Here you might also have the problem
that you need to display your markers somehow. Not sure if yourError markers
will get displayed, even when they inherit from the default error marker.

Christian

-----Original Message-----
From: ease-dev-bounces@xxxxxxxxxxx [mailto:ease-dev-bounces@xxxxxxxxxxx] On
Behalf Of Raphael Geissler
Sent: Sunday, June 04, 2017 8:37 AM
To: ease developer discussions
Subject: Re: [ease-dev] Eclipse Marker from EASE Script

Hi Jonah,

thanks for the hint. I tried your example and it's working fine.

However, if I try to add a Warning Marker to a MANIFEST.MF file, it is no
shown. Maybe it is immediately deleted, because a change in the MANIFEST.MF
file triggers a new build.

Any ideas how to get this working?

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top