Directories for APT generated classes causes issues since 4.4.0

Open
#226 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
52/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Quiet
Tech stack
java

Research direction

Start by reviewing PR #218 and the generated .settings/org.eclipse.jdt.apt.core.prefs and .classpath entries described in the issue. Trace where APT generated-class directories are converted to absolute paths; done means relative paths remain relative and Eclipse no longer rewrites them incorrectly.

Written by the indexing model from the issue text.

Description

The conversion to absolute paths introduced in version 4.4.0 with the PR #218 causes issues in our Eclipse IDE setup, which leads from our previous relative paths to absolute one in .settings/org.eclipse.jdt.apt.core.prefs which Eclipse itself turns to relative ones by removing the first slash from the absolute path while creating the corresponding entries in .classpath. Can we ensure that relative paths remain as is?

Dominant language
Java
Stars
137
Forks
33
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from diffplug/goomph

All issues in diffplug/goomph

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.