NeoGradle icon indicating copy to clipboard operation
NeoGradle copied to clipboard

Eclipse runs not working due to missing folder

Open CreativeMD opened this issue 2 years ago • 4 comments

The eclipse runs do not work if the working directory does not exist. This can be easily fixed by creating the required folders manually. It's a small inconvenience, but would be cool if it could be fixed.

CreativeMD avatar Dec 16 '23 11:12 CreativeMD

Did you use the run group?

Matyrobbrt avatar Dec 16 '23 11:12 Matyrobbrt

Yes, did so. But the folder does not exist even after running the prepare run task.

CreativeMD avatar Dec 16 '23 11:12 CreativeMD

o/ @Matyrobbrt Neogradle simply doesn't create the folder upon setup for eclipse users. And then expect it to be present.

Speiger avatar Dec 22 '23 21:12 Speiger

I think the only thing we can do here is have idePostSync generate the folders

Shadows-of-Fire avatar Mar 13 '24 01:03 Shadows-of-Fire

This is fixed since we now generate the folder when the task is created.

marchermans avatar Jun 24 '24 16:06 marchermans