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,
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 kirjoi
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/
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 jEditTextAr
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
Revision: 4400
http://sourceforge.net/p/jump-pilot/code/4400
Author: ma15569
Date: 2015-04-15 15:37:55 + (Wed, 15 Apr 2015)
Log Message:
---
Add capability to JComboBox to display a list of WMS layer, or WFS layer, or
all layerables
Modified Paths:
--
Hi Edgar,
What is the best way to add *.jar files to local Maven repository? I'm new
to Maven projects.
I need to add all *.jar files from lib/ and lib/imageio-ext/ to compile and
run the source code.
This is the project browser that I have on my screen.
[image: Inline image 1]
Thanks for your