Bugs item #1032777, was opened at 2004-09-22 09:35
Message generated for change (Comment added) made by starksm
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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: David Budworth (dbudworth)
>Assigned to: Scott M Stark (starksm)
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.


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

>Comment By: Scott M Stark (starksm)
Date: 2004-11-07 10:48

Message:
Logged In: YES 
user_id=175228

This has been fixed for the 4.0.1RC1 release.

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

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:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to