Re: [JPP-Devel] CAD plugin. Add new library (as depency)

2020-06-08 Thread Giuseppe Aruta
OK 2020-06-08 13:50 GMT+02:00, edgar.sol...@web.de : > yeah, it's a little more complex. your way is fine as well. maybe you should > point out where the developer can find/download the needed jar file?!.. ede > > On 08.06.2020 13:31, Giuseppe Aruta wrote: >> Hi Ede, I tried in this way but it doe

Re: [JPP-Devel] CAD plugin. Add new library (as depency)

2020-06-08 Thread edgar . soldin
yeah, it's a little more complex. your way is fine as well. maybe you should point out where the developer can find/download the needed jar file?!.. ede On 08.06.2020 13:31, Giuseppe Aruta wrote: > Hi Ede, I tried in this way but it doesn't work for me. I had a some > exceptions even within try/

Re: [JPP-Devel] CAD plugin. Add new library (as depency)

2020-06-08 Thread Giuseppe Aruta
Hi Ede, I tried in this way but it doesn't work for me. I had a some exceptions even within try/catch blocks. I will use the option to save a howto_compile.txt file into src folder Peppe Il giorno gio 4 giu 2020 alle ore 12:05 ha scritto: > On 04.06.2020 10:19, Giuseppe Aruta wrote: > > Indeed I

Re: [JPP-Devel] CAD plugin. Add new library (as depency)

2020-06-04 Thread edgar . soldin
On 04.06.2020 10:19, Giuseppe Aruta wrote: > Indeed I was planning this way: from user's point of view there is no > difference. yup. exactly my point. > On the other hand, I was thinking about developers who have a project in > their eclipse connected to svn (or not) and have a warning that a

Re: [JPP-Devel] CAD plugin. Add new library (as depency)

2020-06-04 Thread Giuseppe Aruta
OK. I found a solution. No dependency required. Thank Ede Peppe Il giorno gio 4 giu 2020 alle ore 10:19 Giuseppe Aruta < giuseppe.ar...@gmail.com> ha scritto: > Indeed I was planning this way: from user's point of view there is no > difference. > On the other hand, I was thinking about developers

Re: [JPP-Devel] CAD plugin. Add new library (as depency)

2020-06-04 Thread Giuseppe Aruta
Indeed I was planning this way: from user's point of view there is no difference. On the other hand, I was thinking about developers who have a project in their eclipse connected to svn (or not) and have a warning that a library is missing whenever they want to compile (right now, a very rare situa

Re: [JPP-Devel] CAD plugin. Add new library (as depency)

2020-06-03 Thread edgar . soldin
On 03.06.2020 17:32, Giuseppe Aruta wrote: > Hi all, > I want to add VertexSymbolsXXX.jar as depency to CAD plugin. > This is the reason: > Currently, whenever the user saves a new block (CAD toolbar>Block>Save > geometry as block) as file, this can be used also as a point/line symbol > for styling

[JPP-Devel] CAD plugin. Add new library (as depency)

2020-06-03 Thread Giuseppe Aruta
Hi all, I want to add VertexSymbolsXXX.jar as depency to CAD plugin. This is the reason: Currently, whenever the user saves a new block (CAD toolbar>Block>Save geometry as block) as file, this can be used also as a point/line symbol for styling. But, to do that, the user needs to close/restart agai