Bugs item #1032777, was opened at 2004-09-22 09:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1032777&group_id=22866

Category: Build System
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: David Budworth (dbudworth)
Assigned to: Nobody/Anonymous (nobody)
Summary: Release src fails to "build all" with ant 1.6.2

Initial Comment:
It may not be ant 1.6.2 specific, but that's what I was
testing against.

doing: 
jboss-4.0.0-src/build $ bash build.sh 

builds fine, but doing:
jboss-4.0.0-src/build $ bash build.sh all

Fails in _module-common-all.  Here is the tail end of
the build.
    ==
    ==  Finished with 'all' in module 'common'.
   
======================================================================
    

_module-common-all:
    [mkdir] Created dir:
/home/davidb/sandbox/vendor/jboss/jboss-4.0.0-src/build/output/jboss-4.0.0/docs/api/common
     [copy] Copying 671 files to
/home/davidb/sandbox/vendor/jboss/jboss-4.0.0-src/build/output/jboss-4.0.0/docs/api/common
    [mkdir] Created dir:
/home/davidb/sandbox/vendor/jboss/jboss-4.0.0-src/build/output/jboss-4.0.0/docs/todo/common

BUILD FAILED
/home/davidb/sandbox/vendor/jboss/jboss-4.0.0-src/build/build.xml:501:
/home/davidb/sandbox/vendor/jboss/jboss-4.0.0-src/common/output/todo
not found.


Looking in build.xml, it appears that an attempt is
made to copy files to a non-existant directory.  Maybe
it's a 1.6.2 thing where copy doesn't create the target
dir?  Or just a mistake with the <mkdir/> tags left out.

I'd be happy to submit a patch to fix it, but I don't
know if it's expected that the tree is made prior to
the copy.  Possibly by build-magic.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1032777&group_id=22866


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to