Re: [JPP-Devel] Building OJ

2015-04-15 Thread edgar . soldin
if you've got something final, youb are satisfied with send it and i'll 
commit it as wip to the svn.

..ede

On 15.04.2015 12:59, Jukka Rahkonen wrote:
 Hi,
 
 Got a build with ant and by fooling as you suggested. Not perfect because 
 some files are not copied to build directory but amusing. I can do small 
 trials with the SQL code now.
 
 Have you experience on syntax highlighting with jExit, or activating normal 
 keyboard shortcuts in the jEditTextArea (ctrl-a, ctrl-c, ctrl-v)?
 
 -Jukka-
 
 edgar.sol...@web.de kirjoitti 2015-04-15 12:48:
 do you wanna fool around a bit? then copy the build.xml from eg.
  
 https://sourceforge.net/p/jump-pilot/code/HEAD/tree/plug-ins/KmlDriver/trunk/
 and try to retrofit it for your purpose.

 you will need and can reuse OJ.jar from

 https://sourceforge.net/p/jump-pilot/code/HEAD/tree/plug-ins/KmlDriver/trunk/lib/
 as well.

 ..ede

 On 15.04.2015 10:44, Jukka Rahkonen wrote:
 Hi,

 Thanks. The ant way felt easy so I decided to try that. Actually I do not 
 care about building OJ because of the spectacular snapshots but I would 
 like to be able to build this 
 http://sourceforge.net/p/jump-pilot/code/HEAD/tree/plug-ins/SpatialitePlugin/

 -Jukka-


 edgar.sol...@web.de kirjoitti 2015-04-15 11:38:
 hey Jukka,

 the ant build is unmaintained. we should probably remove it, as i
 don't see a reason to keep two building mechanisms synchronized.

 currently we build via maven and instructions are on
  
 http://ojwiki.soldin.de/index.php?title=Creating_an_OJ_release_version

 ..ede

 On 15.04.2015 09:57, Jukka Rahkonen wrote:
 Hi Ede,

 I am trying to do a new thing and build OJ by following advice from 
 http://ojwiki.soldin.de/index.php?title=How_to_make_your_own_OpenJUMP_built

 I have ant v. 1.9.4 and jdk-8u45 (32-bit) and environment in order. 
 Running ant from \etc yields the attached log.

 I would like to put the wiki page up-to-date as well as make the build to 
 succeed because it feels somehow interesting. What I should do next?

 -Jukka-


--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Building OJ

2015-04-15 Thread Jukka Rahkonen
Hi,

Thanks. The ant way felt easy so I decided to try that. Actually I do 
not care about building OJ because of the spectacular snapshots but I 
would like to be able to build this 
http://sourceforge.net/p/jump-pilot/code/HEAD/tree/plug-ins/SpatialitePlugin/

-Jukka-


edgar.sol...@web.de kirjoitti 2015-04-15 11:38:
 hey Jukka,
 
 the ant build is unmaintained. we should probably remove it, as i
 don't see a reason to keep two building mechanisms synchronized.
 
 currently we build via maven and instructions are on
  http://ojwiki.soldin.de/index.php?title=Creating_an_OJ_release_version
 
 ..ede
 
 On 15.04.2015 09:57, Jukka Rahkonen wrote:
 Hi Ede,
 
 I am trying to do a new thing and build OJ by following advice from 
 http://ojwiki.soldin.de/index.php?title=How_to_make_your_own_OpenJUMP_built
 
 I have ant v. 1.9.4 and jdk-8u45 (32-bit) and environment in order. 
 Running ant from \etc yields the attached log.
 
 I would like to put the wiki page up-to-date as well as make the build 
 to succeed because it feels somehow interesting. What I should do 
 next?
 
 -Jukka-
 

--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] Building OJ

2015-04-15 Thread edgar . soldin
do you wanna fool around a bit? then copy the build.xml from eg.
 https://sourceforge.net/p/jump-pilot/code/HEAD/tree/plug-ins/KmlDriver/trunk/
and try to retrofit it for your purpose.

you will need and can reuse OJ.jar from
 
https://sourceforge.net/p/jump-pilot/code/HEAD/tree/plug-ins/KmlDriver/trunk/lib/
as well.

..ede

On 15.04.2015 10:44, Jukka Rahkonen wrote:
 Hi,
 
 Thanks. The ant way felt easy so I decided to try that. Actually I do not 
 care about building OJ because of the spectacular snapshots but I would like 
 to be able to build this 
 http://sourceforge.net/p/jump-pilot/code/HEAD/tree/plug-ins/SpatialitePlugin/
 
 -Jukka-
 
 
 edgar.sol...@web.de kirjoitti 2015-04-15 11:38:
 hey Jukka,

 the ant build is unmaintained. we should probably remove it, as i
 don't see a reason to keep two building mechanisms synchronized.

 currently we build via maven and instructions are on
  http://ojwiki.soldin.de/index.php?title=Creating_an_OJ_release_version

 ..ede

 On 15.04.2015 09:57, Jukka Rahkonen wrote:
 Hi Ede,

 I am trying to do a new thing and build OJ by following advice from 
 http://ojwiki.soldin.de/index.php?title=How_to_make_your_own_OpenJUMP_built

 I have ant v. 1.9.4 and jdk-8u45 (32-bit) and environment in order. Running 
 ant from \etc yields the attached log.

 I would like to put the wiki page up-to-date as well as make the build to 
 succeed because it feels somehow interesting. What I should do next?

 -Jukka-


--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15utm_medium=emailutm_campaign=VA_SF
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel