Hello,

I just wanted to request an update of .checkstyle and .classpath. The
two files are not completely up to date.
.checkstyle misses the settings for the castor-core and the xmlctf stuff
.classpath didn't contain the xmlctf things

I pasted the files inline, as I'm unable to attach .xxx files - Sorry,
it is to late already ;-)

Regards

Joachim

>>>>>>>>>>>>>>>>>>> .checkstyle
<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="false">
    <local-check-config name="castor-main-checks"
location="src/tools/checkstyle/castor-main-checks.xml" type="project"
description="">
        <additional-data name="protect-config-file" value="true"/>
    </local-check-config>
    <local-check-config name="castor-test-checks"
location="src/tools/checkstyle/castor-test-checks.xml" type="project"
description="">
        <additional-data name="protect-config-file" value="true"/>
    </local-check-config>
    <fileset name="cpa test" enabled="true"
check-config-name="castor-test-checks" local="true">
        <file-match-pattern
match-pattern="^cpa[/\\]src[/\\]test[/\\]java[/\\].*\.java"
include-pattern="true"/>
        <file-match-pattern
match-pattern="^cpactf[/\\]src[/\\]test[/\\]java[/\\].*\.java"
include-pattern="true"/>
        <file-match-pattern
match-pattern="^cpaptf[/\\]src[/\\]test[/\\]java[/\\].*\.java"
include-pattern="true"/>
    </fileset>
    <fileset name="anttask main" enabled="true"
check-config-name="castor-main-checks" local="true">
        <file-match-pattern
match-pattern="^anttask[/\\]src[/\\]main[/\\]java[/\\].*\.java"
include-pattern="true"/>
    </fileset>
    <fileset name="codegen main" enabled="true"
check-config-name="castor-main-checks" local="true">
        <file-match-pattern
match-pattern="^codegen[/\\]src[/\\]main[/\\]java[/\\].*\.java"
include-pattern="true"/>
    </fileset>
    <fileset name="codegen test" enabled="true"
check-config-name="castor-test-checks" local="true">
        <file-match-pattern
match-pattern="^codegen[/\\]src[/\\]test[/\\]java[/\\].*\.java"
include-pattern="true"/>
    </fileset>
    <fileset name="ddlgen main" enabled="true"
check-config-name="castor-main-checks" local="true">
        <file-match-pattern
match-pattern="^ddlgen[/\\]src[/\\]main[/\\]java[/\\].*\.java"
include-pattern="true"/>
    </fileset>
    <fileset name="ddlgen test" enabled="true"
check-config-name="castor-test-checks" local="true">
        <file-match-pattern
match-pattern="^ddlgen[/\\]src[/\\]test[/\\]java[/\\].*\.java"
include-pattern="true"/>
    </fileset>
    <fileset name="cpa main" enabled="true"
check-config-name="castor-main-checks" local="true">
        <file-match-pattern
match-pattern="^cpa[/\\]src[/\\]main[/\\]java[/\\].*\.java"
include-pattern="true"/>
        <file-match-pattern
match-pattern="^cpactf[/\\]src[/\\]main[/\\]java[/\\].*\.java"
include-pattern="true"/>
        <file-match-pattern
match-pattern="cpa[/\\]src[/\\]main[/\\]java[/\\]org[/\\]castor[/\\]jdo[/\\]conf[/\\].*\.java"
include-pattern="false"/>
    </fileset>
    <fileset name="core main" enabled="true"
check-config-name="castor-main-checks" local="true">
        <file-match-pattern
match-pattern="^src[/\\]main[/\\]java[/\\].*\.java"
include-pattern="true"/>
    </fileset>
    <fileset name="core test" enabled="true"
check-config-name="castor-test-checks" local="true">
        <file-match-pattern
match-pattern="^src[/\\]test[/\\]java[/\\].*\.java"
include-pattern="true"/>
    </fileset>
    <fileset name="xmlctf main" enabled="true"
check-config-name="castor-main-checks" local="true">
        <file-match-pattern
match-pattern="^xmlctf[/\\]src[/\\]main[/\\]java[/\\].*\.java"
include-pattern="true"/>
    </fileset>
</fileset-config>

>>>>>>>>>>>>> .classpath
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
        <classpathentry kind="src" path="src/main/java"/>
        <classpathentry kind="src" path="src/main/resources"/>
        <classpathentry kind="src" path="src/test/java"/>
        <classpathentry kind="src" path="src/test/resources"/>
        <classpathentry kind="src" path="src/bugs"/>
        <classpathentry kind="src" output="anttask/eclipse"
path="anttask/src/main/java"/>
        <classpathentry kind="src" output="anttask/eclipse"
path="anttask/src/main/resources"/>
        <classpathentry kind="src" output="codegen/eclipse"
path="codegen/src/main/java"/>
        <classpathentry kind="src" output="codegen/eclipse"
path="codegen/src/main/resources"/>
        <classpathentry kind="src" output="codegen/eclipse"
path="codegen/src/test/java"/>
        <classpathentry kind="src" output="codegen/eclipse"
path="codegen/src/test/resources"/>
        <classpathentry kind="src" output="cpa/eclipse" 
path="cpa/src/main/java"/>
        <classpathentry kind="src" output="cpa/eclipse" 
path="cpa/src/main/resources"/>
        <classpathentry kind="src" output="cpa/eclipse" 
path="cpa/src/test/java"/>
        <classpathentry kind="src" output="cpactf/eclipse"
path="cpactf/src/main/java"/>
        <classpathentry kind="src" output="cpactf/eclipse"
path="cpactf/src/main/resources"/>
        <classpathentry kind="src" output="cpactf/eclipse"
path="cpactf/src/test/java"/>
        <classpathentry kind="src" output="cpactf/eclipse"
path="cpactf/src/test/resources"/>
        <classpathentry kind="src" output="cpaptf/eclipse"
path="cpaptf/src/test/java"/>
        <classpathentry kind="src" output="cpaptf/eclipse"
path="cpaptf/src/test/resources"/>
        <classpathentry kind="src" output="ddlgen/eclipse"
path="ddlgen/src/main/java"/>
        <classpathentry kind="src" output="ddlgen/eclipse"
path="ddlgen/src/main/resources"/>
        <classpathentry kind="src" output="ddlgen/eclipse"
path="ddlgen/src/test/java"/>
        <classpathentry kind="src" output="ddlgen/eclipse"
path="ddlgen/src/test/resources"/>
        <classpathentry kind="src" output="xmlctf/eclipse"
path="xmlctf/src/main/java"/>
        <classpathentry kind="src" output="xmlctf/eclipse"
path="xmlctf/src/main/resources"/>
        <classpathentry kind="src" output="xmlctf/eclipse"
path="xmlctf/src/test/resources"/>
        <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
        <classpathentry kind="lib" path="lib/jakarta-oro-2.0.5.jar"/>
        <classpathentry kind="lib" path="lib/jakarta-regexp-1.1.jar"/>
        <classpathentry kind="lib" path="lib/jdbc-se2.0.jar"/>
        <classpathentry kind="lib" path="lib/jndi_1.2.1.jar"/>
        <classpathentry kind="lib" path="lib/jta1.0.1.jar"/>
        <classpathentry kind="lib" path="lib/jtf-0.1.jar"/>
        <classpathentry kind="lib" path="lib/ldapjdk_4.1.jar"/>
        <classpathentry kind="lib" path="lib/log4j-1.2.13.jar"/>
        <classpathentry kind="lib" path="lib/xerces-J_1.4.0.jar"/>
        <classpathentry kind="lib" path="lib/cglib-full-2.0.2.jar"/>
        <classpathentry kind="lib" 
path="lib/tests/geronimo-spec-j2ee-1.4-rc2.jar"/>
        <classpathentry kind="lib" path="lib/tests/mockejb.jar"/>
        <classpathentry kind="lib" path="lib/tests/ots-jts_1.0.jar"/>
        <classpathentry kind="lib" path="lib/tests/tyrex-1.0.jar"/>
        <classpathentry kind="lib" path="lib/derby-10.1.2.1.jar"/>
        <classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/>
        <classpathentry kind="lib" path="lib/junit_3.8.2.jar"/>
        <classpathentry kind="lib" path="bin/lib/ant-1.6.jar"/>
        <classpathentry kind="output" path="eclipse"/>
</classpath>

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to