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

CHE-1419: add ability to run simple java project which has several so… #1703

Merged
merged 1 commit into from
Jul 11, 2016

Conversation

svor
Copy link
Contributor

@svor svor commented Jul 11, 2016

…urce folders

Improved the command for running Java project with several source folders.
@vparfonov take a look pls!

classpathResolver.resolveClasspathEntries(arg);
Set<String> sources = classpathResolver.getSources();
StringBuilder classpath = new StringBuilder("");
for (String source : sources) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may be just new StringBuilder() ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right!

@codenvy-ci
Copy link

@vparfonov
Copy link
Contributor

ok

…urce folders

Signed-off-by: Valeriy Svydenko <vsvydenko@codenvy.com>
@svor svor merged commit d0b0aca into master Jul 11, 2016
@svor svor deleted the CHE-1419 branch July 11, 2016 14:33
@codenvy-ci
Copy link

Build # 1179 - FAILED

Please check console output at http://ci.codenvy-dev.com/jenkins/job/che-pullrequests-build/1179/ to view the results.

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

Successfully merging this pull request may close these issues.

3 participants