[Design the new POJO MicroContainer] - Re: Migration to maven
by pgier
"Kevin.Conner(a)jboss.com" wrote : I have just tried to build the microcontainer from source and had a few issues.
|
| There appears to be a missing dependency in deployers/pom.xml as it requires jboss-dependency (BeanMetaDataDeployer used it).
|
I think that dependency is currently being picked up through kernel.
deployers -> kernel -> dependency.
Did the build fail for you? I tried a clean checkout, and it seems ok for me.
"Kevin.Conner(a)jboss.com" wrote :
| The second issue is the javacc configuraiton in osgi-int/pom.xml. It currently includes the package name as part of the outputDirectory instead of using the packageName. This has an impact on classpath/project generation using eclipse:eclipse.
|
Yes, you're right. I updated the pom to use the packageName now.
"Kevin.Conner(a)jboss.com" wrote :
| The third issue is the location of the test resources in aop-mc-int. If you generate classpath/project files then eclipse will complain about one resource directory being included in another.
|
| I would like to fix the two issue, any objections?
|
Please feel free to fix any issues that you find :)
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033384#4033384
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033384
17 years, 9 months