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

fixed 'play idea' now is correctly for WSL Run GitHub Action on win and fixed test for Windows #1382

Merged
merged 7 commits into from
Mar 13, 2022

Conversation

jacol84
Copy link
Contributor

@jacol84 jacol84 commented Feb 7, 2022

Pull Request Checklist

Helpful things

Fixes

#1371
#1366
#1292

added ability to run IDEA with WSL
fixed test on Windows play.templates.FastTagsTest

Purpose

now you can run IDEA from WSL
fixes the test that screams
end of line problem in jdk 11 and 17 under Windows and system variable "line.separator"
System.setProperty("line.separator","\n");

Background Context

I solved the problem by inserting line breaks as they are in the system and now it will not test depend on OS
I added "action "it to the tests performed on OS-Windows and jdk17 so that this situation would not happen
added run

@jacol84 jacol84 changed the title Run on win and fixed test for Windows Run GitHub Action on win and fixed test for Windows Feb 8, 2022
@jacol84
Copy link
Contributor Author

jacol84 commented Mar 9, 2022

now you can run IDEA from WSL

@jacol84 jacol84 changed the title Run GitHub Action on win and fixed test for Windows fixed 'play idea' now is correctly for WSL Run GitHub Action on win and fixed test for Windows Mar 9, 2022
@xael-fry xael-fry merged commit 7df121f into playframework:master Mar 13, 2022
@xael-fry xael-fry deleted the run-on-win branch March 13, 2022 17:41
@xael-fry xael-fry added this to the 1.7.0 milestone Mar 13, 2022
@@ -24,7 +24,9 @@ def execute(**kargs):
shutil.copyfile(os.path.join(play_env["basedir"], 'resources/idea/imlTemplate.xml'), imlFile)
cpXML = ""

playHome = play_env["basedir"].replace('\\', '/')
Copy link
Contributor

Choose a reason for hiding this comment

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

Causes #1399

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants