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

"--each" does not work when you use the "--connect port" #4577

Closed
R32 opened this issue Oct 7, 2015 · 1 comment
Closed

"--each" does not work when you use the "--connect port" #4577

R32 opened this issue Oct 7, 2015 · 1 comment

Comments

@R32
Copy link
Contributor

R32 commented Oct 7, 2015

(win7 32) build.hxml

--macro Sys.print('version: ')
--each
-version

--next
-version

wait on the give port:

haxe --wait 6001

build:

> haxe build.hxml
version: 3.2.0
version: 3.2.0

> haxe build.hxml --connect 6001
version: 3.2.0
3.2.0

I'm not sure, maybe this is normal

@R32 R32 closed this as completed Oct 7, 2015
@R32
Copy link
Contributor Author

R32 commented Oct 7, 2015

use haxe --connect 6001 build.hxml

This issue was closed.
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

1 participant