Hello List,

I'm trying to build the performance-plugin from git
(https://github.com/jenkinsci/performance-plugin.git) as described here:
https://wiki.jenkins-ci.org/display/JENKINS/Performance+Plugin. This is on a
GNU/Linux box running Maven 2.2.1 and OpenJDK 1.7.0_25.

Unfortunately, I'm unable to compile the plugin, neither "origin/master" nor the
version tagged "performance-1.9" builds (see below).

After removing the "src/test" directory, the package can be built successfully.
Any hints on what's missing or what I might be doing wrong here?

Cheers, Michel

--- 8< --- 8< ---

$ mvn package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building Performance plugin
[INFO]    task-segment: [clean, package]
[INFO] ------------------------------------------------------------------------
Downloading:
http://repo.jenkins-ci.org/public//org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
4K downloaded  (maven-clean-plugin-2.4.1.pom)
Downloading:
http://repo.jenkins-ci.org/public//org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.jar
22K downloaded  (maven-clean-plugin-2.4.1.jar)
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting ...performance-plugin/target
[INFO] [hpi:validate {execution: default-validate}]
[INFO] [enforcer:display-info {execution: default}]
[INFO] Maven Version: 2.2.1
[INFO] JDK Version: 1.7.0_25 normalized as: 1.7.0-25
[INFO] OS Info: Arch: amd64 Family: unix Name: linux Version: 3.5.0-45-generic
[INFO] [localizer:generate {execution: default}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources,
i.e. build is platform dependent!
[INFO] Copying 40 resources
[INFO] [compiler:compile {execution: default-compile}]
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e.
build is platform dependent!
[INFO] Compiling 21 source files to ...performance-plugin/target/classes
[INFO] [access-modifier-checker:enforce {execution: default-enforce}]
[INFO] [hpi:insert-test {execution: default-insert-test}]
[INFO] [groovy:generateTestStubs {execution: test-in-groovy}]
[INFO] No sources found for Java stub generation
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources,
i.e. build is platform dependent!
[INFO] Copying 5 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e.
build is platform dependent!
[INFO] Compiling 5 source files to ...performance-plugin/target/test-classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
...performance-plugin/src/test/java/hudson/plugins/performance/PerformanceReportTest.java:[24,9]
error: cannot find symbol
[ERROR]  class PerformanceReportTest
...performance-plugin/src/test/java/hudson/plugins/performance/PerformanceReportTest.java:[105,9]
error: cannot find symbol
[ERROR]  class PerformanceReportTest
... <long list of compiler errors stripped>
[INFO] 74 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
...

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to