معرفی شرکت ها


c2c.recipe.jarfile-0.4.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A buildout recipe to create or update jar archive file.
ویژگی مقدار
سیستم عامل -
نام فایل c2c.recipe.jarfile-0.4.3
نام c2c.recipe.jarfile
نسخه کتابخانه 0.4.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Frederic Junod
ایمیل نویسنده frederic.junod@camptocamp.com
آدرس صفحه اصلی https://github.com/fredj/c2c.recipe.jarfile
آدرس اینترنتی https://pypi.org/project/c2c.recipe.jarfile/
مجوز MIT License
===================== c2c.recipe.jarfile ===================== A buildout recipe to create or update jar archive file. Requirements ------------ Requires zc.buildout and the 'jar' command. Usage ----- Create a buildout.cfg file which contains the following:: [buildout] parts = updatewar [updatewar] recipe = c2c.recipe.jarfile basedir = foo/bar/ input = base.war *.png baz/config.yaml WEB-INF/ output = /path/to/tomcat/webapps/foobar.war mode = update Where: * 'basedir' is the directory where the jar will be created. * 'input' items are the files to be included in the final jar, they must be relative to 'basedir'. * 'output' is the jar destination (eg. a tomcat webapps directory) * 'mode' [create|update] create a new archive using all the files in 'input' or create an updated version of the first item of 'input' using the rest of the files TODO: * jar cmd in config file


نحوه نصب


نصب پکیج whl c2c.recipe.jarfile-0.4.3:

    pip install c2c.recipe.jarfile-0.4.3.whl


نصب پکیج tar.gz c2c.recipe.jarfile-0.4.3:

    pip install c2c.recipe.jarfile-0.4.3.tar.gz