Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT build support for cmake

Am So., 27. Sept. 2020 um 00:59 Uhr schrieb Jonah Graham
<jonah@xxxxxxxxxxxxxxxx>:
>
> I don't object - because having the cmake bundles in the cmake directory makes sense to me.
>
> However AFAIK you are the only one who uses that special aggregator, so you could perhaps set it up to point at any bundles, not need for them to be moved around.
>

Sorry, I was not precise here.

> That said, there is something else I don't understand. If you don't have the "other CDT bundles" imported into your IDE why are they building? The goal of having CDT self reference itself in the target platform is to only import the bundles you are editing and leaving the rest from the target platform*.

I had all of them imported. You are right, just importing and opening
the bundles i'm working on speeds up the IDE a lot. This is not
related to the aggregator pom.

> But my disconnect is the relevance of the pom when you are in the IDE? I personally don't use pom/maven when in the IDE as I never found them to add anything** (other than warning and errors). Thanks for sharing your workflow with me.

I frequently run mvn verify from the IDE. The launch configuration
does remember all the command-line options for me.

Martin


Back to the top