Re: JDO TCK Conference Call Friday Dezember 14, 9 am Pacific Time

2012-12-17 Thread Michelle Caisse

On 12/14/2012 10:39 AM, Craig L Russell wrote:

Attendees: Michelle Caisse, Michael Bouschen, Craig Russell

Agenda:

1. Mandatory svnpubsub migration by Jan 2013

We can continue to use our build process but the destination of the 
site build may need to be in a different svn location. INFRA-5404 and 
INFRA-5215 are the DB issues for the migration. The generated site has 
to be svn.apache.org/repos/infra/websites/production/db/jdo and this 
should automatically propagate to the live web.
I've made all the required changes, but the site is not yet live from 
the new infra/websites location. I think it just needs 
https://svn.apache.org/repos/asf/db/site-cms/trunk/content/extpaths.txt. 
I'm not sure if there are any other gating factors.


-- Michelle


2. New patch available for JDO-717 "copyjdorijars does not cleanup 
target directory" https://issues.apache.org/jira/browse/JDO-717


Looks good. Might be good to add a version number to the 
maven-clean-plugin component.


3. News on spec update? Still stuck on Craig's "Need to add an 
assertion id to Chapter 12".


4. Other issues

Action Items from weeks past:
[Dec 07 2012] AI Craig: Last technical item is still the new assertion 
for JDO-678 needed for Chapter 12.
[Nov 16 2012] AI Everybody Cross references to other sections should 
use parentheses. Maybe we should avoid making this change until we 
have reviewed and approved the 3.1 changes. Chapters that are not 
affected by 3.1 could have the bracket-to-parens change made any time, 
with no requirement to record changes.

[Nov 02 2012] AI Craig JDO-678 needs a test case.
[Aug 24 2012] AI Craig update the JIRAs JDO-689 JDO-690 and JDO-692 
about JDOHelper methods.
[Aug 17 2012] AI Craig comment on JIRA JDO-589 Autocommit or 
nontransactional action
[Jul 20 2012] AI Michelle: take a look into adding JDO social links to 
db.apache.org/jdo.
[Sep 23 2011] AI Michael document when changing dependencies (to 
DataNucleus) it's necessary to rebuild the exectck project before 
running tck.



Craig L Russell
Architect, Oracle
http://db.apache.org/jdo
408 276-5638 mailto:craig.russ...@oracle.com
P.S. A good JDO? O, Gasp!







Problem building site

2012-12-17 Thread Michelle Caisse
I have a missing dependency when I try to build the JDO site. There 
doesn't appear to be a version at the Batik site download site that 
corresponds to the one specified in the output below.


$ maven site
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.1

build:start:

site:
xdoc:register-reports:
maven-javadoc-plugin:register:


site:run-reports:

Trying to get missing dependencies (and updated snapshots) required by 
Maven PDF

 Plugin:
- Attempting to download batik:batik:1.5-fop-0.20-5:jar from 
http://repo1.maven.

org/maven
---
>> Unable to obtain goal [site]
>> The build cannot continue because of the following unsatisfied 
dependency:
- batik:batik:1.5-fop-0.20-5:jar (try downloading from 
http://xmlgraphics.apache

.org/batik/)

---
BUILD FAILED
---
Total time   : 1 seconds
Finished at  : Monday, December 17, 2012 8:30:32 PM MST
Final Memory : 6M/183M
---

-- Michelle