[Design of JBoss Portal] - Re: Maven Migration Status
by wesleyhales
Since we are modeling the portal maven structure after the MC structure, I wanted to clear up why the directories are different from the maven default before I go off refactoring all the portal modules.
| With maven2 default modules you have:
| -src
| |-main
| |-java
| |-resources
| |-filters
| |-test
| |-java
| |-resources
| |-filters
|
| With MC modules you have:
| -src
| |-main
| |-resources
| |-main
| |-tests
| |-tests
After a discussion with Paul Gier on this, he told me that he would recommend using the default maven2 structure because it has some advantages over our old standard ant build structure. And the only reason they did this is to run ant builds in parallel.
We are also running ours in parallel, but after working through the modules/common conversion and modifying the ant scripts, the changes were really small and I think we can move forward with the new maven2 structure. Unless anyone sees a reason why we shouldn't.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088898#4088898
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088898
17 years, 7 months
[Design of JBossXB] - Re: JBossXB-2.0.0.CR5
by alex.loubyansky@jboss.com
That's 8 errors and 7 failures.
I see the same plus
Test set: org.jboss.test.xb.builder.object.mc.test.MapTestCase
| -------------------------------------------------------------------------------
| Tests run: 14, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.943 sec <<< FAILURE!
| testMapWithValue(org.jboss.test.xb.builder.object.mc.test.MapTestCase) Time elapsed: 0.02 sec <<< FAILURE!
| junit.framework.AssertionFailedError
| at junit.framework.Assert.fail(Assert.java:47)
| at junit.framework.Assert.assertTrue(Assert.java:20)
| at junit.framework.Assert.assertNotNull(Assert.java:220)
| at junit.framework.Assert.assertNotNull(Assert.java:213)
| at org.jboss.test.xb.builder.object.mc.test.AbstractMCTest.assertValue(AbstractMCTest.java:199)
| at org.jboss.test.xb.builder.object.mc.test.MapTestCase.testMapWithValue(MapTestCase.java:93)
| at org.jboss.test.xb.builder.object.mc.test.MapTestCase.testMapWithValue(MapTestCase.java:93)
|
And I just committed the fix for proxy-factory-config issue. And I think the JBXB-109 can be closed now.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088894#4088894
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088894
17 years, 7 months
[Design of JBossXB] - Re: JBossXB-2.0.0.CR5
by scott.stark@jboss.org
anonymous wrote :
| org.jboss.test.xb.builder.object.attribute.test.IntegerUnitTestCase.txt:Tests run: 2, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 0.531 sec <<< FAILURE!
| org.jboss.test.xb.builder.object.attribute.test.StringUnitTestCase.txt:Tests run: 2, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 0.532 sec <<< FAILURE!
| org.jboss.test.xb.builder.object.element.xmlelement.test.DefaultsUnitTestCase.txt:Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.547 sec <<<
| FAILURE!
| org.jboss.test.xb.builder.object.element.xmlelement.test.NonDefaultsUnitTestCase.txt:Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.547 sec <
| << FAILURE!
| org.jboss.test.xb.builder.object.element.xmlelement.test.NoneUnitTestCase.txt:Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.531 sec <<< FAIL
| URE!
| org.jboss.test.xb.builder.object.type.value.test.IntegerUnitTestCase.txt:Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.656 sec <<< FAILURE!
| org.jboss.test.xb.builder.object.type.value.test.StringUnitTestCase.txt:Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.515 sec <<< FAILURE!
| org.jboss.test.xml.AnnotatedPojoServerUnitTestCase.txt:Tests run: 11, Failures:3, Errors: 1, Skipped: 0, Time elapsed: 1.078 sec <<< FAILURE!
| org.jboss.test.xml.JbxbPojoServerUnitTestCase.txt:Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.078 sec <<< FAILURE!
| org.jboss.test.xml.RepeatedElementsUnitTestCase.txt:Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.703 sec <<< FAILURE!
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088885#4088885
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088885
17 years, 7 months