Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] complete or composite?
  • From: "Homer, Tony" <tony.homer@xxxxxxxxx>
  • Date: Thu, 9 Apr 2020 22:41:07 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.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-SenderADCheck; bh=kFOpqvzKlXcI44KLC3PzHkARutVm2E2XV/MRrla77Qg=; b=Tq60uSeBlt+ajYDUR++xBYQdixbZ0d+5oDND1lp2eerYgfxI6gzXMr+LgcHbNKCV0KhNkn3Olmboy+AjI6KYau6hxxZJ1qDdcMxRro5nHpdeqLiFCXG33HJ9uJJWB/8RijfDOlTATmML4/48LL/1te2mD/XWyc+FE6NvYPe8nXtzzJmmMK9PDO7PRJx4c54zg6sbcW5Z/bfQcKqIepFf1rn9FzjbnIojJNmXv/qEjU5bR4T4WAK//bCbpTLLJTUBfXZNLd6FhzcHHy+rK4jNU0ceNoDm62fT9Yd8TWN/GKBelYgO1poltzy1A+wiMH7SFWvPCGp/Z/2oGMd+kHZD9Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=h2kyjtFCEG/0oSjpCK/ClIU3kMhAivPguDygdFYhrxC5cCYw9xC05n48Mrufez1C8EiCJ0PgM0mqdoeCc1zQB6Vb4G3UDbTcchXZBJS1m+6qBojqfsabelcK9YZjW6Hjzth+4lSboOoYAiZaNrP4F6HjlGOrbj61ZTa7Ksi/sLXf4sAKgP5uCySNTHpWEwzAr00JR98G/gHzbHeFXpAKGT0khzOx3N+qDsvOzW0zRipHbuB3yaLBHc/CW3jyWXQtXYieIeWPCd0tH4b7g2qvOHBJsMjF2KIXBK4CHSLD6FLlMc0iOw4MlKCRLJ1SJPZZkQ7jI0j3IfDqb8NST5JKvg==
  • Delivered-to: orbit-dev@xxxxxxxxxxx
  • Ironport-sdr: aUTy1nBjmxhTfVtHfeV8AIeNqjVEKBLnHR/+GTHXoouBGIBd9GY2v/iKQmkSze+CX7WH24+1o/ KJhemw6rF60A==
  • Ironport-sdr: Za8IxWXMTs+rc4VqwYaXnZesh1MH0RsHJ3cA0Ehq6+7Vbjuwjuu5wqUhgcTabLPTrdfxR63K89 BvSsYIBE7qDw==
  • 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>
  • Thread-index: AQHWDr/1D1s/xq2vPUqLwDjFAMIMDg==
  • Thread-topic: complete or composite?
  • User-agent: Microsoft-MacOutlook/16.36.20040502

I know that we should use the composite here

https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository

But we use a Nexus proxy p2 site and have run into trouble with pointing to composites, so our current practice is to point directly to the final build repo instead.

 

I was reviewing the list of dependencies available in the latest 2020-03 Orbit p2 repo at https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/

 

I noticed that there are some bundles missing from there that are present here

http://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/

 

For example:

com.sun.xml.bind_2.2.0.v201505121915.jar

javassist_3.13.0.GA_v201209210905.jar

etc.

 

I imagine if I were using the 2020-03 composite repo they would resolve, but I am wondering if this is expected?

Another way to put it is, if you review the list of bundles available in Orbit 2020-03 by looking through all the links:

https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/

 

Is it expected that some would only be available via build repos from previous Orbit releases?

 

Thanks!

Tony


Back to the top