Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Maven version issue

Hello,

I recently responded to a similar question, please see https://www.eclipse.org/lists/cdt-dev/msg33979.html

However, this mailing list is really for development of CDT and most of your questions are basic Java and Eclipse development questions. For example, you persist it trying to mixing AWT/Swing code with SWT. You haven't shown what you have done to try and resolve your problems, nor provided stack traces or even transcribed many of the error messages encountered. 

I really want to support your endeavours, and I have signposted you to solutions and options in private emails that I have had no response to. 

Please continue to submit CDT specific queries, with relevant stack traces, reproducible code and/or what steps you have taken to resolve the problem.

Thank you, 
Jonah 


On Tue., Jan. 21, 2020, 19:45 Ming Cheng, <chengm349@xxxxxxxxxxx> wrote:

Keen to have your guide to move. Thanks.

 

Sent from Mail for Windows 10

 


From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> on behalf of Ming Cheng <chengm349@xxxxxxxxxxx>
Sent: Monday, January 20, 2020 12:12:13 PM
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Maven version issue
 

Hi Jonah and All,

 

Thanks for the advice that I can now build ALL CDT jars after a couple of months!

 

Now I tried to add a couple of JOptionPane.showMessageDialog stmt in file NewClassCodeGenerator.java and I could compile successfully also.

 

I want my Eclipse to use this new org.eclipse.cdt.ui-6.6.100-SNAPSHOT.jar in my Eclipse CDT version:

 

Eclipse IDE for C/C++ Developers

 

Version: 2018-09 (4.9.0)

Build id: 20180917-1800

 

How to do it?

 

If I simply replace org.eclipse.cdt.ui_6.3.1.201809121146.jar with org.eclipse.cdt.ui-6.6.100-SNAPSHOT.jar, Eclipse will give me an error:

 

 

In my com.umlet.plugin code, I called NewClassCodeGenerator.

 

Thanks.

 

Sent from Mail for Windows 10

 

From: Jonah Graham
Sent: Thursday, January 16, 2020 8:21 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Maven version issue

 

On Linux try in a terminal:

 

cd path-to-cdt

mvn package 

 

Jonah

 

On Wed., Jan. 15, 2020, 23:52 Ming Cheng, <chengm349@xxxxxxxxxxx> wrote:

Hi,

 

Now I run Eclipse committers on Linux trying to avoid any possible windows env bug since I don’t know how to install dockers and jenkinfilers. Still my humble objective is to build CDT jars. I imported CDT source code 9.10.0 and right-click Maven build

 

cid:image002.png@01D5CC6B.C28041D0

 

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time:  02:46 min

[INFO] Finished at: 2020-01-16T12:45:26+08:00

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-version) on project org.eclipse.cdt.core.native: org.apache.maven.plugins.enforcer.RequireMavenVersion failed with message:

[ERROR] Detected Maven Version: 3.6.1 is not in the allowed range [3.6.0,3.6.0].

[ERROR] -> [Help 1]

[ERROR]

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

 

My current Eclipse version is:

Eclipse IDE for Eclipse Committers

 

Version: 2019-06 (4.12.0)

Build id: 20190614-1200

 

 

I also downloaded older build like 2019-03/2018-12 etc. But the bundled maven version are 3.5.3. (So which Eclipse uses 3.6.0 maven?)

 

It seems impossible to change Maven usage setting within Eclipse:

 

cid:image004.png@01D5CC6B.C1DE5C80

 

I tried and couldn’t save.

 

Thanks.

 

Sent from Mail for Windows 10

 

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

 

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

PNG image


Back to the top