(Noob question wrt Eclipse)
I am moving to Eclipse for Ignite and leaving behind my trusty Emacs (just for the debugger and clarity in structure). Is there a tutorial which allows understanding how Ignite can be built and launched from Eclipse please? -- Regards, Atri *l'apprenant* |
Eclipse has very good Maven integration. I think the whole project setup
should be automatic. D. On Thu, Jul 9, 2015 at 2:01 AM, Atri Sharma <[hidden email]> wrote: > (Noob question wrt Eclipse) > > I am moving to Eclipse for Ignite and leaving behind my trusty Emacs (just > for the debugger and clarity in structure). > > Is there a tutorial which allows understanding how Ignite can be built and > launched from Eclipse please? > > -- > Regards, > > Atri > *l'apprenant* > |
Clicking Run and selecting
org.apache.ignite.startup.cmdline.CommandLineStartup. as launch point kicked off a nasty looking error. Probably should try to build again first. On Thu, Jul 9, 2015 at 2:33 PM, Dmitriy Setrakyan <[hidden email]> wrote: > Eclipse has very good Maven integration. I think the whole project setup > should be automatic. > > D. > > On Thu, Jul 9, 2015 at 2:01 AM, Atri Sharma <[hidden email]> wrote: > > > (Noob question wrt Eclipse) > > > > I am moving to Eclipse for Ignite and leaving behind my trusty Emacs > (just > > for the debugger and clarity in structure). > > > > Is there a tutorial which allows understanding how Ignite can be built > and > > launched from Eclipse please? > > > > -- > > Regards, > > > > Atri > > *l'apprenant* > > > -- Regards, Atri *l'apprenant* |
Building it says build path not complete (AbstractInputStream missing) :(
On Thu, Jul 9, 2015 at 2:34 PM, Atri Sharma <[hidden email]> wrote: > Clicking Run and selecting > org.apache.ignite.startup.cmdline.CommandLineStartup. as launch point > kicked off a nasty looking error. Probably should try to build again first. > > On Thu, Jul 9, 2015 at 2:33 PM, Dmitriy Setrakyan <[hidden email]> > wrote: > >> Eclipse has very good Maven integration. I think the whole project setup >> should be automatic. >> >> D. >> >> On Thu, Jul 9, 2015 at 2:01 AM, Atri Sharma <[hidden email]> wrote: >> >> > (Noob question wrt Eclipse) >> > >> > I am moving to Eclipse for Ignite and leaving behind my trusty Emacs >> (just >> > for the debugger and clarity in structure). >> > >> > Is there a tutorial which allows understanding how Ignite can be built >> and >> > launched from Eclipse please? >> > >> > -- >> > Regards, >> > >> > Atri >> > *l'apprenant* >> > >> > > > > -- > Regards, > > Atri > *l'apprenant* > -- Regards, Atri *l'apprenant* |
Hi,
Few tips- Build the project on console as you would do- $ mvn clean install (-DskipTests if required) Generate eclipse artifacts- $ mvn eclipse:clean $ mvn eclipse:eclipse Open eclipse and import project into workspace. Should be fine thereafter. Hope it helps. - Via mobile. Excuse brevity. On 9 Jul 2015 2:38 pm, "Atri Sharma" <[hidden email]> wrote: > Building it says build path not complete (AbstractInputStream missing) :( > > On Thu, Jul 9, 2015 at 2:34 PM, Atri Sharma <[hidden email]> wrote: > > > Clicking Run and selecting > > org.apache.ignite.startup.cmdline.CommandLineStartup. as launch point > > kicked off a nasty looking error. Probably should try to build again > first. > > > > On Thu, Jul 9, 2015 at 2:33 PM, Dmitriy Setrakyan <[hidden email] > > > > wrote: > > > >> Eclipse has very good Maven integration. I think the whole project setup > >> should be automatic. > >> > >> D. > >> > >> On Thu, Jul 9, 2015 at 2:01 AM, Atri Sharma <[hidden email]> > wrote: > >> > >> > (Noob question wrt Eclipse) > >> > > >> > I am moving to Eclipse for Ignite and leaving behind my trusty Emacs > >> (just > >> > for the debugger and clarity in structure). > >> > > >> > Is there a tutorial which allows understanding how Ignite can be built > >> and > >> > launched from Eclipse please? > >> > > >> > -- > >> > Regards, > >> > > >> > Atri > >> > *l'apprenant* > >> > > >> > > > > > > > > -- > > Regards, > > > > Atri > > *l'apprenant* > > > > > > -- > Regards, > > Atri > *l'apprenant* > |
Free forum by Nabble | Edit this page |