Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Mavenize cdt_7_0

I have check in my changes so far to cdt_7_0. I'd appreciate it if you can take a look and see if I missed anything. Thanks.

The lrparser and lrparser.tests plugins are missing in the cdt_7_0 branch and they were in cdt_7_0 in CVS. Were they missed when we move to Git?

Regards,

Vivian Kong
IBM Eclipse CDT
IBM Canada Toronto Lab

Inactive hide details for "Schaefer, Doug" ---07/05/2011 05:36:21 PM---Also bring the .gitignore file from the root over too to"Schaefer, Doug" ---07/05/2011 05:36:21 PM---Also bring the .gitignore file from the root over too to hide the bin and target directories. From:


From:

"Schaefer, Doug" <Doug.Schaefer@xxxxxxxxxxxxx>

To:

"CDT General developers list." <cdt-dev@xxxxxxxxxxx>

Date:

07/05/2011 05:36 PM

Subject:

Re: [cdt-dev] Mavenize cdt_7_0

Sent by:

cdt-dev-bounces@xxxxxxxxxxx




Also bring the .gitignore file from the root over too to hide the bin and target directories.

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Schaefer, Doug
Sent:
Tuesday, July 05, 2011 5:18 PM
To:
CDT General developers list.
Subject:
Re: [cdt-dev] Mavenize cdt_7_0

Not sure what you mean. If a feature isn’t in CDT 7.0.x then you can’t add it now. That would require a release review.

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Vivian Kong
Sent:
Tuesday, July 05, 2011 4:28 PM
To:
CDT General developers list.
Subject:
Re: [cdt-dev] Mavenize cdt_7_0

I just realize org.eclipse.cdt.core.lrparser and org.eclipse.cdt.core.lrparser.tests plugins are not in cdt_7_0. Can you please add them back?

Also, should org.eclipse.cdt.msw-feature be in cdt_7_0 as well?

Regards,

Vivian Kong
IBM Eclipse CDT
IBM Canada Toronto Lab

Inactive hide details for "Schaefer, Doug" ---07/05/2011 03:58:12 PM---And, yes the repo. That's the project that builds the p2"Schaefer, Doug" ---07/05/2011 03:58:12 PM---And, yes the repo. That's the project that builds the p2 repo. It replaces the master feature. You n


From:

"Schaefer, Doug" <
Doug.Schaefer@xxxxxxxxxxxxx>

To:

"CDT General developers list." <
cdt-dev@xxxxxxxxxxx>

Date:

07/05/2011 03:58 PM

Subject:

Re: [cdt-dev] Mavenize cdt_7_0

Sent by:

cdt-dev-bounces@xxxxxxxxxxx





And, yes the repo. That’s the project that builds the p2 repo. It replaces the master feature. You need that too
J.

From:
cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Vivian Kong
Sent:
Tuesday, July 05, 2011 3:54 PM
To:
CDT General developers list.
Subject:
Re: [cdt-dev] Mavenize cdt_7_0

Oh and what is org.eclipse.cdt.repo? Do I need to create that in cdt_7_0?

Regards,

Vivian Kong
IBM Eclipse CDT
IBM Canada Toronto Lab

Inactive hide details for "Schaefer, Doug" ---07/05/2011 03:49:06 PM---No, I just use the XML Editor from the Indigo repo, or e"Schaefer, Doug" ---07/05/2011 03:49:06 PM---No, I just use the XML Editor from the Indigo repo, or even emacs. They're pretty simple files. They


From:

"Schaefer, Doug" <
Doug.Schaefer@xxxxxxxxxxxxx>

To:

"CDT General developers list." <
cdt-dev@xxxxxxxxxxx>

Date:

07/05/2011 03:49 PM

Subject:

Re: [cdt-dev] Mavenize cdt_7_0

Sent by:

cdt-dev-bounces@xxxxxxxxxxx






No, I just use the XML Editor from the Indigo repo, or even emacs. They’re pretty simple files.

They key is to get maven 3.0.3 from apache and then run:

.../apache-maven-3.0.3/bin/mvn clean install

>From the root repo directory.

If you commit and push the poms, I can take a quick look. The key one will be the root pom.xml that specifies things like p2 repo locations and the list of modules (i.e. projects) that will be built. Not sure if any of the structure has changed since 7.0.

:D


From:
cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Vivian Kong
Sent:
Tuesday, July 05, 2011 3:43 PM
To:
cdt-dev@xxxxxxxxxxx
Subject:
[cdt-dev] Mavenize cdt_7_0

Hi Doug,

I'm copying all the pom.xml files from master to cdt_7_0. Is there a tool that you use to edit these files (e.g. m2eclipse)? Is that all I need to do in terms of setting up the features and plugins?

If you have a checklist of what you did that you can send me (or put it up on the wiki) that'd be great. Thanks.

Regards,

Vivian Kong
IBM Eclipse CDT
IBM Canada Toronto Lab
_______________________________________________
cdt-dev mailing list

cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev_______________________________________________
cdt-dev mailing list

cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

GIF image

GIF image


Back to the top