Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Eclipse Committer does not give me advantage
  • From: Ming Cheng <chengm349@xxxxxxxxxxx>
  • Date: Sat, 4 Jan 2020 03:02:05 +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=5H7OBwMtB8y7jHO0u9NS/5+in46R1DYk1W4uLkasRTg=; b=P7WcTpR2XiS+eC02eZcIHSAiSzbUY5sX5O13UqOE80Fngoi7jAqiSBPdGGnb/PKmvjNHNwmCs61Zm7LH8bZfwS4SWIAIC+/th/e4YrnilijSNOjEHvuVJT/zCF9J1RuXjQ8rDM6pAcBRTdLAVq+X9xYilrlKoqkLYwvkmctxj3Em0NYtAtsDaU6T3OIAFQSc/MO4NOjeEkyWg7OI7yIi9HxqHu69SErrDzQE7Ngm4RKrADjnVLp0YOHMzgu+mxLyVU9NL3cUjFyCM3puut7+/HTGR6yd/qPUaZBThZzQWj2FFmIPgMo26TEcEG6J5qgSJlM6LhSjPhtDu3Ln89f84Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XrgqjiAIjCj9P9WA/y7hr4Uzn+UfFxyktL7Z5YtSeRColsgENolM2BeAz/C3+k55LyZFeg4LLpyN1GeyISZbML5AFinsGYSqwKlPakTtZ1zE89JUPIeWmzS0T6plOr1D9XY0VEXxM6pD7kWi4d0Np3rfsrhOa89C/EC3M/rFWx/rHXwPQLtfcAnPkdtNeO2gVu8wRi5BMYfabj+foWEzQDvMwyTalXGVL94Hsr5NYd0GkWXN2GU2Hd4IhShAlcR8gjDtKqJcgcPk1VzKP+oX+jmzTjcopZRlUGEwTea/gjYeFc1Vak3zlqs2it1gjp9jY+SFu0QH/VS31ZV0WH3I/w==
  • 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: AQHVuWAlUwb9hhsmAUagX2qdxDUqLqfZ4slD
  • Thread-topic: Eclipse Committer does not give me advantage

Hi All,

Hope everyone had a good break and also a happy new year ahead.
Keen to hearing your guide/comments on below information.

Warm Regards.


From: Ming Cheng
Sent: Monday, December 23, 2019 7:28 AM
To: cdt-dev@xxxxxxxxxxx <cdt-dev@xxxxxxxxxxx>
Subject: Eclipse Committer does not give me advantage
 

Hi CDT and Eclipse guys

 

Today I tried to used Eclipse Committer for everything I want to do including generating UMLet Eclipse plugin. Within UMLet package, there is a module called umlet-elements. Originally it does not need to access CDT function. Attached pom.xml is from UMLet GitHub site.

 

Now I need to change umlet-element to access CDT function(s).

Although I have all CDT code within the Committer, but maybe bcos I did not set correctly, now the compilation complains:

 

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project umlet-elements: Compilation failure: Compilation failure:

[ERROR] C:\Users\mcheng\FlexTrade\autoplugin\qfixsoden_old\umlet-elements\src\main\java\com\baselet\element\interfaces\GridElement.java:[15,36] package org.eclipse.cdt.core.dom.ast does not exist

[ERROR] C:\Users\mcheng\FlexTrade\autoplugin\qfixsoden_old\umlet-elements\src\main\java\com\baselet\element\interfaces\GridElement.java:[88,9] cannot find symbol

[ERROR]   symbol:   class IASTNode

[ERROR]   location: interface com.baselet.element.interfaces.GridElement

 

If I used my ugly way to modify pom.xml to be pom.CDT.xml, and at the same time by adding the need jar file into my local maven repository, then the Committer is happy.

 

Please guide how to make the whole thing elegant.

 

Thanks.

 

Sent from Mail for Windows 10

 


Back to the top