Giter Site home page Giter Site logo

zkthemes's Introduction

ZK Themes (Deprecated)
========

This project is deprecated as of release 10.0.0,
please use [ZK Theme Pack](https://www.zkoss.org/product/zkthemepack) instead.

*** How to build the project ***

run the following maven command

:) mvn clean package

and then the distribution files are put into the "dist" directory(including the Maven's bundle jar for Maven repository)


*** How to create a new theme ***

Please follow the breeze's structure.
For example,

breeze/
      /pom.xml (Maven project setting)
      /src/ (the ZK default structure, or you can also use the Maven default structure, like main/java main/resource)
          /archive
          /org
      /assembly (the build setting, you have to copy it as well)

*** Download standalone theme zip file ***

Download the latest standalone theme from google code (http://code.google.com/p/zkthemes/downloads/list)

zkthemes's People

Contributors

b952426 avatar benbai avatar bob31231 avatar chunfuchang avatar danchen0720 avatar dependabot[bot] avatar devchu avatar huangnoah avatar jamsonchan avatar jimmyshiau avatar jumperchen avatar plijyfes avatar raymondchao avatar rebecca0201 avatar samchuang avatar scribetw avatar t-c-chiu avatar tony1223 avatar wenninghsu avatar zkadmin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zkthemes's Issues

DependencyResolutionException on mvn clean package

I receive a Maven dependency error when executing mvn clean package

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] ZK Theme Maven Bulider [pom]
[INFO] ZK Breeze Theme [jar]
[INFO] ZK Sapphire Theme [jar]
[INFO] ZK Silvertail Theme [jar]
[INFO]
[INFO] ----------------------< org.zkoss.theme:zktheme >-----------------------
[INFO] Building ZK Theme Maven Bulider 9.0.1-SNAPSHOT [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.1.1/maven-assembly-plugin-3.1.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.1.1/maven-assembly-plugin-3.1.1.pom (15 kB at 28 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.1.1/maven-assembly-plugin-3.1.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/3.1.1/maven-assembly-plugin-3.1.1.jar (236 kB at 1.7 MB/s)
Downloading from zk repository: http://mavensync.zkoss.org/maven2/org/zkoss/zk/zk/9.0.1-SNAPSHOT/maven-metadata.xml
Downloading from zk repository: http://mavensync.zkoss.org/maven2/org/zkoss/zk/zk/9.0.1-SNAPSHOT/zk-9.0.1-SNAPSHOT.pom
[WARNING] The POM for org.zkoss.zk:zk:jar:9.0.1-SNAPSHOT is missing, no dependency information available
Downloading from zk repository: http://mavensync.zkoss.org/maven2/org/zkoss/zk/zul/9.0.1-SNAPSHOT/maven-metadata.xml
Downloading from zk repository: http://mavensync.zkoss.org/maven2/org/zkoss/zk/zul/9.0.1-SNAPSHOT/zul-9.0.1-SNAPSHOT.pom
[WARNING] The POM for org.zkoss.zk:zul:jar:9.0.1-SNAPSHOT is missing, no dependency information available
Downloading from zk repository: http://mavensync.zkoss.org/maven2/org/zkoss/zk/zkmax/9.0.1-SNAPSHOT/maven-metadata.xml
Downloading from zk repository: http://mavensync.zkoss.org/maven2/org/zkoss/zk/zkmax/9.0.1-SNAPSHOT/zkmax-9.0.1-SNAPSHOT.pom
[WARNING] The POM for org.zkoss.zk:zkmax:jar:9.0.1-SNAPSHOT is missing, no dependency information available
Downloading from zk repository: http://mavensync.zkoss.org/maven2/org/zkoss/zk/zk/9.0.1-SNAPSHOT/zk-9.0.1-SNAPSHOT.jar
Downloading from zk repository: http://mavensync.zkoss.org/maven2/org/zkoss/zk/zul/9.0.1-SNAPSHOT/zul-9.0.1-SNAPSHOT.jar
Downloading from zk repository: http://mavensync.zkoss.org/maven2/org/zkoss/zk/zkmax/9.0.1-SNAPSHOT/zkmax-9.0.1-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for ZK Theme Maven Bulider 9.0.1-SNAPSHOT:
[INFO]
[INFO] ZK Theme Maven Bulider ............................. FAILURE [ 2.813 s]
[INFO] ZK Breeze Theme .................................... SKIPPED
[INFO] ZK Sapphire Theme .................................. SKIPPED
[INFO] ZK Silvertail Theme ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.266 s
[INFO] Finished at: 2019-12-12T08:26:49-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project zktheme: Could not resolve dependencies for project org.zkoss.theme:zktheme:pom:9.0.1-SNAPSHOT: The following artifacts could not be resolved: org.zkoss.zk:zk:jar:9.0.1-SNAPSHOT, org.zkoss.zk:zul:jar:9.0.1-SNAPSHOT, org.zkoss.zk:zkmax:jar:9.0.1-SNAPSHOT: Could not find artifact org.zkoss.zk:zk:jar:9.0.1-SNAPSHOT in zk repository (http://mavensync.zkoss.org/maven2) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException

ZKLessEngine

After ZKLessEngine 9.x.x, the less which ZKLessEngine use is system-in less. The ZKLessEngine of version 1.0.0 cannot be compatible with the less.js 3.0.0(less.js 3.0.0 makes inline-javascript = false as default but the mechanism ZKLessEngine uses often).

The work-around is degrade the system-in less to version 2.7.3.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.