You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/06/09 20:52:50 UTC

cvs commit: jakarta-tapestry/src/documentation/content/xdocs/UsersGuide upgrade.xml

hlship      2005/06/09 11:52:50

  Modified:    .        status.xml build.xml .classpath
               .settings org.eclipse.jdt.core.prefs
                        org.eclipse.jdt.ui.prefs
               src/documentation/content/xdocs tabs.xml site.xml index.xml
               src/documentation/content/xdocs/UsersGuide upgrade.xml
  Log:
  Add initial JDK 1.5 annotation support.
  
  Revision  Changes    Path
  1.119     +1 -0      jakarta-tapestry/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/status.xml,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- status.xml	8 Jun 2005 19:58:42 -0000	1.118
  +++ status.xml	9 Jun 2005 18:52:50 -0000	1.119
  @@ -69,6 +69,7 @@
          <action type="add" dev="HLS">Add configuration property org.apache.tapestry.accepted-locales, used to limit localization to a finite set of locales.</action>
          <action type="fix" dev="HLS" fixes-bug="TAPESTRY-335">Injection uses actual type of injected object, which may not be available (due to AOP, or due to use of JDK Proxies).</action>
          <action type="add" dev="HLS">Add page listing the project voting history.</action>
  +       <action type="add" dev="HLS">Add InjectObject annotation and basic annotation support (in tapestry-annotation module).</action>
       </release>
       <release version="4.0-alpha-3" date="May 16 2005">
         <action type="add" dev="HLS">Add initial support for the validator: binding prefix.</action>
  
  
  
  1.107     +1 -1      jakarta-tapestry/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/build.xml,v
  retrieving revision 1.106
  retrieving revision 1.107
  diff -u -r1.106 -r1.107
  --- build.xml	25 May 2005 01:51:31 -0000	1.106
  +++ build.xml	9 Jun 2005 18:52:50 -0000	1.107
  @@ -22,7 +22,7 @@
   
   	<filelist id="project.modules" 
   		dir="."
  -		files="framework/build.xml portlet/build.xml contrib/build.xml examples/Workbench/build.xml"/>
  +		files="framework/build.xml portlet/build.xml contrib/build.xml annotations/build.xml examples/Workbench/build.xml"/>
       
   	<import file="${hivebuild.dir}/project.xml"/>
   	<import file="${hivebuild.dir}/license-report.xml"/>    
  
  
  
  1.81      +5 -3      jakarta-tapestry/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/.classpath,v
  retrieving revision 1.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- .classpath	30 Apr 2005 02:54:48 -0000	1.80
  +++ .classpath	9 Jun 2005 18:52:50 -0000	1.81
  @@ -2,20 +2,22 @@
   <classpath>
   	<classpathentry kind="src" path="framework/src/java"/>
   	<classpathentry kind="src" path="framework/src/test"/>
  -	<classpathentry kind="src" path="portlet/src/java"/>
  -	<classpathentry kind="src" path="portlet/src/test"/>
   	<classpathentry kind="src" path="contrib/src/java"/>
   	<classpathentry kind="src" path="contrib/src/test"/>
  +	<classpathentry kind="src" path="portlet/src/java"/>
  +	<classpathentry kind="src" path="portlet/src/test"/>
  +	<classpathentry kind="src" path="annotations/src/java"/>
  +	<classpathentry kind="src" path="annotations/src/test"/>
   	<classpathentry kind="src" path="examples/Workbench/src/java"/>
   	<classpathentry kind="lib" path="config"/>
   	<classpathentry exported="true" kind="lib" path="framework/src/descriptor"/>
   	<classpathentry exported="true" kind="lib" path="portlet/src/descriptor"/>
   	<classpathentry exported="true" kind="lib" path="contrib/src/descriptor"/>
  +	<classpathentry kind="lib" path="annotations/src/descriptor"/>
   	<classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/>
   	<classpathentry exported="true" kind="lib" path="ext-package/lib/bsf-2.3.0.jar"/>
   	<classpathentry exported="true" kind="lib" path="ext-package/lib/commons-codec-1.3.jar"/>
   	<classpathentry exported="true" kind="lib" path="ext-package/lib/commons-fileupload-1.0.jar"/>
  -	<classpathentry exported="true" kind="lib" path="ext-package/lib/commons-lang-2.0.jar"/>
   	<classpathentry exported="true" kind="lib" path="ext-package/lib/commons-logging-1.0.4.jar"/>
   	<classpathentry kind="lib" path="ext-package/lib/easymock-1.1.jar"/>
   	<classpathentry kind="lib" path="ext-package/lib/javassist-3.0.jar"/>
  
  
  
  1.2       +11 -4     jakarta-tapestry/.settings/org.eclipse.jdt.core.prefs
  
  Index: org.eclipse.jdt.core.prefs
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/.settings/org.eclipse.jdt.core.prefs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- org.eclipse.jdt.core.prefs	31 May 2005 16:35:11 -0000	1.1
  +++ org.eclipse.jdt.core.prefs	9 Jun 2005 18:52:50 -0000	1.2
  @@ -1,4 +1,4 @@
  -#Thu May 26 12:35:05 EDT 2005
  +#Wed Jun 08 16:11:32 EDT 2005
   eclipse.preferences.version=1
   org.eclipse.jdt.core.codeComplete.argumentPrefixes=
   org.eclipse.jdt.core.codeComplete.argumentSuffixes=
  @@ -8,9 +8,16 @@
   org.eclipse.jdt.core.codeComplete.localSuffixes=
   org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=_
   org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
  -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
  -org.eclipse.jdt.core.compiler.problem.assertIdentifier=ignore
  -org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
  +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
  +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
  +org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
  +org.eclipse.jdt.core.compiler.compliance=1.5
  +org.eclipse.jdt.core.compiler.debug.lineNumber=generate
  +org.eclipse.jdt.core.compiler.debug.localVariable=generate
  +org.eclipse.jdt.core.compiler.debug.sourceFile=generate
  +org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
  +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
  +org.eclipse.jdt.core.compiler.source=1.5
   org.eclipse.jdt.core.compiler.taskCaseSensitive=enabled
   org.eclipse.jdt.core.compiler.taskPriorities=NORMAL,HIGH,NORMAL
   org.eclipse.jdt.core.compiler.taskTags=TODO,FIXME,XXX
  
  
  
  1.2       +3 -2      jakarta-tapestry/.settings/org.eclipse.jdt.ui.prefs
  
  Index: org.eclipse.jdt.ui.prefs
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/.settings/org.eclipse.jdt.ui.prefs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- org.eclipse.jdt.ui.prefs	31 May 2005 16:35:11 -0000	1.1
  +++ org.eclipse.jdt.ui.prefs	9 Jun 2005 18:52:50 -0000	1.2
  @@ -1,6 +1,7 @@
  -#Thu May 26 12:35:05 EDT 2005
  +#Wed Jun 08 16:11:32 EDT 2005
   eclipse.preferences.version=1
  -internal.default.compliance=user
  +internal.default.compliance=default
   org.eclipse.jdt.ui.exception.name=ex
   org.eclipse.jdt.ui.gettersetter.use.is=true
  +org.eclipse.jdt.ui.keywordthis=false
   org.eclipse.jdt.ui.overrideannotation=true
  
  
  
  1.10      +1 -0      jakarta-tapestry/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/src/documentation/content/xdocs/tabs.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- tabs.xml	14 Mar 2005 18:37:12 -0000	1.9
  +++ tabs.xml	9 Jun 2005 18:52:50 -0000	1.10
  @@ -28,5 +28,6 @@
     <tab label="Framework" dir="tapestry" id="tapestry"/>
     <tab label="Contrib Library" dir="tapestry-contrib" id="contrib"/>
     <tab label="Portlet Support" dir="tapestry-portlet" id="portlet"/>
  +  <tab label="Annotations" dir="tapestry-annotations" id="annotations"/>
   
    </tabs>
  
  
  
  1.35      +11 -0     jakarta-tapestry/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- site.xml	7 Jun 2005 21:26:54 -0000	1.34
  +++ site.xml	9 Jun 2005 18:52:50 -0000	1.35
  @@ -21,6 +21,7 @@
   <!ENTITY tapestry-report-menu.ent SYSTEM "tapestry-report-menu.ent">
   <!ENTITY tapestry-contrib-report-menu.ent SYSTEM "tapestry-contrib-report-menu.ent">
   <!ENTITY tapestry-portlet-report-menu.ent SYSTEM "tapestry-portlet-report-menu.ent">
  +<!ENTITY tapestry-annotations-report-menu.ent SYSTEM "tapestry-annotations-report-menu.ent">
   ]
   >
   
  @@ -136,6 +137,16 @@
           &tapestry-portlet-report-menu.ent;
         </reports>    
      </portlet>
  +   
  +   <annotations label="Annotations" tab="annotations" href="tapestry-annotations/">
  + 
  +    <index label="Overview" href="index.html"/>
  +  
  +      <reports label="Reports">
  +       &tapestry-annotations-report-menu.ent;
  +      </reports>      
  +    
  +   </annotations>
       
       <project label="Project">
           <item label="Mailing Lists"     href="http://jakarta.apache.org/site/mail2.html#tapestry"/>
  
  
  
  1.9       +5 -0      jakarta-tapestry/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.xml	2 May 2005 14:18:38 -0000	1.8
  +++ index.xml	9 Jun 2005 18:52:50 -0000	1.9
  @@ -91,6 +91,11 @@
   If you are using Tapestry in a production environment, it is recommended that you stick with Tapestry <strong>3.0.3</strong>,
   the latest stable release.
   </p>
  +
  +<p>
  +Tapestry 4.0 now supports <link href="tapestry-annotations/index.html">JDK 1.5 annotations</link>, which can be used
  +as an alternative to the XML page and component specifcations (in some cases).
  +</p>
     
     
   </section>
  
  
  
  1.11      +11 -0     jakarta-tapestry/src/documentation/content/xdocs/UsersGuide/upgrade.xml
  
  Index: upgrade.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/src/documentation/content/xdocs/UsersGuide/upgrade.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- upgrade.xml	13 May 2005 11:41:40 -0000	1.10
  +++ upgrade.xml	9 Jun 2005 18:52:50 -0000	1.11
  @@ -381,5 +381,16 @@
   
   </section>  <!-- upgrade.bean -->
   
  +<section id="upgrade.dependencies">
  +  <title>Dependency Changes</title>
  +  
  +<p>
  +Part of the transition to Tapestry 4.0, and targetting (in a later release) a minimum JDK of 1.5, is the <em>removal</em> of support for the
  +Jakarta commons-lang library.  commons-lang defined an Enum class that makes it impossible to compile code for JDK 1.5 ("enum" is a reserved word
  +in JDK 1.5).  With the loss of that dependency, so goes org.apache.tapestry.form.EnumPropertySelectionModel, an &IPropertySelectionModel; implementation.
  +</p>
  +  
  +</section>
  +
   </body>
   </document>
  
  
  

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