You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@netbeans.apache.org by "Luff,Chris" <Ch...@Cerner.com.INVALID> on 2019/08/28 14:19:38 UTC

Language Support

Hi All,

I am trying to build a language support module following https://dzone.com/articles/quickstart-guide-language-supp However, I am using Maven and I don’t see how to create the Language Support file.

Using NetBeans 11.1 on macOS.

Thx


Associate Principal Engineer | UK Development - Care Insight and Delivery Dev | chris.luff@cerner.com<ma...@cerner.com> | Cerner Limited<http://www.cerner.com/>



CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF.

Re: Language Support

Posted by "Luff,Chris" <Ch...@Cerner.com.INVALID>.
Sweet, I’ll give that a read and reach out to you if I need help, appreciate it!

From: Ian Utley <ut...@gmail.com>
Date: Wednesday, 28 August 2019 at 23:38
To: "Luff,Chris" <Ch...@cerner.com.invalid>
Cc: Neil C Smith <ne...@apache.org>, Geertjan Wielenga <ge...@apache.org>, NetBeans Mailing List <us...@netbeans.apache.org>
Subject: Re: Language Support

You may also find http://wiki.netbeans.org/SyntaxColoringANTLR<https://nam01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwiki.netbeans.org%2FSyntaxColoringANTLR&data=02%7C01%7CChris.Luff%40cerner.com%7C29db059160e84f41de8b08d72c0878dd%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026287262763110&sdata=9HY402tDadoIxCLGl0L27HTEtou5SwDkx5IcA0vPCG8%3D&reserved=0> helpful if you are using ANTLR as your lexer/parser of choice.
I'm currently writing a Prolog language support module, which supports syntax highlighting, code completion, code folding, navigation bar and custom project type as a maven project against Netbeans 11, so feel free to ask me any questions while the topic is fresh in my mind!

Ian.

On Wed, Aug 28, 2019 at 4:13 PM Luff,Chris <Ch...@cerner.com.invalid> wrote:
It is fine, I am trying to understand the mechanics before I get in too deep. I have not done much with language parsers.

> On 28 Aug 2019, at 16:01, Neil C Smith <ne...@apache.org>> wrote:
>
> On Wed, 28 Aug 2019 at 15:53, Luff,Chris <Ch...@cerner.com.invalid> wrote:
>>
>> Thx, a proprietary language called CCL[1] modelled on SQL but with some significant differences.
>
> Is the IDE's SQL language support not a good starting point?
>
> Best wishes,
>
> Neil
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org<ma...@netbeans.apache.org>
> For additional commands, e-mail: users-help@netbeans.apache.org<ma...@netbeans.apache.org>
>
> For further information about the NetBeans mailing lists, visit:
> https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&amp;data=02%7C01%7CChris.Luff%40cerner.com%7Cfd3dd8c85da643296ecb08d72bc8a826%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026013168023905&amp;sdata=iSOKdc8kbmLP9QYnp0tQKFNGji2eJ8C8Bqe5CEUDfnc%3D&amp;reserved=0<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&data=02%7C01%7CChris.Luff%40cerner.com%7C29db059160e84f41de8b08d72c0878dd%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026287262773103&sdata=61j8gJVpyY3Jrjr5xP11%2FHSfRUzNLOnJqUpt6R9qQIE%3D&reserved=0>
>



CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org<ma...@netbeans.apache.org>
For additional commands, e-mail: users-help@netbeans.apache.org<ma...@netbeans.apache.org>

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&data=02%7C01%7CChris.Luff%40cerner.com%7C29db059160e84f41de8b08d72c0878dd%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026287262773103&sdata=61j8gJVpyY3Jrjr5xP11%2FHSfRUzNLOnJqUpt6R9qQIE%3D&reserved=0>

Re: Language Support

Posted by mr rupplin <me...@outlook.com>.
Hello all.

I would consider that this mine has caved in. You all will be better off taking a long look at this email chain from a different point of view.  I am a software enthusiast.

Regards

~MR
________________________________
From: Ian Utley <ut...@gmail.com>
Sent: Wednesday, August 28, 2019 6:38 PM
To: Luff,Chris <Ch...@cerner.com.invalid>
Cc: Neil C Smith <ne...@apache.org>; Geertjan Wielenga <ge...@apache.org>; NetBeans Mailing List <us...@netbeans.apache.org>
Subject: Re: Language Support

You may also find http://wiki.netbeans.org/SyntaxColoringANTLR helpful if you are using ANTLR as your lexer/parser of choice.
I'm currently writing a Prolog language support module, which supports syntax highlighting, code completion, code folding, navigation bar and custom project type as a maven project against Netbeans 11, so feel free to ask me any questions while the topic is fresh in my mind!

Ian.

On Wed, Aug 28, 2019 at 4:13 PM Luff,Chris <Ch...@cerner.com.invalid> wrote:
It is fine, I am trying to understand the mechanics before I get in too deep. I have not done much with language parsers.

> On 28 Aug 2019, at 16:01, Neil C Smith <ne...@apache.org>> wrote:
>
> On Wed, 28 Aug 2019 at 15:53, Luff,Chris <Ch...@cerner.com.invalid> wrote:
>>
>> Thx, a proprietary language called CCL[1] modelled on SQL but with some significant differences.
>
> Is the IDE's SQL language support not a good starting point?
>
> Best wishes,
>
> Neil
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org<ma...@netbeans.apache.org>
> For additional commands, e-mail: users-help@netbeans.apache.org<ma...@netbeans.apache.org>
>
> For further information about the NetBeans mailing lists, visit:
> https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&amp;data=02%7C01%7CChris.Luff%40cerner.com%7Cfd3dd8c85da643296ecb08d72bc8a826%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026013168023905&amp;sdata=iSOKdc8kbmLP9QYnp0tQKFNGji2eJ8C8Bqe5CEUDfnc%3D&amp;reserved=0
>



CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org<ma...@netbeans.apache.org>
For additional commands, e-mail: users-help@netbeans.apache.org<ma...@netbeans.apache.org>

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: Language Support

Posted by Ian Utley <ut...@gmail.com>.
You may also find http://wiki.netbeans.org/SyntaxColoringANTLR helpful if
you are using ANTLR as your lexer/parser of choice.
I'm currently writing a Prolog language support module, which supports
syntax highlighting, code completion, code folding, navigation bar and
custom project type as a maven project against Netbeans 11, so feel free to
ask me any questions while the topic is fresh in my mind!

Ian.

On Wed, Aug 28, 2019 at 4:13 PM Luff,Chris <Ch...@cerner.com.invalid>
wrote:

> It is fine, I am trying to understand the mechanics before I get in too
> deep. I have not done much with language parsers.
>
> > On 28 Aug 2019, at 16:01, Neil C Smith <ne...@apache.org> wrote:
> >
> > On Wed, 28 Aug 2019 at 15:53, Luff,Chris <Ch...@cerner.com.invalid>
> wrote:
> >>
> >> Thx, a proprietary language called CCL[1] modelled on SQL but with some
> significant differences.
> >
> > Is the IDE's SQL language support not a good starting point?
> >
> > Best wishes,
> >
> > Neil
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
> > For additional commands, e-mail: users-help@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> >
> https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&amp;data=02%7C01%7CChris.Luff%40cerner.com%7Cfd3dd8c85da643296ecb08d72bc8a826%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026013168023905&amp;sdata=iSOKdc8kbmLP9QYnp0tQKFNGji2eJ8C8Bqe5CEUDfnc%3D&amp;reserved=0
> >
>
>
>
> CONFIDENTIALITY NOTICE This message and any included attachments are from
> Cerner Corporation and are intended only for the addressee. The information
> contained in this message is confidential and may constitute inside or
> non-public information under international, federal, or state securities
> laws. Unauthorized forwarding, printing, copying, distribution, or use of
> such information is strictly prohibited and may be unlawful. If you are not
> the addressee, please promptly delete this message and notify the sender of
> the delivery error by e-mail or you may call Cerner's corporate offices in
> Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited,
> Registered in England no 2519305, Registered Office 37 North Wharf Road,
> London W2 1AF.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: users-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>

Re: Language Support

Posted by "Luff,Chris" <Ch...@Cerner.com.INVALID>.
It is fine, I am trying to understand the mechanics before I get in too deep. I have not done much with language parsers.

> On 28 Aug 2019, at 16:01, Neil C Smith <ne...@apache.org> wrote:
>
> On Wed, 28 Aug 2019 at 15:53, Luff,Chris <Ch...@cerner.com.invalid> wrote:
>>
>> Thx, a proprietary language called CCL[1] modelled on SQL but with some significant differences.
>
> Is the IDE's SQL language support not a good starting point?
>
> Best wishes,
>
> Neil
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: users-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FNETBEANS%2FMailing%2Blists&amp;data=02%7C01%7CChris.Luff%40cerner.com%7Cfd3dd8c85da643296ecb08d72bc8a826%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026013168023905&amp;sdata=iSOKdc8kbmLP9QYnp0tQKFNGji2eJ8C8Bqe5CEUDfnc%3D&amp;reserved=0
>



CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
For additional commands, e-mail: users-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: Language Support

Posted by Neil C Smith <ne...@apache.org>.
On Wed, 28 Aug 2019 at 15:53, Luff,Chris <Ch...@cerner.com.invalid> wrote:
>
> Thx, a proprietary language called CCL[1] modelled on SQL but with some significant differences.

Is the IDE's SQL language support not a good starting point?

Best wishes,

Neil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@netbeans.apache.org
For additional commands, e-mail: users-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


Re: Language Support

Posted by "Luff,Chris" <Ch...@Cerner.com.INVALID>.
Thx, a proprietary language called CCL[1] modelled on SQL but with some significant differences.

[1]: https://en.wikipedia.org/wiki/Cerner_CCL



On 28 Aug 2019, at 15:47, Geertjan Wielenga <ge...@apache.org>> wrote:

I believe these:

https://platform.netbeans.org/tutorials/nbm-javacc-lexer.html<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fplatform.netbeans.org%2Ftutorials%2Fnbm-javacc-lexer.html&data=02%7C01%7CChris.Luff%40cerner.com%7C590af50968534bb1ff6808d72bc6bbbb%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026004882098183&sdata=qVTTJFPwDZz%2FjGggVb3PojBS3IYIouie5pAXBrE4Ccg%3D&reserved=0>
https://platform.netbeans.org/tutorials/nbm-javacc-parser.html<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fplatform.netbeans.org%2Ftutorials%2Fnbm-javacc-parser.html&data=02%7C01%7CChris.Luff%40cerner.com%7C590af50968534bb1ff6808d72bc6bbbb%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026004882108177&sdata=yc65HBDjC%2FjNVJqaOIajs0nRQBfW8rnAmiYEArNlTEE%3D&reserved=0>

Which language are you working on supporting, by the way?

Gj

On Wed, Aug 28, 2019 at 3:45 PM Luff,Chris <Ch...@cerner.com>> wrote:
Yeah, was somewhat skeptical about its age, any newer tutorials or resources that I can checkout?

Chris Luff | Associate Principal Engineer | UK Development - Care Insight and Delivery Dev | chris.luff@cerner.com<ma...@cerner.com> | +44 (0)7970 735175 | Cerner Limited<http://www.cerner.com/>

**Join us on Microsoft Teams<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fteams.microsoft.com%2Fl%2Fchannel%2F19%3Ac2e663c377ec4aac8dfbea8b05474b55%40thread.skype%2FClinical%2520Timeline%3FgroupId%3D2b7a095c-9971-48f7-b185-2ddb366be648%26tenantId%3Dfbc493a8-0d24-4454-a815-f4ca58e8c09d&data=02%7C01%7CChris.Luff%40cerner.com%7C590af50968534bb1ff6808d72bc6bbbb%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026004882108177&sdata=tNnsRnmnjlVNKVwW6MDE0JBjK10u5DDyTvi3EFoMTkA%3D&reserved=0>**

On 28 Aug 2019, at 15:40, Geertjan Wielenga <ge...@apache.org>> wrote:

An article from 2008 using a really old language technology called Schliemann. Ignore it, it will not work.

Gj

On Wed, 28 Aug 2019 at 15:19, Luff,Chris <Ch...@cerner.com.invalid>> wrote:
Hi All,

I am trying to build a language support module following https://dzone.com/articles/quickstart-guide-language-supp<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdzone.com%2Farticles%2Fquickstart-guide-language-supp&data=02%7C01%7CChris.Luff%40cerner.com%7C590af50968534bb1ff6808d72bc6bbbb%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026004882118173&sdata=7nk1IiFKw4fXUYd91w8ZTEmpgC12aA46fTgovSlR9bk%3D&reserved=0> However, I am using Maven and I don’t see how to create the Language Support file.

Using NetBeans 11.1 on macOS.

Thx


Associate Principal Engineer | UK Development - Care Insight and Delivery Dev | chris.luff@cerner.com<ma...@cerner.com> | Cerner Limited<http://www.cerner.com/>


CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.google.com%2Fmaps%2Fsearch%2F37%2BNorth%2BWharf%2BRoad%2C%2BLondon%2BW2%2B1AF%3Fentry%3Dgmail%26source%3Dg&data=02%7C01%7CChris.Luff%40cerner.com%7C590af50968534bb1ff6808d72bc6bbbb%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026004882118173&sdata=DGS%2Bt9Kegj3Ic6QCoaRfxR3vsIMwIx4bD1k65miQS6o%3D&reserved=0>.



Re: Language Support

Posted by Geertjan Wielenga <ge...@apache.org>.
I believe these:

https://platform.netbeans.org/tutorials/nbm-javacc-lexer.html
https://platform.netbeans.org/tutorials/nbm-javacc-parser.html

Which language are you working on supporting, by the way?

Gj

On Wed, Aug 28, 2019 at 3:45 PM Luff,Chris <Ch...@cerner.com> wrote:

> Yeah, was somewhat skeptical about its age, any newer tutorials or
> resources that I can checkout?
>
> Chris Luff | Associate Principal Engineer | UK Development - Care Insight
> and Delivery Dev | chris.luff@cerner.com | +44 (0)7970 735175 | Cerner
> Limited <http://www.cerner.com/>
>
> **Join us on Microsoft Teams
> <https://teams.microsoft.com/l/channel/19:c2e663c377ec4aac8dfbea8b05474b55@thread.skype/Clinical%20Timeline?groupId=2b7a095c-9971-48f7-b185-2ddb366be648&tenantId=fbc493a8-0d24-4454-a815-f4ca58e8c09d>
> **
>
> On 28 Aug 2019, at 15:40, Geertjan Wielenga <ge...@apache.org> wrote:
>
> An article from 2008 using a really old language technology called
> Schliemann. Ignore it, it will not work.
>
> Gj
>
> On Wed, 28 Aug 2019 at 15:19, Luff,Chris <Ch...@cerner.com.invalid>
> wrote:
>
>> Hi All,
>>
>> I am trying to build a language support module following
>> https://dzone.com/articles/quickstart-guide-language-supp
>> <https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdzone.com%2Farticles%2Fquickstart-guide-language-supp&data=02%7C01%7CChris.Luff%40cerner.com%7C8d228a0f072b4b6c45db08d72bc5c247%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026000688095583&sdata=eN%2FnycgH9t9ob%2BvzUAR9n6cUkAo5gpB1bMgP79RXBOc%3D&reserved=0>
>> However, I am using Maven and I don’t see how to create the Language
>> Support file.
>>
>> Using NetBeans 11.1 on macOS.
>>
>> Thx
>>
>>
>> Associate Principal Engineer | UK Development - Care Insight and
>> Delivery Dev | chris.luff@cerner.com | Cerner Limited
>> <http://www.cerner.com/>
>>
>> CONFIDENTIALITY NOTICE This message and any included attachments are from
>> Cerner Corporation and are intended only for the addressee. The information
>> contained in this message is confidential and may constitute inside or
>> non-public information under international, federal, or state securities
>> laws. Unauthorized forwarding, printing, copying, distribution, or use of
>> such information is strictly prohibited and may be unlawful. If you are not
>> the addressee, please promptly delete this message and notify the sender of
>> the delivery error by e-mail or you may call Cerner's corporate offices in
>> Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited,
>> Registered in England no 2519305, Registered Office 37 North Wharf Road,
>> London W2 1AF
>> <https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.google.com%2Fmaps%2Fsearch%2F37%2BNorth%2BWharf%2BRoad%2C%2BLondon%2BW2%2B1AF%3Fentry%3Dgmail%26source%3Dg&data=02%7C01%7CChris.Luff%40cerner.com%7C8d228a0f072b4b6c45db08d72bc5c247%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026000688095583&sdata=Gu5sBvG970lAlMfZFAaAvdd9I%2FDaNdH5%2FRsAGsL7ouU%3D&reserved=0>
>> .
>>
>
>

Re: Language Support

Posted by "Luff,Chris" <Ch...@Cerner.com.INVALID>.
Yeah, was somewhat skeptical about its age, any newer tutorials or resources that I can checkout?

Chris Luff | Associate Principal Engineer | UK Development - Care Insight and Delivery Dev | chris.luff@cerner.com<ma...@cerner.com> | +44 (0)7970 735175 | Cerner Limited<http://www.cerner.com/>

**Join us on Microsoft Teams<https://teams.microsoft.com/l/channel/19:c2e663c377ec4aac8dfbea8b05474b55@thread.skype/Clinical%20Timeline?groupId=2b7a095c-9971-48f7-b185-2ddb366be648&tenantId=fbc493a8-0d24-4454-a815-f4ca58e8c09d>**

On 28 Aug 2019, at 15:40, Geertjan Wielenga <ge...@apache.org>> wrote:

An article from 2008 using a really old language technology called Schliemann. Ignore it, it will not work.

Gj

On Wed, 28 Aug 2019 at 15:19, Luff,Chris <Ch...@cerner.com.invalid>> wrote:
Hi All,

I am trying to build a language support module following https://dzone.com/articles/quickstart-guide-language-supp<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdzone.com%2Farticles%2Fquickstart-guide-language-supp&data=02%7C01%7CChris.Luff%40cerner.com%7C8d228a0f072b4b6c45db08d72bc5c247%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026000688095583&sdata=eN%2FnycgH9t9ob%2BvzUAR9n6cUkAo5gpB1bMgP79RXBOc%3D&reserved=0> However, I am using Maven and I don’t see how to create the Language Support file.

Using NetBeans 11.1 on macOS.

Thx


Associate Principal Engineer | UK Development - Care Insight and Delivery Dev | chris.luff@cerner.com<ma...@cerner.com> | Cerner Limited<http://www.cerner.com/>


CONFIDENTIALITY NOTICE This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited, Registered in England no 2519305, Registered Office 37 North Wharf Road, London W2 1AF<https://nam01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.google.com%2Fmaps%2Fsearch%2F37%2BNorth%2BWharf%2BRoad%2C%2BLondon%2BW2%2B1AF%3Fentry%3Dgmail%26source%3Dg&data=02%7C01%7CChris.Luff%40cerner.com%7C8d228a0f072b4b6c45db08d72bc5c247%7Cfbc493a80d244454a815f4ca58e8c09d%7C0%7C0%7C637026000688095583&sdata=Gu5sBvG970lAlMfZFAaAvdd9I%2FDaNdH5%2FRsAGsL7ouU%3D&reserved=0>.


Re: Language Support

Posted by Geertjan Wielenga <ge...@apache.org>.
An article from 2008 using a really old language technology called
Schliemann. Ignore it, it will not work.

Gj

On Wed, 28 Aug 2019 at 15:19, Luff,Chris <Ch...@cerner.com.invalid>
wrote:

> Hi All,
>
> I am trying to build a language support module following
> https://dzone.com/articles/quickstart-guide-language-supp However, I am
> using Maven and I don’t see how to create the Language Support file.
>
> Using NetBeans 11.1 on macOS.
>
> Thx
>
>
> Associate Principal Engineer | UK Development - Care Insight and Delivery
> Dev | chris.luff@cerner.com | Cerner Limited <http://www.cerner.com/>
>
>
>
> CONFIDENTIALITY NOTICE This message and any included attachments are from
> Cerner Corporation and are intended only for the addressee. The information
> contained in this message is confidential and may constitute inside or
> non-public information under international, federal, or state securities
> laws. Unauthorized forwarding, printing, copying, distribution, or use of
> such information is strictly prohibited and may be unlawful. If you are not
> the addressee, please promptly delete this message and notify the sender of
> the delivery error by e-mail or you may call Cerner's corporate offices in
> Kansas City, Missouri, U.S.A at (+1) (816)221-1024. Cerner Limited,
> Registered in England no 2519305, Registered Office 37 North Wharf Road,
> London W2 1AF
> <https://www.google.com/maps/search/37+North+Wharf+Road,+London+W2+1AF?entry=gmail&source=g>
> .
>