svn commit: r160266 - in incubator/jdo/trunk: ./ api11/ api11/xdocs/ api20/ api20/xdocs/ ri11/ ri11/xdocs/ tck11/ tck20/

2005-04-06 Thread mbo
Author: mbo
Date: Wed Apr  6 01:29:55 2005
New Revision: 160266

URL: http://svn.apache.org/viewcvs?view=revrev=160266
Log:
use different artifactId for 1.1 vs. 2.0 projects

Modified:
incubator/jdo/trunk/api11/project.xml
incubator/jdo/trunk/api11/xdocs/index.xml
incubator/jdo/trunk/api11/xdocs/navigation.xml
incubator/jdo/trunk/api20/project.xml
incubator/jdo/trunk/api20/xdocs/index.xml
incubator/jdo/trunk/api20/xdocs/navigation.xml
incubator/jdo/trunk/project.properties
incubator/jdo/trunk/ri11/project.properties
incubator/jdo/trunk/ri11/project.xml
incubator/jdo/trunk/ri11/xdocs/index.xml
incubator/jdo/trunk/ri11/xdocs/navigation.xml
incubator/jdo/trunk/tck11/project.properties
incubator/jdo/trunk/tck11/project.xml
incubator/jdo/trunk/tck20/project.properties
incubator/jdo/trunk/tck20/project.xml

Modified: incubator/jdo/trunk/api11/project.xml
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/api11/project.xml?view=diffr1=160265r2=160266
==
--- incubator/jdo/trunk/api11/project.xml (original)
+++ incubator/jdo/trunk/api11/project.xml Wed Apr  6 01:29:55 2005
@@ -21,11 +21,11 @@
 !-- == --
 !-- Identification --
 !-- == --
-nameJDO API 1.1/name
-artifactIdjdo-api/artifactId
+nameJDO1 API/name
+artifactIdjdo1-api/artifactId
 currentVersion1.1/currentVersion
 packagejavax.jdo/package
-shortDescriptionJava Data Object (JDO) API 1.1/shortDescription
+shortDescriptionJava Data Object (JDO) API/shortDescription
 descriptionThe Java Data Objects (JDO) API is a standard interface-based 
 Java model abstraction of persistence, developed as Java Specification 
 Request 12 under the auspices of the Java Community Process./description

Modified: incubator/jdo/trunk/api11/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/api11/xdocs/index.xml?view=diffr1=160265r2=160266
==
--- incubator/jdo/trunk/api11/xdocs/index.xml (original)
+++ incubator/jdo/trunk/api11/xdocs/index.xml Wed Apr  6 01:29:55 2005
@@ -16,10 +16,10 @@
 --
 
 document
-  properties titleJDO API/title /properties
+  properties titleAbout/title /properties
 
   body
-section name=JDO API
+section name=JDO1 API
   pThe Java Data Objects (JDO) API is a standard interface-based 
 Java model abstraction of persistence, developed as 
 a href=http://www.jcp.org/en/jsr/detail?id=12;Java Specification 

Modified: incubator/jdo/trunk/api11/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/api11/xdocs/navigation.xml?view=diffr1=160265r2=160266
==
--- incubator/jdo/trunk/api11/xdocs/navigation.xml (original)
+++ incubator/jdo/trunk/api11/xdocs/navigation.xml Wed Apr  6 01:29:55 2005
@@ -15,9 +15,7 @@
 limitations under the License.
 --
 
-project name=JDO API
-
-  titleJDO API/title
+project name=JDO1 API
 
   body
 links

Modified: incubator/jdo/trunk/api20/project.xml
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/api20/project.xml?view=diffr1=160265r2=160266
==
--- incubator/jdo/trunk/api20/project.xml (original)
+++ incubator/jdo/trunk/api20/project.xml Wed Apr  6 01:29:55 2005
@@ -21,12 +21,12 @@
 !-- == --
 !-- Identification --
 !-- == --
-nameJDO/name
-artifactIdjdo-api/artifactId
+nameJDO2 API/name
+artifactIdjdo2-api/artifactId
 currentVersion2.0/currentVersion
 packagejavax.jdo/package
-shortDescriptionJava Data Object (JDO) API 2.0/shortDescription
-descriptionThe Java Data Objects (JDO) API is a standard interface-based 
+shortDescriptionJava Data Object 2.0 (JDO) API/shortDescription
+descriptionThe Java Data Objects 2.0 (JDO) API is a standard 
interface-based 
 Java model abstraction of persistence, developed as Java Specification 
 Request 243 under the auspices of the Java Community Process./description
 repository /

Modified: incubator/jdo/trunk/api20/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/api20/xdocs/index.xml?view=diffr1=160265r2=160266
==
--- incubator/jdo/trunk/api20/xdocs/index.xml (original)
+++ incubator/jdo/trunk/api20/xdocs/index.xml Wed Apr  6 01:29:55 2005
@@ -16,11 +16,11 @@
 --
 
 document
-  properties titleJDO API/title /properties
+  properties titleAbout/title /properties
 
   body
-section name=JDO API
-  pThe Java Data Objects (JDO) API is a standard interface-based 
+section name=JDO2 API
+  pThe Java Data Objects 2.0 (JDO) API is a standard interface-based 
 Java model abstraction of persistence, developed as 

[Jdo Wiki] Update of XmlSchema by BrianTopping

2005-04-06 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Jdo Wiki for change 
notification.

The following page has been changed by BrianTopping:
http://wiki.apache.org/jdo/XmlSchema

New page:
There was a discussion on the email list about what the plan was here, but I'm 
blonde, and it's not entirely obvious what the conclusion was.

=Option 1:  No DTD, only normative Schema=

This makes the most sense to me.  Schema is not exceptionally more difficult to 
read than DTD, and tools support for it is widespread now.  DTD is not easily 
digestable by XML toolsets for metadata transformations.  This is especially 
important in MDA applications.

=Option 2:  Normative XML Schema, non-normative DTD=

If we go this route, I believe that the DTD should be generated from the 
Schema.  This is unfortunately difficult because Schema contains a couple of 
constructions that cannot be translated.  Manual synchronization of the DTD to 
Schema is going to be prone to error, if it occurs at all.

=Option 3:  DTD only=

I think this has already been eliminated.

Comments?


[Jdo Wiki] Update of XmlSchema by BrianTopping

2005-04-06 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Jdo Wiki for change 
notification.

The following page has been changed by BrianTopping:
http://wiki.apache.org/jdo/XmlSchema

--
  There was a discussion on the email list about what the plan was here, but 
I'm blonde, and it's not entirely obvious what the conclusion was.
  
- =Option 1:  No DTD, only normative Schema=
+ = Option 1:  No DTD, only normative Schema =
  
  This makes the most sense to me.  Schema is not exceptionally more difficult 
to read than DTD, and tools support for it is widespread now.  DTD is not 
easily digestable by XML toolsets for metadata transformations.  This is 
especially important in MDA applications.
  
- =Option 2:  Normative XML Schema, non-normative DTD=
+ = Option 2:  Normative XML Schema, non-normative DT D=
  
  If we go this route, I believe that the DTD should be generated from the 
Schema.  This is unfortunately difficult because Schema contains a couple of 
constructions that cannot be translated.  Manual synchronization of the DTD to 
Schema is going to be prone to error, if it occurs at all.
  
- =Option 3:  DTD only=
+ = Option 3:  DTD only =
  
  I think this has already been eliminated.
  


[Jdo Wiki] Update of FrontPage by BrianTopping

2005-04-06 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Jdo Wiki for change 
notification.

The following page has been changed by BrianTopping:
http://wiki.apache.org/jdo/FrontPage

--
  
   * The objective of JDO is to support J2SE 1.3 for runtime. You find details 
about running with J2SE 1.3 at the [J2SESupport] page.
  
+  * A DeveloperScratchpad is available for uncategorized issues.
+ 
  = Downloads =
  
  Until svn is setup, tarballs of snapshots are available at 
SubversionRepository


svn commit: r160318 - in incubator/jdo/trunk: api11/project.properties api20/project.properties btree/project.properties ri11/maven.xml ri11/project.properties ri11/test/fsuid2/build.xml

2005-04-06 Thread btopping
Author: btopping
Date: Wed Apr  6 12:10:28 2005
New Revision: 160318

URL: http://svn.apache.org/viewcvs?view=revrev=160318
Log:
Update build to work with JDK 1.5

Added:
incubator/jdo/trunk/api11/project.properties
incubator/jdo/trunk/api20/project.properties
Modified:
incubator/jdo/trunk/btree/project.properties
incubator/jdo/trunk/ri11/maven.xml
incubator/jdo/trunk/ri11/project.properties
incubator/jdo/trunk/ri11/test/fsuid2/build.xml

Added: incubator/jdo/trunk/api11/project.properties
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/api11/project.properties?view=autorev=160318
==
--- incubator/jdo/trunk/api11/project.properties (added)
+++ incubator/jdo/trunk/api11/project.properties Wed Apr  6 12:10:28 2005
@@ -0,0 +1,2 @@
+maven.compile.source=1.3
+maven.compile.target=1.3

Added: incubator/jdo/trunk/api20/project.properties
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/api20/project.properties?view=autorev=160318
==
--- incubator/jdo/trunk/api20/project.properties (added)
+++ incubator/jdo/trunk/api20/project.properties Wed Apr  6 12:10:28 2005
@@ -0,0 +1,2 @@
+maven.compile.source=1.3
+maven.compile.target=1.3

Modified: incubator/jdo/trunk/btree/project.properties
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/btree/project.properties?view=diffr1=160317r2=160318
==
--- incubator/jdo/trunk/btree/project.properties (original)
+++ incubator/jdo/trunk/btree/project.properties Wed Apr  6 12:10:28 2005
@@ -28,3 +28,5 @@
 # so use a specific btree version
 netbeans.cvs.tag=-r release36-BLD200409100900
 
+maven.compile.source=1.3
+maven.compile.target=1.3

Modified: incubator/jdo/trunk/ri11/maven.xml
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/ri11/maven.xml?view=diffr1=160317r2=160318
==
--- incubator/jdo/trunk/ri11/maven.xml (original)
+++ incubator/jdo/trunk/ri11/maven.xml Wed Apr  6 12:10:28 2005
@@ -362,7 +362,8 @@
 goal name=fsuid2.build
 ant dir=${basedir}/test/fsuid2 target=build
 property name=jdoapi value=${jdo.jdoapi.jarfile}/
-property name=jdori value=${maven.build.dest}/
+property name=jdori value=${maven.build
+.dest}/
 property name=logging value=${logging.jarfile}/
 property name=fsuid2.jarfile value=${jdo.fsuid.jarfile}/
 /ant

Modified: incubator/jdo/trunk/ri11/project.properties
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/ri11/project.properties?view=diffr1=160317r2=160318
==
--- incubator/jdo/trunk/ri11/project.properties (original)
+++ incubator/jdo/trunk/ri11/project.properties Wed Apr  6 12:10:28 2005
@@ -202,3 +202,6 @@
 
 jdo.pawareclasses.test.files= \
   ${jdo.testclasses.dir}/org/apache/jdo/test/Test_PCDerived.class
+
+maven.compile.source=1.3
+maven.compile.target=1.3

Modified: incubator/jdo/trunk/ri11/test/fsuid2/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/jdo/trunk/ri11/test/fsuid2/build.xml?view=diffr1=160317r2=160318
==
--- incubator/jdo/trunk/ri11/test/fsuid2/build.xml (original)
+++ incubator/jdo/trunk/ri11/test/fsuid2/build.xml Wed Apr  6 12:10:28 2005
@@ -35,12 +35,12 @@
 /target
 
 target name=fsuid2.jar unless=fsuid2.enhancement.notRequired
-javac srcdir=org/apache/jdo/pc debug=on includes=PCPoint.java/
+javac srcdir=org/apache/jdo/pc debug=on includes=PCPoint.java 
source=${maven.compile.source} target=${maven.compile.target}/
 
 mkdir dir=${enhanceDir}/
 java fork=yes failonerror=yes 
   classname=${enhancer} 
-  classpath=${jdoapi};${jdori};${xerces};${antlr};${logging}
+  
classpath=${maven.build.dest}:${jdoapi};${jdori};${xerces};${antlr};${logging}
 arg line=-f -d ${enhanceDir} -s . org/apache/jdo/pc/PCPoint.class/
 /java
 
@@ -52,7 +52,7 @@
 
 java fork=yes failonerror=yes 
   classname=org.apache.jdo.impl.enhancer.util.AugmentationTest
-  classpath=.;${jdoapi};${jdori}
+  classpath=.;${maven.build.dest}:${jdoapi};${jdori}
 arg line=-s/
 arg path=.;${jdoapi};${jdori}/
 arg line=--properties org/apache/jdo/pc/fsuid2.jdoproperties 
org.apache.jdo.pc.PCPoint/
@@ -60,7 +60,7 @@
 
 java fork=yes failonerror=yes
   classname=org.apache.jdo.impl.enhancer.util.AnnotationTest
-  classpath=${jdori}
+  classpath=${maven.build.dest}:${jdori}
 arg line=--properties org/apache/jdo/pc/fsuid2.jdoproperties 
org/apache/jdo/pc/PCPoint.class/
 /java
 




[Jdo Wiki] Update of DeveloperScratchpad by BrianTopping

2005-04-06 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Jdo Wiki for change 
notification.

The following page has been changed by BrianTopping:
http://wiki.apache.org/jdo/DeveloperScratchpad

New page:
* DevelopmentMethodology considers whether project momentum and organization 
might be aided by adopting a process such as XP.
* ReleaseNomenclature describes the meaning of version and release cycle names.


[Jdo Wiki] Update of DeveloperScratchpad by BrianTopping

2005-04-06 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Jdo Wiki for change 
notification.

The following page has been changed by BrianTopping:
http://wiki.apache.org/jdo/DeveloperScratchpad

--
  * DevelopmentMethodology considers whether project momentum and organization 
might be aided by adopting a process such as XP.
+ 
  * ReleaseNomenclature describes the meaning of version and release cycle 
names.
  


[Jdo Wiki] Update of DevelopmentMethodology by BrianTopping

2005-04-06 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Jdo Wiki for change 
notification.

The following page has been changed by BrianTopping:
http://wiki.apache.org/jdo/DevelopmentMethodology

New page:
''This document considers whether a development process such as eXtreme 
Programming might help us meet our goals more successfully than our current 
process.  ''

No matter how you choose to label it, all projects have a development process.  
Projects that document their development process often find themselves to be 
more successful because particpants can help themselves when need arises.  
Every project has different goals and team members, so no one process fits all 
projects.  

If you haven't read much about eXtreme Programming, I would encourage you to 
consider whether this could work for us, minus the cheerleading and rigor.  We 
aren't a centralized crew (I always see rainbows when I think of team 
programming anyway), we don't have a traditional customer (although we might 
do well to define one), so many of the components of their process should not 
be taken at face value.  

If we were just to focus on the development cycle and their use of task cards 
and frequent releases, we might collectively find that we make more organized 
and focused progres.  There is a very good program called 
[http://www.xplanner.org XPlanner] that would work very well for organizing 
thoughts and tasks for a distributed team.  I'm not sure if Apache 
infrastructure can support J2EE deployments yet though.  If not, I would be 
happy to host it.


[Jdo Wiki] Update of Chapter18TestCoverageNotes by MichelleCaisse

2005-04-06 Thread Apache Wiki
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Jdo Wiki for change 
notification.

The following page has been changed by MichelleCaisse:
http://wiki.apache.org/jdo/Chapter18TestCoverageNotes

--
  || !ATTLIST extension key CDATA #IMPLIED ||n/a ||. ||
  || !ATTLIST extension value CDATA #IMPLIED ||n/a ||. ||
  
+ 
+ Next rev draft at Chapter18TestComponents.
+