RE: [JBoss-dev] Branch 3.2 doesn't build?

2002-11-20 Thread Christian Riege
hi dominik,

On Tue, 2002-11-19 at 22:05, Dominik Kacprzak wrote:
 I'm running into the same problem as Christian on RH Linux 8.0 even tho
 my ANT_HOME is not set.  On my box, I have the following ant rpms
 installed.
 
 ant-optional-full-1.5.1-3jpp
 ant-1.5.1-3jpp

this is my setup, too (except for the fact that i'm on RedHat 7.1 and
not 8.0 but that should not matter).

scott updated the ant .jar files to 1.5.1 yesterday (for Branch_3_2).
that seemed to fix my problem but only for a short time, somehow i
managed to set other things, too -- once i exited that shell, it was
broken again.

the basic problem is that ant reads in your /etc/ant.conf file which
apparently breaks the build. i will have one more try of fixing this
today as CVS HEAD is working just fine (then again the build.sh files
are totally different for the two).

you can solve your problem manually by editing jboss-dir/tools/bin/ant
by hand and commenting out the first 3 or 4 lines where it reads in your
/etc/ant.conf file -- works for me.

best regards,
christian



---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Branch 3.2 doesn't build?

2002-11-19 Thread Christian Riege
hi,

i just noticed that apparently Branch_3_2 doesn't build?! I had problems
with Branch_3_0 today but I resolved these w/ a fresh checkout using

cvs -d:ext:[EMAIL PROTECTED]:/cvsroot/jboss co -rBranch_3_0
jboss-3.0

i tried the same with Branch_3_2 (fresh checkout) but ant keeps
complaining:

--
BUILD FAILED
Error reading project file: unknown protocol: resource
--

this seems to stem from the DOCTYPE declaration in build.xml

!DOCTYPE project [
  !ENTITY buildmagic SYSTEM
resource://org/jboss/tools/buildmagic/common.xml]

which however works just fine for 3.0.

do others see the same or is it just me? the only thing i changed
locally that i upgraded to ant 1.5 on my system; however that shouldn't
affect jboss as it uses its own copy of ant; i double-checked that
(echoing $ANT and $ANT_HOME from build.sh points to the ant installation
in the 'tools' directory in jboss).

any suggestions?

best regards,
christian



---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Branch 3.2 doesn't build?

2002-11-19 Thread Scott M Stark
A clean build of a cvs -r Branch_3_2 jboss-3.2 is working for me.


Scott Stark
Chief Technology Officer
JBoss Group, LLC


- Original Message - 
From: Christian Riege [EMAIL PROTECTED]
To: JBoss Dev list [EMAIL PROTECTED]
Sent: Tuesday, November 19, 2002 6:33 AM
Subject: [JBoss-dev] Branch 3.2 doesn't build?


 hi,
 
 i just noticed that apparently Branch_3_2 doesn't build?! I had problems
 with Branch_3_0 today but I resolved these w/ a fresh checkout using
 
 cvs -d:ext:[EMAIL PROTECTED]:/cvsroot/jboss co -rBranch_3_0
 jboss-3.0
 
 i tried the same with Branch_3_2 (fresh checkout) but ant keeps
 complaining:
 
 --
 BUILD FAILED
 Error reading project file: unknown protocol: resource
 --
 
 this seems to stem from the DOCTYPE declaration in build.xml
 
 !DOCTYPE project [
   !ENTITY buildmagic SYSTEM
 resource://org/jboss/tools/buildmagic/common.xml]
 



---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Branch 3.2 doesn't build?

2002-11-19 Thread Christian Riege
hi,

On Tue, 2002-11-19 at 16:17, Scott M Stark wrote:
 A clean build of a cvs -r Branch_3_2 jboss-3.2 is working for me.
 

it is something related to my local ant installation (which i upgraded
to 1.5.1 recently) and the differing ant versions in the three branches.

3.0 uses Ant 1.4 -- works fine
3.2 uses Ant 1.5b2 -- breaks on my system
HEAD uses Ant 1.5.1 -- works fine

now i don't want to start picking on the build system (there has been
enough bashing of that in the past), but wouldn't it make sense to at
least have a consistent ant version used across all branches?

i just replaced the 1.5b2 in the tools/ directory of Branch_3_2 with the
1.5.1 from HEAD and things work again -- but I really don't want to
commit this as I'm afraid that I will break things for other people ...
Jason to the rescue?

regards,
Christian



---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Branch 3.2 doesn't build?

2002-11-19 Thread Scott M Stark
I have updated 3.2 to Ant 1.5.1 as that is what I am testing with for the 3.2beta2 
release.


Scott Stark
Chief Technology Officer
JBoss Group, LLC


- Original Message - 
From: Christian Riege [EMAIL PROTECTED]
To: JBoss Dev list [EMAIL PROTECTED]
Sent: Tuesday, November 19, 2002 8:45 AM
Subject: Re: [JBoss-dev] Branch 3.2 doesn't build?


 hi,
 
 On Tue, 2002-11-19 at 16:17, Scott M Stark wrote:
  A clean build of a cvs -r Branch_3_2 jboss-3.2 is working for me.
  
 
 it is something related to my local ant installation (which i upgraded
 to 1.5.1 recently) and the differing ant versions in the three branches.
 
 3.0 uses Ant 1.4 -- works fine
 3.2 uses Ant 1.5b2 -- breaks on my system
 HEAD uses Ant 1.5.1 -- works fine
 
 now i don't want to start picking on the build system (there has been
 enough bashing of that in the past), but wouldn't it make sense to at
 least have a consistent ant version used across all branches?
 
 i just replaced the 1.5b2 in the tools/ directory of Branch_3_2 with the
 1.5.1 from HEAD and things work again -- but I really don't want to
 commit this as I'm afraid that I will break things for other people ...
 Jason to the rescue?
 
 regards,
 Christian



---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Branch 3.2 doesn't build?

2002-11-19 Thread Sacha Labourey
and what if you type SET ANT= (on Windows) before launching the build
script: in this case the appropriate ANT version (as provided as part of the
JBoss build environment) will be used.

 -Message d'origine-
 De : [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]De la part de
 Christian Riege
 Envoyé : mardi, 19 novembre 2002 17:45
 À : JBoss Dev list
 Objet : Re: [JBoss-dev] Branch 3.2 doesn't build?


 hi,

 On Tue, 2002-11-19 at 16:17, Scott M Stark wrote:
  A clean build of a cvs -r Branch_3_2 jboss-3.2 is working for me.
 

 it is something related to my local ant installation (which i upgraded
 to 1.5.1 recently) and the differing ant versions in the three branches.

 3.0 uses Ant 1.4 -- works fine
 3.2 uses Ant 1.5b2 -- breaks on my system
 HEAD uses Ant 1.5.1 -- works fine

 now i don't want to start picking on the build system (there has been
 enough bashing of that in the past), but wouldn't it make sense to at
 least have a consistent ant version used across all branches?

 i just replaced the 1.5b2 in the tools/ directory of Branch_3_2 with the
 1.5.1 from HEAD and things work again -- but I really don't want to
 commit this as I'm afraid that I will break things for other people ...
 Jason to the rescue?

 regards,
   Christian



 ---
 This sf.net email is sponsored by: To learn the basics of securing
 your web site with SSL, click here to get a FREE TRIAL of a Thawte
 Server Certificate: http://www.gothawte.com/rd524.html
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development




---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Branch 3.2 doesn't build?

2002-11-19 Thread Dominik Kacprzak
On Tue, 2002-11-19 at 09:03, Sacha Labourey wrote:
 and what if you type SET ANT= (on Windows) before launching the build
 script: in this case the appropriate ANT version (as provided as part of the
 JBoss build environment) will be used.

Sacha, 

I'm running into the same problem as Christian on RH Linux 8.0 even tho
my ANT_HOME is not set.  On my box, I have the following ant rpms
installed.

ant-optional-full-1.5.1-3jpp
ant-1.5.1-3jpp

best regards,

- Dominik



---
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development