2010/2/25 <Johannes.Brix at evidian.com>: > Hello, > > just a little question: > > I'm working on seperation of a development and a production environment. > Therefore I defined a variable which should select the directory with the > related configuration. > > But always the production environment is used. > In the debug log I see: > ... > 2010-01-08 09:19:32, DEBUG : WPKG 1.1.2-RC6 starting... > 2010-01-08 09:19:32, DEBUG : Base directory is '\\server\wpkg'. > ... > > Where is the information taken from? > > Instead of \\server\wpkg > there should be \\server\wpkg-dev > or displaying the variables: \\%host%\%i_type% > Just make the \\server\wpkg-dev share and put wpkg.js in it, and then you have two "setups". You can duplicate the packages etc. |