create lwrage/repo1, 2, 3 on github
create readme files
add issue to all repos, reference commmit in repo3
set up waffle for repos
create branch in repo1 for repo3/issue1
create lwrage/repo1, 2, 3 on github
create readme files
add issue to all repos, reference commmit in repo3
set up waffle for repos
create branch in repo1 for repo3/issue1
<head><title>highlighttest.aadl</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="generator" content="highlight-kate"><style type="text/css">div.sourceCode { overflow-x: auto; } | |
table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode { | |
margin: 0; padding: 0; vertical-align: baseline; border: none; } | |
table.sourceCode { width: 100%; line-height: 100%; } | |
td.lineNumbers { text-align: right; padding-right: 4px; padding-left: 4px; color: #aaaaaa; border-right: 1px solid #aaaaaa; } | |
td.sourceCode { padding-left: 5px; } | |
code > span.kw { color: #007020; font-weight: bold; } /* Keyword */ | |
code > span.dt { color: #902000; } /* DataType */ | |
code > span.dv { color: #40a070; } /* DecVal */ | |
code > span.bn { color: #40a070; } /* BaseN */ |
package P | |
public | |
system S | |
features | |
error: in data port; | |
end S; | |
system implementation S.i | |
subcomponents | |
component: system; |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE language SYSTEM "language.dtd"> | |
<!-- | |
Kate syntax highlighing for AADL. | |
Copyright 2016-2020 Lutz Wrage <[email protected]> | |
This program, including associated files, is free software. You may | |
distribute it and/or modify it under the terms of the GNU General Public | |
License as published by the Free Software Foundation; either Version 2 of |
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized. | |
org.eclipse.m2e.logback.configuration: Logback config file: /ag/aadl/osate-tutorial-workspace/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.5.0.20140606-0033.xml | |
org.eclipse.m2e.logback.configuration: Initializing logback | |
java.lang.ClassCastException: org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to java.lang.String | |
at org.eclipse.m2e.logback.configuration.LogHelper.logJavaProperties(LogHelper.java:26) | |
at org.eclipse.m2e.logback.configuration.LogPlugin.loadConfiguration(LogPlugin.java:189) | |
at org.eclipse.m2e.logback.configuration.LogPlugin.configureLogback(LogPlugin.java:144) | |
at org.eclipse.m2e.logback.configuration.LogPlugin.access$2(LogPlugin.java:107) | |
at org.eclipse.m2e.logback.configuration.LogPlugin$1.run(LogPlugin.java:62) | |
at java.util.TimerThread.mainLoop(Time |