Skip to content

Instantly share code, notes, and snippets.

@lhein
Created May 2, 2018 05:31
Show Gist options
  • Save lhein/a72250fd3bf5d2e78cd870a9cc06baa6 to your computer and use it in GitHub Desktop.
Save lhein/a72250fd3bf5d2e78cd870a9cc06baa6 to your computer and use it in GitHub Desktop.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:25 min
[INFO] Finished at: 2018-05-02T07:30:39+02:00
[INFO] Final Memory: 290M/799M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.1.0:compile (default-compile) on project org.fusesource.ide.wsdl2rest.ui: Compilation failure: Compilation failure:
[ERROR] /home/lheinema/git/jbosstools-fuse/editor/plugins/org.fusesource.ide.wsdl2rest.ui/src/org/fusesource/ide/wsdl2rest/ui/wizard/Wsdl2RestWizard.java:[52]
[ERROR] import org.jboss.fuse.wsdl2rest.impl.Wsdl2Rest;
[ERROR] ^^^^^^^^^^^^^^
[ERROR] The import org.jboss.fuse cannot be resolved
[ERROR] /home/lheinema/git/jbosstools-fuse/editor/plugins/org.fusesource.ide.wsdl2rest.ui/src/org/fusesource/ide/wsdl2rest/ui/wizard/Wsdl2RestWizard.java:[245]
[ERROR] Wsdl2Rest tool = new Wsdl2Rest(wsdlLocation, outJavaPath);
[ERROR] ^^^^^^^^^
[ERROR] Wsdl2Rest cannot be resolved to a type
[ERROR] /home/lheinema/git/jbosstools-fuse/editor/plugins/org.fusesource.ide.wsdl2rest.ui/src/org/fusesource/ide/wsdl2rest/ui/wizard/Wsdl2RestWizard.java:[245]
[ERROR] Wsdl2Rest tool = new Wsdl2Rest(wsdlLocation, outJavaPath);
[ERROR] ^^^^^^^^^
[ERROR] Wsdl2Rest cannot be resolved to a type
[ERROR] /home/lheinema/git/jbosstools-fuse/editor/plugins/org.fusesource.ide.wsdl2rest.ui/src/org/fusesource/ide/wsdl2rest/ui/wizard/Wsdl2RestWizard.java:[290]
[ERROR] protected Path initContextForTool(boolean isBlueprint, boolean isSpringBoot, File camelFile, Wsdl2Rest tool) {
[ERROR] ^^^^^^^^^
[ERROR] Wsdl2Rest cannot be resolved to a type
[ERROR] /home/lheinema/git/jbosstools-fuse/editor/plugins/org.fusesource.ide.wsdl2rest.ui/src/org/fusesource/ide/wsdl2rest/ui/wizard/pages/TargetURLValidator.java:[13]
[ERROR] import org.apache.commons.validator.routines.UrlValidator;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.commons.validator cannot be resolved
[ERROR] /home/lheinema/git/jbosstools-fuse/editor/plugins/org.fusesource.ide.wsdl2rest.ui/src/org/fusesource/ide/wsdl2rest/ui/wizard/pages/TargetURLValidator.java:[28]
[ERROR] UrlValidator urlValidator = new UrlValidator(UrlValidator.ALLOW_LOCAL_URLS);
[ERROR] ^^^^^^^^^^^^
[ERROR] UrlValidator cannot be resolved to a type
[ERROR] /home/lheinema/git/jbosstools-fuse/editor/plugins/org.fusesource.ide.wsdl2rest.ui/src/org/fusesource/ide/wsdl2rest/ui/wizard/pages/TargetURLValidator.java:[28]
[ERROR] UrlValidator urlValidator = new UrlValidator(UrlValidator.ALLOW_LOCAL_URLS);
[ERROR] ^^^^^^^^^^^^
[ERROR] UrlValidator cannot be resolved to a type
[ERROR] /home/lheinema/git/jbosstools-fuse/editor/plugins/org.fusesource.ide.wsdl2rest.ui/src/org/fusesource/ide/wsdl2rest/ui/wizard/pages/TargetURLValidator.java:[28]
[ERROR] UrlValidator urlValidator = new UrlValidator(UrlValidator.ALLOW_LOCAL_URLS);
[ERROR] ^^^^^^^^^^^^
[ERROR] UrlValidator cannot be resolved to a variable
[ERROR] /home/lheinema/git/jbosstools-fuse/editor/plugins/org.fusesource.ide.wsdl2rest.ui/src/org/fusesource/ide/wsdl2rest/ui/wizard/pages/TargetURLValidator.java:[35]
[ERROR] if (value instanceof String && !Strings.isBlank((String) value) && !urlValidator.isValid((String)value)) {
[ERROR] ^^^^^^^^^^^^
[ERROR] UrlValidator cannot be resolved to a type
[ERROR] 9 problems (9 errors)
[ERROR] -> [Help 1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment