1 Reply Latest reply on Aug 5, 2003 11:40 PM by starksm64

    Erratta: 3.2.1 documentation

    oravecz

      I am trying to build the jBoss 3.2.2 branch based on the documentation found in the pay docs. They do not seem to work as advertised on a clean system. I am using Windows 2000, JDK 1.4.1_02. The current;y documented steps are (I am being Windows-specific here):

      set CVSROOT=:pserver:anonymous@cvs.jboss.sourceforge.net:/cvsroot/jboss
      set JAVA_HOME=\path\to\j2sdk1.4.1_02
      cvs co -r JBoss_3_2_1 jboss-3.2
      cd .\jboss-3.2\bin
      build.bat

      I have then updated this codebase by updating with BRANCH_3_2. I have also tried checking BRANCH_3_2 out directly, but no success. The compilation chokes. For example, when updating the above statements using:

      cvs update -r Branch_3_2 jboss-3.2

      Compilation begins to bomb during the security module:

      E:\projects\jboss-3.2\security\src\main\org\jboss\security\plugins\JaasSecurityManagerService.java:44: package org.jboss.security.propertyeditor does not exist import org.jboss.security.propertyeditor.PrincipalEditor;

      Can you please post the four or five lines necessary to check out and build jBoss specifically for the 3.2.2 branch?

      thanks!