Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Maven version issue
  • From: Ming Cheng <chengm349@xxxxxxxxxxx>
  • Date: Wed, 22 Jan 2020 00:44:43 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=DM0+xtAKPIWct9+Wt3dUBc0z53VP4Pq3b2aPFMRlKpo=; b=bp6ZPvnZ35BkhbRjZ0luiFlqkn6MWly0g9EMOZzWkx8qFFwfEi7WiDPmNXuSTpEoGyB/LOSR3MsXX5cw0yfQjnfJEMh7wWpGAiaRLCItfOOXEALxx3ySUakTyOb3MYosBGcHlc5z7F1UmhGV0iMIMNo1r4xTJqjFVUMDaUfTZ7k97Jo7kyeLVg6PXsm6i7FRGUjl3J6H7AnQUltFEKcVRT5JHY6V5EM8KHMWDUbJTnZn0HRkd7yuveBJFMJ1HwwQ09OoPS9wx/WiGf+d/RaEegT/CrwhMZJo5E9fI8zxQpmricOJuE0g39N4rBy2Fy6AcJzPPdVT1u45gc7BjaxS0Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=dyb2qAuktYdzjm9qgvn4W/xHkz7An0pXYNn2bJY332S91uIsAwW9w4cbRr5FWJuSdoA3A4JD9WOSayPkFEANWB4VKlGnKEYz5ueurp5Fye/xuujItj8yY3HB8RfsQx9tgm51nsbxwixHPNLCpHBnEMldI3Ns6+CkgegJ6mFf70s10wwOKZlJEpgsgT1fnhTwivqVOPzqC3uxBqnP0gdeywl4X+G947MpqgFDu+IOKaqVqfAA0pOoRBH0BPh4eKCfC68Vcmmf7ykvm6YuVgSU73dRa2BxkoGKOBvZsnqPNnkMlETojgM3TMB4RUyQp3aV/hBohBP0qldhIvbeNCBhPw==
  • Delivered-to: cdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cdt-dev>
  • List-help: <mailto:cdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cdt-dev>, <mailto:cdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHVzCZzONtTXPMCRki9tc5IVMfayqftNo0AgAWx52iAAvlvBA==
  • Thread-topic: [cdt-dev] Maven version issue

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

 


Back to the top