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

A marker should not trigger a build. Resource changes do.

Of course you may register a script that also reacts on resource changes. I showed an example at ECE last year:

http://git.eclipse.org/c/ease/org.eclipse.ease.scripts.git/tree/Demos/EclipseCon%20Europe%202016/EclipseCon%20Europe%202016/scripts/04%20Builder/CustomBuilder.js

 

Problem here is that you have 2 builders that run on the file: the plugin manifest builder and the script. Depending on the timing when they are run you will see one or the other marker.

 

Christian

 

From: ease-dev-bounces@xxxxxxxxxxx [mailto:ease-dev-bounces@xxxxxxxxxxx] On Behalf Of Felix Dorner
Sent: Tuesday, June 06, 2017 8:31 AM
To: ease developer discussions
Subject: Re: [ease-dev] Eclipse Marker from EASE Script

 

 

I actually wonder, does a marker-only kind event really trigger a rebuild?

 

Maybe not possible at the moment but how about executing your script in the context of a builder itself, one which runs after the pde manifest builder?

 

 

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


Back to the top