question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use another package name than `org.eclipse.xml`

See original GitHub issue

The package name is org.eclipse.xml.... Typical Eclipse projects use an org.eclipse.<projectName> as root package. To avoid necessary further refactoring when moving to Eclipse.org, we should consider deciding of a projectName already and adopt this in package name asap.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
angelozerrcommented, Jun 28, 2018

What about org.eclipse.lsp4xml ?

0reactions
angelozerrcommented, Jul 5, 2018

No problem @NikolasKomonen ! Glad this name pleases you. Please note that I have sent you an invitation to become a collaborator.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Eclipse is confused by imports ("accessible from more than ...
If you have the source code, change the package names (e.g. change the ... org.w3c.dom is accessible from more than one module: ,...
Read more >
Naming Conventions - Eclipsepedia
The first package name segment after org.eclipse is generally the project name, followed by the component name. org.eclipse.<project>.<component> ...
Read more >
Using dots in package names without creating nested subfolders
Each plugin is its own separate project (rather than being multiple source directories in the same project). The project's name is 'com.omondo.
Read more >
16209 – Support declared packages that are different ... - Bugs
When the compiler sees the package statement, and finds it to be different from the directory structure, then it should put an entry...
Read more >
Java Development Tools (JDT) » Delete default package
So you have several options here: 1) Create a new class with a proper package name. Eclipse will then create the package structure...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found