Re: Minutes: JDO TCK Conference Call Friday January 11, 9 am Pacific Time

2013-01-14 Thread Andy Jefferson
Yes, Maven seemingly also looks under xdocs for documents to render on the 
site (not mentioned in its docs), as well as the standard location (mentioned 
in all its docs of src/site). Just move the existing Maven1-based xdocs to 
a different location and then run mvn site. The intention is to delete that 
directory when it is generated to people's satisfaction.

I've also updated it now to not generate various mindless Maven reports that 
don't appear on the site.

-- 
Andy
DataNucleus (Web: http://www.datanucleus.org   Twitter: @datanucleus)


Re: Minutes: JDO TCK Conference Call Friday January 11, 9 am Pacific Time

2013-01-14 Thread Michelle Caisse

On 1/14/2013 1:19 AM, Andy Jefferson wrote:

Yes, Maven seemingly also looks under xdocs for documents to render on the
site (not mentioned in its docs), as well as the standard location (mentioned
in all its docs of src/site). Just move the existing Maven1-based xdocs to
a different location and then run mvn site. The intention is to delete that
directory when it is generated to people's satisfaction.

I've also updated it now to not generate various mindless Maven reports that
don't appear on the site.

Andy, thanks. It runs fine with xdocs moved and produces good output. 
Does docs/navigation.html need to be svn added?  I do get a lot of 
warnings like this:


[WARNING] [XHTML Sink] No HTML tag found for unknown event: 'B', ignoring!

-- Michelle


Re: Minutes: JDO TCK Conference Call Friday January 11, 9 am Pacific Time

2013-01-14 Thread Andy Jefferson
 Andy, thanks. It runs fine with xdocs moved and produces good output.
 Does docs/navigation.html need to be svn added?  I do get a lot of
 warnings like this:
 
 [WARNING] [XHTML Sink] No HTML tag found for unknown event: 'B', ignoring!

docs/navigation.xml isn't present in SVN as far as I can see.

I've now removed the Maven1 xdocs and project files from SVN trunk. All that is 
needed is for someone to update docs. Sadly I tried that and I just get some 
nonsense message

svn: E190003: Commit failed (details follow):
svn: E190003: Commit failed (details follow):
svn: E190003: The specified baseline is not the latest baseline, so it may not 
be checked out.
svn: E175002: CHECKOUT of '/repos/infra/!svn/bln/846696': 409 Conflict 
(https://svn.apache.org)
svn: E190003: Commit failed (details follow):
svn: E190003: The specified baseline is not the latest baseline, so it may not 
be checked out.
svn: E175002: CHECKOUT of '/repos/infra/!svn/bln/846696': 409 Conflict 
(https://svn.apache.org)


Perhaps someone who understand this svn:externals knows what the problem is 
and update it?


-- 
Andy
DataNucleus (Web: http://www.datanucleus.org   Twitter: @datanucleus)


Re: Minutes: JDO TCK Conference Call Friday January 11, 9 am Pacific Time

2013-01-14 Thread Andy Jefferson
 I've now removed the Maven1 xdocs and project files from SVN trunk. All that
 is needed is for someone to update docs. Sadly I tried that and I just
 get some nonsense message
 
 svn: E190003: Commit failed (details follow):
 svn: E190003: Commit failed (details follow):
 svn: E190003: The specified baseline is not the latest baseline, so it may
 not be checked out.
 svn: E175002: CHECKOUT of '/repos/infra/!svn/bln/846696': 409 Conflict
 (https://svn.apache.org)
 svn: E190003: Commit failed (details follow):
 svn: E190003: The specified baseline is not the latest baseline, so it may
 not be checked out.
 svn: E175002: CHECKOUT of '/repos/infra/!svn/bln/846696': 409 Conflict
 (https://svn.apache.org)
 
 
 Perhaps someone who understand this svn:externals knows what the problem is
 and update it?

Works when done from the command line, seems to be just Eclipse SVN plugin 
throwing its toys out of the pram.

All should now be in SVN. Enjoy

-- 
Andy
DataNucleus (Web: http://www.datanucleus.org   Twitter: @datanucleus)