Igniters,
Is there a reason every time I update from GIT I get the following popup in IDEA: "This modules have been removed from Maven structure: "ignite-schema-import"? D. |
Seems that you unchecked "schema-import" profile in Maven projects /
Profile tree? On Thu, Sep 17, 2015 at 10:44 AM, Dmitriy Setrakyan <[hidden email]> wrote: > Igniters, > > Is there a reason every time I update from GIT I get the following popup in > IDEA: > > "This modules have been removed from Maven structure: > "ignite-schema-import"? > > D. > -- Alexey Kuznetsov GridGain Systems www.gridgain.com |
Alexey,
I have enabled schema-import profile, but know the whole project shows as RED in the Maven take in IDEA. All modules have problem with "com.sun.tools:1.4.2" dependency. Any idea? D. On Wed, Sep 16, 2015 at 11:22 PM, Alexey Kuznetsov <[hidden email]> wrote: > Seems that you unchecked "schema-import" profile in Maven projects / > Profile tree? > > On Thu, Sep 17, 2015 at 10:44 AM, Dmitriy Setrakyan <[hidden email] > > > wrote: > > > Igniters, > > > > Is there a reason every time I update from GIT I get the following popup > in > > IDEA: > > > > "This modules have been removed from Maven structure: > > "ignite-schema-import"? > > > > D. > > > > > > -- > Alexey Kuznetsov > GridGain Systems > www.gridgain.com > |
Dmitry,
1) Could you take a screenshot of Idea Maven tool window with expanded "profiles" and share with us via dropbox or smth. similar (apache dev list does not allow attachments)? 2) Try to do in Idea: Main menu -> Files -> Invalidate Caches / restart -> Invalidate and restart and after Idea restarted and source code indexing finished -> Click "reimport" on Maven toolbox. This often helped to resolve issues like this. On Fri, Sep 25, 2015 at 3:18 PM, Dmitriy Setrakyan <[hidden email]> wrote: > Alexey, > > I have enabled schema-import profile, but know the whole project shows as > RED in the Maven take in IDEA. All modules have problem with > "com.sun.tools:1.4.2" dependency. > > Any idea? > > D. > > On Wed, Sep 16, 2015 at 11:22 PM, Alexey Kuznetsov < > [hidden email]> > wrote: > > > Seems that you unchecked "schema-import" profile in Maven projects / > > Profile tree? > > > > On Thu, Sep 17, 2015 at 10:44 AM, Dmitriy Setrakyan < > [hidden email] > > > > > wrote: > > > > > Igniters, > > > > > > Is there a reason every time I update from GIT I get the following > popup > > in > > > IDEA: > > > > > > "This modules have been removed from Maven structure: > > > "ignite-schema-import"? > > > > > > D. > > > > > > > > > > > -- > > Alexey Kuznetsov > > GridGain Systems > > www.gridgain.com > > > -- Alexey Kuznetsov GridGain Systems www.gridgain.com |
Dmitriy,
Thats not a git issue, it's an IDEA warning. I have no such warning. Seems you have broken *.iml files or you are swithing betwen branches where some branches have schema-import module, but some not. Better way to fix broken files is to remove everything and checkout repository again. (Removing of .idea folder and all .iml files should give save effect). Don't forget to close IDEA before removing. On Fri, Sep 25, 2015 at 11:30 AM, Alexey Kuznetsov <[hidden email]> wrote: > Dmitry, > > 1) Could you take a screenshot of Idea Maven tool window with expanded > "profiles" and share with us via dropbox or smth. similar (apache dev list > does not allow attachments)? > > 2) Try to do in Idea: Main menu -> Files -> Invalidate Caches / restart -> > Invalidate and restart and after Idea restarted and source code indexing > finished -> Click "reimport" on Maven toolbox. > This often helped to resolve issues like this. > > > On Fri, Sep 25, 2015 at 3:18 PM, Dmitriy Setrakyan <[hidden email]> > wrote: > > > Alexey, > > > > I have enabled schema-import profile, but know the whole project shows as > > RED in the Maven take in IDEA. All modules have problem with > > "com.sun.tools:1.4.2" dependency. > > > > Any idea? > > > > D. > > > > On Wed, Sep 16, 2015 at 11:22 PM, Alexey Kuznetsov < > > [hidden email]> > > wrote: > > > > > Seems that you unchecked "schema-import" profile in Maven projects / > > > Profile tree? > > > > > > On Thu, Sep 17, 2015 at 10:44 AM, Dmitriy Setrakyan < > > [hidden email] > > > > > > > wrote: > > > > > > > Igniters, > > > > > > > > Is there a reason every time I update from GIT I get the following > > popup > > > in > > > > IDEA: > > > > > > > > "This modules have been removed from Maven structure: > > > > "ignite-schema-import"? > > > > > > > > D. > > > > > > > > > > > > > > > > -- > > > Alexey Kuznetsov > > > GridGain Systems > > > www.gridgain.com > > > > > > > > > -- > Alexey Kuznetsov > GridGain Systems > www.gridgain.com > |
Free forum by Nabble | Edit this page |