This is another confirmation that switching to use Gradle is a smooth experience :-)
One thing which I noticed is that if you import Eclipse projects from the source "General > Existing projects into Workspace", you end up importing the scripts project from ./build/distributions/java8/scripts rather than the one from the Git repository. You need to make sure that you import projects using the Git import source, as specified in the DEVELOPMENT page. Victor On Mon, Oct 3, 2016 at 12:13 PM, Dale LaBossiere <[email protected]> wrote: > Queenie, thanks for the detailed sharing of your experience! > It’s great to get confirmation that everything went smoothly for someone > else :-) > > — Dale > > > On Oct 3, 2016, at 3:02 PM, Queenie Ma <[email protected]> wrote: > > > > Now that the Gradle work is mostly completed, I would like to share my > > experiences setting up my repository to use Gradle to build via the > command > > line and to integrate with my Eclipse development environment. > > > > I started by re-cloning my GitHub repository to remove all of the > generated > > Ant-related directories and files. > ... > >
