Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tacoberu/phing-tasks
Another my tasks for phing build system.
https://github.com/tacoberu/phing-tasks
Last synced: about 2 months ago
JSON representation
Another my tasks for phing build system.
- Host: GitHub
- URL: https://github.com/tacoberu/phing-tasks
- Owner: tacoberu
- License: mit
- Created: 2013-08-17T16:09:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T22:59:39.000Z (over 5 years ago)
- Last Synced: 2023-04-03T14:13:15.774Z (over 1 year ago)
- Language: PHP
- Size: 147 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
phing-tasks
===========Another my tasks for [phing build system](http://www.phing.info/).
## Using ##
Add to your phing build.xml definition of class paths:
And link to using tasks. Example this:
or:
## Logger ##
### ChameleonLogger ###
Umožňuje vypisovat do více cílů a s různě podrobně.phing -logger vendor.tacoberu.phing-tasks.source.main.listener.ChameleonLogger -Dchameleon.html.log=log.html -Dchameleon.html.error=error.html -Dchameleon.html.level=4
#### Popis ####
-Dchameleon.html.log=
Soubor, kam se logují provozní informace ve formátu html.
-Dchameleon.html.error=
Soubor, kam se logují chyby ve formátu html.
-Dchameleon.html.level=1
Úroveň podrobnosti výpisu.
* level=4 - Debug
* level=3 - Verbose
* level=2 - Info
* level=1 - Warning
* level=0 - Errors## Tasks ##
### taco.autoload ###
Cooperate with [Composer](https://getcomposer.org/) autoload.
### taco.typedef ###
Added functionalite for load types by properties definition.
### taco.exec ###
Doc comming-soon.### taco.exists ###
Doc comming-soon.### taco.loadfile ###
Doc comming-soon.### taco.merge ###
Zmerguje dva nebo více adresářů, aby tam kde chybí, se zkopírovali soubory z ostatních.
### taco.require ###
Doc comming-soon.### taco.symlink ###
Doc comming-soon.### taco.sync ###
Doc comming-soon.## Tasks for Schema-manage ##
Tasks for using [schema-manage](http://taco-beru.name/schema-manage). Tool for versioning database schema.### schemamanage.createorupdate ###
### schemamanage.status ###
### schemamanage.update ###
## Tasks for core validation ##
Task for validate dir or properties requiring in targets.### validation.assert ###
## Tasks for Mercurial ##
Task for using mercurial versioning tool.### hg.tags ###
### hg.branches ###
### hg.update ###
### hg.push ###
### hg.status ###
### hg.assert-clean ###
Throw exception if is in repository uncommitled changes.V repozitáři jsou nějaké změny.
## Tasks for i18n ##
Tasky for internationalize. Parse a merge messages.### gettext-scan ###
Scan new gettext strings.
### gettext-merge ###
Merge all *.po with original one.
### gettext-compile ###
Compile all *.po files in locales folder to *.mo