Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should not create folders in the configuration phase #25

Open
E3V3A opened this issue Mar 11, 2019 · 2 comments
Open

Should not create folders in the configuration phase #25

E3V3A opened this issue Mar 11, 2019 · 2 comments

Comments

@E3V3A
Copy link

E3V3A commented Mar 11, 2019

It seem that when using the plugin in gradle, but only running a single gradle task, the GWT plugin is fired up anyway and creating folders in the configuration phase. According to gradle docs, nothing like this should happen in the configuration phase. (Sorry I don't have doc refs.)

So when I run this with gradle showRepos it automatically creates the "build" directory:

build/
└── gwt
    ├── cache
    ├── extra
    ├── gen
    └── work
@jiakuan
Copy link
Owner

jiakuan commented Mar 12, 2019

Good finding. But it seems not a showstopper, just a few empty directories created?

Anyway, pull request is welcome :)

@E3V3A
Copy link
Author

E3V3A commented Mar 12, 2019

Not a show stopper (for that simple task), but it is a confusing annoyance when you are trying to use another simple task to determine if a previous compile task has already run successfully and created functional output or not...and to cleanup/remove the build output dirs. (Why create empty directories in the first place?)

I'd love to send you a PR, but I don't understand the code good enough to help you out there.

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

No branches or pull requests

2 participants