On Mar 17, 2008, at 3:46 PM, Kevan Miller wrote:
Another FWIW, I ran RAT against the current trunk/openejb3. Looks
like a number of files need a bit of attention.
We have the rat-maven-plugin setup with excludes for most of those
files. Doesn't seem to catch poms or files under src/test/
Here are the files that should be updated from your list.
!????? ./pom.xml
!????? ./assembly/openejb-standalone/pom.xml
!????? ./container/openejb-core/src/test/resources/org/apache/
openejb/util/test.properties
!????? ./examples/custom-injection/pom.xml
!????? ./examples/injection-of-datasource/pom.xml
!????? ./examples/injection-of-entitymanager/pom.xml
!????? ./examples/injection-of-env-entry/pom.xml
!????? ./examples/jpa-hibernate/pom.xml
!????? ./examples/testing-security/pom.xml
!????? ./examples/testing-transactions/pom.xml
!????? ./server/openejb-axis/src/main/resources/META-INF/schema/
soap_encoding_1_1.xsd
!????? ./server/openejb-axis/src/test/resources/schema/
ComplexAllElement.xsd
!????? ./server/openejb-axis/src/test/resources/schema/
ComplexAllType.xsd
!????? ./server/openejb-axis/src/test/resources/schema/
ComplexSequenceElement.xsd
!????? ./server/openejb-axis/src/test/resources/schema/
ComplexSequenceType.xsd
!????? ./server/openejb-axis/src/test/resources/schema/
JaxRpcSpecExample.xsd
!????? ./server/openejb-axis/src/test/resources/schema/
SimpleElement.xsd
!????? ./server/openejb-axis/src/test/resources/schema/SimpleType.xsd
!????? ./server/openejb-axis/src/test/resources/schema/
SoapArrayByAttribute.xsd
!????? ./server/openejb-axis/src/test/resources/schema/
SoapArrayByRestriction.xsd
These two are mystery, not sure why the rat plugin didn't catch them.
!????? ./server/openejb-http/src/main/java/org/apache/openejb/server/
httpd/JettyHttpEjbServer.java
!????? ./server/openejb-http/src/main/java/org/apache/openejb/server/
httpd/OpenEJBHttpEjbServer.java
-David