Skip to content

993: Fixed the pipeline project layout so that it will load in Eclipse#1004

Merged
iluwatar merged 1 commit into
iluwatar:masterfrom
oconnelc:993
Oct 15, 2019
Merged

993: Fixed the pipeline project layout so that it will load in Eclipse#1004
iluwatar merged 1 commit into
iluwatar:masterfrom
oconnelc:993

Conversation

@oconnelc
Copy link
Copy Markdown
Contributor

The source directory was not working in the 2019.09 version of Eclipse. The
problem was in the layout of the project: after the src/main/java and
src/test/java, the directory was naed com.iluwatar.pipeline. It should've
been com/iluwatar/pipeline. This follows the hierarchy of all of the other
patterns.

Once these files were moved, the Pipeline project compiled without errors.

Pull request title

  • Clearly and concisely describes what it does
  • Refer to the issue that it solves, if available

Pull request description

  • Describes the main changes that come with the pull request
  • Any relevant additional information is provided

For detailed contributing instructions see https://github.com/iluwatar/java-design-patterns/wiki/01.-How-to-contribute

The source directory was not working in the 2019.09 version of Eclipse. The
problem was in the layout of the project: after the src/main/java and
src/test/java, the directory was naed com.iluwatar.pipeline. It should've
been com/iluwatar/pipeline. This follows the hierarchy of all of the other
patterns.

Once these files were moved, the Pipeline project compiled without errors.
@iluwatar iluwatar added this to the 1.22.0 milestone Oct 15, 2019
@iluwatar iluwatar merged commit dd5997b into iluwatar:master Oct 15, 2019
@iluwatar
Copy link
Copy Markdown
Owner

Thanks @oconnelc for the valuable fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants