svn commit: r916479 - in /ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.build: ./ build.xml

2010-02-25 Thread jgbutler
Author: jgbutler
Date: Thu Feb 25 22:45:38 2010
New Revision: 916479

URL: http://svn.apache.org/viewvc?rev=916479view=rev
Log:
[Ibator] Build Updates

Modified:
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.build/   (props 
changed)
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.build/build.xml

Propchange: ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.build/
--
--- svn:ignore (added)
+++ svn:ignore Thu Feb 25 22:45:38 2010
@@ -0,0 +1 @@
+devBuildCallbacks.xml

Modified: 
ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.build/build.xml
URL: 
http://svn.apache.org/viewvc/ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.build/build.xml?rev=916479r1=916478r2=916479view=diff
==
--- ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.build/build.xml 
(original)
+++ ibatis/java/ibator/trunk/eclipse/org.apache.ibatis.ibator.build/build.xml 
Thu Feb 25 22:45:38 2010
@@ -1,7 +1,10 @@
 project name=org.apache.ibatis.ibator.build default=build
property file=build.properties /
+   property name=callbacks.file value=devBuildCallbacks.xml /
 
target name=init
+   available file=${callbacks.file} 
property=callbacks.enabled/
+   
!-- First, regenerate the documentation --
ant 
antfile=../org.apache.ibatis.ibator.eclipse.doc/buildDoc.xml
  dir=../org.apache.ibatis.ibator.eclipse.doc /
@@ -54,19 +57,11 @@
delete dir=${buildDirectory} /
/target

-   target name=build depends=clean, init, pde-build /
-   
-   target name=jeffDev
-   delete dir=C:/JavaTools/eclipse failonerror=false/
-   delete dir=C:/EclipseWorkspaces/IbatorTest 
failonerror=false/
-   mkdir dir=C:/EclipseWorkspaces/IbatorTest/
-   unzip dest=C:/Apache/Ibator/eclipse/IbatorUpdateSite
-   
src=C:/Temp/ibator.build/I.TestBuild/org.apache.ibatis.ibator-TestBuild.zip
-   overwrite=true /
-   unzip dest=C:/JavaTools
-   src=C:/Downloads/Eclipse/eclipse-SDK-3.5.1-win32.zip 
/
+   target name=postBuildDevCallback if=callbacks.enabled
+   subant antfile=${callbacks.file} failonerror=false 
buildpath=. target=post.build
+   /subant
/target

-   target name=buildInDev depends=build, jeffDev /
+   target name=build depends=clean, init, pde-build, 
postBuildDevCallback /

 /project




svn commit: r916553 - /ibatis/java/ibatis-3/trunk/version.properties

2010-02-25 Thread cbegin
Author: cbegin
Date: Fri Feb 26 03:29:56 2010
New Revision: 916553

URL: http://svn.apache.org/viewvc?rev=916553view=rev
Log:
ibatis 3 beta 10 version

Modified:
ibatis/java/ibatis-3/trunk/version.properties

Modified: ibatis/java/ibatis-3/trunk/version.properties
URL: 
http://svn.apache.org/viewvc/ibatis/java/ibatis-3/trunk/version.properties?rev=916553r1=916552r2=916553view=diff
==
--- ibatis/java/ibatis-3/trunk/version.properties (original)
+++ ibatis/java/ibatis-3/trunk/version.properties Fri Feb 26 03:29:56 2010
@@ -1,5 +1,5 @@
 #Build version info
-#Mon Feb 15 10:25:25 MST 2010
+#Thu Feb 25 20:19:07 MST 2010
 version=3.0.0
-buildDate=2010/02/15 10\:25
-buildNum=239
+buildDate=2010/02/25 20\:19
+buildNum=241




svn commit: r916555 - /ibatis/java/ibatis-3/tags/java_release_3.0.0-240_beta_10/

2010-02-25 Thread cbegin
Author: cbegin
Date: Fri Feb 26 03:31:31 2010
New Revision: 916555

URL: http://svn.apache.org/viewvc?rev=916555view=rev
Log:
Copied ibatis/java/ibatis-3/trunk to 
ibatis/java/ibatis-3/tags/java_release_3.0.0-240_beta_10.

Added:
ibatis/java/ibatis-3/tags/java_release_3.0.0-240_beta_10/
  - copied from r916554, ibatis/java/ibatis-3/trunk/



svn commit: r916558 - in /ibatis/site: pages/archive.vm pages/index.vm pages/java.vm template/images/flow.png template/images/flow_sm.png

2010-02-25 Thread cbegin
Author: cbegin
Date: Fri Feb 26 03:49:55 2010
New Revision: 916558

URL: http://svn.apache.org/viewvc?rev=916558view=rev
Log:
beta 10 update

Modified:
ibatis/site/pages/archive.vm
ibatis/site/pages/index.vm
ibatis/site/pages/java.vm
ibatis/site/template/images/flow.png
ibatis/site/template/images/flow_sm.png

Modified: ibatis/site/pages/archive.vm
URL: 
http://svn.apache.org/viewvc/ibatis/site/pages/archive.vm?rev=916558r1=916557r2=916558view=diff
==
--- ibatis/site/pages/archive.vm (original)
+++ ibatis/site/pages/archive.vm Fri Feb 26 03:49:55 2010
@@ -7,7 +7,24 @@
 
  h2News Archive/h2
 
-
+  div class=post
+h1 class=titleiBATIS 3 Beta 9/h1
+p class=meta
+  smallPosted by Clinton Begin on Jan 23, 2010/small
+/p
+div class=entry
+  p
+Beta 9 is out.  Barring any major issues, this will likely be the GA 
release.
+A few new minor features have been added.  Automapping is now 
configurable,
+transaction isolation support has been added to both the two 
DataSource implementations
+and the SqlSession. Mapper interface inheritance is now supported.  
Finally, we've
+added a way to clear the local cache.  Migrations also got an upgrade, 
with command shortcuts
+up/down step parameters and character sets can be specified in the 
environment config.
+The documentation has been updated with these changes.  Check it out 
and help us get it to GA!
+  /p
+p class=morea href=java.cgiGet iBATIS 3.0 from the Java page 
hellip;/a/p
+/div
+  /div
 
  div class=post
h1 class=titleiBATIS 3 Beta 8/h1

Modified: ibatis/site/pages/index.vm
URL: 
http://svn.apache.org/viewvc/ibatis/site/pages/index.vm?rev=916558r1=916557r2=916558view=diff
==
--- ibatis/site/pages/index.vm (original)
+++ ibatis/site/pages/index.vm Fri Feb 26 03:49:55 2010
@@ -30,19 +30,16 @@
   /div
 
   div class=post
-h1 class=titleiBATIS 3 Beta 9/h1
+h1 class=titleiBATIS 3 Beta 10/h1
 p class=meta
-  smallPosted by Clinton Begin on Jan 23, 2010/small
+  smallPosted by Clinton Begin on Feb 25, 2010/small
 /p
 div class=entry
   p
-Beta 9 is out.  Barring any major issues, this will likely be the GA 
release.
-A few new minor features have been added.  Automapping is now 
configurable,
-transaction isolation support has been added to both the two 
DataSource implementations
-and the SqlSession. Mapper interface inheritance is now supported.  
Finally, we've
-added a way to clear the local cache.  Migrations also got an upgrade, 
with command shortcuts
-up/down step parameters and character sets can be specified in the 
environment config.
-The documentation has been updated with these changes.  Check it out 
and help us get it to GA!
+Here we go. This is the version that I will vote for GA at some point. 
 After a full month of Beta 9,
+there hasn't been any real bugs.  Every issue logged was a borderline 
new feature.  That said, just to be safe
+we'll run this last beta to ensure that the build is of high quality 
and that there are no last minute
+showstoppers.  Enjoy.
   /p
 p class=morea href=java.cgiGet iBATIS 3.0 from the Java page 
hellip;/a/p
 /div

Modified: ibatis/site/pages/java.vm
URL: 
http://svn.apache.org/viewvc/ibatis/site/pages/java.vm?rev=916558r1=916557r2=916558view=diff
==
--- ibatis/site/pages/java.vm (original)
+++ ibatis/site/pages/java.vm Fri Feb 26 03:49:55 2010
@@ -21,14 +21,14 @@
   /form
 
   div style=background-color:#11;padding:5px
-h4iBATIS 3 Beta 9/h4
+h4iBATIS 3 Beta 10/h4
 ul
   li
-a 
href=http://people.apache.org/builds/ibatis/ibatis-3-core/ibatis-3-core-3.0.0.227.zip;bDownload
 iBATIS 3 Persistence Framework/b/a
-br/ [Status: bBETA/b | Jan 10, 2010 | Java 5+]
+a 
href=http://people.apache.org/builds/ibatis/ibatis-3-core/ibatis-3-core-3.0.0.240.zip;bDownload
 iBATIS 3 Persistence Framework/b/a
+br/ [Status: bBETA/b | Feb 25, 2010 | Java 5+]
 br/
-[a 
href=http://people.apache.org/builds/ibatis/ibatis-3-core/ibatis-3-core-3.0.0.227.zip.md5;MD5/a]
-[a 
href=http://people.apache.org/builds/ibatis/ibatis-3-core/ibatis-3-core-3.0.0.227.zip.asc;PGP/a]
+[a 
href=http://people.apache.org/builds/ibatis/ibatis-3-core/ibatis-3-core-3.0.0.240.zip.md5;MD5/a]
+[a 
href=http://people.apache.org/builds/ibatis/ibatis-3-core/ibatis-3-core-3.0.0.240.zip.asc;PGP/a]
 [a 
href=http://people.apache.org/builds/ibatis/ibatis-3-core/;Archive/a]
 /li