17 Nov, 2006

2 commits

  • by build-tools get created under the build directory so they do not get
    accidentally checked into the repository and get properly cleaned up by the
    "clean" target.
    
    The build-tools.jar file should now be built every time it is needed, so the
    static copy has been removed from the ext directory.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@745 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • * Add a new quicksetup.jar file that can be used for both Web Start and local installations of Open DS.
    
    * Modify the setup script so that now they will launch by default the graphical setup.  If an error occurs (because for instance we do not have access to the display) or if the user specifies the --cli option then we will use the cli based setup (the one we had until today).
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@744 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

30 Oct, 2006

2 commits


27 Sep, 2006

1 commit


26 Sep, 2006

2 commits


25 Sep, 2006

1 commit


21 Sep, 2006

1 commit


19 Sep, 2006

2 commits

  • default test ant target, I have added a "slow" test group to testng. To
    use it, just put something like "@Test(groups = { "slow" })" before your
    test case method. 
    
    This is implemented by a modified testng.xml file which is modified by a
    custom ant task called preptestng. It basically takes a
    group include/exclude string like "exclude=slow,include=fast" from ant
    and insert the correct tags into a copy of the testng.xml file.
    
    A new resource directory is now created before running tests to hold the
    modified testng.xml. it is located at build/unit-tests/resource. The
    preptestng task will copy the master testng.xml file from
    ext/testng/testng.xml to the new resource directory and add the
    appropreate group tags based on parameters from ant.
    
    This also creates a build-tools top level directory to hold this tool and any future build tools. A new ant target called "buildtools" is also added to rebuild the tools and make the build-tools.jar file in ext.
    
    The slow tests are only ran with the all, testall, or
    testallwithcoverage targets.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@384 41b1ffd8-f28e-4786-ab96-9950f0a78031
    boli
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@381 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     

18 Sep, 2006

1 commit

  • - The entryUUID plugin
    - The password policy import plugin
    - The LDAP attribute description list plugin
    - The LastMod plugin
    - The length-based password validator
    - The default entry cache
    - The null connection security provider
    - The internal connection security provider
    - The ANONYMOUS SASL mechanism handler
    - The CRAM-MD5 SASL mechanism handler
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@373 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     

16 Sep, 2006

1 commit


14 Sep, 2006

1 commit


12 Sep, 2006

2 commits


08 Sep, 2006

1 commit


06 Sep, 2006

3 commits


03 Sep, 2006

2 commits


01 Sep, 2006

1 commit


12 Jul, 2006

1 commit

  • - synchronization msg serialization/un-serialization (classes that inherit from SynchronizationMsg)
     - modify conflicts resolution (Historical class)
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@5 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     

28 Jun, 2006

1 commit