Skip to content

build errors #1

@straandr

Description

@straandr

I am unable to build the project. I'm using JRE and JDK 1.8 and Maven 3.5. Here's the output:

[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /Users/astrader/ProjectCode/applitools/WebTester/src/main/java/com/applitools/Commands/SeleniumTest.java:[10,36] package com.sun.xml.internal.ws.util does not exist
[ERROR] /Users/astrader/ProjectCode/applitools/WebTester/src/main/java/com/applitools/Utils/Utils.java:[3,36] package com.sun.xml.internal.ws.util does not exist
[ERROR] /Users/astrader/ProjectCode/applitools/WebTester/src/main/java/com/applitools/Commands/SeleniumTest.java:[133,36] cannot find symbol
  symbol:   variable StringUtils
  location: class com.applitools.Commands.SeleniumTest
[ERROR] /Users/astrader/ProjectCode/applitools/WebTester/src/main/java/com/applitools/Utils/Utils.java:[18,61] cannot find symbol
  symbol:   variable StringUtils
  location: class com.applitools.Utils.Utils
[INFO] 4 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:24 min
[INFO] Finished at: 2017-10-24T12:47:05-04:00
[INFO] Final Memory: 35M/213M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project eyes-cmdline-webtester: Compilation failure: Compilation failure: 
[ERROR] /Users/astrader/ProjectCode/applitools/WebTester/src/main/java/com/applitools/Commands/SeleniumTest.java:[10,36] package com.sun.xml.internal.ws.util does not exist
[ERROR] /Users/astrader/ProjectCode/applitools/WebTester/src/main/java/com/applitools/Utils/Utils.java:[3,36] package com.sun.xml.internal.ws.util does not exist
[ERROR] /Users/astrader/ProjectCode/applitools/WebTester/src/main/java/com/applitools/Commands/SeleniumTest.java:[133,36] cannot find symbol
[ERROR]   symbol:   variable StringUtils
[ERROR]   location: class com.applitools.Commands.SeleniumTest
[ERROR] /Users/astrader/ProjectCode/applitools/WebTester/src/main/java/com/applitools/Utils/Utils.java:[18,61] cannot find symbol
[ERROR]   symbol:   variable StringUtils
[ERROR]   location: class com.applitools.Utils.Utils
[ERROR] -> [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/MojoFailureException

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions