Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] Generating jclmin and convertermin jars
  • From: "Sankaran, Srikanth" <srikanth.sankaran@xxxxxxxxxxxxx>
  • Date: Fri, 19 Apr 2024 08:59:05 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=advantest.com; dmarc=pass action=none header.from=advantest.com; dkim=pass header.d=advantest.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=ddROxk8D0xqvukVzKUOxvk180akDvxtvxwC5pIyML/8=; b=lOz2BzetYpZnX4pHbqHT1OhYIXIPhQBYx3yThnBun4I3VfN+SddzkfJypAUC/EMmtZErLB3C0QntZKsC7YhY20mfipREsQxP0BDRj1hwR1VZm78U/PZcLTo9EVmzAWNr0qkJ0QBV5xf/HNF2pSa4p+fRjBEXosjV3QImejvIt9XrsfN2rq+HYsMKOiq/lvFgyDj1yIHWyWSw9pKaGxEL/KVH8AcLCf5ucytyyfk3HTRrRs9a1/AW8cHxYIRDT13No5eFNZufF8Hv+wrnrBCcvCf9nbwvDqScIYoaFE/1tvICzekSNSQulrlJSbYz95yii8X+gvXRdb5mrFJcsMobCw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=OYfCYsBQnFtbUSCFwO5um1sXeFOrjxS8CQCmkhiKdS05ug0fVaiAuJRxN0T19XxkxEu9UVIpbdlRHr/qcZmgY6qNDb8smJOJT7uh4gmnuP4fhibLAiGhELF7bb/4C7u73U1Op6BjrLOC4XyJlVLFZZRcGvydKuWz4hngPM9CFbVRAg/xz8zZ7M9W0LgSbmME6CNe53ZlMpliVDw7lG7U1wHAV514wqu717mPhkoII12LxdfrK20J4FHi++/3ZzJ1xEqs6xD0k7PwTZ9dtD4d4y8VeoV8aX3y/kD4XToINed/y4/AO6gn5wiRXaEOvJ1+glX8ntnxwGNA6x2Bc8mhcw==
  • 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: AdqSNz7RQxTqEX7fSqKezYOXxXba1Q==
  • Thread-topic: Generating jclmin and convertermin jars

Could someone (Stephan?) point me to the documentation on how to re-generate these please?

 

I had to do it last week, but dodged the bullet by massaging the failing tests without affecting what is tested.

 

As I recall there were some problems. It uses javac which means the script wouldn’t work for Java levels <=8.

IIRC, the ant script came with commented out code for Java levels <=8

 

Question: Why won’t we use ECJ ??

Alternately, what is the recommendation for regenerating minimal runtime jars for levels <=8 ?

 

Thanks in advance for pointers.

Srikanth

 

 


Back to the top