Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-spec-project-leads] Update to specification document template

Hi,

On 7/18/19 10:40 PM, Bill Shannon wrote:
We have a fix for the above problem:

ifeval::["{revremark}" != ""]
Status: {revremark}
endif::[]
ifeval::["{revremark}" == ""]
Status: Final Release
endif::[]

while this definitely works, it requires passing '-Dstatus=""' to the release build, so in turn change in release jobs eventually

to overcome this limitation, I was thinking about some "automagical" way, like what I've just proposed for jsonp: https://github.com/eclipse-ee4j/jsonp/pull/193

thanks,
--lukas



You can pick up a new version of the license-efsl.adoc file with the fix here:
https://raw.githubusercontent.com/bshannon/spec-template/master/src/main/asciidoc/license-efsl.adoc

Please update your spec documents with this fix.

Thanks.
_______________________________________________
jakartaee-spec-project-leads mailing list
jakartaee-spec-project-leads@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jakartaee-spec-project-leads



Back to the top