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

Configurable PostBuild #71

Closed
wianek opened this issue May 16, 2013 · 2 comments
Closed

Configurable PostBuild #71

wianek opened this issue May 16, 2013 · 2 comments

Comments

@wianek
Copy link

wianek commented May 16, 2013

Hey.

In our project we need a few translation "packages" so the structure in output folder would be like:

OutputFolder

  • TranslationPackage1
    • Language1
    • Language2
    • Language3
  • TranslationPackage2
    • Language1
    • Language2
    • Language3

etc.
So we need more configurable solution than the one in PostBuild in v2.0 is.
Check this out:
https://github.com/ciscoheat/i18n/blob/master/src/i18n.PostBuild/app.config
This PostBuild is more configurable than yours. You should really consider using this solution - it is easier to use app.config and pass parameters there than putting parameters in post build action (i.e. I couldn't pass output folder path that has spaces).

@turquoiseowl
Copy link
Owner

Not with you, sorry. I thought PostBuild in v2 branch does use app.config / web.config for its settings.

It doesn't at present support outputting the structure you illustrate. It would be interesting to know about this way of working.

@wianek
Copy link
Author

wianek commented May 26, 2013

What would you like to know?

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

2 participants