You can no longer check out jboss-all on the head revision and build it.

The correct checkout is

cvs ... co jboss-head

for jboss 4

cvs ... co -r Branch_3.2 jboss-3.2
for 3.2

and

cvs ... co -r Branch_3.0 jboss-3.0

for 3.0

I think this is now documented on the "how to build" page, but it certainly
took a while for the instructions to be updated :-)

david jencks


On 2002.12.14 10:06:57 -0500 Weiqi Gao wrote:
> There seems to be a typo in jboss-head at
> jboss-all/tools/etc/buildfragments/libraries.ent
> 
> Which category should this be reported on SourceForge's bug system?
> 
> In case someone else is hitting on the same problem, here's the error
> message (a patch is attached):
> 
> [weiqi@gao-2001 build]$ ./build.sh
> build.sh: *WARNING* Ignoring environment value for $ANT_HOME
> build.sh: Executing: /home/weiqi/projects/jboss-all/tools/bin/ant
> -logger org.apache.tools.ant.NoBannerLogger
> Buildfile: build.xml
> 
> _buildmagic:init:
> Trying to override old definition of task property
> 
> configure-modules:
> Overriding previous definition of reference to jboss.naming.classpath
> 
> BUILD FAILED
> file:/home/weiqi/projects/jboss-all/build/../tools/etc/buildfragments/tools.ent:29:
> taskdef class xdoclet.modules.jmx.JMXDocletTask cannot be found
> 
> Total time: 4 seconds
> 
> -- 
> Weiqi Gao
> [EMAIL PROTECTED]
> 
> Index: libraries.ent
> ===================================================================
> RCS file: /cvsroot/jboss/tools/etc/buildfragments/libraries.ent,v
> retrieving revision 1.22
> diff -u -r1.22 libraries.ent
> --- libraries.ent     14 Dec 2002 00:48:14 -0000      1.22
> +++ libraries.ent     14 Dec 2002 14:50:39 -0000
> @@ -305,7 +305,7 @@
>    </path>
>  
>    <!-- XDoclet -->
> -  <property name="xdoclet.xdoclet.root"
> value="${project.thirdparty}/xdoclet-xdoclet"/>
> +  <property name="xdoclet.xdoclet.root"
> value="${project.thirdparty}/xdoclet/xdoclet"/>
>    <property name="xdoclet.xdoclet.lib"
> value="${xdoclet.xdoclet.root}/lib"/>
>    <path id="xdoclet.xdoclet.classpath">
>      <pathelement path="${xdoclet.xdoclet.lib}/commons-logging.jar"/>
> 
> 2002-12-14  Weiqi Gao  <[EMAIL PROTECTED]>
> 
>       * Fixed the value of the xdoclet.xdoclet.root property.
> 
> 


-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to