• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Maven Project Running Problem

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

when i am build project then my three project are build success fully but one project is fail and one is skip so how can i solve that problem


[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.icijapan.onit:common:jar:1.0.M3-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ com.icijapan.onit:common:${parent.version}, C:\WorkSpace\ONiT\common\pom.xml
[WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ com.icijapan.onit:common:${parent.version}, C:\WorkSpace\ONiT\common\pom.xml
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.icijapan.onit:mediaPlayer:jar:1.0.M3-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ com.icijapan.onit:mediaPlayer:${parent.version}, C:\WorkSpace\ONiT\mediaPlayer\pom.xml
[WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ com.icijapan.onit:mediaPlayer:${parent.version}, C:\WorkSpace\ONiT\mediaPlayer\pom.xml
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.icijapan.onit:client:jar:1.0.M3-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ com.icijapan.onit:client:${parent.version}, C:\WorkSpace\ONiT\client\pom.xml
[WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ com.icijapan.onit:client:${parent.version}, C:\WorkSpace\ONiT\client\pom.xml
[WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ com.icijapan.onit:client:1.0.M3-SNAPSHOT, C:\WorkSpace\ONiT\client\pom.xml
[WARNING] 'reporting.plugins.plugin.version' is missing for org.apache.maven.plugins:maven-checkstyle-plugin @ com.icijapan.onit:client:1.0.M3-SNAPSHOT, C:\WorkSpace\ONiT\client\pom.xml
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.icijapan.onit:servlet:war:1.0.M3-SNAPSHOT
[WARNING] 'version' contains an expression but should be a constant. @ com.icijapan.onit:servlet:${parent.version}, C:\WorkSpace\ONiT\servlet\pom.xml
[WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ com.icijapan.onit:servlet:${parent.version}, C:\WorkSpace\ONiT\servlet\pom.xml
[WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ com.icijapan.onit:servlet:1.0.M3-SNAPSHOT, C:\WorkSpace\ONiT\servlet\pom.xml
[WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ com.icijapan.onit:servlet:1.0.M3-SNAPSHOT, C:\WorkSpace\ONiT\servlet\pom.xml
[WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ com.icijapan.onit:servlet:1.0.M3-SNAPSHOT, C:\WorkSpace\ONiT\servlet\pom.xml
[WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ com.icijapan.onit:servlet:1.0.M3-SNAPSHOT, C:\WorkSpace\ONiT\servlet\pom.xml
[WARNING] The expression ${parent.version} is deprecated. Please use ${project.parent.version} instead. @ com.icijapan.onit:servlet:1.0.M3-SNAPSHOT, C:\WorkSpace\ONiT\servlet\pom.xml
[WARNING] 'build.plugins.plugin.version' is missing for org.codehaus.mojo:tomcat-maven-plugin @ com.icijapan.onit:servlet:1.0.M3-SNAPSHOT, C:\WorkSpace\ONiT\servlet\pom.xml
[WARNING] 'build.plugins.plugin.version' is missing for org.codehaus.mojo.webstart:webstart-maven-plugin @ com.icijapan.onit:servlet:1.0.M3-SNAPSHOT, C:\WorkSpace\ONiT\servlet\pom.xml
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] ONiT
[INFO] ONiT Commons
[INFO] ONiT Media Player
[INFO] ONiT App Client
[INFO] ONiT Servlets
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ONiT 1.0.M3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ONiT Commons 1.0.M3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.2:resources (default-resources) @ common ---
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ common ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.2:testResources (default-testResources) @ common ---
[INFO] Using encoding: 'UTF-8' to copy filtered resources.
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ common ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ common ---
[INFO] Surefire report directory: C:\WorkSpace\ONiT\common\target\surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.icijapan.onit.dao.DaoContextTest
getPersistedClassList
com.icijapan.onit.entity.ExamPackage
com.icijapan.onit.entity.SubscriberOrganizationRel
com.icijapan.onit.entity.Department
com.icijapan.onit.entity.EvaluationStandard
com.icijapan.onit.entity.testmodule.TestPC
com.icijapan.onit.entity.SubscriberSubscriberRoleRel
com.icijapan.onit.entity.ExamAnswer
com.icijapan.onit.entity.ExamAnswerItem
com.icijapan.onit.entity.Organization
com.icijapan.onit.entity.Company
com.icijapan.onit.entity.ItemGenre
com.icijapan.onit.entity.CompanyType
com.icijapan.onit.entity.ExamPackageItem
com.icijapan.onit.entity.SearchCondition
com.icijapan.onit.entity.ExamAnswerItemScore
com.icijapan.onit.entity.ExamItem
com.icijapan.onit.entity.SubscriberPermission
com.icijapan.onit.entity.testmodule.ReportedException
com.icijapan.onit.entity.SubscriberRole
com.icijapan.onit.entity.Subscriber
com.icijapan.onit.entity.ExamRule
com.icijapan.onit.entity.GradeCategory
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 sec
Running com.icijapan.entitytests.EntityFormTest
Jan 18, 2011 4:22:42 PM com.icijapan.entitytests.EntityFormTest find
INFO: Found: file:/C:/WorkSpace/ONiT/common/target/classes/com/icijapan/onit/entity
Jan 18, 2011 4:22:42 PM com.icijapan.entitytests.EntityFormTest testEntities
INFO: Tested 22 entity classes with 4 tests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 sec

Results :

Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ONiT Media Player 1.0.M3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] Missing POM for net.mc_cubed:QTCubed:jar:0.0.17-SNAPSHOT
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ mediaPlayer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ mediaPlayer ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ mediaPlayer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ mediaPlayer ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.4.3:test (default-test) @ mediaPlayer ---
[INFO] Surefire report directory: C:\WorkSpace\ONiT\mediaPlayer\target\surefire-reports

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running com.icijapan.onit.media.MediaFileTest
getEncoded
------ Data Key ------
R6tgtggSIwiP+wKt2nFqkw==
------ Hash Code ------
KXY/s/1+1TTUfA+c4wKPpAQ5QEo=
------ Header ------
T05pVAABAQCONk+x8vpJyj2zjjrxKieo7Jm3n1wTFYNfpE+aWRO0a8c98MusRDyONtwK1rT1DlsobySxW8+c0BZ1wUA2Bw1QI4KtoUHXEz3Ou8ZiK7fOblRQHKk/SmvMLEGPN+562GgitZx2mV+MQqifD9hpxP3zckBwrdoVCYp32tnzrH5LVmxulEY1NML15CSIvzhF4l5TAb/ihRGfJ+vknW6brW+AxWQJkiOdBfHc07GsNPY3dOhxunb+UT2h2vxB5ZCEAMxYd/M0m+IjU9IvEmHP08X/ETX5M7wqC/OhmTOq9/dUU/MSZnAZJL2ldnvhu44GfrABbdeSRjsD+cg6OW68W5CKVFNMJTse2pM= 272
Data Length: 1919995
Using generated
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.078 sec
Running com.icijapan.onit.media.MediaPlayerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.016 sec
Running com.icijapan.onit.media.KeyTest
------ Private Key ------
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCqs/250nhz5uMdDPgC1i+xXJZWHScRYp47Qktj4T7WR27sC4O47BjzNYweDW/srFWultinJyM9SJA8slB6hk1zIWkvA6op2xai6Y39HSAO2xBvnhyiVpJolqkNk+50+WeE0hN+YrxlUx5wkUyz05MzBPn1x5T94F7yTru3CTPI7oDumZS7ETC5RS+oE4DV5dcryJZHBZ7ReF+EYQ/nfyfvCWIjG+3VK5LBhtU3UE75MoBgWqZ05jwCjqaDNuO364ILRZEDuS6jrBMLeV8buGT8kqxjafvmvIEecAaWRhoZTwLFT4rLipLVenqgJZA9m060ZCmHb54MSTVt131fk1NdAgMBAAECggEATfFJVOOJJEK0SLt3MrRhqnZAHqnJAOMqpJwsmDps2qJbP2QyjOkgq0wz4jT4efRmWwV9fzUbngvX8B7rKEbSblM/F7xwohPrTg+eSYhW7vGPm6dyI52r1B2WqyB0rOyEG91gEUE8DHfbWkK95w4gFBedml+65ADi2XihtX16K7AcN6KmHVX1TQKbqwE0hFZnk7BiCZewG2iPtsBcq2ES1w6SiOK6pVGmde99islasmJLHJ9gJilynVc0pVmA0xLdetySRdGfgUYvE+KtigyfMhNwMjBFhtoNe43WwpN9ISlnRX3WFCCOMMbn5y01RmmrCnJoid5lNHL9cFr4cdfv8QKBgQDU7vl1OwnS5bv8dBByWzEOgLHCY4QThGrn+HbyFgut7wL19t9OG0AmEW7BT0po9yTtFcHvGv3w9ayHVVubF1BWZ8XEx0ekDFmV9FfkFWzdqEqY1Y9zcTXpVdyOG9JJMlEgAggzvb3lYx5OEObd3SVZxwLNeSBWXY+c3Yt//RJzuwKBgQDNOnWbV67IU+4krhn88gpnMRhaUoBDcljCL7DfD5RpVXXdEb1dGXWbXhYQMOvPZAz7Fwo3qcNlt9S5injHpaxg3sjzVEL04095aT5rI+k88i82lN1gMIqySk9aXHTYW1Fyh9Q6QhCv5i96FZVNxe6jaggN05jlLEbOS3FRJf/HxwKBgGRsAAIlwdBQwIOjSU5la5FnaG5A+L0rqi+UoqQxeXiiTEcsEsyHVY2ekxlgB7vRMv0NUdUuaa0GcEOzIezW5fCaKE9RnJvlpyptfjX3VMyE3gmOToUnU0GkWMw8msQiktgBnVSpm7FfOZ+foQHplf/tN4koIvQYU+6rHWtTMyyZAoGBAKiLzVCR12KAw4DuVzuMkIylHmn3fY1m2IxKXIklI27Kl+zCB/Hw2cyKnbYYZ2HAuoRwLJ0AWBAuxI7IsV7Nql84OHLWjdLO6FM+4ttc981s3OeHpLO9yfqY2sjMS83wWVilQt/BqDC969no5eCkoNMmXoz0bYoxLcl43gyWF5W7AoGAXsOcj4l7QPW8y71ih+RTxyEWGc7/ekmfkmViOAUsiTU9Zifs+3wqPpfzXKbOpy2B/VCrueSz5f9IexbAwcg7m0hDHpaEFY25aTS2EwMTvnIP+8ALkEBz6+pG1SoMoIwuWUaHJ4uXqI/uBlf9jkAxjzffVOueET70I514bOTGLYw=
------ Pubic Key ------
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqrP9udJ4c+bjHQz4AtYvsVyWVh0nEWKeO0JLY+E+1kdu7AuDuOwY8zWMHg1v7KxVrpbYpycjPUiQPLJQeoZNcyFpLwOqKdsWoumN/R0gDtsQb54colaSaJapDZPudPlnhNITfmK8ZVMecJFMs9OTMwT59ceU/eBe8k67twkzyO6A7pmUuxEwuUUvqBOA1eXXK8iWRwWe0XhfhGEP538n7wliIxvt1SuSwYbVN1BO+TKAYFqmdOY8Ao6mgzbjt+uCC0WRA7kuo6wTC3lfG7hk/JKsY2n75ryBHnAGlkYaGU8CxU+Ky4qS1Xp6oCWQPZtOtGQph2+eDEk1bdd9X5NTXQIDAQAB
------ randomData ------
DyROkgdHfp5GvLLagDgBhQS/9phjpzfelzefKopNFHAUAo6QK1+PlBzsac+rTA3dJMRHBxORUktHbyY0kvgvVPQwGgSpfOgq87Ql3vVv7raTc8/wuUnsPQGBXZqQgW+RFRRj6/KlDXIj3tw1bbxXqoT86pnJGKtV960Q7mbA3JM=
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec
Running com.icijapan.onit.media.JMFTest
java.runtime.name: Java(TM) SE Runtime Environment
sun.boot.library.path: C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin
java.vm.version: 11.3-b02
java.vm.vendor: Sun Microsystems Inc.
java.vendor.url: http://java.sun.com/
path.separator: ;
java.vm.name: Java HotSpot(TM) Client VM
file.encoding.pkg: sun.io
user.country: US
sun.java.launcher: SUN_STANDARD
sun.os.patch.level: Service Pack 2
java.vm.specification.name: Java Virtual Machine Specification
user.dir: C:\WorkSpace\ONiT\mediaPlayer
java.runtime.version: 1.6.0_13-b03
java.awt.graphicsenv: sun.awt.Win32GraphicsEnvironment
basedir: C:\WorkSpace\ONiT\mediaPlayer
java.endorsed.dirs: C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\endorsed
os.arch: x86
surefire.real.class.path: C:\DOCUME~1\PITS5~1\LOCALS~1\Temp\surefirebooter9047673114157902786.jar
java.io.tmpdir: C:\DOCUME~1\PITS5~1\LOCALS~1\Temp\
line.separator:

java.vm.specification.vendor: Sun Microsystems Inc.
user.variant:
os.name: Windows XP
sun.jnu.encoding: Cp1252
java.library.path: C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client;C:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\Program Files\Java\jdk1.6.0\bin
surefire.test.class.path: C:\WorkSpace\ONiT\mediaPlayer\target\test-classes;C:\WorkSpace\ONiT\mediaPlayer\target\classes;C:\Documents and Settings\Pits 5\.m2\repository\junit\junit\4.4\junit-4.4.jar;C:\Documents and Settings\Pits 5\.m2\repository\javax\media\jmf\2.1.1e\jmf-2.1.1e.jar;C:\Documents and Settings\Pits 5\.m2\repository\net\mc_cubed\QTCubed\0.0.17-SNAPSHOT\QTCubed-0.0.17-SNAPSHOT.jar;C:\Documents and Settings\Pits 5\.m2\repository\net\java\dev\jna\jna\3.2.4\jna-3.2.4.jar;
java.specification.name: Java Platform API Specification
java.class.version: 50.0
sun.management.compiler: HotSpot Client Compiler
os.version: 5.1
user.home: C:\Documents and Settings\Pits 5
user.timezone:
java.awt.printerjob: sun.awt.windows.WPrinterJob
java.specification.version: 1.6
file.encoding: Cp1252
user.name: Pits 5
java.class.path: C:\WorkSpace\ONiT\mediaPlayer\target\test-classes;C:\WorkSpace\ONiT\mediaPlayer\target\classes;C:\Documents and Settings\Pits 5\.m2\repository\junit\junit\4.4\junit-4.4.jar;C:\Documents and Settings\Pits 5\.m2\repository\javax\media\jmf\2.1.1e\jmf-2.1.1e.jar;C:\Documents and Settings\Pits 5\.m2\repository\net\mc_cubed\QTCubed\0.0.17-SNAPSHOT\QTCubed-0.0.17-SNAPSHOT.jar;C:\Documents and Settings\Pits 5\.m2\repository\net\java\dev\jna\jna\3.2.4\jna-3.2.4.jar;
java.vm.specification.version: 1.0
sun.arch.data.model: 32
java.home: C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre
java.specification.vendor: Sun Microsystems Inc.
user.language: en
awt.toolkit: sun.awt.windows.WToolkit
java.vm.info: mixed mode
java.version: 1.6.0_13
java.ext.dirs: C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
sun.boot.class.path: C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\resources.jar;C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\rt.jar;C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\sunrsasign.jar;C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\jsse.jar;C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\jce.jar;C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\lib\charsets.jar;C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\classes
java.vendor: Sun Microsystems Inc.
localRepository: C:\Documents and Settings\Pits 5\.m2\repository
file.separator: \
java.vendor.url.bug: http://java.sun.com/cgi-bin/bugreport.cgi
sun.cpu.endian: little
sun.io.unicode.encoding: UnicodeLittle
sun.desktop: windows
sun.cpu.isalist:
Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.031 sec
Running com.icijapan.onit.media.MediaParamsTest
getEncoded
------ Data Key ------
R6tgtggSIwiP+wKt2nFqkw==
------ Private Media Key ------
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDmiXsL7/8E3e2yV86+IhOBmisQN6Rxi5dsLJ+knHq2WNNsvbU1V9W7L2xtSNUv37uf34PtMMLaQr8lpXj1Dvu/cWxJDdhXiHTt/Y2kUx05ZohsuQ7jEBrC/INhNm5P4XFDT+SePCPD9uf20cPEnyR4GmPEXys75/nS/18pFy7gE6FYaIbH/YYVd/BsI1dMRgsVvggcl4HF+5mFEo87qflsocV7q7xq/yapH6OyblCuXTkR+8bRXvFP6gaK9OVMN4xr3seEvARCPsZiyoEPhyUlZltNAmvVEKgfzDAhkGuUFmROBhEtRb1RLMb08Gxb2TiU7xBrZsBNxiyCGMl88xAnAgMBAAECggEBALIU50EMbiGTUacfXyvOZOULc1J+uP+hBiJgwh1FZyFusjtgvBbtt8N12br9tPjbSjMwVNengA1b3A43qZ0bqupysmQoVsMfPLwOzhhuv7d0ddQOi+poqVOP/ejdRA9epcCKeZ6l9DbPhtZJqYE8Mc65C/JIVbxb8MbFz/uM1f/ukltOlB/3kYpG1sUFukXWfrP2niS7fzKd5CllcjtKf5uuxCPfjt9qidyd8G6Rb/eKfCIEsz4V+R06xJ4SLoMrpUXeaOuQlPqDjaAYC7L2fY4arC9mwiGj8N7PJH3oBn8YVAffclB5i8Hgh/KUAjwLdCM0Tih6twzVe9dUizx3PGECgYEA/Z8zu6j9dOSvNPmOCZSUa76Zo5NnNodKsjHvrVjVRpuCeFF0DNufBNwvJ1uzyCIK0pIiqPRpkFATENIbmGpnfc8ezEp7eb6It06QDcOgYqQzU+Vzb5XXZCIN5DhSL0S/JfOkSUp2IOsQ9EEwlURDfbfSMemycc84hTec7Y5USjcCgYEA6LLdhrcTHQ9ECrQPos4oQxjgU+mWiuYxEvqDT+sHfpWaGfYwknk5haQaDWFQK9T9n/zNX5uHEa6+miEV4LIBSamztFygKYejOgnJp5gBUL/Kh2WFXA0Hlck5NJGXVY2FHPJm3fL7uaZ3Cc98cG8YHkwPwpghv4AvGSP1kXDDsZECgYBFcwTdjGbrTXvUy8ljQjZqUqULr9+BhQalSRtSopK0ZP0TKWrX4oPm9sxKwMe4M+o2wyGOlm8Zv3OZFY/M6sYwIzlRw8uQCOazG2ZC/qC6ojAT9y7nDWcP2mtnZSzMGM0m/VKtZyB13yijWf6NwUWh9WYvmMjudUoK4LGuM11NfQKBgClrFNUSpvtIKVNCY3oV+cKfneYxsJL+kAORxWenLMlSNYCjelfH7f4kjGKPTKbQnWgppiB7XVo/YTur4eoBpQsIgqz6w6NAukPtVBBZlPpbeOAKqOcOhqgZje4Wb/pRWz0gxECDLF0KDSwY20xj6cYSwcdgLrmYRknSRbZifOKRAoGARG5RbUo9tEPPF9OxmoQNbvAUCL6GE4bL2ghohGhbN5zlLZvipEilzqi1e6vZnx87C0ScYa+DikxzNboJf4GLlHsDIb8Yq3O6UlvWB+fn9xomXlz5UOU87iNN+doiW4SIVQSq2GF5dpOC/OLODNPxp3O0vPRdM7rC5kDCQG09P8I=
------ Public Media Key ------
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5ol7C+//BN3tslfOviITgZorEDekcYuXbCyfpJx6tljTbL21NVfVuy9sbUjVL9+7n9+D7TDC2kK/JaV49Q77v3FsSQ3YV4h07f2NpFMdOWaIbLkO4xAawvyDYTZuT+FxQ0/knjwjw/bn9tHDxJ8keBpjxF8rO+f50v9fKRcu4BOhWGiGx/2GFXfwbCNXTEYLFb4IHJeBxfuZhRKPO6n5bKHFe6u8av8mqR+jsm5Qrl05EfvG0V7xT+oGivTlTDeMa97HhLwEQj7GYsqBD4clJWZbTQJr1RCoH8wwIZBrlBZkTgYRLUW9USzG9PBsW9k4lO8Qa2bATcYsghjJfPMQJwIDAQAB
------ Result Data ------
T05pVAABAQD//////////0GAPaHVIhWBDSQahtn6yqeCo/adSw4uu2/8n25sv/OuWbhdSHutZC41/3m65BgukMiYOOZ8A0q76NHYiEsTQdrVxKh0nZ6MLVqTOqOPBm6425OsXJlPgqUCKIFU7R8t0T9ZFWX22ZrsQBN02g6vyhkouYWcGvF+LcdpF74dQQ/pVS1RX+D79gUfwMsfwt6wTkfAWUtYaNe9J96uXhM/DNvv/zXCuXdFnp8JuBri9XODNtHLw/Rq4gBgG/tsI9Mvu0JILUkIPRmh5RqboH38qVZnS8dEzayIo05p5g/tBZjJVGo8NZqDcdPVLDRym25Sj0VjUAfMMYkZEjjMa/NBTIk=
------------
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec

Results :

Tests run: 8, Failures: 0, Errors: 0, Skipped: 2

[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building ONiT App Client 1.0.M3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[WARNING] Missing POM for net.mc_cubed:QTCubed:jar:0.0.17-SNAPSHOT
[INFO]
[INFO] --- jaxws-maven-plugin:1.10:wsimport (wsimport-generate-Services) @ client ---
[INFO] Processing: https://xsrv2.sfo.com/servlet/TestService?wsdl
[INFO] jaxws:wsimport args: [-s, C:\WorkSpace\ONiT\client\target\generated-sources\jaxws-wsimport, -d, C:\WorkSpace\ONiT\client\target\classes, -verbose, -p, com.icijapan.onit.test_module.webservice, -catalog, C:\WorkSpace\ONiT\client\src\jax-ws-catalog.xml, -extension, -Xnocompile, https://xsrv2.sfo.com/servlet/TestService?wsdl]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] ONiT .............................................. SUCCESS [0.000s]
[INFO] ONiT Commons ...................................... SUCCESS [5.797s]
[INFO] ONiT Media Player ................................. SUCCESS [12.047s]
[INFO] ONiT App Client ................................... FAILURE [0.593s]
[INFO] ONiT Servlets ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.266s
[INFO] Finished at: Tue Jan 18 16:22:55 IST 2011
[INFO] Final Memory: 2M/5M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.mojo:jaxws-maven-plugin:1.10:wsimport (wsimport-generate-Services) on project client: Execution wsimport-generate-Services of goal org.codehaus.mojo:jaxws-maven-plugin:1.10:wsimport failed: A required class was missing while executing org.codehaus.mojo:jaxws-maven-plugin:1.10:wsimport: com/sun/tools/xjc/api/util/ToolsJarNotFoundException
-----------------------------------------------------
realm = plugin>org.codehaus.mojo:jaxws-maven-plugin:1.10
strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
urls[0] = file:/C:/Documents%20and%20Settings/Pits%205/.m2/repository/org/codehaus/mojo/jaxws-maven-plugin/1.10/jaxws-maven-plugin-1.10.jar
urls[1] = file:/C:/Documents%20and%20Settings/Pits%205/.m2/repository/javax/xml/webservices-api/1.4/webservices-api-1.4.jar
urls[2] = file:/C:/Documents%20and%20Settings/Pits%205/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar
urls[3] = file:/C:/Documents%20and%20Settings/Pits%205/.m2/repository/com/sun/xml/ws/jaxws-tools/2.1.3/jaxws-tools-2.1.3.jar
urls[4] = file:/C:/Documents%20and%20Settings/Pits%205/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
urls[5] = file:/C:/Documents%20and%20Settings/Pits%205/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
urls[6] = file:/C:/Program%20Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/../lib/tools.jar
Number of foreign imports: 4
import: Entry[import org.codehaus.plexus.util.xml.pull.XmlSerializer from realm ClassRealm[plexus.core, parent: null]]
import: Entry[import org.codehaus.plexus.util.xml.pull.XmlPullParserException from realm ClassRealm[plexus.core, parent: null]]
import: Entry[import org.codehaus.plexus.util.xml.pull.XmlPullParser from realm ClassRealm[plexus.core, parent: null]]
import: Entry[import org.codehaus.plexus.util.xml.Xpp3Dom from realm ClassRealm[plexus.core, parent: null]]
Number of parent imports: 20
import: Entry[import org.codehaus.plexus.personality from realm null]
import: Entry[import org.codehaus.plexus.logging from realm null]
import: Entry[import org.codehaus.plexus.lifecycle from realm null]
import: Entry[import org.codehaus.plexus.context from realm null]
import: Entry[import org.codehaus.plexus.container from realm null]
import: Entry[import org.codehaus.plexus.configuration from realm null]
import: Entry[import org.codehaus.plexus.component from realm null]
import: Entry[import org.codehaus.plexus.classworlds from realm null]
import: Entry[import org.codehaus.plexus.PlexusContainerException from realm null]
import: Entry[import org.codehaus.plexus.PlexusContainer from realm null]
import: Entry[import org.codehaus.plexus.PlexusConstants from realm null]
import: Entry[import org.codehaus.plexus.MutablePlexusContainer from realm null]
import: Entry[import org.codehaus.plexus.DuplicateChildContainerException from realm null]
import: Entry[import org.codehaus.plexus.DefaultPlexusContainer from realm null]
import: Entry[import org.codehaus.plexus.DefaultContainerConfiguration from realm null]
import: Entry[import org.codehaus.plexus.DefaultComponentRegistry from realm null]
import: Entry[import org.codehaus.plexus.ContainerConfiguration from realm null]
import: Entry[import org.codehaus.plexus.ComponentRegistry from realm null]
import: Entry[import org.codehaus.classworlds from realm null]
import: Entry[import org.apache.maven from realm null]

realm = plexus.core
strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
urls[0] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/commons-cli-1.2.jar
urls[1] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/commons-logging-api-1.1.jar
urls[2] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/google-collections-1.0.jar
urls[3] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/jetty-client-7.0.0.v20091005.jar
urls[4] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/jetty-http-7.0.0.v20091005.jar
urls[5] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/jetty-io-7.0.0.v20091005.jar
urls[6] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/jetty-util-7.0.0.v20091005.jar
urls[7] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/log4j-1.2.12.jar
urls[8] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/maven-artifact-3.0-SNAPSHOT.jar
urls[9] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/maven-compat-3.0-SNAPSHOT.jar
urls[10] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/maven-core-3.0-SNAPSHOT.jar
urls[11] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/maven-embedder-3.0-SNAPSHOT.jar
urls[12] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/maven-model-3.0-SNAPSHOT.jar
urls[13] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/maven-model-builder-3.0-SNAPSHOT.jar
urls[14] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/maven-plugin-api-3.0-SNAPSHOT.jar
urls[15] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/maven-settings-3.0-SNAPSHOT.jar
urls[16] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/plexus-build-api-0.0.6.jar
urls[17] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/plexus-cipher-1.4.jar
urls[18] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/plexus-component-annotations-1.5.3.jar
urls[19] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/plexus-container-default-1.5.3.jar
urls[20] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/plexus-interpolation-1.11.jar
urls[21] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/plexus-sec-dispatcher-1.3.jar
urls[22] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/plexus-utils-2.0.1.jar
urls[23] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/wagon-file-1.0-beta-6.jar
urls[24] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/wagon-http-jetty-client-1.0-SNAPSHOT.jar
urls[25] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/wagon-provider-api-1.0-beta-6.jar
urls[26] = file:/C:/Program%20Files/Genuitec/Common/plugins/org.maven.ide.eclipse.maven_embedder_0.10.0.me201003101716/jars/xbean-reflect-3.4.jar
Number of foreign imports: 0

-----------------------------------------------------: com.sun.tools.xjc.api.util.ToolsJarNotFoundException
-> [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/PluginContainerException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :client
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your problem is here:

"[ERROR] Failed to execute goal org.codehaus.mojo:jaxws-maven-plugin:1.10:wsimport (wsimport-generate-Services) on project client: Execution wsimport-generate-Services of goal org.codehaus.mojo:jaxws-maven-plugin:1.10:wsimport failed: A required class was missing while executing org.codehaus.mojo:jaxws-maven-plugin:1.10:wsimport: com/sun/tools/xjc/api/util/ToolsJarNotFoundException"

com/sun/tools/xjc/api/util/ToolsJarNotFoundException is not on your CLASSPATH (it's probably a package that comes with a particular version of the JDK)
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic