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

about --connect PORT on task build #262

Closed
R32 opened this issue Jul 6, 2018 · 3 comments
Closed

about --connect PORT on task build #262

R32 opened this issue Jul 6, 2018 · 3 comments
Labels

Comments

@R32
Copy link

R32 commented Jul 6, 2018

when i run task build, i got the following cmd:

haxe.exe build.hxml --connect 6000

I feel it's not quite right if there is --each in build.hxml, so i think it shoud be:

haxe.exe --connect 6000 build.hxml

Because I think --connect 6000 should be placed in front of --each, I know that neither --next nor --each are recognized by any Haxe IDEs, But I hate putting too much build-XXX.hxml on a project.

@Gama11
Copy link
Member

Gama11 commented Jul 6, 2018

So it actually behaves differently depending on the order? :/

@R32
Copy link
Author

R32 commented Jul 6, 2018

putting "--connect 6000" in front or behind of "build.hxml" will produce different output.

HaxeFoundation/haxe#4577

@Gama11 Gama11 added the bug label Jul 6, 2018
@Gama11 Gama11 closed this as completed in 4b55e9e Jul 6, 2018
@Gama11
Copy link
Member

Gama11 commented Jul 6, 2018

Seems you're right, I changed the order.

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

No branches or pull requests

2 participants