Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Where is the project eclipse.jdt.core/org.eclipse.jdt.core.ecj.validation referenced by the FAQ ?
  • From: Jayaprakash Arthanareeswaran <jarthana@xxxxxxxxxx>
  • Date: Thu, 27 Apr 2023 06:35:57 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=in.ibm.com; dmarc=pass action=none header.from=in.ibm.com; dkim=pass header.d=in.ibm.com; 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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=Fe3two0jYJL7gykgG0aLp2sCwlKeDkBfJMYl230oQfE=; b=ZV2gBlZltvdCaTMv8KcMOhWqhJ/xybJXI4WPzet5MvTXLg5LquUqcyUCQjBYpmaSIO0hEL8wZP8PMH2XHI1QBq4uwCMjcB/Y4Fv0j0pWHpseHyO+LA/Iu0kta3tUm/NaUc8jyjCsaw3RdZQ4YUcBOy52x0JLGfhU9CPYyAZMrVjYsXg3YPl8/IYx30uQ7nbTr3XRKJa7aMDohNOcCsXu7J68HHKbFoi02rRDtPvpWauVLGvB5ql+lN8+UJhaDOOfcXxOvqQ+0SsDbVYDfFQ3dBGESF+93R2y4mHVCCe2KugUowsf+SDAA1jX8ATjBBDuBFwwwsALhV9W7+AbCg6KvQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=IEJ2XoCiFdqa06v61y9aBab5GDtPcPJ56Xzc63bH5ZzswDypfmDiScKGsa8LbJRzWsp9awgSdJtGhD62JcFH6DmwPrsJaQyzQ+4esdTms2m+LTEb6l54MbPXMJesvPP086vv6oO9pZNCmPNvXIU8Qh7qBfV1XFOVDCc5OmajXjZY7PPiUjYG981t8gzVNshSYr7nx9v8QGbU2Pxn88gh2O7eBBkFG+1cPbpNA6oe2aSLvItMf3H32C6Dvx5k51SLkjBMUHl/Rmy7BhviOcvOlkZr3A0QkQppxhQxdDIE/WsVoUZxqtSbJtwmuDr+seoh9Cf85G0ncrd/uQnjryhLag==
  • Delivered-to: jdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jdt-dev/>
  • List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adl4zr6FjnrAjvuDRMyOQ/KoefXTDgAA1M1A
  • Thread-topic: [EXTERNAL] [jdt-dev] Where is the project eclipse.jdt.core/org.eclipse.jdt.core.ecj.validation referenced by the FAQ ?

Andrey recently did a restructuring of the jdt project.

Now, the org.eclipse.jdt.core has been split into org.eclipse.jdt.core.compiler.batch and org.eclipse.jdt.core.

 

I believe the said project was no longer required and hence removed during this. The documentation needs to be adjusted to reflect this.

 

Andrey can confirm this.

 

Regards,

Jay

 

From: jdt-dev <jdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Sankaran, Srikanth
Sent: Thursday, April 27, 2023 11:41 AM
To: jdt-dev@xxxxxxxxxxx
Subject: [EXTERNAL] [jdt-dev] Where is the project eclipse.jdt.core/org.eclipse.jdt.core.ecj.validation referenced by the FAQ ?

 

https: //github. com/eclipse-jdt/eclipse. jdt. core/wiki/FAQ-JDT-Core-Committer reads: The project org. eclipse. jdt. core. ecj. validation only checks that the classes in source folders org. eclipse. jdt. core\compiler and org. eclipse. jdt. core\batch do

ZjQcmQRYFpfptBannerStart

This Message Is From an External Sender

This message came from outside your organization.

ZjQcmQRYFpfptBannerEnd

https://github.com/eclipse-jdt/eclipse.jdt.core/wiki/FAQ-JDT-Core-Committer reads:

 

The project org.eclipse.jdt.core.ecj.validation only checks that the classes in source folders org.eclipse.jdt.core\compiler and org.eclipse.jdt.core\batch do not reference classes in other source folders. This project should be imported into the workspace before working on the compiler. It contains only links to the two mentioned source folders and will signal errors, if any class outside this scope is used. The project itself is not intended for editing.

 

An earlier passage alludes to this project originating from the  https://github.com/eclipse-jdt/eclipse.jdt.core.git repo.

 

I have checked and double checked but this project seems to be missing in that repo ??

 

TIA for any clarifications.

Srikanth


Back to the top