Summary: | dev-java/struts-xwork-2.3.15.2 - Need testng and spring framework added to the Portage tree | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Viacheslav Gagara <viacheslavg> |
Component: | [OLD] Java | Assignee: | Java team <java> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 97004, 146226, 373561, 488496 | ||
Bug Blocks: | 405931, 486752 | ||
Attachments: | build.log |
Description
Viacheslav Gagara
2013-10-08 05:48:31 UTC
Created attachment 360386 [details]
build.log
Corrected compile log: compile: [mkdir] Created dir: /var/tmp/portage/dev-java/struts-xwork-2.3.15.2/work/struts-2.3.15.2/src/xwork-core/target/classes [javac] Compiling 327 source files to /var/tmp/portage/dev-java/struts-xwork-2.3.15.2/work/struts-2.3.15.2/src/xwork-core/target/classes [javac] /var/tmp/portage/dev-java/struts-xwork-2.3.15.2/work/struts-2.3.15.2/src/xwork-core/src/main/java/com/opensymphony/xwork2/TestNGXWorkTestCase.java:24: error: package org.testng.annotations does not exist [javac] import org.testng.annotations.AfterTest; [javac] ^ [javac] /var/tmp/portage/dev-java/struts-xwork-2.3.15.2/work/struts-2.3.15.2/src/xwork-core/src/main/java/com/opensymphony/xwork2/TestNGXWorkTestCase.java:25: error: package org.testng.annotations does not exist [javac] import org.testng.annotations.BeforeTest; [javac] ^ [javac] /var/tmp/portage/dev-java/struts-xwork-2.3.15.2/work/struts-2.3.15.2/src/xwork-core/src/main/java/com/opensymphony/xwork2/XWorkJUnit4TestCase.java:30: error: package org.junit does not exist ................................ ................................ Seems I need to pay a bit closer attention to what is left behind my Maven. We need to bring some more dependencies to the Portage tree as well as see if we can remove the test cases when FEATURES="-test". Two dependent bugs down, one to go; I heard that ercpe is looking into this, will try to look into this later if it hasn't made the Portage tree by then. *** Bug 488980 has been marked as a duplicate of this bug. *** This still needs spring-context which I worked on the last hours (~20 commits); this on its own needs a working jruby and that appears to be broken due to a small bug #488496, I'm taking a break and will look further into this tomorrow. We're almost there. :) This package has been removed. See bug 540888. |