Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…

Topic-icon Question Working with Packages

More
22 Sep 2015 18:20 #1 by TAOUILI
Working with Packages was created by TAOUILI
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
Replied by Cyril Dussud on 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
Replied by TAOUILI on topic Working with Packages
Thanks a lot, it works