Nevermind, when I downloaded the nightly snapshot I was able to build.
-----Original Message-----
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, |
- [JBoss-user] build error jboss 4.0.0alpha Emily Short
- Re: [JBoss-user] build error jboss 4.0.0alpha David Jencks
- RE: [JBoss-user] build error jboss 4.0.0alpha Emily Short
- [JBoss-user] build error jboss 4.0.0alpha Emily Short
- Re: [JBoss-user] build error jboss 4.0.0alph... David Jencks
- Emily Short