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

Exercise_5_Test.java fails to compile #15

Closed
apandichi opened this issue Feb 15, 2014 · 3 comments
Closed

Exercise_5_Test.java fails to compile #15

apandichi opened this issue Feb 15, 2014 · 3 comments

Comments

@apandichi
Copy link

The source files for the following classes seem to be missing: StarRating, UserRatedMusicLibrary, CloudScrobblingMusicLibrary, UserRatedLocalFilesystemMusicLibrary.

The following imports do not resolve:

import org.adoptopenjdk.lambda.tutorial.exercise5.musicplayer.StarRating;
import org.adoptopenjdk.lambda.tutorial.exercise5.musicplayer.UserRatedMusicLibrary;
import org.adoptopenjdk.lambda.tutorial.exercise5.thirdpartyplugin.CloudScrobblingMusicLibrary;
import org.adoptopenjdk.lambda.tutorial.exercise5.thirdpartyplugin.UserRatedLocalFilesystemMusicLibrary;
@Grundlefleck
Copy link
Member

Ack. Should hopefully be a trivial fix, will take a look soon.
On 15 Feb 2014 15:03, "apandichi" notifications@github.com wrote:

The source files for the following classes seem to be missing: StarRating,
UserRatedMusicLibrary, CloudScrobblingMusicLibrary,
UserRatedLocalFilesystemMusicLibrary.

The following imports do not resolve:

import org.adoptopenjdk.lambda.tutorial.exercise5.musicplayer.StarRating;import org.adoptopenjdk.lambda.tutorial.exercise5.musicplayer.UserRatedMusicLibrary;import org.adoptopenjdk.lambda.tutorial.exercise5.thirdpartyplugin.CloudScrobblingMusicLibrary;import org.adoptopenjdk.lambda.tutorial.exercise5.thirdpartyplugin.UserRatedLocalFilesystemMusicLibrary;

Reply to this email directly or view it on GitHubhttps://github.com//issues/15
.

@Grundlefleck
Copy link
Member

Hi @apandichi I have fixed the compile error -- forgot to add files to a commit, d'oh. I have now added TravisCI builds to each branch to prevent this happening again.

Many thanks for taking the time to report.

@apandichi
Copy link
Author

Hello @Grundlefleck,
Don't mention it! Thanks for putting together an awesome lambda tutorial.

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