Thanks so much David!  When should I check back for the fixes?

Emily

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of David
Jencks
Sent: Monday, September 09, 2002 1:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] build error jboss 4.0.0alpha

You are ok, I'll fix the build scripts.  I didn't try build-all when I
updated xdoclet and missed these targets.

thanks
david jencks
On 2002.09.09 15:30:46 -0400 Emily Short wrote:
> 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
> 
> 
> <html>
> 
> <head>
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
> 
> 
> <meta name=Generator content="Microsoft Word 10 (filtered)">
> 
> <style>
> <!--
>  /* Style Definitions */
>  p.MsoNormal, li.MsoNormal, div.MsoNormal
>       {margin:0in;
>       margin-bottom:.0001pt;
>       font-size:12.0pt;
>       font-family:"Times New Roman";}
> a:link, span.MsoHyperlink
>       {color:blue;
>       text-decoration:underline;}
> a:visited, span.MsoHyperlinkFollowed
>       {color:purple;
>       text-decoration:underline;}
> span.EmailStyle17
>       {font-family:Arial;
>       color:windowtext;}
> @page Section1
>       {size:8.5in 11.0in;
>       margin:1.0in 1.25in 1.0in 1.25in;}
> div.Section1
>       {page:Section1;}
> -->
> </style>
> 
> </head>
> 
> <body lang=EN-US link=blue vlink=purple>
> 
> <div class=Section1>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>Hi,</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>I&#8217;m using ant 1.4.1 and have used it to build
> jboss
> 4.0.0alpha before, so I don&#8217;t know what happened since
then.&nbsp;
> Now,
> however, when I run &#8220;build all&#8221; from the jboss-all/build
it
> fails
> whenever it hits something like this</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&lt;!-- Generate TODO list from @todo tags
> --&gt;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp; &lt;target name=&quot;docs-todo&quot;
> </span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
>
font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;
> &nbsp;
> depends=&quot;docs-todo-check&quot; </span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
>
font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;&nbsp;&nbsp;
> &nbsp;
> unless=&quot;docs-todo.disable&quot;&gt;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;&nbsp;&nbsp; &lt;todo
> sourcepath=&quot;${source.java}&quot;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
>
font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;
> destdir=&quot;${build.todo}&quot;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
>
font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;
> classpathref=&quot;xdoclet.task.classpath&quot;&gt;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fileset
> dir=&quot;${source.java}&quot;&gt;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;include
> name=&quot;**/*.java&quot;/&gt;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> &lt;/fileset&gt;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
> &lt;info/&gt;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;&nbsp;&nbsp; &lt;/todo&gt;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp; &lt;/target&gt;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>giving the error: </span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>BUILD FAILED</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>file:C:/jboss-src/jboss-all/common/build.xml:346:
The
> 'sourcepath'
> attribute can not be used anymore.&nbsp; Use &lt;fileset&gt; to define
> the
> files to parse</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>I&#8217;d rather not go through all the build files
> and
> change sourcepath attributes to nested fileset tags.&nbsp; Is there
> something I&#8217;m
> doing wrong?</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>&nbsp;</span></font></p>
> 
> <p class=MsoNormal><font size=2 face=Arial><span
style='font-size:10.0pt;
> font-family:Arial'>Thanks,<br>
> Emily</span></font></p>
> 
> </div>
> 
> </body>
> 
> </html>
> 


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to