Jason,
I've looked at it and it looks like the win32 batch file is not
setting the XML parser to the crimson parser, which is the default set
by the UNIX shell script.  I added a couple of lines from the .sh
to the .bat and it all works now.  I'll commit the change once I've
fully tested it.

> -----Original Message-----
> From: Jason Dillon [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 12 September 2001 10:40 a.m.
> To: '[EMAIL PROTECTED]'
> Subject: RE: [JBoss-dev] How to build now?
> 
> 
> Looks like the new behavior of <antcall> is messing up some <call> (a
> buildmagic override for faster execution), which is causing 
> properties to
> not be set and custom tasks not to be noticed by targets 
> which are being
> called.
> 
> More to come...
> 
> --jason
> 
> 
> On Wed, 12 Sep 2001, David Maplesden wrote:
> 
> > I just changed the default configuration to not deploy 
> jetty by default, as
> > it not really very stable at the moment.  It is still easy 
> to deploy Jetty
> > manually, just copy the jetty-service.xml file from 
> conf/default to one of
> > the deployment dirs.  You will also have to edit it to set 
> the jetty home
> > property and change j2eedeployment-service.xml if you want 
> to deploy web
> > apps.
> >
> > This entailed changing the main build.xml file (where it copies the
> > *-service.xml files) and so I changed those two troublesome 
> property lines
> > at the same time.
> >
> > Jason, if you want to undo this, feel free, but they do 
> seem to be causing
> > problems under some platforms.
> >
> > (i.e. under mine which is win2k and sun's jre 1.3.1)
> >
> > David
> >
> > > -----Original Message-----
> > > From: David Maplesden [mailto:[EMAIL PROTECTED]]
> > > Sent: Wednesday, September 12, 2001 9:24 AM
> > > To: '[EMAIL PROTECTED]'
> > > Subject: RE: [JBoss-dev] How to build now?
> > >
> > >
> > > I just got a clean copy of everything from CVS, and built it
> > > from scratch...
> > > well tried to.
> > >
> > > I still got the error below so I had to change those two
> > > properties again to
> > >
> > >    <property name="executemodules.header" value="Executing
> > > '${target}' in
> > > module '${module}'..."/>
> > >    <property name="executemodules.footer" value="...Finished with
> > > '${target}' in module '${module}'."/>
> > >
> > > this must be something that comes up under win2k but not
> > > linux?  Although it
> > > never occurred for me before yesterday.
> > >
> > > Anyway apart from that everything built fine, including Jetty.
> > >
> > > When I tried to run it I got some errors from Jetty and on
> > > shut down all
> > > hell broke loose (on the Jetty shutdown).  Running without
> > > Jetty everything
> > > is fine.
> > >
> > > David.
> > >
> > > > -----Original Message-----
> > > > From: Jason Dillon [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, September 11, 2001 5:50 PM
> > > > To: '[EMAIL PROTECTED]'
> > > > Subject: RE: [JBoss-dev] How to build now?
> > > >
> > > >
> > > > I don't see this, could you try this again with the 
> latest changes.
> > > >
> > > > --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
> >
>
> _______________________________________________
> 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