Eric, this patch wrapped.  Don't know if it was relevant or not.

"Eric Pugh" <[EMAIL PROTECTED]> writes:

> The stratum build.xml is not up to date.  Here is the updated version build
> with maven HEAD cvs version.  Also, somesort of $#! Log4j appender error
> preventing unit tests from running.
>
> Eric
>
> cvs -z9 -q diff -w -i build.xml (in directory
> C:\java\jakarta-turbine-stratum\)
> Index: build.xml
> ===================================================================
> RCS file: /home/cvspublic/jakarta-turbine-stratum/build.xml,v
> retrieving revision 1.27
> diff -w -i -r1.27 build.xml
> 21,23c21,63
> <   <target
> <     name="maven:site">
> <     <ant antfile="${maven.home}/build-docs.xml" target="site"/>
> ---
> >
>>          <target name="maven:site">
>>            <ant antfile="${maven.home}/plugins/docs/build.xml" target="site"/>
>>          </target>
>>
>>
>>          <target name="maven:dist">
>>            <ant antfile="${maven.home}/plugins/core/build.xml" target="dist"/>
>>          </target>
>>
>>
>>          <target name="maven:env">
>>            <ant antfile="${maven.home}/plugins/core/build.xml" target="env"/>
>>          </target>
>>
>>
>>          <target name="maven:test">
>>            <ant antfile="${maven.home}/plugins/test/build.xml" target="test"/>
>>          </target>
>>
>>
>>          <target name="maven:announce">
>>            <ant antfile="${maven.home}/plugins/core/build.xml"
> target="announce"/>
> >         </target>
>>
>>
>>          <target name="maven:activity-log">
>>            <ant antfile="${maven.home}/plugins/docs/build.xml"
> target="activity-log"/>
> >         </target>
>>
>>
>>          <target name="maven:compile">
>>            <ant antfile="${maven.home}/plugins/core/build.xml"
> target="compile"/>
> >         </target>
>>
>>
>>          <target name="maven:validate-war">
>>            <ant antfile="${maven.home}/plugins/j2ee/build.xml"
> target="validate-war"/>
> >         </target>
>>
>>
>>          <target name="maven:pdf">
>>            <ant antfile="${maven.home}/plugins/docs/build.xml" target="pdf"/>
> 26,28c66,68
> <   <target
> <     name="maven:jar">
> <     <ant antfile="${maven.home}/build-maven.xml" target="jar"/>
> ---
> >
>>          <target name="maven:iutest">
>>            <ant antfile="${maven.home}/plugins/iutest/build.xml"
> target="iutest"/>
> 31,33c71,73
> <   <target
> <     name="maven:install-jar">
> <     <ant antfile="${maven.home}/build-maven.xml" target="install-jar"/>
> ---
> >
>>          <target name="maven:deploy-site">
>>            <ant antfile="${maven.home}/plugins/docs/build.xml"
> target="deploy-site"/>
> 36,38c76,78
> <   <target
> <     name="maven:env">
> <     <ant antfile="${maven.home}/build-maven.xml" target="env"/>
> ---
> >
>>          <target name="maven:deploy-dist">
>>            <ant antfile="${maven.home}/plugins/core/build.xml"
> target="deploy-dist"/>
> 41,43c81,83
> <   <target
> <     name="maven:docs">
> <     <ant antfile="${maven.home}/build-docs.xml" target="docs"/>
> ---
> >
>>          <target name="maven:war">
>>            <ant antfile="${maven.home}/plugins/j2ee/build.xml" target="war"/>
> 46,48c86,88
> <   <target
> <     name="maven:test">
> <     <ant antfile="${maven.home}/build-test.xml" target="test"/>
> ---
> >
>>          <target name="maven:verify-project">
>>            <ant antfile="${maven.home}/plugins/core/build.xml"
> target="verify-project"/>
> 51,53c91,93
> <   <target
> <     name="maven:run-singletest">
> <     <ant antfile="${maven.home}/build-test.xml" target="run-singletest"/>
> ---
> >
>>          <target name="maven:cvs-change-log">
>>            <ant antfile="${maven.home}/plugins/docs/build.xml"
> target="cvs-change-log"/>
> 56,58c96,98
> <   <target
> <     name="maven:clean">
> <     <ant antfile="${maven.home}/build-maven.xml" target="clean"/>
> ---
> >
>>          <target name="maven:ear">
>>            <ant antfile="${maven.home}/plugins/j2ee/build.xml" target="ear"/>
> 61,63c101,103
> <   <target
> <     name="maven:metrics">
> <     <ant antfile="${maven.home}/build-metrics.xml" target="metrics"/>
> ---
> >
>>          <target name="maven:cross-ref">
>>            <ant antfile="${maven.home}/plugins/docs/build.xml"
> target="cross-ref"/>
> 66,68c106,108
> <   <target
> <     name="maven:dist">
> <     <ant antfile="${maven.home}/build-maven.xml" target="dist"/>
> ---
> >
>>          <target name="maven:update-jars">
>>            <ant antfile="${maven.home}/plugins/core/build.xml"
> target="update-jars"/>
> 71,73c111,113
> <   <target
> <     name="maven:deploy-site">
> <     <ant antfile="${maven.home}/build-docs.xml" target="deploy-site"/>
> ---
> >
>>          <target name="maven:validate-pom">
>>            <ant antfile="${maven.home}/plugins/core/build.xml"
> target="validate-pom"/>
> 76,78c116,118
> <   <target
> <     name="maven:gump-descriptor">
> <     <ant antfile="${maven.home}/build-maven.xml"
> target="gump-descriptor"/>
> ---
> >
>>          <target name="maven:install-jar">
>>            <ant antfile="${maven.home}/plugins/core/build.xml"
> target="install-jar"/>
> 81,83c121,123
> <   <target
> <     name="maven:javadocs">
> <     <ant antfile="${maven.home}/build-docs.xml" target="javadocs"/>
> ---
> >
>>          <target name="maven:fo">
>>            <ant antfile="${maven.home}/plugins/docs/build.xml" target="fo"/>
> 86,88c126,128
> <   <target
> <     name="maven:compile">
> <     <ant antfile="${maven.home}/build-maven.xml" target="compile"/>
> ---
> >
>>          <target name="maven:javadocs">
>>            <ant antfile="${maven.home}/plugins/docs/build.xml"
> target="javadocs"/>
> 91,93c131,133
> <   <target
> <     name="maven:update-jars">
> <     <ant antfile="${maven.home}/build-maven.xml" target="update-jars"/>
> ---
> >
>>          <target name="maven:validate-struts-war">
>>            <ant antfile="${maven.home}/plugins/struts/build.xml"
> target="validate-struts-war"/>
> 95a136,201
> >
>>          <target name="maven:task-list">
>>            <ant antfile="${maven.home}/plugins/docs/build.xml"
> target="task-list"/>
> >         </target>
>>
>>
>>          <target name="maven:ejb">
>>            <ant antfile="${maven.home}/plugins/j2ee/build.xml" target="ejb"/>
>>          </target>
>>
>>
>>          <target name="maven:docs">
>>            <ant antfile="${maven.home}/plugins/docs/build.xml" target="docs"/>
>>          </target>
>>
>>
>>          <target name="maven:clean">
>>            <ant antfile="${maven.home}/plugins/core/build.xml"
> target="clean"/>
> >         </target>
>>
>>
>>          <target name="maven:dist-build">
>>            <ant antfile="${maven.home}/plugins/core/build.xml"
> target="dist-build"/>
> >         </target>
>>
>>
>>          <target name="maven:metrics">
>>            <ant antfile="${maven.home}/plugins/metrics/build.xml"
> target="metrics"/>
> >         </target>
>>
>>
>>          <target name="maven:docs-quick">
>>            <ant antfile="${maven.home}/plugins/docs/build.xml"
> target="docs-quick"/>
> >         </target>
>>
>>
>>          <target name="maven:run-singletest">
>>            <ant antfile="${maven.home}/plugins/test/build.xml"
> target="run-singletest"/>
> >         </target>
>>
>>
>>          <target name="maven:check-source">
>>            <ant antfile="${maven.home}/plugins/core/build.xml"
> target="check-source"/>
> >         </target>
>>
>>
>>          <target name="maven:generate-reactor">
>>            <ant antfile="${maven.home}/plugins/reactor/build.xml"
> target="generate-reactor"/>
> >         </target>
>>
>>
>>          <target name="maven:jar">
>>            <ant antfile="${maven.home}/plugins/core/build.xml" target="jar"/>
>>          </target>
>>
>>
>>          <target name="maven:maven-update">
>>            <ant antfile="${maven.home}/plugins/core/build.xml"
> target="maven-update"/>
> >         </target>
>>
>>
>>          <target name="maven:gump-descriptor">
>>            <ant antfile="${maven.home}/plugins/core/build.xml"
> target="gump-descriptor"/>
> >         </target>
>>
>>
>
>
> *****CVS exited normally with code 1*****
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>
> SPAM: ---- Start SpamAssassin results
> SPAM: -4.4 hits, 5 required;
> SPAM: * -4.4 -- 'In-Reply-To' line found
> SPAM: * -0.0 -- AWL: Auto-whitelist adjustment
> SPAM: 
> SPAM: ---- End of SpamAssassin results

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to