Community
Participate
Working Groups
Build Identifier: Similar to how JDT allows specific Java files to be excluded from build path, Tigerstripe should also allow specific artifacts from being excluded. Within JDT perspective, you can right click on any Java file > select Build Path > Exclude. Similarly, in Tigerstripe Explorer there should be a context menu action called 'Exclude from build path'. This action should be visible on all TS artifacts. When selected, the icon for the artifact should be modified to indicate it has been excluded from build path. User should then be able to right click on it and select 'Include in build path' to include it back in. This enhancement is needed because of certain scenarios where the compile message is not applicable because of the usage of annotations. Another way of implementing this enhancement would be to allow users to right click on specific compile errors in Problem view and ignore them for the TS artifact. This would ignore the compile error on the specific TS artifact and user should be able to somehow revert this when they wish. Reproducible: Always
Done.
Verified. Thanks!