Skip to content

Instantly share code, notes, and snippets.

@dardison
Created November 21, 2013 16:44
Show Gist options
  • Save dardison/7585218 to your computer and use it in GitHub Desktop.
Save dardison/7585218 to your computer and use it in GitHub Desktop.
GXT maven install stops here
[INFO] ------------------------------------------------------------------------
[INFO] Building Sencha GXT Ultimate Theme 3.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ gxt-theme-ultimate ---
[INFO]
[INFO] --- maven-download-plugin:1.1.0:wget (download-phantomjs-windows) @ gxt-theme-ultimate ---
[INFO] Got from cache: C:\Users\daniel\.m2\repository\.cache\maven-download-plugin\phantomjs-1.9.2-windows.zip
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ gxt-theme-ultimate ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-resources-plugin:2.5:copy-resources (copy-license) @ gxt-theme-ultimate ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\daniel\workspace\gxt-parent\com.sencha.gxt.theme.ultimate\src\main\docs
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ gxt-theme-ultimate ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ gxt-theme-ultimate ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users\daniel\workspace\gxt-parent\com.sencha.gxt.theme.ultimate\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gxt-theme-ultimate ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ gxt-theme-ultimate ---
[INFO] Surefire report directory: C:\Users\daniel\workspace\gxt-parent\com.sencha.gxt.theme.ultimate\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] >>> exec-maven-plugin:1.2.1:java (generate-theme) @ gxt-theme-ultimate >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ gxt-theme-ultimate ---
[INFO]
[INFO] <<< exec-maven-plugin:1.2.1:java (generate-theme) @ gxt-theme-ultimate <<<
[INFO]
[INFO] --- exec-maven-plugin:1.2.1:java (generate-theme) @ gxt-theme-ultimate ---
phantomBin property not set
usage: ThemeBuilder [options] [config ...]
-f,--force force output overwrite
-gen <path> directory to generate code to
-generateConfig <outputFile> Generate sample configuration
-h,--help print this message
-imageFile <path> captured image used for slicing images
-manifestFile <manifestFile> json manifest file of the captured image
-out <jar> path to jar file to generate. Default is
a jar named <theme.name>.jar in the
current directory
-warDir <warDir> directory to compile the css3-based theme
to before images are sliced from it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment