Import: librairies introuvables
Salut à tous,
Je suis en train de construire une application(open-xchange) en utilisant Ant.
Je suis sous Linux Debain Etch.
Répertoire /tmp/open-xchange:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
| Test7:/tmp/open-xchange# ls
total 136K
drwxr-xr-x 12 root root 4.0K Apr 19 10:57 .
drwxrwxrwt 6 root root 4.0K Apr 19 10:17 ..
-rw-r--r-- 1 root root 58 Mar 12 11:08 .cvsignore
-rw-r--r-- 1 root root 1.3K Feb 26 16:28 COPYING
drwxr-xr-x 2 root root 4.0K Apr 19 10:57 CVS
-rw-r--r-- 1 root root 16K Apr 19 10:57 ChangeLog
-rw-r--r-- 1 root root 11 Mar 6 08:48 PVERSION
-rw-r--r-- 1 root root 74 Mar 30 15:37 VERSION
drwxr-xr-x 4 root root 4.0K Apr 18 12:07 bin
drwxr-xr-x 2 root root 4.0K Apr 18 12:08 build
-rw-r--r-- 1 root root 27K Apr 17 14:13 build.xml
drwxr-xr-x 5 root root 4.0K Apr 18 12:07 conf
drwxr-xr-x 4 root root 4.0K Apr 18 12:07 i18n
drwxr-xr-x 2 root root 4.0K Apr 19 10:35 lib
-rw-r--r-- 1 root root 27K Apr 19 09:24 log_compil.txt
drwxr-xr-x 3 root root 4.0K Apr 18 12:07 sbin
drwxr-xr-x 6 root root 4.0K Apr 19 10:52 src
drwxr-xr-x 4 root root 4.0K Apr 18 12:08 system
drwxr-xr-x 2 root root 4.0K Apr 18 12:08 tmp
Test7:/tmp/open-xchange# |
Dans le répertoire lib, il y a tous les fichiers JAR que je souhaite utiliser.
Pourant, quand je lance un "ant install", j'ai le message suivant:
Code:
1 2
| /tmp/open-xchange/src/Consistency.java:58: package org.apache.common
s.logging does not exist |
Une idée ?
Merci