Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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