5 Replies Latest reply on Aug 22, 2002 9:20 PM by marc.fleury

    building jboss-mx under windows from HEAD

    cspakler

      Hello. I just pulled the jboss-mx module from CVS at HEAD. Then I tried running build.bat under the build directory (since I am using windows) from a DOS prompt. I get the following error:

      C:\Projects\JBoss\jboss-mx\build>build
      Calling ..\tools\bin\ant.bat
      Buildfile: build.xml
      Trying to override old definition of task property

      _buildmagic:init:

      _buildmagic:init:local-properties:

      _buildmagic:init:buildlog:

      configure:
      [echo] groups: default
      [echo] modules: jmx

      init:

      _buildmagic:modules:most:
      [execmodules]
      [execmodules] ==========================================================[execmodules] == Executing 'most' in module 'jmx'...
      [execmodules] ==

      BUILD FAILED
      jar:file:/C:/Projects/JBoss/jboss-mx/tools/lib/buildmagic-tasks.jar!/org/jboss/tools/buildmagic/common.xml:242: You must specify value, on or refid with the name attribute

      I have tried using both ant 1.4 and ant 1.5. When I check out the jboss-all module and run build.bat, it works. Any idea why I can't get it to run for the jboss-mx module?

      Thanks.