You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by le...@apache.org on 2004/08/28 23:12:59 UTC

cvs commit: jakarta-commons/attributes RELEASE.txt windeploysite.cmd

leosutic    2004/08/28 14:12:59

  Modified:    attributes RELEASE.txt windeploysite.cmd
  Log:
  Updated changelog. See it for a description of what is in this commit.
  
  Revision  Changes    Path
  1.3       +14 -0     jakarta-commons/attributes/RELEASE.txt
  
  Index: RELEASE.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/RELEASE.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RELEASE.txt	27 Aug 2004 21:30:10 -0000	1.2
  +++ RELEASE.txt	28 Aug 2004 21:12:59 -0000	1.3
  @@ -21,6 +21,20 @@
    + Added getCause() to applicable Throwables, making them compliant 
      with the standard Java2 1.4 nested throwable spec.
   
  + + CircularDependencyError now expects a list of Class instances
  +   instead of a list of any object type. The old behavior is still
  +   supported and will remain so.
  +
  + + CircularDependencyError now shows the full circle of dependencies.
  +
  + + Added a ParameterIndexOutOfBoundsException to be thrown when
  +   the client tries to retrieve attributes from a parameter of a
  +   constructor or method and the parameter index is out of bounds.
  +
  + + Added a SealedAttributeException to be thrown when an attempt to
  +   modify a sealed attribute is made. The exception is a subclass
  +   of the IllegalStateException that used to be thrown.
  +
   == 2.1 ==
   
    + Made the Maven plugin only run the attribute compiler if
  
  
  
  1.2       +3 -0      jakarta-commons/attributes/windeploysite.cmd
  
  Index: windeploysite.cmd
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/attributes/windeploysite.cmd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- windeploysite.cmd	27 Aug 2004 23:13:13 -0000	1.1
  +++ windeploysite.cmd	28 Aug 2004 21:12:59 -0000	1.2
  @@ -11,5 +11,8 @@
   
   echo Usage: windeploysite username
   echo Example: windeploysite leosutic
  +echo This script assumes you have the PuTTY SSH client in your path. 
  +echo See http://www.chiark.greenend.org.uk/~sgtatham/putty/
  +echo for instructions on how to download and install PuTTY.
   
   :END
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org