I agree. Note that the docs in the nightly build zip are the most recent ... all we'd need to do is come up with some mechanism for extracting the docs from there and placing them on the site.

We could probably do that using maven's site upload feature. You might want to investigate that as an avenue for getting nightly builds of the docs uploaded at the same time as the build itself is uploaded.



On Jul 31, 2007, at 10:20 AM, Patrick Linskey wrote:

IMO, it'd be nice if this was actually the latest; it'd be nice to
have the nightly build + nightly docs up somewhere for bleeding-edge
folks.

-Patrick

On 7/31/07, Marc Prud'hommeaux <[EMAIL PROTECTED]> wrote:

"Latest documentation" in this context means "documentation for the
most recent release", which means that it is for OpenJPA 0.9.7
released on 27 April 2007.



On Jul 31, 2007, at 9:13 AM, David Ezzio wrote:

Hi,

Patrick corrected the typo that Bruce notes below on June 6th
(openjpa-project/src/doc/manual/jpa_overview_query.xml), but it is
still
showing up under the "latest documentation" on-line.  What are we
not doing?

Thanks,

David

-------- Original Message --------
Subject: Re: Small typo in the manual
Date: Tue, 31 Jul 2007 12:09:22 -0400
From: David Ezzio <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
References: <[EMAIL PROTECTED]>

Hi Bruce,

We corrected this typo in the source over a month ago. I'll see if I
can run down why it hasn't shown up on-line.

Thanks,

David

Bruce Beaumont wrote:
Hi

I am posting this here as I am not shure where to post this too:

In the manual on Example 10.1Delete By Query (on-line html version)
Query q = em.createQuery("DELETE s FROM Subscription s WHERE
s.subscriptionDate < :today");

Should read

Query q = em.createQuery("DELETE FROM Subscription s WHERE
s.subscriptionDate
< :today");

as the following is thrown
An error occurred while parsing the query filter 'delete s from
simple s where
s.date < :deldate'. Error message: <1.0.0-SNAPSHOT-SNAPSHOT
nonfatal user
error> org.apache.openjpa.kernel.jpql.ParseException: Encountered
"s" at
character 8, but expected: ["FROM"]




Bruce
--
Patrick Linskey
202 669 5907

Reply via email to