Hello,

I've been working on this issue, and I have
a fix implemented, but would like to hear other devs' opinons.

I moved the Wrapper and related java classes from the
subprojects/wrapper to the subprojects/core.  See this commit:

https://github.com/NathanNeff/gradle/commit/dc1ec036a6e4b4277c610cc2a4e01b01b2486cfb

This seems a bit drastic IMHO, but after this move, it was easy to
create a built-in "wrapper" task:
https://github.com/NathanNeff/gradle/commit/892c34686abe6dc1934a1a8dc073a819b728e33f

I have several questions:

- What is the consequence of moving the Wrapper Java classes to the
"core" subproject?
- Should the tests for the Wrapper Java classes also be moved to the
"core" subproject?
- Should the org.gradle.api.tasks.wrapper.Wrapper class be renamed to
WrapperTask?

Thanks for any input/feedback -- it will greatly help me understand the
layout and structure of the Gradle source code.

--Nate

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to