- 
        1. Re: Building JBoss 4.0.2 with security patch jbas-1875- patcryan.campbell Aug 16, 2005 9:55 AM (in response to prakashbabu)You have the wrong CVS repository: 
 http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository
- 
        2. Re: Building JBoss 4.0.2 with security patch jbas-1875- patcprakashbabu Aug 18, 2005 8:57 AM (in response to prakashbabu)Hello Ryan, 
 I downloaded JBoss 4.0.2 source from CVS location you suggested
 #cvs -z3 -d:pserver:anonymous@anoncvs.forge.jboss.com:/cvsroot/jboss co -r JBoss_4_0_2 jboss-4.0
 But I dont find any difference between the original source and the one in the cvs
 #diff -r jboss-4.0.2-src jboss-4.0.2_cvs
 So where can I get the JBoss 4.0.2 source in which the Security patch jbas-1875 is applied ?
 Or else can I use the following steps
 1. Download JBoss 4.0.2 source from
 http://jaist.dl.sourceforge.net/sourceforge/jboss/jboss-4.0.2-src.tar.bz2
 2. Build JBoss Application Server
 # cd jboss-4.0.2-src/build/
 #./build.sh
 3. Replace the built jar files in the client(jbossall-client.jar,jbosssx-client.jar) and server(jboss-jca.jar,jboss.jar,jbosssx.jar) directory with the ones present in the jbas-1875- patch.zip
 # unzip jbas-1875-patch.zip
 # cp client/* jboss-4.0.2-src/build/output/jboss-4.0.2/client/
 # cp server/default/lib/* jboss-4.0.2-src/build/output/jboss-4.0.2/server/default/lib
 Thanks,
 Prakash
- 
        3. Re: Building JBoss 4.0.2 with security patch jbas-1875- patcryan.campbell Aug 18, 2005 12:01 PM (in response to prakashbabu)I shouldn't have replied to you in this forum. This is the wrong forum for this discussion - this is the "Design of JBoss Build System". 
 You need to take your question to the Installation, Configuration & Deployment forum.
- 
        4. Re: Building JBoss 4.0.2 with security patch jbas-1875- patcprakashbabu Aug 19, 2005 7:22 AM (in response to prakashbabu)I actually posted this question to the 
 Installation, Configuration & Deployment forum nearly three times but none seem to respond and thats why I posted here thinking that was the wrong forum.
 thanks,
 Prakash
- 
        6. Re: Building JBoss 4.0.2 with security patch jbas-1875- patcprakashbabu Aug 19, 2005 11:46 PM (in response to prakashbabu)I went through above link and understood the do's and dont's in the JBoss forum. I apologise for my mistake. 
 Thanks,
 Prakash
 
    