Skip to content

Instantly share code, notes, and snippets.

Created April 17, 2011 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/924091 to your computer and use it in GitHub Desktop.
Save anonymous/924091 to your computer and use it in GitHub Desktop.
tahrir master $ mvn -DskipTests=true vaadin:update-widgetset install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building tahrir 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- vaadin-maven-plugin:1.0.1:update-widgetset (default-cli) @ tahrir ---
[INFO] auto discovered modules [tahrir.richui.widgetset.TahrirWidgetSet]
[INFO] Updating widgetset tahrir.richui.widgetset.TahrirWidgetSet
[INFO] establishing classpath list (scope = compile)
[ERROR] Apr 17, 2011 9:45:52 AM com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
[ERROR] INFO: Widgetsets found from classpath:
[ERROR] com.vaadin.terminal.gwt.DefaultWidgetSet in jar:file:/Users/ian/.m2/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/
[ERROR] org.vaadin.artur.icepush.IcepushaddonWidgetset in jar:file:/Users/ian/.m2/repository/org/vaadin/addons/icepush/0.2.1/icepush-0.2.1.jar!/
[ERROR] tahrir.richui.widgetset.TahrirWidgetSet in file:/Users/ian/workspace/tahrir/src/main/java
[ERROR]
[ERROR] Apr 17, 2011 9:45:52 AM com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
[ERROR] INFO: Search took 6ms
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ tahrir ---
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO]
[INFO] --- gwt-maven-plugin:2.1.0-1:resources (default) @ tahrir ---
[INFO] auto discovered modules [tahrir.richui.widgetset.TahrirWidgetSet]
[INFO] 1 source files from GWT module tahrir.richui.widgetset.TahrirWidgetSet
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ tahrir ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- vaadin-maven-plugin:1.0.1:update-widgetset (default) @ tahrir ---
[INFO] auto discovered modules [tahrir.richui.widgetset.TahrirWidgetSet]
[INFO] Updating widgetset tahrir.richui.widgetset.TahrirWidgetSet
[INFO] establishing classpath list (scope = compile)
[ERROR] Apr 17, 2011 9:45:54 AM com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
[ERROR] INFO: Widgetsets found from classpath:
[ERROR] com.vaadin.terminal.gwt.DefaultWidgetSet in jar:file:/Users/ian/.m2/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/
[ERROR] org.vaadin.artur.icepush.IcepushaddonWidgetset in jar:file:/Users/ian/.m2/repository/org/vaadin/addons/icepush/0.2.1/icepush-0.2.1.jar!/
[ERROR] tahrir.richui.widgetset.TahrirWidgetSet in file:/Users/ian/workspace/tahrir/src/main/java
[ERROR]
[ERROR] Apr 17, 2011 9:45:54 AM com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getAvailableWidgetSets
[ERROR] INFO: Search took 5ms
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ tahrir ---
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ tahrir ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.7.1:test (default-test) @ tahrir ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- gwt-maven-plugin:2.1.0-1:compile (default) @ tahrir ---
[INFO] auto discovered modules [tahrir.richui.widgetset.TahrirWidgetSet]
[INFO] Compiling module tahrir.richui.widgetset.TahrirWidgetSet
[INFO] Scanning for additional dependencies: jar:file:/Users/ian/.m2/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/WidgetSet.java
[INFO] Computing all possible rebind results for 'com.vaadin.terminal.gwt.client.WidgetMap'
[INFO] Rebinding com.vaadin.terminal.gwt.client.WidgetMap
[INFO] Invoking generator com.vaadin.terminal.gwt.widgetsetutils.EagerWidgetMapGenerator
[INFO] Detecting Vaadin components in classpath to generate WidgetMapImpl.java ...
[ERROR] Apr 17, 2011 9:46:15 AM com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getPaintablesHavingWidgetAnnotation
[ERROR] INFO: Searching for paintables..
[ERROR] Apr 17, 2011 9:46:17 AM com.vaadin.terminal.gwt.widgetsetutils.ClassPathExplorer getPaintablesHavingWidgetAnnotation
[ERROR] INFO: Search took 1670ms
[INFO] Widget set will contain implementations for following components:
[INFO] com.vaadin.ui.AbsoluteLayout
[INFO] com.vaadin.ui.Accordion
[INFO] com.vaadin.ui.Button
[INFO] com.vaadin.ui.CheckBox
[INFO] com.vaadin.ui.ComboBox
[INFO] com.vaadin.ui.CssLayout
[INFO] com.vaadin.ui.CustomComponent
[INFO] com.vaadin.ui.CustomLayout
[INFO] com.vaadin.ui.DateField
[INFO] com.vaadin.ui.DragAndDropWrapper
[INFO] com.vaadin.ui.Embedded
[INFO] com.vaadin.ui.Form
[INFO] com.vaadin.ui.FormLayout
[INFO] com.vaadin.ui.GridLayout
[INFO] com.vaadin.ui.HorizontalLayout
[INFO] com.vaadin.ui.HorizontalSplitPanel
[INFO] com.vaadin.ui.InlineDateField
[INFO] com.vaadin.ui.Label
[INFO] com.vaadin.ui.Link
[INFO] com.vaadin.ui.ListSelect
[INFO] com.vaadin.ui.MenuBar
[INFO] com.vaadin.ui.NativeButton
[INFO] com.vaadin.ui.NativeSelect
[INFO] com.vaadin.ui.OptionGroup
[INFO] com.vaadin.ui.OrderedLayout
[INFO] com.vaadin.ui.Panel
[INFO] com.vaadin.ui.PasswordField
[INFO] com.vaadin.ui.PopupView
[INFO] com.vaadin.ui.ProgressIndicator
[INFO] com.vaadin.ui.RichTextArea
[INFO] com.vaadin.ui.Select
[INFO] com.vaadin.ui.Slider
[INFO] com.vaadin.ui.SplitPanel
[INFO] com.vaadin.ui.TabSheet
[INFO] com.vaadin.ui.Table
[INFO] com.vaadin.ui.TextArea
[INFO] com.vaadin.ui.TextField
[INFO] com.vaadin.ui.Tree
[INFO] com.vaadin.ui.TwinColSelect
[INFO] com.vaadin.ui.Upload
[INFO] com.vaadin.ui.UriFragmentUtility
[INFO] com.vaadin.ui.VerticalLayout
[INFO] com.vaadin.ui.VerticalSplitPanel
[INFO] com.vaadin.ui.Window
[INFO] org.vaadin.artur.icepush.ICEPush
[INFO] Done. (1seconds)
[INFO] Scanning for additional dependencies: jar:file:/Users/ian/.m2/repository/com/vaadin/vaadin/6.5.0/vaadin-6.5.0.jar!/com/vaadin/terminal/gwt/client/ui/dd/VAcceptCriteria.java
[INFO] Computing all possible rebind results for 'com.vaadin.terminal.gwt.client.ui.dd.VAcceptCriterionFactory'
[INFO] Rebinding com.vaadin.terminal.gwt.client.ui.dd.VAcceptCriterionFactory
[INFO] Invoking generator com.vaadin.terminal.gwt.widgetsetutils.AcceptCriteriaFactoryGenerator
[INFO] Detecting available criteria ...
[INFO] creating mapping for com.vaadin.event.dd.acceptcriteria.TargetDetailIs
[INFO] creating mapping for com.vaadin.ui.Table.TableDropCriterion
[INFO] creating mapping for com.vaadin.event.dd.acceptcriteria.Or
[INFO] creating mapping for com.vaadin.event.dd.acceptcriteria.SourceIs
[INFO] creating mapping for com.vaadin.ui.Tree.TargetInSubtree
[INFO] creating mapping for com.vaadin.event.dd.acceptcriteria.SourceIsTarget
[INFO] creating mapping for com.vaadin.event.dd.acceptcriteria.AcceptAll
[INFO] creating mapping for com.vaadin.event.dd.acceptcriteria.Not
[INFO] creating mapping for com.vaadin.ui.AbstractSelect.AcceptItem
[INFO] creating mapping for com.vaadin.ui.AbstractSelect.TargetItemIs
[INFO] creating mapping for com.vaadin.event.dd.acceptcriteria.And
[INFO] creating mapping for com.vaadin.event.dd.acceptcriteria.ContainsDataFlavor
[INFO] creating mapping for com.vaadin.event.dd.acceptcriteria.ServerSideCriterion
[INFO] creating mapping for com.vaadin.ui.Tree.TreeDropCriterion
[INFO] Done. (0seconds)
[INFO] Compiling 5 permutations
[INFO] Compiling permutation 0...
[INFO] Process output
[INFO] Compiling
[INFO] Compiling permutation 1...
[INFO] Compiling permutation 2...
[INFO] Compiling
[INFO] Compiling permutation 3...
[INFO] Compiling permutation 4...
[INFO] Compile of permutations succeeded
[INFO] Linking into /Users/ian/workspace/tahrir/target/tahrir-0.0.1-SNAPSHOT/VAADIN/widgetsets/tahrir.richui.widgetset.TahrirWidgetSet
[INFO] Link succeeded
[INFO] Compilation succeeded -- 112.677s
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ tahrir ---
[INFO] Building jar: /Users/ian/workspace/tahrir/target/tahrir-0.0.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ tahrir ---
[INFO] Installing /Users/ian/workspace/tahrir/target/tahrir-0.0.1-SNAPSHOT.jar to /Users/ian/.m2/repository/tahrirproject/tahrir/0.0.1-SNAPSHOT/tahrir-0.0.1-SNAPSHOT.jar
[INFO] Installing /Users/ian/workspace/tahrir/pom.xml to /Users/ian/.m2/repository/tahrirproject/tahrir/0.0.1-SNAPSHOT/tahrir-0.0.1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:01.309s
[INFO] Finished at: Sun Apr 17 09:47:51 CDT 2011
[INFO] Final Memory: 8M/81M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment