Vladimir,
Yeah, I did use ClassesGenerator on my local machine to get an
up-to-date version of the file.
According to GIT history the contributors manually update
classnames.properties not even leveraging ClassesGenerator.
In any case all these manual updates are error-prone behavior.
Let's start doing this automatically.
I would delete classnames.properties from the repository and generate it
automatically during ignite-core build time.
Any thoughts, objections?
--
Denis
On 8/10/2015 11:55 AM, Vladimir Ozerov wrote:
Denis,
It seems that org.apache.ignite.tools.classgen.ClassesGenerator is what you
need.
On Mon, Aug 10, 2015 at 11:36 AM, Denis Magda <dma...@gridgain.com> wrote:
Igniters,
As a part of ignite-core module we have 'classnames.properties' file
located in ignite-core/META-INF folder. The file is internally used by
Ignite marshallers.
I noted that the version of the file stored in the sources and used by us
in development is out of date (current version from the repository has
bunch of differences in compare to the freshest one).
This file is not updated automatically during the build. It's only
generated automatically generated during package creation.
Seems that this file is periodically recreated by someone and updated
manually in the sources.
Who knows anything about the update process for this file? Should I update
it manually with the newest version?
--
Denis