Bugs item #460616, was opened at 2001-09-11 01:30
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=460616&group_id=22866

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tomasz Skutnik (tskutnik)
Assigned to: Nobody/Anonymous (nobody)
Summary: "build/build.sh clobber" failes

Initial Comment:
Here's stack trace
<... snipp ...>

modules-clean:
[execmodules] 
   
======================================================================

    ==  Executing 'clean' in module 'j2ee'...
    ==

_init-prepare:

init:

_init-child:

_init-local-properties:

_init-buildlog:

_configure:

_configure-tools:

_configure-libraries:

_configure-modules:

_configure-tasks:

BUILD FAILED

java.lang.StackOverflowError
        at
planet57.tools.buildmagic.task.ResolveProperties.subst(ResolveProperties.java:112)
        at
planet57.tools.buildmagic.task.ResolveProperties.subst(ResolveProperties.java:114)
        at
planet57.tools.buildmagic.task.ResolveProperties.subst(ResolveProperties.java:114)

<... and so on, and so on...snip... >


For what I see it's a problem with properties
substiution. It seems to be a problem with recursive,
or indirectly recursive property value definition -
somewhere around "build/build.xml:modules-clean task"
and "j2ee/build.xml:_configure-tasks" targets. I don't
have full buildmagick sources to debug the problem
throughtfully and submit the patch. Please correct this
, or give me at least sources or anonymous CVS acces to
buildmagic, and I'll try to resolve tha matter.

Scooter

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

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

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to