buildr_as3 icon indicating copy to clipboard operation
buildr_as3 copied to clipboard

Would be nice to have copylocale support (and other bins too)

Open squeedee opened this issue 14 years ago • 7 comments

We use copylocale to make sure we can compile with a different locale set up. So it's imperative that the sdk has copylocale run for each locale we use.

I've committed an initial solution for some review: https://github.com/devboy/buildr_as3/tree/feature/copylocaleSupport

squeedee avatar Aug 23 '11 01:08 squeedee

You can merge this into master if you're confident it works, as I (shame on me) haven't setup any UnitTests yet.

devboy avatar Aug 23 '11 11:08 devboy

no not confident. It needs invoke to ensure the sdk is downloaded. It also has java settings collisions that need testing. I'll do those first, at the least.

squeedee avatar Aug 23 '11 17:08 squeedee

I can have a look at the invoke method! There is also an ActAsArtifact mixin in buildr which every toolkit should make use of!

devboy avatar Aug 24 '11 10:08 devboy

I've merged down what i have, It works at least for me, and it's orthogonal to everything else (should not cause any regressions).

ActsAsArtifact sounds interesting... you going to look at refactoring it or should I? And get on skype dagnabbit :P

squeedee avatar Aug 24 '11 20:08 squeedee

Is this the intended behavior of (copy-) locales? http://www.herrodius.com/blog/123

devboy avatar Sep 07 '11 08:09 devboy

That's the point of copy locale. it's not the point of my other locale ticket though. It "could" be integrated but I wouldn't rush to combine the two just yet.

squeedee avatar Sep 07 '11 09:09 squeedee

Haven't tested this yet? Can we close this issue?

devboy avatar Nov 06 '11 06:11 devboy