Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] che-dev Digest, Vol 23, Issue 6

Thank you for the reply and taking the time to give me a crash course in debugging che at EclipseCon too.

Andrew

Sent from my iPhone

> On 26 Oct 2016, at 17:05, che-dev-request@xxxxxxxxxxx wrote:
> 
> Send che-dev mailing list submissions to
>    che-dev@xxxxxxxxxxx
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>    https://dev.eclipse.org/mailman/listinfo/che-dev
> or, via email, send a message with subject or body 'help' to
>    che-dev-request@xxxxxxxxxxx
> 
> You can reach the person managing the list at
>    che-dev-owner@xxxxxxxxxxx
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of che-dev digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: New to Eclipse Che Dev. (Florent Benoit)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 26 Oct 2016 17:05:36 +0200
> From: Florent Benoit <fbenoit@xxxxxxxxxxx>
> To: che developer discussions <che-dev@xxxxxxxxxxx>
> Subject: Re: [che-dev] New to Eclipse Che Dev.
> Message-ID:
>    <CALTgWWF43c11VfdHv3r9HiC08MxgNOjB19F5+9-W0E=UWGsBDg@xxxxxxxxxxxxxx>
> Content-Type: text/plain; charset="utf-8"
> 
> Andrew,
> 
> Using Neon Eclipse IDE for Java Developers it's working on my side. I think
> the Java EE plugins are performing more checks.
> about dashboard warnings/errors you should skip all these errors from
> "bower_components" or "node_modules" as it's from external dependencies (so
> it's not part of Che source code, it's just that npm tool is installing
> dependencies inside the repository module (bower_components for bower
> dependencies, node_modules for npm tool).
> 
> Florent
> 
> 
> On Wed, Oct 26, 2016 at 1:45 PM, Andrew McLachlan <andrew.mclachlan@xxxxxx>
> wrote:
> 
>> 
>> Hi all,
>> 
>> I?m new to Eclipse Che development - I picked up the bug at EclipseCon
>> Europe 2016.
>> 
>> I?ve been following the documentation to get set-up but finding that
>> there?s still ~56 errors when I?ve build (and Maven > Update Project). Most
>> are bower component test cases which I can delete from my checkout so that
>> I can build and others are errors about persistence.xml not being found (I
>> can downgrade them to a warning in the Preferences).
>> 
>> I was wondering if this is just me or is there clean-up required to build
>> a fresh clone of Eclipse Che using Eclipse Neon Java EE + GWT?
>> 
>> Thanks in advance,
>> 
>> Andrew
>> 
>> 
>> 
>> _______________________________________________
>> che-dev mailing list
>> che-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe
>> from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/che-dev
>> 
>> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <https://dev.eclipse.org/mailman/private/che-dev/attachments/20161026/8d871901/attachment.html>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: Untitled.png
> Type: image/png
> Size: 396229 bytes
> Desc: not available
> URL: <https://dev.eclipse.org/mailman/private/che-dev/attachments/20161026/8d871901/attachment.png>
> 
> ------------------------------
> 
> _______________________________________________
> che-dev mailing list
> che-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/che-dev
> 
> 
> End of che-dev Digest, Vol 23, Issue 6
> **************************************


Back to the top