You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by Mike Kienenberger <mk...@gmail.com> on 2014/02/16 18:20:23 UTC

Release differences?

I compared the cayenne-3.1RC1.tar.gz release with the
cayenne-3.1RC1.zip and was surprised by the number of differences.

The html, css, package-list is all different.   That's 1786 lines.
These seem to be line ending issues.

The jar files are different.   Maybe this is just due to our build
process using different date stamps?

Files cayenne-3.1RC1-tar-gz/bin/CayenneModeler.jar and
cayenne-3.1RC1-win/bin/CayenneModeler.jar differ
Files cayenne-3.1RC1-tar-gz/lib/cayenne-client-3.1RC1.jar and
cayenne-3.1RC1-win/lib/cayenne-client-3.1RC1.jar differ
Files cayenne-3.1RC1-tar-gz/lib/cayenne-lifecycle-3.1RC1.jar and
cayenne-3.1RC1-win/lib/cayenne-lifecycle-3.1RC1.jar differ
Files cayenne-3.1RC1-tar-gz/lib/cayenne-server-3.1RC1.jar and
cayenne-3.1RC1-win/lib/cayenne-server-3.1RC1.jar differ
Files cayenne-3.1RC1-tar-gz/lib/cayenne-tools-3.1RC1.jar and
cayenne-3.1RC1-win/lib/cayenne-tools-3.1RC1.jar differ


The pdf files are different -- this one was unexpected, but again,
maybe due to these being build artifacts with different date stamps?

Files cayenne-3.1RC1-tar-gz/doc/cayenne-guide.pdf and
cayenne-3.1RC1-win/doc/cayenne-guide.pdf differ
Files cayenne-3.1RC1-tar-gz/doc/getting-started.pdf and
cayenne-3.1RC1-win/doc/getting-started.pdf differ
Files cayenne-3.1RC1-tar-gz/doc/getting-started-rop.pdf and
cayenne-3.1RC1-win/doc/getting-started-rop.pdf differ
Files cayenne-3.1RC1-tar-gz/doc/upgrade-guide.pdf and
cayenne-3.1RC1-win/doc/upgrade-guide.pdf differ


Lastly, the resources used by the api docs are different.  This is the
one that seems like it's the biggest concern.

Only in cayenne-3.1RC1-tar-gz/doc/api/resources: background.gif
Only in cayenne-3.1RC1-win/doc/api/resources: inherit.gif
Only in cayenne-3.1RC1-tar-gz/doc/api/resources: tab.gif
Only in cayenne-3.1RC1-tar-gz/doc/api/resources: titlebar_end.gif
Only in cayenne-3.1RC1-tar-gz/doc/api/resources: titlebar.gif

Re: Release differences?

Posted by Andrus Adamchik <an...@objectstyle.org>.
The Windows version is assembled on Windows (from the same set of sources). So this has likely caused the differences in line endings. The Javadoc resources are probably due to different versions of JDK, as you mention in the other message.

A.

On Feb 16, 2014, at 8:20 PM, Mike Kienenberger <mk...@gmail.com> wrote:

> I compared the cayenne-3.1RC1.tar.gz release with the
> cayenne-3.1RC1.zip and was surprised by the number of differences.
> 
> The html, css, package-list is all different.   That's 1786 lines.
> These seem to be line ending issues.
> 
> The jar files are different.   Maybe this is just due to our build
> process using different date stamps?
> 
> Files cayenne-3.1RC1-tar-gz/bin/CayenneModeler.jar and
> cayenne-3.1RC1-win/bin/CayenneModeler.jar differ
> Files cayenne-3.1RC1-tar-gz/lib/cayenne-client-3.1RC1.jar and
> cayenne-3.1RC1-win/lib/cayenne-client-3.1RC1.jar differ
> Files cayenne-3.1RC1-tar-gz/lib/cayenne-lifecycle-3.1RC1.jar and
> cayenne-3.1RC1-win/lib/cayenne-lifecycle-3.1RC1.jar differ
> Files cayenne-3.1RC1-tar-gz/lib/cayenne-server-3.1RC1.jar and
> cayenne-3.1RC1-win/lib/cayenne-server-3.1RC1.jar differ
> Files cayenne-3.1RC1-tar-gz/lib/cayenne-tools-3.1RC1.jar and
> cayenne-3.1RC1-win/lib/cayenne-tools-3.1RC1.jar differ
> 
> 
> The pdf files are different -- this one was unexpected, but again,
> maybe due to these being build artifacts with different date stamps?
> 
> Files cayenne-3.1RC1-tar-gz/doc/cayenne-guide.pdf and
> cayenne-3.1RC1-win/doc/cayenne-guide.pdf differ
> Files cayenne-3.1RC1-tar-gz/doc/getting-started.pdf and
> cayenne-3.1RC1-win/doc/getting-started.pdf differ
> Files cayenne-3.1RC1-tar-gz/doc/getting-started-rop.pdf and
> cayenne-3.1RC1-win/doc/getting-started-rop.pdf differ
> Files cayenne-3.1RC1-tar-gz/doc/upgrade-guide.pdf and
> cayenne-3.1RC1-win/doc/upgrade-guide.pdf differ
> 
> 
> Lastly, the resources used by the api docs are different.  This is the
> one that seems like it's the biggest concern.
> 
> Only in cayenne-3.1RC1-tar-gz/doc/api/resources: background.gif
> Only in cayenne-3.1RC1-win/doc/api/resources: inherit.gif
> Only in cayenne-3.1RC1-tar-gz/doc/api/resources: tab.gif
> Only in cayenne-3.1RC1-tar-gz/doc/api/resources: titlebar_end.gif
> Only in cayenne-3.1RC1-tar-gz/doc/api/resources: titlebar.gif
>