Skip to content

Instantly share code, notes, and snippets.

View dardison's full-sized avatar
💭
Java, Flutter, working

Daniel Ardison dardison

💭
Java, Flutter, working
View GitHub Profile
@dardison
dardison / AWCore.gwt.xml
Created June 27, 2013 13:45
compiler report index.html and module definition files for the projects
<?xml version="1.0" encoding="UTF-8"?>
<module rename-to='awcore'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.arballon.web.framework.AWF'/>
<!-- Specify the paths for translatable code -->
<source path='client'/>
<source path='shared'/>
</module>
@dardison
dardison / CatalogPanel.java
Last active December 19, 2015 07:39
Selection of Items to get in the Cart
package com.arballon.web.framework.client.ui.widget.panel;
import java.util.List;
import com.arballon.web.common.client.icons.AWFIconImages;
import com.arballon.web.common.client.localization.ArballonMessages;
import com.arballon.web.common.client.localization.MessagesFactory;
import com.arballon.web.framework.client.AWF;
import com.arballon.web.framework.client.event.wizard.AddToCartEvent;
import com.arballon.web.framework.client.event.wizard.AddToCartEvent.AddToCartHandler;
@dardison
dardison / HierarchyConfiguationViewImpl.java
Created July 17, 2013 21:35
HierarchyConfigurationViewImpl
package com.arballon.web.framework.client.configuration.view;
import java.util.ArrayList;
import java.util.List;
import com.arballon.web.framework.client.mvp.view.ActionContainer;
import com.arballon.web.framework.shared.model.GenericRecordDTO;
import com.google.gwt.user.client.ui.Widget;
import com.sencha.gxt.widget.core.client.TabItemConfig;
import com.sencha.gxt.widget.core.client.TabPanel;
@dardison
dardison / gist:7571496
Created November 20, 2013 21:35
Maven Install Error Log
This file has been truncated, but you can view the full file.
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.sencha.gxt:gxt:jar:3.1.0-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.eclipse.m2e:lifecycle-mapping @ com.sencha.gxt:gxt-parent:3.1.0-SNAPSHOT, C:\Users\daniel\workspace\gxt-parent\pom.xml, line 228, column 17
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.sencha.gxt:gxt-theme-ultimate:jar:3.1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ line 39, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.sencha.gxt:gxt-parent:pom:3.1.0-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.eclipse.m2e:lifecycle-mapping @ line 228, column 17
@dardison
dardison / gist:7583218
Created November 21, 2013 15:09
GXT 3.0.1 maven install log
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.sencha.gxt:gxt:jar:3.1.0-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.eclipse.m2e:lifecycle-mapping @ com.sencha.gxt:gxt-parent:3.1.0-SNAPSHOT, C:\Users\daniel\workspace\gxt-parent\pom.xml, line 228, column 17
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.sencha.gxt:gxt-theme-ultimate:jar:3.1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ line 39, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.sencha.gxt:gxt-parent:pom:3.1.0-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.eclipse.m2e:lifecycle-mapping @ line 228, column 17
@dardison
dardison / gist:7585218
Created November 21, 2013 16:44
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 ---
@dardison
dardison / gist:7585692
Created November 21, 2013 17:12
Maven install with Debug
[INFO] --- exec-maven-plugin:1.2.1:java (generate-theme) @ gxt-theme-ultimate ---
[DEBUG] org.codehaus.mojo:exec-maven-plugin:jar:1.2.1:
[DEBUG] com.sencha.gxt:gxt-themebuilder:jar:3.1.0-SNAPSHOT:runtime
[DEBUG] com.sencha.gxt:gxt:jar:3.1.0-SNAPSHOT:runtime
[DEBUG] javax.validation:validation-api:jar:1.0.0.GA:runtime
[DEBUG] javax.validation:validation-api:jar:sources:1.0.0.GA:runtime
[DEBUG] org.json:json:jar:20090211:runtime
[DEBUG] com.google.gwt:gwt-user:jar:2.6.0-rc1:runtime
[DEBUG] com.google.gwt:gwt-dev:jar:2.6.0-rc1:runtime
[DEBUG] org.codehaus.groovy:groovy-all:jar:2.0.6:runtime
@dardison
dardison / gist:7587758
Created November 21, 2013 19:14
Other error on maven install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.sencha.gxt:gxt:jar:3.1.0-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.eclipse.m2e:lifecycle-mapping @ com.sencha.gxt:gxt-parent:3.1.0-SNAPSHOT, C:\Users\daniel\workspace\gxt-parent\pom.xml, line 228, column 17
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.sencha.gxt:gxt-theme-ultimate:jar:3.1.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ line 39, column 15
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.sencha.gxt:gxt-parent:pom:3.1.0-SNAPSHOT
[WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.eclipse.m2e:lifecycle-mapping @ line 228, column 17
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building AW-AppIntegrated 0.0.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ AW-AppIntegrated ---
Apache Maven 3.0.4 (r1232337; 2012-01-17 05:44:56-0300)
Maven home: C:\Users\daniel\workspace\ArballonParent\AW-AppIntegrated\EMBEDDED
Java version: 1.7.0_45, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_45\jre
Default locale: es_AR, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Error stacktraces are turned on.