Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Source code used to build GAV org.eclipse.jdt:ecj:3.26.0
  • From: Roberto Oliveira <robertoguimaraes8@xxxxxxxxxxx>
  • Date: Thu, 12 Aug 2021 07:30:26 +0000
  • Accept-language: en-GB, pt-BR, 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=cvvxdwJHbYgLtPESxB/YmmQ2ntPan8yyJuv1bikUZco=; b=czGpMSmN4TNKwBYgKdnxnesPYQg3IZWPRsa15guSwRYsl8quCOi0FJGclh4ZdVzPy6pet1O+uhI5wrCwEnWeJg1y5L/5HBpy7N9oaGUlEpmBAf4ulRMitCrNp8kN0K5+I/kmSikldlzGU69oj06YZTNXlcc2yjKOWurtmnvf7ZQGUBbVzPGvgBaHhiqod5NO2DO8/ZJotlBPxjsZmoaCX2Jmvrr7BHCpviKAeayaHz6BKz1goHI2vCN9mwIVkE48VqSStvFt33QU/C5t1y3gMeLwz6+0CPQ4R/cdoWINX1MMTlssSCUnZ9B9OhcAmWXKOSh4z/ewIENbrg1M3iiH/g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lcjn6z8KGysZUhLDjRythbVw1cot6t6DWmycDXW2Mc7JP/sJiCkNFrgRJwYIs2F8ucRngu+XntDuR2dKhw+4s6BXZ91Oirz9pcNrjXhHZ6ctbC+UnCvMgfmLttaK+MJst7TRlXGEt0pshiJjgiEc+LVCO+Gyshg8m72buPsVtTtl//Y1XF08w1g6DaYYbd87F+p8yFvnU8Zw/+6VIuchYspzhubM9MWM4DBK8jNIuY/Nvw/qzFBef+F4Ab4EdtPDekXPbr9OdZuhZ2NiPvjSLl8mtP1coqQjdCY5WmpgR84VV/lU1Any/cOfDomI8Yo/BzWvHTWWB1c++/XzxQQQSA==
  • 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: AQHXjb/3wvYCSogr0UObkU/aI3JLm6ttxf0AgAG0Gfw=
  • Thread-topic: [jdt-dev] Source code used to build GAV org.eclipse.jdt:ecj:3.26.0

Hi,

Thanks a lot for your answer.

When I use the build command you pointed out the following artifacts are generated:
./org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.26.0-SNAPSHOT-batch-compiler.jar
./org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.26.0-SNAPSHOT-sources.jar
./org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.26.0-SNAPSHOT.jar
./org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.26.0-SNAPSHOT-batch-compiler-src.jar
./org.eclipse.jdt.core/target/org.eclipse.jdt.core-3.26.0-SNAPSHOT-antadapter.jar

So, If I got it correctly the org.eclipse.jdt:ecj jar artifact [1] published to maven is org.eclipse.jdt.core-3.26.0-SNAPSHOT-batch-compiler.jar, is that correct?


And a second question is where the org.eclipse.jdt:ecj pom [2] that was also published to maven central is generated? I don't see this pom as part of the source code or in target folder after the build.




From: jdt-dev <jdt-dev-bounces@xxxxxxxxxxx> on behalf of Sravan K Lakkimsetti <sravankumarl@xxxxxxxxxx>
Sent: 11 August 2021 07:21
To: Eclipse JDT general developers list. <jdt-dev@xxxxxxxxxxx>
Subject: Re: [jdt-dev] Source code used to build GAV org.eclipse.jdt:ecj:3.26.0
 

Hi,

Version 3.26.0 has been built for eclipse release 4.20 so the tag used in the source is R4_20.

To rebuild follow these steps

  1. clone eclipse.jdt.core.git
  2. Checkout R4_20 tag
  3. use this command
mvn clean verify -Pbuild-individual-bundles -DskipTests=true

You'll find org.eclipse.jdt.core.compiler.batch_3.26.0.*.jar in the build artifacts. This is the one that is published to maven

Thanks and Regards,
Sravan

Sravan Kumar Lakkimsetti
IBM India Pvt Ltd,
Embassy Golf Links Business Park, C Block,
Off Indiranagar-Kormangla Inner Ring Road,
Bangalore - 560071, India


Inactive hide details for "Roberto Oliveira" ---10-08-2021 13:49:16---Hello, I need to build the project that contains the GAV "Roberto Oliveira" ---10-08-2021 13:49:16---Hello, I need to build the project that contains the GAV org.eclipse.jdt:ecj:3.26.0 [1] from sources

From: "Roberto Oliveira" <robertoguimaraes8@xxxxxxxxxxx>
To: "jdt-dev@xxxxxxxxxxx" <jdt-dev@xxxxxxxxxxx>
Date: 10-08-2021 13:49
Subject: [EXTERNAL] [jdt-dev] Source code used to build GAV org.eclipse.jdt:ecj:3.26.0
Sent by: "jdt-dev" <jdt-dev-bounces@xxxxxxxxxxx>




Hello,

I need to build the project that contains the GAV org.eclipse.jdt:ecj:3.26.0 [1] from sources and I would like to know from what repository and tag this GAV was built.

I took a look in repository [2] but I could not find any tag related to version 3.26.0.

Can someone point that out, please?

Thanks in advance.


[1] https://search.maven.org/artifact/org.eclipse.jdt/ecj/3.26.0/jar 
[2] https://git.eclipse.org/c/jdt/eclipse.jdt.core.git _______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jdt-dev




GIF image


Back to the top