Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[escet-dev] Getting started
  • From: "Hofkamp, A.T." <A.T.Hofkamp@xxxxxx>
  • Date: Wed, 16 Dec 2020 11:37:58 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=tue.nl; dmarc=pass action=none header.from=tue.nl; dkim=pass header.d=tue.nl; 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=BxnwXWc2ObXq4MYJttM4nAlbCM0eZ++ebsySwEfvF20=; b=auQ0/YX17RrC7Eztl9D4TsEWGJZO4rLWwvAVtTdxciCYBIgphH4ZOeVP+IPFO31fqIdxch33sfGVQ7KhVsTvugFB+uGbyhNlabtGNbgU0fhclGuiXmrR11fEo1r6+iB9q8tBVe7kg/lg6b0hkWp7RYHHaQqoJqmnRp/OYrJTz1IiOYD5OE+FQbgxDZVDKEwXE5FYukWSeBO2AvijeF768Z7pwKzCZRSh3kMfFDPj9EU1RvftKxsy3mrhcwW2hNBchmytvq+ks7EdLszhsykgbwFQsHohawk/6hm1Jhy3g2S5gp9UVVH4E5AFLaaliJ9V3QnZfc8A6uWYjzb/nL+Wiw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ajUAX0bPoiGPDFvgQywlGD+f3UMakQKzuHRqzkNIErOqGqhmsCkabZLii9LYb4OLUeXaWA94VxWwnZo9agp6FItj4Ict8CanPkTWo8w9Ie9Qtzh2ZfsNxpoRndgqQznOhuoXQFBZAViIfkdyh5gY7faCdedBZfBfQA9artbmkhymxYnS3GLZ2zmDdL8IkwuLUSb/3+/GFdSjZGTcteXeT85P4VrD7fn2mjMq4NwZ9T54YsBjm+1g9D4QsDl147/hVT4IAe0ekUcNdHpLTKx+HVz+NfinbCDTp+BMU4ivy2vmx8/HD+CoAp209mVkRbnXExvT5d9jix3hi9XpdcMHEA==
  • Delivered-to: escet-dev@xxxxxxxxxxx
  • List-archive: <https://dev.eclipse.org/mailman/private/escet-dev>
  • List-help: <mailto:escet-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://dev.eclipse.org/mailman/listinfo/escet-dev>, <mailto:escet-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://dev.eclipse.org/mailman/options/escet-dev>, <mailto:escet-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHW05qb7y2wywReM0iAAGZ2+iErBw==
  • Thread-topic: Getting started

Hello,

I thought it would be useful to get a fresh instance of Eclipse etc after adding a ssh key, so I looked for the docs for install.
NOTICE.asciidoc is useless, and CONTRIBUTE.asciidoc is useless as well.
The latter got closest by point at https://projects.eclipse.org/projects/technology.escet/developer for "source code management, builds, setting up a developer environment, coding standards, how to contribute, and more", but that link doesn't fulfil its promise at all.

I knew we have dev docs, which I eventually found in "products/org.eclipse.escet.documentation/asciidoc". No idea why it's there, I wouldn't even think of looking in "products" for development docs.
Following the docs (except with the current setup file at the file-system), I set it up in a new directory, with the only connections to existing files being the java 8 SDK, and the .p2 repo.
I got as far as downloading stuff by oomph, but failing at downloading some of the files at dl-tray.com. A while later that still failed, so perhaps there was something wrong with the setup.

I deleted the unpacked installer as wel as the "installed" sub-directory set as target for the installed version, unpacked the installer again, and restarted the process.
It knows previously made selections, so the install is getting information from elsewhere, which also means it's making a mess in my other Eclipse installs.

Also, it now claims that the .setup file is invalid ("does not contain a valid product") even though I used the same file an hour before when it failed at the download, and downloading the file manually again and comparing gives no difference.
So I am fully stuck with this GUI giving me no information at all how it reaches its incorrect conclusion, and very unhappy that it spreads settings to outside the directory I set as install destination.

Albert


Back to the top