Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] TR: Question about org.eclipse.orbit.ant
  • From: Antoine Dubost <antoine.dubost@xxxxxxxxxxx>
  • Date: Wed, 13 Mar 2024 15:15:12 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=cil4sys.com; dmarc=pass action=none header.from=cil4sys.com; dkim=pass header.d=cil4sys.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=xz5+S+9OsbBeDtBjFTTEUaavkiEnp9aBwN74pQHzP0s=; b=TZxaus8+X8BItJxJ02XHT/6xhDi8GxKf8vJiMGUjuaR5Ha/NJQbPGy0sloZAj2BANMnbod9icCzji7w54g7UCir83IMjr5bCLqw9dbnOgNEnmgUJxaeXCoRnjpoPAOIg8h4V/z3imEsYY8Mie0dbTdn0NVYiv6ksjWEICPlzm6xFilA7qbluL3EFFt+JJJ/VwGSnad3ffrCo1psyr8gAX/gOGWsEC1QStR3lrKhCU9FS/a/DiwautrufQb3pSYEl8HQNJanIA9fYXZkXZDjrUBw6/Y/jDC5kZ7lWbDyX5QY6n3gjdQBOfCAGM/xXUmKHCTYxkezRp6KCwjZ0tUuHFQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=mr5p4BH0PdwnPMi3CdYN9Jv+lxRAEdR46iW+XYFQ3hQIP2wMvhD8n3lMLs1FlI8Dq98vmUblJKL08o+9s6F8v91tsq6I0/5uLZR2IGRegYKZP6H0Hp5z9TRLJDfPR3qxevxpogUCeASPUd45n0Dnobt/kkVY3kZ6vrPEDN/FGEbBsDi6xfnPLE0KP6y5KQTDGvm1R2eE2+GB+fOmMy7/E91fUQJtzkxyitMBKQU2ORrIfRl9mvY9lfkenk+CQoIPzsCZ9t9/qbHyjc/qUy/xOv+TRe7p6WhNoEzRkW+wDfOBikf0Lm5KJpr6HzLhYg+CO0TXifszzz8Ph+RrOjdLTw==
  • Delivered-to: orbit-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/orbit-dev/>
  • List-help: <mailto:orbit-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/orbit-dev>, <mailto:orbit-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/orbit-dev>, <mailto:orbit-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHadVTwnOtaXRtFV0GaeE8VgsHaxLE1wrIrgAADPoCAAAG2kg==
  • Thread-topic: [orbit-dev] TR: Question about org.eclipse.orbit.ant

Thank you for your quick explanation.



 




Antoine DUBOST

Web https://cil4sys.com 




De : orbit-dev <orbit-dev-bounces@xxxxxxxxxxx> de la part de Ed Merks via orbit-dev <orbit-dev@xxxxxxxxxxx>
Envoyé : mercredi 13 mars 2024 16:08
À : orbit-dev@xxxxxxxxxxx <orbit-dev@xxxxxxxxxxx>
Cc : Ed Merks <ed.merks@xxxxxxxxx>
Objet : Re: [orbit-dev] TR: Question about org.eclipse.orbit.ant
 

Yes, because it doesn't come from Maven central.


This job:


https://ci.eclipse.org/orbit/job/orbit-simrel-maven-ant/


runs this generator


https://github.com/eclipse-orbit/orbit-simrel/tree/main/maven-ant/org.eclipse.orbit.ant.generator


which downloads the project's zip and repackages it:


https://github.com/eclipse-orbit/orbit-simrel/blob/099ebef8e7e186e3ba7426148b3b205bff58f609/maven-ant/org.eclipse.orbit.ant.generator/src/org/eclipse/orbit/ant/generator/AntGenerator.java#L48-L49


It's better I think to ask questions on this discussions so that the answers are more accessible to others:


https://github.com/orgs/eclipse-orbit/discussions


On 13.03.2024 15:57, Antoine Dubost via orbit-dev wrote:

Hello,

I'm using https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.31.0 to retrieve dependencies for an RCP project.
I need org.eclipse.orbit.ant (1.10.14). I noticed that the link to Maven Central is missing.
It's also missing on nightly.

Do you think it would be possible to fix this bug ?

Regards,


 




Antoine DUBOST

Web https://cil4sys.com 




_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/orbit-dev

Back to the top