Skip to content

Remove stale ANTLR 3.2 references and readme.txt#1308

Draft
joaodinissf wants to merge 3 commits into
dsldevkit:masterfrom
joaodinissf:chore/remove-stale-readme
Draft

Remove stale ANTLR 3.2 references and readme.txt#1308
joaodinissf wants to merge 3 commits into
dsldevkit:masterfrom
joaodinissf:chore/remove-stale-readme

Conversation

@joaodinissf
Copy link
Copy Markdown
Collaborator

Summary

  • Remove ddk-parent/readme.txt — leftover from initial commit (2016), instructs to manually download a jar that was never committed
  • Remove ddk-target/ddk-antlr.target — orphaned target file not referenced by any pom.xml, with stale repo URLs (Orbit 2022, SWTBot 4.0.0). Its only unique dep (de.itemis.xtext.antlr) is not used by any code. ANTLR runtime comes transitively via Xtext in ddk.target
  • Remove broken classpath entry in GenerateTestLanguage.mwe2.launch referencing non-existent jar

Note: .gitignore entries in workflow/ and sample.helloworld/ are intentionally kept — Xtext's AntlrToolFacade auto-downloads antlr-generator-3.2.0-patch.jar when running MWE2 grammar generation workflows, and the gitignores prevent accidental commits.

Test plan

  • Verify mvn verify still passes from ddk-parent/ (no build file referenced these)
  • Verify Eclipse IDE target platform resolves correctly with ddk.target
  • Run GenerateTestLanguage.mwe2 from Eclipse to confirm grammar generation still works

🤖 Generated with Claude Code

@joaodinissf joaodinissf force-pushed the chore/remove-stale-readme branch from 98aa121 to 9a5b925 Compare April 17, 2026 23:06
joaodinissf and others added 3 commits April 20, 2026 10:21
- ddk-parent/readme.txt: stale instruction from initial commit (2016)
  to download antlr-generator-3.2.0.jar manually
- ddk-target/ddk-antlr.target: orphaned target file not referenced by
  any pom.xml, with stale repo URLs (Orbit 2022, SWTBot 4.0.0). Its
  only unique dep (de.itemis.xtext.antlr) is unused by any code
- GenerateTestLanguage.mwe2.launch: remove broken classpath entry for
  non-existent antlr-generator jar

Note: .gitignore entries in workflow/ and sample.helloworld/ are kept —
Xtext's AntlrToolFacade auto-downloads antlr-generator-3.2.0-patch.jar
when running MWE2 grammar generation, and the gitignores correctly
prevent accidental commits of this auto-downloaded artifact.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fixes access restriction errors for IDocument, IDocumentExtension3,
and Region in the quickfix package. The bundle uses these types from
org.eclipse.text but didn't declare the dependency in MANIFEST.MF.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Captured during core-ui-split PoC investigation. Covers:
- NPE in EcoreGeneratorFragment2 (dsldevkit#1309)
- Missing "run all generators" launch config
- Dead itemis ANTLR p2 repository
- MWE2 xtend-gen conflicts
- Structural issues (no root pom, ddk-target packaging)
- Broken -am for Tycho modules
- Empty xtextspy modules

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@joaodinissf joaodinissf force-pushed the chore/remove-stale-readme branch from 9a5b925 to dab42af Compare April 20, 2026 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant