-
Archiwa
- Sierpień 2015
- Lipiec 2015
- Luty 2015
- Styczeń 2015
- Listopad 2014
- Październik 2014
- Wrzesień 2014
- Maj 2014
- Luty 2014
- Styczeń 2014
- Grudzień 2013
- Listopad 2013
- Wrzesień 2013
- Maj 2013
- Marzec 2013
- Listopad 2012
- Wrzesień 2012
- Maj 2012
- Kwiecień 2012
- Styczeń 2012
- Grudzień 2011
- Listopad 2011
- Październik 2011
- Wrzesień 2011
- Lipiec 2011
- Czerwiec 2011
- Maj 2011
- Marzec 2011
- Luty 2011
- Styczeń 2011
- Listopad 2010
- Październik 2010
- Wrzesień 2010
- Maj 2010
- Kwiecień 2010
- Marzec 2010
-
Meta
Archiwa tagu: parameter
Scala Goodness: passing parameter to the typesafe config
TweetIf you want to pass a parameter to the typesafe config which overrides config property, you’ve to slightly change config property itself. So, let’s see how the config property looks like: param { input1 = „default value for input 1″ … Czytaj dalej
Pass parameter to scala sbt from command line.
TweetIf you need to pass a parameter to your sbt build you have to use -D command and then put key=value pair. In the sbt file you can read it by calling System.getProperty(„key”). Here is an complete example with scala … Czytaj dalej