[ 
https://issues.apache.org/jira/browse/WODEN-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710402#action_12710402
 ] 

Sagara Gunathunga  commented on WODEN-211:
------------------------------------------

I have tested this branch and fixed some of the test failing scenarios as 
follows. 

(1) woden-api module 

'QNameDeserializeTest'  test case failed, because this should be run only with 
JDK1.4 not with Java5 or higher version, "woden-api-pom.xml.txt" patch add a 
Maven profile so that above test case will run only with JDK1.4 .

(2)  woden -test module 

   (a) 'W3CTestSuiteTest' failed , in Woden this test is not run as a normal 
JUnit test ,instead this is run via /ant-test/build.xml.

   (b) Still some of the tests does not supports for OM based implementation, 
the approach used here is run all the test cases and ignore the failures, one 
weakness of this approach is test phase does not make any impact on build cycle 
. use of "excludes" test  cases property  with testFailureIgnore ="false" would 
be a better option here . 
  (woden-test-pom-impl-dom.xml.txt and woden-test-pom-impl-om.xml.txt  address 
(a) and (b).)


(3)  W3C test suite is run via /ant-test/build.xml and results are compared to 
W3C baseline ,It's required implement this functionality with Maven POM file , 
since WODEN-170 already related to this, i will update  WODEN-170.    

> Refactor directory layout to be more Maven compliant
> ----------------------------------------------------
>
>                 Key: WODEN-211
>                 URL: https://issues.apache.org/jira/browse/WODEN-211
>             Project: Woden
>          Issue Type: Improvement
>            Reporter: Jeff MAURY
>            Assignee: Jeremy Hughes
>            Priority: Minor
>         Attachments: trunk.zip, woden-api-pom.xml.txt, 
> woden-test-pom-impl-dom.xml.txt, woden-test-pom-impl-om.xml.txt
>
>
> The directory layout should be refactored in order to follow Maven 
> conventions. Today, there are dependencies between the Woden modules which 
> miss flexibility.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to