Re: compiling the GIT version -> duplicate classes

2019-06-18 Thread Vincent Privat
Does it happen if you use the official svn repo instead of the git mirror ?

Le mar. 18 juin 2019 à 11:22, Helmut Jarausch  a écrit :

> Hi,
> when I try to compile the GIT sources I (now) get lots of errors like
>
>  [javac]
> /var/tmp/portage/sci-geosciences/josm-9/work/josm-9/src/org/apache/commons/jcs/access/AbstractCacheAccess.java:42:
>
> error: duplicate class:
> org.apache.commons.jcs.access.AbstractCacheAccess
>  [javac] public abstract class AbstractCacheAccess
>
> What am I missing?
> Please bear in mind that I have next to no knowledge in Java.
>
> Many thanks for a hint,
> Helmut
>


compiling the GIT version -> duplicate classes

2019-06-18 Thread Helmut Jarausch

Hi,
when I try to compile the GIT sources I (now) get lots of errors like

[javac]  
/var/tmp/portage/sci-geosciences/josm-9/work/josm-9/src/org/apache/commons/jcs/access/AbstractCacheAccess.java:42:  
error: duplicate class:  
org.apache.commons.jcs.access.AbstractCacheAccess

[javac] public abstract class AbstractCacheAccess

What am I missing?
Please bear in mind that I have next to no knowledge in Java.

Many thanks for a hint,
Helmut