Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Build error "Resource '/myproject/bin/default' does not exist." #15

Open
schildbach opened this issue Apr 26, 2019 · 3 comments
Open

Build error "Resource '/myproject/bin/default' does not exist." #15

schildbach opened this issue Apr 26, 2019 · 3 comments

Comments

@schildbach
Copy link

After running gradle cleanEclipse eclipse and correcting the source folders manually (see #14), I get this remaining build error:

The project was not built due to "Resource '/myproject/bin/default' does not exist."

The corresponding entry in .classpath looks like this:

<classpathentry kind="output" path="bin/default"/>

Why isn't this directory created automatically? Even weirder: If I manually create this directory, within a second it is removed again. Presumably by Eclipse, since Gradle isn't running.

I'm using Eclipse 2019-03 and Andmore 0.5.1.

@schildbach schildbach changed the title Build error "Resource '/project/bin/default' does not exist." Build error "Resource '/myproject/bin/default' does not exist." Apr 26, 2019
@schildbach
Copy link
Author

It seems as if the issue is caused by the various <classpathentry output="bin" kind="src" … /> should not have the output="bin". That interferes with <classpathentry kind="output" path="bin/default"/>.

@greensopinion
Copy link
Owner

I've had the same issue, and it's annoying. I haven't had any time to deal with this, with other priorities being higher. Feel free to issue a pull-request.

@greensopinion
Copy link
Owner

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants