Joe, I figured out why the src distributions were failing during the tests.

   <!-- Copy configuration files -->
   <j:set var="docsDest" value="${maven.docs.dest}"/>
   <ant:copy todir="${maven.dist.src.assembly.dir}/conf">   <-- right here
     <ant:fileset dir="./conf/share">
       <ant:include name="*.xml"/>
       <ant:include name="*.dtd"/>
     </ant:fileset>
   </ant:copy>
 </postGoal>

The copy task should copy to "${maven.dist.src.assembly.dir}/conf/share".

After making that change locally, I am able to:

[EMAIL PROTECTED] ~/svn/struts/current/core
$ cd target/struts-core-1.3.0-dev/src/struts-core-1.3.0-dev/

[EMAIL PROTECTED] ~/svn/struts/current/core/target/struts-core-1.3.0-dev/src/struts-core-1.3.0-dev
$ maven dist
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0.2


build:start:

dist:build-setup:
[mkdir] Created dir: D:\cygwin\home\jmitchell\svn\struts\current\core\target\struts-core-1.3.0-dev\src\struts-core-1.3.0-dev\target\distributions
...
...
...
test:test:
[junit] Running org.apache.struts.action.TestActionMessage
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
[junit] Running org.apache.struts.action.TestActionMessages
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
[junit] Running org.apache.struts.action.TestActionRedirect
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
[junit] Running org.apache.struts.action.TestDynaActionForm
[junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 0.15 sec
[junit] Running org.apache.struts.action.TestDynaActionFormClass
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
[junit] Running org.apache.struts.chain.commands.generic.TestWrappingLookupCommand
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.11 sec
[junit] Running org.apache.struts.chain.commands.servlet.TestAuthorizeAction
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.14 sec
[junit] Running org.apache.struts.config.TestActionConfigMatcher
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.211 sec
[junit] Running org.apache.struts.config.TestModuleConfig
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 1.482 sec
[junit] Running org.apache.struts.util.TestRequestUtils
[junit] Tests run: 22, Failures: 0, Errors: 0, Time elapsed: 0.19 sec
[junit] Running org.apache.struts.validator.TestValidWhen
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.201 sec
Copying: from 'D:\cygwin\home\jmitchell\svn\struts\current\core\target\struts-core-1.3.0-dev\src\struts-core-1.3.0-dev\target\struts-core-1.3.0-dev.jar' to: 'C:\Docu
ments and Settings\jmitchell\.maven\repository\struts\jars\struts-core-1.3.0-dev.jar'
Copying: from 'D:\cygwin\home\jmitchell\svn\struts\current\core\target\struts-core-1.3.0-dev\src\struts-core-1.3.0-dev\project.xml' to: 'C:\Documents and Settings\jm
itchell\.maven\repository\struts\poms\struts-core-1.3.0-dev.pom'
BUILD SUCCESSFUL
Total time: 2 minutes 12 seconds
Finished at: Tue Mar 01 07:48:26 EST 2005




So, do you want to commit that or should I?


-- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx




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



Reply via email to