>yeah, but still we would have to add new definitions. my vision is to have
only some core defs >(mod.date is a good example) there and other ones in
their respective class/package. we can even >move them, should we decide to
broaden their usage later eg. the metadata text.

What about to create an extra class TaskProperties as container?

2017-05-10 14:08 GMT+02:00 <edgar.sol...@web.de>:

> On 10.05.2017 13:57, Giuseppe Aruta wrote:
> > Hi Ede,
> > sorry,  I commit the plugin before reading your mail.
> > A) I preferred to have the tags on Tak class so can be easly find them
> in case they can be used for other reasons (I am planning to work around
> Task (=SRS) unit for the next future)
> yeah, but still we would have to add new definitions. my vision is to have
> only some core defs (mod.date is a good example) there and other ones in
> their respective class/package. we can even move them, should we decide to
> broaden their usage later eg. the metadata text.
>
> btw. metadata is actually every describing data to the project, so
> something like text description or such would probably more fitting for
> that field.
>
> > B) It was already implemented. I didn't give a look and save as it was
> hmm, weird. will have to check how/where it is used.
>
> > C) Done
> will have a look. thx ede
>
> >
> > I will be out for work on next fortnight. And I will not be able to do
> any changes/upgrade. Right now everything seems to work on the tests I did.
> Feel free to work on it if you think.
> > I will be in contact by mail, of coarse
> >
> > Peppe
> >
> > 2017-05-10 13:32 GMT+02:00 <edgar.sol...@web.de <mailto:
> edgar.sol...@web.de>>:
> >
> >     hey Peppe,
> >
> >     A.
> >     would it be possible to implement project tags without having to add
> static keys in OJ core? the idea is that each plugin could simply ask for a
> tag and get it.
> >
> >     B.
> >     what is the reasoning behind a PROJECT_FILE_KEY? isn't that
> something that can be determined during runtime?
> >
> >     C.
> >     when do you plan to commit your plugin, so i can have a deeper look
> at what and how it does it?
> >
> >     ..ede
> >
> >     On 10.05.2017 10:20, jump-pilot-...@lists.sourceforge.net <mailto:
> jump-pilot-...@lists.sourceforge.net> wrote:
> >     > Revision: 5442
> >     >           http://sourceforge.net/p/jump-pilot/code/5442 <
> http://sourceforge.net/p/jump-pilot/code/5442>
> >     > Author:   ma15569
> >     > Date:     2017-05-10 08:20:42 +0000 (Wed, 10 May 2017)
> >     > Log Message:
> >     > -----------
> >     > some improvements on properties definitions
> >     >
> >     > Modified Paths:
> >     > --------------
> >     >     core/trunk/src/com/vividsolutions/jump/workbench/
> model/Task.java
> >     >
> >     > Modified: core/trunk/src/com/vividsolutions/jump/workbench/
> model/Task.java
> >     > ============================================================
> =======
> >     > --- core/trunk/src/com/vividsolutions/jump/workbench/model/Task.java
> 2017-05-09 19:11:52 UTC (rev 5441)
> >     > +++ core/trunk/src/com/vividsolutions/jump/workbench/model/Task.java
> 2017-05-10 08:20:42 UTC (rev 5442)
> >     > @@ -72,9 +72,25 @@
> >     >     * Used to determine whether a project file has been moved away
> from its original location
> >     >     */
> >     >    public static final String PROJECT_FILE_KEY = "Project File";
> >     > +  /**
> >     > +   * Project Unit property,
> >     > +   * Used to determine project unit (extract from SRS: metre,
> foot, etc)
> >     > +   */
> >     >    public static final String PROJECT_UNIT = "Project Unit";
> >     > +  /**
> >     > +   * Project SRS property,
> >     > +   * Used to determine spatial reference system of a project
> (saved as SRID: 32632, 4326, etc)
> >     > +   */
> >     >    public static final String PROJECT_SRS_KEY = "Project SRS ID";
> >     > +  /**
> >     > +   * Project Information property,
> >     > +   * Used to determine extra info as string text
> >     > +   */
> >     >    public static final String PROJECT_METAINFO_KEY = "Project
> Metainfo";
> >     > +  /**
> >     > +   * Project Time property,
> >     > +   * Used to determine last modification time of a project
> >     > +   */
> >     >    public static final String PROJECT_TIME_KEY = "Project Date";
> >     >
> >     >    // No parameters so it can be created by Java2XML.
> >     >
> >     >
> >     > ------------------------------------------------------------
> ------------------
> >     > Check out the vibrant tech community on one of the world's most
> >     > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> >     > _______________________________________________
> >     > Jump-pilot-devel mailing list
> >     > Jump-pilot-devel@lists.sourceforge.net <mailto:Jump-pilot-devel@
> lists.sourceforge.net>
> >     > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel <
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel>
> >     >
> >
> >
> >     ------------------------------------------------------------
> ------------------
> >     Check out the vibrant tech community on one of the world's most
> >     engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> >     _______________________________________________
> >     Jump-pilot-devel mailing list
> >     Jump-pilot-devel@lists.sourceforge.net <mailto:Jump-pilot-devel@
> lists.sourceforge.net>
> >     https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel <
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel>
> >
> >
> >
> >
> > ------------------------------------------------------------
> ------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> >
> >
> >
> > _______________________________________________
> > Jump-pilot-devel mailing list
> > Jump-pilot-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
> >
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to