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

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