Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Question Working with Packages

More
22 Sep 2015 18:20 #1 by TAOUILI
TAOUILI created the topic: Working with Packages
Hello,

I have a runtime in a server PRD, in my local machine i build a package, i place it the server PRD, i want generate the configuration file (.properties ) by the command :
buildDelivery.bat P-Rep-Integration.pck -extract
My config is generated in the same folder as the package, bu it doesn't appear like what it's explained on the help.
My config is ;
#Tue Sep 22 15:32:56 WET 2015
workspace.dir=D\:/XXXX/workspace
allowedVariableErrors=false
allowedScriptErrors=false
port=42000
server=localhost
original.name=P-Rep-Integration.proc
base.name=P-Rep-Integration
conf=Dev_2
absolute.dir=D\:/XXXX/workspace/Chanel-Projet/Process/Copy of Event
deliv.name=P-Rep-Integration.deliv
in.name=P-Rep-Integration
in.dir=/Chanel-Projet/Process/Copy of Event

Thanks in advance
More
23 Sep 2015 12:00 #2 by Cyril Dussud
Cyril Dussud replied the topic: Working with Packages
Hi,

It seems that there is an error in the documentation which is not very clear.
To generate a configuration, try adding the -conf <confName> parameter.

Example :
buildDelivery.bat P-Rep-Integration.pck -conf myConf -extract

You should have next a new file in the same folder named P-Rep-Integration.myConf.conf
More
23 Sep 2015 14:46 #3 by TAOUILI
TAOUILI replied the topic: Working with Packages
Thanks a lot, it works