[cmake-developers] Java support

CHEVRIER, Marc marc.chevrier at sap.com
Wed Jul 29 04:01:20 EDT 2015


Hi,

You are right. @ must be matching at the beginning of the item. But I need .* in the expression because I use regex matching group to retrieve filename.

Anyway, here is an updated list of patches.

Marc




On 29/07/15 09:25, "cmake-developers on behalf of Rolf Eike Beer" <cmake-developers-bounces at cmake.org on behalf of eike at sf-mail.de> wrote:

>Am Dienstag, 28. Juli 2015, 08:15:01 schrieb CHEVRIER, Marc:
>> Hi,
>> 
>> 0002 (UseJava.cmake): Extends add_jar command to support @file syntax for
>> java sources specification.
>
>You do not need leading or trailing .* in regular expressions. In fact I think 
>your expression should simply be "^@", otherwise you would match an @ at any 
>position in the argument name, which does not look intended.
>
>Greetings,
>
>Eike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-support-for-idlj-and-jarsigner-tools.patch
Type: application/octet-stream
Size: 3616 bytes
Desc: 0001-Add-support-for-idlj-and-jarsigner-tools.patch
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20150729/8a41956f/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-add_jar-now-supports-file-syntax-for-sources.patch
Type: application/octet-stream
Size: 6090 bytes
Desc: 0002-add_jar-now-supports-file-syntax-for-sources.patch
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20150729/8a41956f/attachment-0005.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-install_jar-Add-options-DESTINATION-and-COMPONENT.patch
Type: application/octet-stream
Size: 3564 bytes
Desc: 0003-install_jar-Add-options-DESTINATION-and-COMPONENT.patch
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20150729/8a41956f/attachment-0006.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-Add-support-for-javah-tool.patch
Type: application/octet-stream
Size: 9598 bytes
Desc: 0004-Add-support-for-javah-tool.patch
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20150729/8a41956f/attachment-0007.obj>


More information about the cmake-developers mailing list