Re: [josm-dev] External libraries and ANT

2010-05-16 Thread Dirk Stöcker

On Fri, 14 May 2010, Matthias Meißer wrote:


Hi, I have a lot of problems getting my plugin (that refers external
libs) compiled using ANT. I tried to put the lib .jar everywehere within
my dirs but ANT doesn't recognize it and allways shows: Package does
not exist.
Then I tried to list this jar in the classpath entry of the build.xml
but this doesn't worked, too :(


Thanks for developing videomapping plugin, but could you please use 
standard path layout? You only need to checkout the josm folder of 
openstreetmap SVN instead of checkout of subfolders.


Plugins in SVN should be buildable by everyone and this requires a 
standard layout. This is required to allow us to fix issues due to JOSM 
structure changes (which is the major reason, why most plugins are in 
SVN).


Thanks.

Ciao
--
http://www.dstoecker.eu/ (PGP key available)___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev


[josm-dev] External libraries and ANT

2010-05-14 Thread Matthias Meißer
Hi, I have a lot of problems getting my plugin (that refers external 
libs) compiled using ANT. I tried to put the lib .jar everywehere within 
my dirs but ANT doesn't recognize it and allways shows: Package does 
not exist.
Then I tried to list this jar in the classpath entry of the build.xml 
but this doesn't worked, too :(

Any ideas?

Matthias

___
josm-dev mailing list
josm-dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/josm-dev