Hi,

 

I’m using ant 1.4.1 and have used it to build jboss 4.0.0alpha before, so I don’t know what happened since then.  Now, however, when I run “build all” from the jboss-all/build it fails whenever it hits something like this

 

<!-- Generate TODO list from @todo tags -->

  <target name="docs-todo"

              depends="docs-todo-check"

              unless="docs-todo.disable">

 

    <todo sourcepath="${source.java}"

          destdir="${build.todo}"

          classpathref="xdoclet.task.classpath">

 

      <fileset dir="${source.java}">

        <include name="**/*.java"/>

      </fileset>

 

      <info/>

    </todo>

  </target>

 

 

giving the error:

 

BUILD FAILED

file:C:/jboss-src/jboss-all/common/build.xml:346: The 'sourcepath' attribute can not be used anymore.  Use <fileset> to define the files to parse

 

I’d rather not go through all the build files and change sourcepath attributes to nested fileset tags.  Is there something I’m doing wrong?

 

Thanks,
Emily

Reply via email to