Coder Social home page Coder Social logo

Comments (11)

kingsleyh avatar kingsleyh commented on August 18, 2024

What version of Java are you using?

Sent from my iPhone

On 11 Oct 2014, at 06:10, saikrishna321 [email protected] wrote:

Hi,

I get the below error when building as mvn install

[INFO] Compiling 3 source files to /Users/saikrishna/Git/jenkins-cucumber-jvm-reports-plugin-java/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/saikrishna/Git/jenkins-cucumber-jvm-reports-plugin-java/src/main/java/net/masterthought/jenkins/CucumberReportPublisher.java:[99,46] cannot find symbol
symbol : constructor ReportBuilder(java.util.List,java.io.File,java.lang.String,java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,boolean,java.lang.String,boolean,boolean)
location: class net.masterthought.cucumber.ReportBuilder
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:32 min
[INFO] Finished at: 2014-10-11T00:04:36+05:30
[INFO] Final Memory: 24M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5:compile (default-compile) on project cucumber-reports: Compilation failure
[ERROR] /Users/saikrishna/Git/jenkins-cucumber-jvm-reports-plugin-java/src/main/java/net/masterthought/jenkins/CucumberReportPublisher.java:[99,46] cannot find symbol
[ERROR] symbol : constructor ReportBuilder(java.util.List,java.io.File,java.lang.String,java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,boolean,java.lang.String,boolean,boolean)
[ERROR] location: class net.masterthought.cucumber.ReportBuilder
[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

Can someone help me fix this....

Regards,
Sai


Reply to this email directly or view it on GitHub.

from cucumber-reporting.

saikrishna321 avatar saikrishna321 commented on August 18, 2024

/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
OSX: 10.9.2
Maven : /Users/saikrishna/apache-maven-3.2.1

from cucumber-reporting.

kingsleyh avatar kingsleyh commented on August 18, 2024

hmm I'm not having a problem. Did you git clone a fresh version?

from cucumber-reporting.

kingsleyh avatar kingsleyh commented on August 18, 2024

ah its actually the other project you can't build - the jenkins one - I see the issue - I will fix it

from cucumber-reporting.

saikrishna321 avatar saikrishna321 commented on August 18, 2024

@kingsleyh thanks .. any time frame when this would get fixed ?

from cucumber-reporting.

kingsleyh avatar kingsleyh commented on August 18, 2024

Yes it's fixed now

Sent from my iPhone

On 11 Oct 2014, at 17:58, saikrishna321 [email protected] wrote:

@kingsleyh thanks .. any time frame when this would get fixed ?


Reply to this email directly or view it on GitHub.

from cucumber-reporting.

saikrishna321 avatar saikrishna321 commented on August 18, 2024

still the same issue -- see the full log below

Killers-Toaster-Machine:jenkins-cucumber-jvm-reports-plugin-java saikrishna$ mvn clean
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building cucumber-reports 0.0.1.tesco
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ cucumber-reports ---
[INFO] Deleting /Users/saikrishna/Git/jenkins-cucumber-jvm-reports-plugin-java/target
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.407 s
[INFO] Finished at: 2014-10-12T00:02:44+05:30
[INFO] Final Memory: 6M/81M
[INFO] ------------------------------------------------------------------------
Killers-Toaster-Machine:jenkins-cucumber-jvm-reports-plugin-java saikrishna$ mvn install
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building cucumber-reports 0.0.1.tesco
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-hpi-plugin:1.95:validate (default-validate) @ cucumber-reports ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-maven) @ cucumber-reports ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:display-info (display-info) @ cucumber-reports ---
[INFO] Maven Version: 3.2.1
[INFO] JDK Version: 1.6.0_65 normalized as: 1.6.0-65
[INFO] OS Info: Arch: x86_64 Family: mac Name: mac os x Version: 10.9.2
[INFO]
[INFO] --- maven-localizer-plugin:1.14:generate (default) @ cucumber-reports ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cucumber-reports ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ cucumber-reports ---
[INFO] Compiling 4 source files to /Users/saikrishna/Git/jenkins-cucumber-jvm-reports-plugin-java/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/saikrishna/Git/jenkins-cucumber-jvm-reports-plugin-java/src/main/java/net/masterthought/jenkins/CucumberReportPublisher.java:[99,46] cannot find symbol
symbol : constructor ReportBuilder(java.util.List<java.lang.String>,java.io.File,java.lang.String,java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,boolean,java.lang.String,boolean,boolean)
location: class net.masterthought.cucumber.ReportBuilder
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.805 s
[INFO] Finished at: 2014-10-12T00:02:55+05:30
[INFO] Final Memory: 23M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5:compile (default-compile) on project cucumber-reports: Compilation failure
[ERROR] /Users/saikrishna/Git/jenkins-cucumber-jvm-reports-plugin-java/src/main/java/net/masterthought/jenkins/CucumberReportPublisher.java:[99,46] cannot find symbol
[ERROR] symbol : constructor ReportBuilder(java.util.List<java.lang.String>,java.io.File,java.lang.String,java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,boolean,java.lang.String,boolean,boolean)
[ERROR] location: class net.masterthought.cucumber.ReportBuilder
[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
Killers-Toaster-Machine:jenkins-cucumber-jvm-reports-plugin-java saikrishna$

from cucumber-reporting.

kingsleyh avatar kingsleyh commented on August 18, 2024

Sorry - looks like the file didn't get pushed in my commit - I'll try again now

Sent from my iPhone

On 11 Oct 2014, at 19:34, saikrishna321 [email protected] wrote:

still the same issue -- see the full log below

Killers-Toaster-Machine:jenkins-cucumber-jvm-reports-plugin-java saikrishna$ mvn clean
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]

[INFO] ------------------------------------------------------------------------
[INFO] Building cucumber-reports 0.0.1.tesco
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ cucumber-reports ---
[INFO] Deleting /Users/saikrishna/Git/jenkins-cucumber-jvm-reports-plugin-java/target
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.407 s
[INFO] Finished at: 2014-10-12T00:02:44+05:30
[INFO] Final Memory: 6M/81M
[INFO] ------------------------------------------------------------------------
Killers-Toaster-Machine:jenkins-cucumber-jvm-reports-plugin-java saikrishna$ mvn install
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]

[INFO] ------------------------------------------------------------------------
[INFO] Building cucumber-reports 0.0.1.tesco
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-hpi-plugin:1.95:validate (default-validate) @ cucumber-reports ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:enforce (enforce-maven) @ cucumber-reports ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0.1:display-info (display-info) @ cucumber-reports ---
[INFO] Maven Version: 3.2.1
[INFO] JDK Version: 1.6.0_65 normalized as: 1.6.0-65
[INFO] OS Info: Arch: x86_64 Family: mac Name: mac os x Version: 10.9.2
[INFO]
[INFO] --- maven-localizer-plugin:1.14:generate (default) @ cucumber-reports ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ cucumber-reports ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5:compile (default-compile) @ cucumber-reports ---
[INFO] Compiling 4 source files to /Users/saikrishna/Git/jenkins-cucumber-jvm-reports-plugin-java/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/saikrishna/Git/jenkins-cucumber-jvm-reports-plugin-java/src/main/java/net/masterthought/jenkins/CucumberReportPublisher.java:[99,46] cannot find symbol
symbol : constructor ReportBuilder(java.util.List,java.io.File,java.lang.String,java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,boolean,java.lang.String,boolean,boolean)
location: class net.masterthought.cucumber.ReportBuilder
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.805 s
[INFO] Finished at: 2014-10-12T00:02:55+05:30
[INFO] Final Memory: 23M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5:compile (default-compile) on project cucumber-reports: Compilation failure
[ERROR] /Users/saikrishna/Git/jenkins-cucumber-jvm-reports-plugin-java/src/main/java/net/masterthought/jenkins/CucumberReportPublisher.java:[99,46] cannot find symbol
[ERROR] symbol : constructor ReportBuilder(java.util.List,java.io.File,java.lang.String,java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,boolean,java.lang.String,boolean,boolean)
[ERROR] location: class net.masterthought.cucumber.ReportBuilder
[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
Killers-Toaster-Machine:jenkins-cucumber-jvm-reports-plugin-java saikrishna$


Reply to this email directly or view it on GitHub.

from cucumber-reporting.

saikrishna321 avatar saikrishna321 commented on August 18, 2024

@kingsleyh Okie.. thanks.. waiting for the fix

from cucumber-reporting.

kingsleyh avatar kingsleyh commented on August 18, 2024

should be fixed now
On 11 Oct 2014, at 20:03, saikrishna321 [email protected] wrote:

@kingsleyh Okie.. thanks.. waiting for the fix


Reply to this email directly or view it on GitHub.

from cucumber-reporting.

saikrishna321 avatar saikrishna321 commented on August 18, 2024

@kingsleyh Thanks a lot, that fixed the issue 👍

from cucumber-reporting.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.