...
The instructions shown are on a Windows cmd line. It should be similar on a bash shell.
Code Block |
---|
C:\Users\adma.DANWARE\Desktop\cdrator-ZKThemer>java -jar zkthemer.jar |
...
Option is mandatory: --baseColor -c value : Base color in 6 hex digit format, for example: A4BC03 |
...
Option is mandatory: --ignoreFiles -i value : The names of ignore components (splitter with comma such as '-i colorbox,grid', type '-i n' if won't) |
...
Option is mandatory: --themeName -t value : Theme name |
...
Option is mandatory: --zklib -z value : Location (directory) containing the zk jars |
...
The options available are: |
...
--baseColor -c value : Base color in 6 hex digit format, for example: A4BC03 |
...
--ignoreFiles -i value : The names of ignore components (splitter with comma such as '-i colorbox,grid', type '-i n' if won't) |
...
--themeName -t value : Theme name |
...
--zklib -z value : Location (directory) containing the zk jars |
...
Code Block |
---|
The first step is to put all the zk jars of your current version in one directory, for example:
C:\Users\adma.DANWARE\Desktop\cdrator-ZKThemer>cd zk-jars
C:\Users\adma.DANWARE\Desktop\cdrator-ZKThemer\zk-jars>dir
Volume in drive C is system
Volume Serial Number is C4BE-F9D9
Directory of C:\Users\adma.DANWARE\Desktop\cdrator-
...
ZKThemer\zk-jars
05/08/2012 10:38 AM <DIR> .
05/08/2012 10:38 AM <DIR> ..
03/08/2012 06:07 PM 441,834 zcommon-5.0.9.jar
03/08/2012 06:07 PM 1,127,215 zk-5.0.9.jar
03/08/2012 06:08 PM 133,420 zkplus-5.0.9.jar
03/08/2012 06:07 PM 1,434,274 zul-5.0.9.jar
03/08/2012 06:07 PM 205,494 zweb-5.0.9.jar
5 File(s) 3,342,237 bytes
2 Dir(s) 35,672,846,336 bytes free
Code Block |
---|
C:\Users\adma.DANWARE\Desktop\cdrator-ZKThemer>cd zk-jars C:\Users\adma.DANWARE\Desktop\cdrator-ZKThemer\zk-jars>dir Volume in drive C is system Volume Serial Number is C4BE-F9D9 Directory of C:\Users\adma.DANWARE\Desktop\cdrator-ZKThemer\zk-jars 05/08/2012 10:38 AM <DIR> . 05/08/2012 10:38 AM <DIR> .. 03/08/2012 06:07 PM 441,834 zcommon-5.0.9.jar 03/08/2012 06:07 PM 1,127,215 --baseColor -c value : Base color in 6 hex digit format, for example: A4BC03zk-5.0.9.jar 03/08/2012 06:08 PM 133,420 zkplus-5.0.9.jar 03/08/2012 06:07 PM 1,434,274 --ignoreFiles -i value : The names of ignore components (splitter with comma such as '-i colorbox,grid', type '-i n' if won't) zul-5.0.9.jar 03/08/2012 06:07 PM 205,494 zweb-5.0.9.jar 5 File(s) --themeName -t value : Theme name 3,342,237 bytes --zklib -z value : Location2 Dir(directorys) containing the zk jars 35,672,846,336 bytes free |