This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
X2J making more problems on J17 #1382
Milestone
Comments
@szarnekow any idea? |
25 tasks
cdietrich
added a commit
to eclipse/xtext-extras
that referenced
this issue
Sep 14, 2022
Signed-off-by: Christian Dietrich <[email protected]>
cdietrich
added a commit
to eclipse/xtext-extras
that referenced
this issue
Sep 15, 2022
Signed-off-by: Christian Dietrich <[email protected]>
cdietrich
added a commit
to eclipse/xtext-extras
that referenced
this issue
Sep 21, 2022
Signed-off-by: Christian Dietrich <[email protected]>
cdietrich
added a commit
to eclipse/xtext-extras
that referenced
this issue
Sep 28, 2022
Signed-off-by: Christian Dietrich <[email protected]>
cdietrich
added a commit
to eclipse/xtext-extras
that referenced
this issue
Oct 1, 2022
Signed-off-by: Christian Dietrich <[email protected]>
cdietrich
added a commit
to eclipse/xtext-extras
that referenced
this issue
Oct 3, 2022
Signed-off-by: Christian Dietrich <[email protected]>
cdietrich
added a commit
to eclipse/xtext-extras
that referenced
this issue
Oct 4, 2022
Signed-off-by: Christian Dietrich <[email protected]>
cdietrich
added a commit
to eclipse/xtext-extras
that referenced
this issue
Oct 7, 2022
[eclipse/xtext-xtend#1382] workaround for j2x problem
cdietrich
added a commit
to eclipse/xtext-extras
that referenced
this issue
Oct 10, 2022
[eclipse/xtext-xtend#1382] workaround for j2x problem
move to 2.30, likely wont fix |
wont fix |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
protected def provideCustomEnvironment(ASTParser parser) {
val String[] cpEntries = classpathScanner.getSystemClasspath()
parser.setEnvironment(cpEntries, null, null, true)
}
in ASTParserFactory makes problems on modular paths with latest platform
The text was updated successfully, but these errors were encountered: