Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[escet-dev] Creating stand-alone version of forked ESCET
  • From: Martijn Goorden <mgoorden@xxxxxxxxx>
  • Date: Fri, 24 Feb 2023 20:59:39 +0000
  • Accept-language: en-US, da-DK
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 130.225.198.192) smtp.rcpttodomain=eclipse.org smtp.mailfrom=cs.aau.dk; dmarc=pass (p=reject sp=quarantine pct=100) action=none header.from=cs.aau.dk; dkim=none (message not signed); 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=7GUiZfrlILWZ1BBjMnuT7afSePnTRopr+2wsq7PeoR8=; b=MKSKQr3i745Q5gEJvbCKZTNP2fkyKRXQSt33qdVRv+0i3P21RT1YB6CeWoc6pkczoPachY8+x2ybxapWbacnORnseszKk7rQSYjWirP6k6RdU6brLXnIIdWeev4KRchsklUFh5JJrgalNxEDoqvt6Ux6W8hpZ/rxI6Cau4Df/wz27MrrgbmfN1jkeMHuMlPSLv2imDSkoyG8TcDpcA/lIVJptHFjqI9CrQ0YooFWDM9sUI7ckk8IfvfSj8s+FDDfC6pFCxwK6ZY1F4JYPKkMa9VtEfzeOxFMHyIcajLactxWZJJOlLuiWiD8pjWOh/ZKroZBn2NipUm5hJOLG7lm+g==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=UyNFXfqND2rLWOhsOVrQCOkOo9jlQpLRMqZrItZVhXKSc21fwhMo5kxAPStIhcc1DuUfZajAupMYyLAdfh5xc8i8CBT0ysYIpihDPoGOpU9PCcRSUbVAX+yJRpG1n9nrjP1ArseYQuUi+HnFgUkKWp6YbF7w0CYgfhAnQ1Tap8pVn/Ga0zQ2ssS23pAD2TzDo5/iGOc8ABi+TAT9D58/YIx7ILj7cGCh1s6g4zNc0DZsk41wMNsMwoOlflpPZweUr8n1xhJII7/jT9QOXuEIukIyJQzDJDabOTJOCGNKePI8WiQisrkr36GGRjuai9OMlCoHmTzPR6HSr9/yZ0p3Og==
  • 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: AQHZSJLp56RKq2Ook0+FAOqH12lxMA==
  • Thread-topic: Creating stand-alone version of forked ESCET

Hi all,

 

I’m implementing some new, but still rough, ideas for an extension of event-based synthesis using a branch in my own ESCET fork. On my local machine, I do Run As -> Eclipse Application to create a temporarily ‘stand-alone’ Eclipse that would feel like a normal ESCET release so I can play with the new additions. Is it possible that I create a build of ESCET based on my forked repository that I can share with my co-authors (so they can also try our new stuff on examples).

 

Thanks in advance.

 

Martijn


Back to the top