Yes, I fixed it easily enough by changing them to...

  <property name="executemodules.header" value="Executing '${target}' in
module '${module}'..."/>
  <property name="executemodules.footer" value="...Finished with '${target}'
in module '${module}'."/>

I hate to add to your problems but I did a build clean followed by a build
and I get heaps of errors in the plugins/jetty module.  Interestingly this
is after the connector module which built fine for me.  I am trying to work
out what is wrong, seems to be something to do with the classpath wouldn't
you say?

I think all these problems cropped up when you changed the ant stuff in CVS
to ant 1.4 if thats any help.

(snippets from build.log)

[execmodules]Executing 'most' in module 'plugins/jetty'...

init-buildlog:

init:
[moduleinfo]Project root: W:\jboss\jboss-all
[moduleinfo] Module root: W:\jboss\jboss-all\plugins\jetty

compile-classes:
     [javac]Compiling 8 source files to
W:\jboss\jboss-all\plugins\jetty\output\classes
W:\jboss\jboss-all\plugins\jetty\src\main\org\jboss\jetty\JBossLogSink.java:
13: cannot resolve symbol
symbol  : class Code  
location: package util
import org.mortbay.util.Code;
                        ^
W:\jboss\jboss-all\plugins\jetty\src\main\org\jboss\jetty\JBossLogSink.java:
14: cannot resolve symbol
symbol  : class Frame  
location: package util
import org.mortbay.util.Frame;
                        ^
<snip>
<snip>
<snip>

W:\jboss\jboss-all\plugins\jetty\src\main\org\jboss\jetty\SetupHandler.java:
59: cannot resolve symbol
symbol  : variable super  
location: class org.jboss.jetty.SetupHandler
      super.start();
      ^
73 errors

BUILD FAILED

W:\jboss\jboss-all\plugins\jetty\build.xml:257: Compile failed, messages
should have been provided.




Cheers
David

> -----Original Message-----
> From: Jason Dillon [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 11, 2001 4:10 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: [JBoss-dev] How to build now?
> 
> 
> Windows?
> 
> --jason
> 
> 
> On Tue, 11 Sep 2001, David Maplesden wrote:
> 
> > I just had the same thing, its complaining about the lines...
> >
> >   <property name="executemodules.header"><![CDATA[
> >     
> ======================================================================
> >     ==  Executing '${target}' in module '${module}'...
> >     ==]]></property>
> >
> >   <property name="executemodules.footer"><![CDATA[
> >     ==
> >     ==  Finished with '${target}' in module '${module}'.
> >     
> ======================================================================
> >     ]]></property>
> >
> > .. if that's any help.
> >
> > David
> >
> > > -----Original Message-----
> > > From: Bill Burke [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, September 11, 2001 3:45 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: [JBoss-dev] How to build now?
> > >
> > >
> > > I get the following error on Win2k.  I had to revert to an
> > > older build.bat
> > > to get it to compile....
> > >
> > > D:\main\jboss-all\jboss-all\build>build.bat
> > > Calling ..\tools\bin\ant.bat
> > > Buildfile: build.xml
> > >
> > > BUILD FAILED
> > >
> > > D:\main\jboss-all\jboss-all\build\build.xml:276: You must
> > > specify value,
> > > locatio
> > > n or refid with the name attribute
> > >
> > > Total time: 4 seconds
> > >
> > > D:\main\jboss-all\jboss-all\build>
> > >
> > >
> > > Regards,
> > >
> > > Bill
> > >
> > > > -----Original Message-----
> > > > From: [EMAIL PROTECTED]
> > > > [mailto:[EMAIL PROTECTED]]On
> > > Behalf Of Jason
> > > > Dillon
> > > > Sent: Monday, September 10, 2001 11:23 PM
> > > > To: Jboss-Development@Lists. Sourceforge. Net
> > > > Subject: Re: [JBoss-dev] How to build now?
> > > >
> > > >
> > > > jboss-all, then `build/build.bat` should build the 
> cluster module.
> > > > jboss-most will work too, but I suggest jboss-all.
> > > >
> > > > --jason
> > > >
> > > >
> > > > On Mon, 10 Sep 2001, Bill Burke wrote:
> > > >
> > > > > I gotten lastest in awhile.  How do I build now?  I want
> > > to build the
> > > > > cluster module on Win2k.  Do I get jboss-most? 
> jboss-all? or what?
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Bill
> > > > >
> > > >
> > > >
> > > > _______________________________________________
> > > > Jboss-development mailing list
> > > > [EMAIL PROTECTED]
> > > > https://lists.sourceforge.net/lists/listinfo/jboss-development
> > > >
> > >
> > >
> > >
> > > _______________________________________________
> > > Jboss-development mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/jboss-development
> > >
> >
> > _______________________________________________
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> >
> 
> 
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
> 

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

Reply via email to