Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 12/06/2007, à 09:32

hakane

Probleme installation Openxchange

Bonjour a toute la communauté.:)

Voila maintenant une petite semaine que je me familiarise avec cette distribution ( pour info je possède Ubuntu 7.04 feisty). Je me considère newbie en la matière mais je possède néanmoins quelque connaissance acquise par mes différentes formations scolaires et surtout mes innombrables recherche sur les différents forum ou wiki que j ai pu lire big_smile.

Allons au but de ce sujet , je suis actuellement stagiaire dans une administration et mon projet est de réaliser une application permettant de synchroniser et d'actualiser les calendrier générés par 2 programme différents ; à savoir Openxchange ( qui utilise le protocole webdav ) et GLPI ( protocole webcal ).
J ai donc décider d installer open-xchange-0.8.6-5 afin de me familiarisé avec le soft et la ça se complique.
L installation laborieuse de java s est , a priori , bien passé. Je vais donc dans mon répertoire openxchange situé sur le bureau et je tape

./configure

L opération se déroule sans problème mais c est en effectuant le make que j obtiens ceci

Making all in javabuild
make[1]: entrant dans le répertoire « /home/stagiaire01/Desktop/open-xchange-0.8.6-5/javabuild »
/usr/bin/ant -f ../build.xml
Buildfile: ../build.xml

init:

compilewebdav:
    [javac] Compiling 68 source files to /home/stagiaire01/Desktop/open-xchange-0.8.6-5/build
    [javac] Charset conversion error at offset 3257: Invalid or incomplete multibyte or wide character

    [javac] Found 3 semantic errors compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/api/OXAttachment.java":

    [javac]     55. import javax.activation.MimetypesFileTypeMap;
    [javac]                ^-----------------------------------^
    [javac] *** Semantic Error: The import "javax/activation/MimetypesFileTypeMap" is not valid, since it does not name a type in a package.


    [javac]     88.         protected MimetypesFileTypeMap mtf = null;
    [javac]                           ^------------------^
    [javac] *** Semantic Error: Type "MimetypesFileTypeMap" was not found.


    [javac]    124.                         mtf = new MimetypesFileTypeMap();
    [javac]                                           ^------------------^
    [javac] *** Semantic Error: Type "MimetypesFileTypeMap" was not found.

    [javac] Found 14 semantic errors compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/ldap/LDAPAddressbooks.java":

    [javac]     51. import org.jdom.*;
    [javac]                ^------^
    [javac] *** Semantic Error: You need to modify your classpath, sourcepath, bootclasspath, and/or extdirs setup. Jikes could not find package "org.jdom" in: 
    [javac]                 /home/stagiaire01/Desktop/open-xchange-0.8.6-5/build
    [javac]                 /usr/share/ant/lib/ant-launcher.jar
    [javac]                 /usr/share/java/xmlParserAPIs.jar
    [javac]                 /usr/share/java/xercesImpl.jar
    [javac]                 /usr/share/ant/lib/catalina5-ant.jar
    [javac]                 /usr/share/ant/lib/ant.jar
    [javac]                 /usr/share/ant/lib/ant-bootstrap.jar
    [javac]                 /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/lib/tools.jar
    [javac]                 /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/rt.jar
    [javac]                 /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/jce.jar
    [javac]                 /usr/lib/jvm/java-1.5.0-sun-1.5.0.11/jre/lib/jsse.jar
    [javac]                 /home/stagiaire01/Desktop/open-xchange-0.8.6-5/src



    [javac]     52. import org.jdom.output.XMLOutputter;
    [javac]                ^--------------------------^
    [javac] *** Semantic Error: The import "org/jdom/output/XMLOutputter" is not valid, since it does not name a type in a package.


    [javac]     53. import org.jdom.input.SAXBuilder;
    [javac]                ^-----------------------^
    [javac] *** Semantic Error: The import "org/jdom/input/SAXBuilder" is not valid, since it does not name a type in a package.


    [javac]     79.     private static final Namespace ox = Namespace.getNamespace("ox","http://www.open-xchange.org");
    [javac]                                  ^-------^
    [javac] *** Semantic Error: Type "com.openexchange.tools.ldap.Namespace" was not found.


    [javac]     80.     private static final Namespace ld = Namespace.getNamespace("L","LDAP:");
    [javac]                                  ^-------^
    [javac] *** Semantic Error: Type "Namespace" was not found.


    [javac]     99.         SAXBuilder sxb = new SAXBuilder();
    [javac]                 ^--------^
    [javac] *** Semantic Error: Type "SAXBuilder" was not found.


    [javac]     99.         SAXBuilder sxb = new SAXBuilder();
    [javac]                                      ^--------^
    [javac] *** Semantic Error: Type "SAXBuilder" was not found.


    [javac]    100.         Document doc = sxb.build(isr);  
    [javac]                 ^------^
    [javac] *** Semantic Error: Type "com.openexchange.tools.ldap.Document" was not found.


    [javac]    102.         Element root = doc.getRootElement();            
    [javac]                 ^-----^
    [javac] *** Semantic Error: Type "com.openexchange.tools.ldap.Element" was not found.


    [javac]    109.             Element deep = (Element)itr.next();
    [javac]                     ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]    109.             Element deep = (Element)itr.next();
    [javac]                                     ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]    116.                 Element el;
    [javac]                         ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]    250.                         Element map = (Element)m_it.next();
    [javac]                                 ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]    250.                         Element map = (Element)m_it.next();
    [javac]                                                ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.

    [javac] Found 16 semantic errors compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/groupware/ContactInsEdit.java":

    [javac]     78. import javax.mail.internet.AddressException;
    [javac]                ^----------------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/AddressException" is not valid, since it does not name a type in a package.


    [javac]     79. import javax.mail.internet.InternetAddress;
    [javac]                ^---------------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/InternetAddress" is not valid, since it does not name a type in a package.


    [javac]   1156.                                         InternetAddress ia = new InternetAddress(cdo.getData("rs1.prg_contacts.field65"));
    [javac]                                                 ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]   1156.                                         InternetAddress ia = new InternetAddress(cdo.getData("rs1.prg_contacts.field65"));
    [javac]                                                                          ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]   1160.                                         InternetAddress ia = new InternetAddress(cdo.getData("rs1.prg_contacts.field66"));
    [javac]                                                 ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]   1160.                                         InternetAddress ia = new InternetAddress(cdo.getData("rs1.prg_contacts.field66"));
    [javac]                                                                          ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]   1164.                                         InternetAddress ia = new InternetAddress(cdo.getData("rs1.prg_contacts.field67"));
    [javac]                                                 ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]   1164.                                         InternetAddress ia = new InternetAddress(cdo.getData("rs1.prg_contacts.field67"));
    [javac]                                                                          ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]   1167.                         }catch (AddressException ae){
    [javac]                                         ^--------------^
    [javac] *** Semantic Error: Type "AddressException" was not found.


    [javac]   1452.                                         InternetAddress ia = new InternetAddress(cdo.getData("rs1.prg_contacts.field65"));
    [javac]                                                 ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]   1452.                                         InternetAddress ia = new InternetAddress(cdo.getData("rs1.prg_contacts.field65"));
    [javac]                                                                          ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]   1456.                                         InternetAddress ia = new InternetAddress(cdo.getData("rs1.prg_contacts.field66"));
    [javac]                                                 ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]   1456.                                         InternetAddress ia = new InternetAddress(cdo.getData("rs1.prg_contacts.field66"));
    [javac]                                                                          ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]   1460.                                         InternetAddress ia = new InternetAddress(cdo.getData("rs1.prg_contacts.field67"));
    [javac]                                                 ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]   1460.                                         InternetAddress ia = new InternetAddress(cdo.getData("rs1.prg_contacts.field67"));
    [javac]                                                                          ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]   1463.                         }catch (AddressException ae){
    [javac]                                         ^--------------^
    [javac] *** Semantic Error: Type "AddressException" was not found.

    [javac] Found 1 semantic error compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/groupware/MDT.java":

    [javac]    132.                                 m = new CalendarSearchDelete();
    [javac]                                                 ^------------------^
    [javac] *** Semantic Error: Type "CalendarSearchDelete" was not found.

    [javac] Found 1 semantic error compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/encoding/Helper.java":

    [javac]     49. import javax.mail.internet.MimeUtility;
    [javac]                ^-----------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/MimeUtility" is not valid, since it does not name a type in a package.

    [javac] Found 2 semantic errors compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/activation/MailByteArrayDataSource.java":

    [javac]     55. import javax.activation.DataSource;
    [javac]                ^-------------------------^
    [javac] *** Semantic Error: The import "javax/activation/DataSource" is not valid, since it does not name a type in a package.


    [javac]     62. public class MailByteArrayDataSource implements DataSource {
    [javac]                                                         ^--------^
    [javac] *** Semantic Error: Type "DataSource" was not found.

    [javac] Found 59 semantic errors compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/MailHandle.java":

    [javac]     66. import javax.activation.DataHandler;
    [javac]                ^--------------------------^
    [javac] *** Semantic Error: The import "javax/activation/DataHandler" is not valid, since it does not name a type in a package.


    [javac]     67. import javax.mail.Address;
    [javac]                ^----------------^
    [javac] *** Semantic Error: The import "javax/mail/Address" is not valid, since it does not name a type in a package.


    [javac]     68. import javax.mail.Flags;
    [javac]                ^--------------^
    [javac] *** Semantic Error: The import "javax/mail/Flags" is not valid, since it does not name a type in a package.


    [javac]     69. import javax.mail.Folder;
    [javac]                ^---------------^
    [javac] *** Semantic Error: The import "javax/mail/Folder" is not valid, since it does not name a type in a package.


    [javac]     70. import javax.mail.Message;
    [javac]                ^----------------^
    [javac] *** Semantic Error: The import "javax/mail/Message" is not valid, since it does not name a type in a package.


    [javac]     71. import javax.mail.MessagingException;
    [javac]                ^---------------------------^
    [javac] *** Semantic Error: The import "javax/mail/MessagingException" is not valid, since it does not name a type in a package.


    [javac]     72. import javax.mail.Multipart;
    [javac]                ^------------------^
    [javac] *** Semantic Error: The import "javax/mail/Multipart" is not valid, since it does not name a type in a package.


    [javac]     73. import javax.mail.Session;
    [javac]                ^----------------^
    [javac] *** Semantic Error: The import "javax/mail/Session" is not valid, since it does not name a type in a package.


    [javac]     74. import javax.mail.Store;
    [javac]                ^--------------^
    [javac] *** Semantic Error: The import "javax/mail/Store" is not valid, since it does not name a type in a package.


    [javac]     75. import javax.mail.Transport;
    [javac]                ^------------------^
    [javac] *** Semantic Error: The import "javax/mail/Transport" is not valid, since it does not name a type in a package.


    [javac]     76. import javax.mail.internet.InternetAddress;
    [javac]                ^---------------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/InternetAddress" is not valid, since it does not name a type in a package.


    [javac]     77. import javax.mail.internet.MimeBodyPart;
    [javac]                ^------------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/MimeBodyPart" is not valid, since it does not name a type in a package.


    [javac]     78. import javax.mail.internet.MimeMessage;
    [javac]                ^-----------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/MimeMessage" is not valid, since it does not name a type in a package.


    [javac]     79. import javax.mail.internet.MimeMultipart;
    [javac]                ^-------------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/MimeMultipart" is not valid, since it does not name a type in a package.


    [javac]     80. import javax.mail.internet.MimeUtility;
    [javac]                ^-----------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/MimeUtility" is not valid, since it does not name a type in a package.


    [javac]     81. import javax.mail.search.FlagTerm;
    [javac]                ^------------------------^
    [javac] *** Semantic Error: The import "javax/mail/search/FlagTerm" is not valid, since it does not name a type in a package.


    [javac]     82. import javax.mail.search.SearchTerm;
    [javac]                ^--------------------------^
    [javac] *** Semantic Error: The import "javax/mail/search/SearchTerm" is not valid, since it does not name a type in a package.


    [javac]    107.     private Store store;
    [javac]                     ^---^
    [javac] *** Semantic Error: Type "Store" was not found.


    [javac]    165.         Session session = Session.getDefaultInstance(props, null);
    [javac]                 ^-----^
    [javac] *** Semantic Error: Type "Session" was not found.


    [javac]    202.         Folder folder = store.getFolder("INBOX");
    [javac]                 ^----^
    [javac] *** Semantic Error: Type "Folder" was not found.


    [javac]    211.                 Folder f = (Folder) fl.get(a);
    [javac]                         ^----^
    [javac] *** Semantic Error: Type "Folder" was not found.


    [javac]    211.                 Folder f = (Folder) fl.get(a);
    [javac]                                     ^----^
    [javac] *** Semantic Error: Type "Folder" was not found.


    [javac]    236.         Folder folder = store.getFolder("INBOX");
    [javac]                 ^----^
    [javac] *** Semantic Error: Type "Folder" was not found.


    [javac]    239.             SearchTerm st = new FlagTerm(new Flags(Flags.Flag.SEEN), false);
    [javac]                     ^--------^
    [javac] *** Semantic Error: Type "SearchTerm" was not found.


    [javac]    239.             SearchTerm st = new FlagTerm(new Flags(Flags.Flag.SEEN), false);
    [javac]                                         ^------^
    [javac] *** Semantic Error: Type "FlagTerm" was not found.


    [javac]    239.             SearchTerm st = new FlagTerm(new Flags(Flags.Flag.SEEN), false);
    [javac]                                                      ^---^
    [javac] *** Semantic Error: Type "Flags" was not found.


    [javac]    240.             Message[] msg = folder.search(st);
    [javac]                     ^-----^
    [javac] *** Semantic Error: Type "Message" was not found.


    [javac]    242.                 nrMsgs.add(new MimeMessage((MimeMessage) msg[a - 1]));
    [javac]                                        ^---------^
    [javac] *** Semantic Error: Type "MimeMessage" was not found.


    [javac]    242.                 nrMsgs.add(new MimeMessage((MimeMessage) msg[a - 1]));
    [javac]                                                     ^---------^
    [javac] *** Semantic Error: Type "MimeMessage" was not found.


    [javac]    250.                 Folder f = (Folder) fl.get(a);
    [javac]                         ^----^
    [javac] *** Semantic Error: Type "Folder" was not found.


    [javac]    250.                 Folder f = (Folder) fl.get(a);
    [javac]                                     ^----^
    [javac] *** Semantic Error: Type "Folder" was not found.


    [javac]    255.                     SearchTerm st = new FlagTerm(new Flags(Flags.Flag.SEEN), false);
    [javac]                             ^--------^
    [javac] *** Semantic Error: Type "SearchTerm" was not found.


    [javac]    255.                     SearchTerm st = new FlagTerm(new Flags(Flags.Flag.SEEN), false);
    [javac]                                                 ^------^
    [javac] *** Semantic Error: Type "FlagTerm" was not found.


    [javac]    255.                     SearchTerm st = new FlagTerm(new Flags(Flags.Flag.SEEN), false);
    [javac]                                                              ^---^
    [javac] *** Semantic Error: Type "Flags" was not found.


    [javac]    256.                     Message[] msg = f.search(st);
    [javac]                             ^-----^
    [javac] *** Semantic Error: Type "Message" was not found.


    [javac]    258.                         nrMsgs.add(new MimeMessage((MimeMessage) msg[m - 1]));
    [javac]                                                ^---------^
    [javac] *** Semantic Error: Type "MimeMessage" was not found.


    [javac]    258.                         nrMsgs.add(new MimeMessage((MimeMessage) msg[m - 1]));
    [javac]                                                             ^---------^
    [javac] *** Semantic Error: Type "MimeMessage" was not found.


    [javac]    288.     private void getFolderList(List folderList, Folder fimap[]) throws Exception {
    [javac]                                                         ^----^
    [javac] *** Semantic Error: Type "Folder" was not found.


    [javac]    291.             if (((Folder[]) fimap[b].list()).length != 0) {
    [javac]                           ^----^
    [javac] *** Semantic Error: Type "Folder" was not found.


    [javac]    292.                 getFolderList(folderList, (Folder[]) fimap[b].list());
    [javac]                                                    ^----^
    [javac] *** Semantic Error: Type "Folder" was not found.


    [javac]    663.         Session session = Session.getInstance(props, null);
    [javac]                 ^-----^
    [javac] *** Semantic Error: Type "Session" was not found.


    [javac]    665.         MimeMessage message = new MimeMessage(session);
    [javac]                 ^---------^
    [javac] *** Semantic Error: Type "MimeMessage" was not found.


    [javac]    665.         MimeMessage message = new MimeMessage(session);
    [javac]                                           ^---------^
    [javac] *** Semantic Error: Type "MimeMessage" was not found.


    [javac]    666.         message.setFrom(new InternetAddress(from));
    [javac]                                     ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]    681.             Multipart multipart = new MimeMultipart();
    [javac]                     ^-------^
    [javac] *** Semantic Error: Type "Multipart" was not found.


    [javac]    681.             Multipart multipart = new MimeMultipart();
    [javac]                                               ^-----------^
    [javac] *** Semantic Error: Type "MimeMultipart" was not found.


    [javac]    683.             MimeBodyPart mbpText = new MimeBodyPart();
    [javac]                     ^----------^
    [javac] *** Semantic Error: Type "MimeBodyPart" was not found.


    [javac]    683.             MimeBodyPart mbpText = new MimeBodyPart();
    [javac]                                                ^----------^
    [javac] *** Semantic Error: Type "MimeBodyPart" was not found.


    [javac]    691.                 MimeBodyPart mbpAttach = new MimeBodyPart();
    [javac]                         ^----------^
    [javac] *** Semantic Error: Type "MimeBodyPart" was not found.


    [javac]    691.                 MimeBodyPart mbpAttach = new MimeBodyPart();
    [javac]                                                      ^----------^
    [javac] *** Semantic Error: Type "MimeBodyPart" was not found.


    [javac]    695.                 DataHandler dh = new DataHandler(new MailByteArrayDataSource((String) tempA.get("content"), (String) tempA.get("content_type")));
    [javac]                         ^---------^
    [javac] *** Semantic Error: Type "DataHandler" was not found.


    [javac]    695.                 DataHandler dh = new DataHandler(new MailByteArrayDataSource((String) tempA.get("content"), (String) tempA.get("content_type")));
    [javac]                                              ^---------^
    [javac] *** Semantic Error: Type "DataHandler" was not found.


    [javac]    708.         Transport transport = session.getTransport("smtp");
    [javac]                 ^-------^
    [javac] *** Semantic Error: Type "Transport" was not found.


    [javac]    718.             message.setRecipient(Message.RecipientType.TO, new InternetAddress(email));
    [javac]                                                                        ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]    868.     public static String getPersonalAddresses(Address[] a) throws MessagingException {
    [javac]                                                       ^-----^
    [javac] *** Semantic Error: Type "Address" was not found.


    [javac]    868.     public static String getPersonalAddresses(Address[] a) throws MessagingException {
    [javac]                                                                           ^----------------^
    [javac] *** Semantic Error: Type "MessagingException" was not found.


    [javac]    874.                 String pers = ((InternetAddress) a[i]).getPersonal();
    [javac]                                         ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]    875.                 String addr = ((InternetAddress) a[i]).getAddress();
    [javac]                                         ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]                     <---------------------
    [javac]    892.             if (s.length() >= 2) {
    [javac]    . . .
    [javac]    894.             }
    [javac]         ------------>
    [javac] *** Semantic Error: This statement is unreachable.

    [javac] Found 4 semantic errors compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/groupware/PortalManagement.java":

    [javac]     61. import javax.mail.Message;
    [javac]                ^----------------^
    [javac] *** Semantic Error: The import "javax/mail/Message" is not valid, since it does not name a type in a package.


    [javac]    479.                         cb.setCalendar(((Message) mList.get(b)).getSentDate());
    [javac]                                                  ^-----^
    [javac] *** Semantic Error: Type "Message" was not found.


    [javac]    482.                         da.append("<td><font class=\"portal-content-show\">" + TagConvert.removeSpecialTags(Helper.decodeText(((Message) mList.get(b)).getSubject())) + "</font></td>");
    [javac]                                                                                                                                         ^-----^
    [javac] *** Semantic Error: Type "Message" was not found.


    [javac]    486.                         da.append("<td class=\"portal-pinboard-detail\"><i>" + TagConvert.removeSpecialTags(Helper.decodeText(MailHandle.getPersonalAddresses(((Message) mList.get(b)).getFrom()))) + ", " + cb.getUserPrefredDateTimeFormat() + "</i></td>");
    [javac]                                                                                                                                                                         ^-----^
    [javac] *** Semantic Error: Type "Message" was not found.

    [javac] Found 3 semantic errors compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/ical/ICalElement.java":

    [javac]     57. import javax.mail.MessagingException;
    [javac]                ^---------------------------^
    [javac] *** Semantic Error: The import "javax/mail/MessagingException" is not valid, since it does not name a type in a package.


    [javac]     58. import javax.mail.internet.MimeUtility;
    [javac]                ^-----------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/MimeUtility" is not valid, since it does not name a type in a package.


    [javac]    213.                 } catch (MessagingException e) {
    [javac]                                  ^----------------^
    [javac] *** Semantic Error: Type "MessagingException" was not found.

    [javac] Found 1 semantic error compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/ical/ICalWriter.java":

    [javac]     52. import javax.mail.internet.MimeUtility;
    [javac]                ^-----------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/MimeUtility" is not valid, since it does not name a type in a package.

    [javac] Found 5 semantic errors compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/servlet/multipart/MultiPartParser.java":

    [javac]     48. import javax.servlet.http.HttpServletRequest;
    [javac]                ^-----------------------------------^
    [javac] *** Semantic Error: The import "javax/servlet/http/HttpServletRequest" is not valid, since it does not name a type in a package.


    [javac]     80.     public MultiPartParser(HttpServletRequest req) throws IOException {
    [javac]                                    ^----------------^
    [javac] *** Semantic Error: Type "HttpServletRequest" was not found.


    [javac]     89.     public MultiPartParser(HttpServletRequest req, String characterencoding)
    [javac]                                    ^----------------^
    [javac] *** Semantic Error: Type "HttpServletRequest" was not found.


    [javac]     94.         type = extractType(req);
    [javac]                        ^--------------^
    [javac] *** Semantic Error: No applicable overload for a method with signature "extractType(??)" was found in type "com.openexchange.tools.servlet.multipart.MultiPartParser". Perhaps you wanted the overloaded version "java.lang.String extractType(?? req);" instead?


    [javac]    115.     private String extractType(HttpServletRequest req) {
    [javac]                                        ^----------------^
    [javac] *** Semantic Error: Type "HttpServletRequest" was not found.

    [javac] Found 3 semantic errors compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/vcard/VCardElement.java":

    [javac]     57. import javax.mail.MessagingException;
    [javac]                ^---------------------------^
    [javac] *** Semantic Error: The import "javax/mail/MessagingException" is not valid, since it does not name a type in a package.


    [javac]     58. import javax.mail.internet.MimeUtility;
    [javac]                ^-----------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/MimeUtility" is not valid, since it does not name a type in a package.


    [javac]    213.                 } catch (MessagingException e) {
    [javac]                                  ^----------------^
    [javac] *** Semantic Error: Type "MessagingException" was not found.

    [javac] Found 1 semantic error compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/vcard/VCardWriter.java":

    [javac]     54. import javax.mail.internet.MimeUtility;
    [javac]                ^-----------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/MimeUtility" is not valid, since it does not name a type in a package.

    [javac] Found 1 semantic error compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/versit/old/OldPropertyDefinition.java":

    [javac]     54. import javax.mail.internet.MimeUtility;
    [javac]                ^-----------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/MimeUtility" is not valid, since it does not name a type in a package.

    [javac] Found 4 semantic errors compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/versit/old/OldMailAddrPropertyDefinition.java":

    [javac]     52. import javax.mail.internet.AddressException;
    [javac]                ^----------------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/AddressException" is not valid, since it does not name a type in a package.


    [javac]     53. import javax.mail.internet.InternetAddress;
    [javac]                ^---------------------------------^
    [javac] *** Semantic Error: The import "javax/mail/internet/InternetAddress" is not valid, since it does not name a type in a package.


    [javac]     74.                                 str = "mailto:" + new InternetAddress(str).getAddress();
    [javac]                                                               ^-------------^
    [javac] *** Semantic Error: Type "InternetAddress" was not found.


    [javac]     75.                         } catch (AddressException e) {
    [javac]                                          ^--------------^
    [javac] *** Semantic Error: Type "AddressException" was not found.

    [javac] Found 5 semantic errors compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/webdav/Config.java":

    [javac]     40. import javax.servlet.ServletConfig;
    [javac]                ^-------------------------^
    [javac] *** Semantic Error: The import "javax/servlet/ServletConfig" is not valid, since it does not name a type in a package.


    [javac]     41. import javax.servlet.ServletException;
    [javac]                ^----------------------------^
    [javac] *** Semantic Error: The import "javax/servlet/ServletException" is not valid, since it does not name a type in a package.


    [javac]     70.     public static synchronized void init(final ServletConfig config)
    [javac]                                                        ^-----------^
    [javac] *** Semantic Error: Type "ServletConfig" was not found.


    [javac]     71.         throws ServletException {
    [javac]                        ^--------------^
    [javac] *** Semantic Error: Type "ServletException" was not found.


    [javac]    110.                throw new ServletException("Driver for database not found: "
    [javac]                                  ^--------------^
    [javac] *** Semantic Error: Type "ServletException" was not found.

    [javac] Found 40 semantic errors compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/webdav/WebDavServlet.java":

    [javac]     50. import javax.servlet.ServletException;
    [javac]                ^----------------------------^
    [javac] *** Semantic Error: The import "javax/servlet/ServletException" is not valid, since it does not name a type in a package.


    [javac]     51. import javax.servlet.http.HttpServlet;
    [javac]                ^----------------------------^
    [javac] *** Semantic Error: The import "javax/servlet/http/HttpServlet" is not valid, since it does not name a type in a package.


    [javac]     52. import javax.servlet.http.HttpServletRequest;
    [javac]                ^-----------------------------------^
    [javac] *** Semantic Error: The import "javax/servlet/http/HttpServletRequest" is not valid, since it does not name a type in a package.


    [javac]     53. import javax.servlet.http.HttpServletResponse;
    [javac]                ^------------------------------------^
    [javac] *** Semantic Error: The import "javax/servlet/http/HttpServletResponse" is not valid, since it does not name a type in a package.


    [javac]     59. public abstract class WebDavServlet extends HttpServlet {
    [javac]                                                     ^---------^
    [javac] *** Semantic Error: Type "HttpServlet" was not found.


    [javac]     71.         protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                          ^----------------^
    [javac] *** Semantic Error: Type "HttpServletRequest" was not found.


    [javac]     71.         protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                  ^-----------------^
    [javac] *** Semantic Error: Type "HttpServletResponse" was not found.


    [javac]     71.         protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                                                   ^--------------^
    [javac] *** Semantic Error: Type "ServletException" was not found.


    [javac]    117.         protected void doPropFind(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                           ^----------------^
    [javac] *** Semantic Error: Type "HttpServletRequest" was not found.


    [javac]    117.         protected void doPropFind(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                   ^-----------------^
    [javac] *** Semantic Error: Type "HttpServletResponse" was not found.


    [javac]    117.         protected void doPropFind(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                                                    ^--------------^
    [javac] *** Semantic Error: Type "ServletException" was not found.


    [javac]    121.         protected void doPropPatch(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                            ^----------------^
    [javac] *** Semantic Error: Type "HttpServletRequest" was not found.


    [javac]    121.         protected void doPropPatch(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                    ^-----------------^
    [javac] *** Semantic Error: Type "HttpServletResponse" was not found.


    [javac]    121.         protected void doPropPatch(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                                                     ^--------------^
    [javac] *** Semantic Error: Type "ServletException" was not found.


    [javac]    125.         protected void doMkCol(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                        ^----------------^
    [javac] *** Semantic Error: Type "HttpServletRequest" was not found.


    [javac]    125.         protected void doMkCol(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                ^-----------------^
    [javac] *** Semantic Error: Type "HttpServletResponse" was not found.


    [javac]    125.         protected void doMkCol(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                                                 ^--------------^
    [javac] *** Semantic Error: Type "ServletException" was not found.


    [javac]    129.         protected void doCopy(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                       ^----------------^
    [javac] *** Semantic Error: Type "HttpServletRequest" was not found.


    [javac]    129.         protected void doCopy(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                               ^-----------------^
    [javac] *** Semantic Error: Type "HttpServletResponse" was not found.


    [javac]    129.         protected void doCopy(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                                                ^--------------^
    [javac] *** Semantic Error: Type "ServletException" was not found.


    [javac]    133.         protected void doMove(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                       ^----------------^
    [javac] *** Semantic Error: Type "HttpServletRequest" was not found.


    [javac]    133.         protected void doMove(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                               ^-----------------^
    [javac] *** Semantic Error: Type "HttpServletResponse" was not found.


    [javac]    133.         protected void doMove(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                                                ^--------------^
    [javac] *** Semantic Error: Type "ServletException" was not found.


    [javac]    137.         protected void doLock(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                       ^----------------^
    [javac] *** Semantic Error: Type "HttpServletRequest" was not found.


    [javac]    137.         protected void doLock(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                               ^-----------------^
    [javac] *** Semantic Error: Type "HttpServletResponse" was not found.


    [javac]    137.         protected void doLock(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                                                ^--------------^
    [javac] *** Semantic Error: Type "ServletException" was not found.


    [javac]    141.         protected void doUnLock(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                         ^----------------^
    [javac] *** Semantic Error: Type "HttpServletRequest" was not found.


    [javac]    141.         protected void doUnLock(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                 ^-----------------^
    [javac] *** Semantic Error: Type "HttpServletResponse" was not found.


    [javac]    141.         protected void doUnLock(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                                                  ^--------------^
    [javac] *** Semantic Error: Type "ServletException" was not found.


    [javac]    145.         protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                        ^----------------^
    [javac] *** Semantic Error: Type "HttpServletRequest" was not found.


    [javac]    145.         protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                ^-----------------^
    [javac] *** Semantic Error: Type "HttpServletResponse" was not found.


    [javac]    145.         protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException {
    [javac]                                                                                                 ^--------------^
    [javac] *** Semantic Error: Type "ServletException" was not found.


    [javac]    150.                         super.service(req, resp);
    [javac]                                 ^----------------------^
    [javac] *** Semantic Error: No accessible method with signature "service(??, ??)" was found in type "java.lang.Object".


    [javac]    152.                         doPropFind(req, resp);
    [javac]                                 ^-------------------^
    [javac] *** Semantic Error: No applicable overload for a method with signature "doPropFind(??, ??)" was found in type "com.openexchange.tools.webdav.WebDavServlet". Perhaps you wanted the overloaded version "void doPropFind(?? req, ?? resp) throws ??, java.io.IOException;" instead?


    [javac]    154.                         doPropPatch(req, resp);
    [javac]                                 ^--------------------^
    [javac] *** Semantic Error: No applicable overload for a method with signature "doPropPatch(??, ??)" was found in type "com.openexchange.tools.webdav.WebDavServlet". Perhaps you wanted the overloaded version "void doPropPatch(?? req, ?? resp) throws ??, java.io.IOException;" instead?


    [javac]    156.                         doMkCol(req, resp);
    [javac]                                 ^----------------^
    [javac] *** Semantic Error: No applicable overload for a method with signature "doMkCol(??, ??)" was found in type "com.openexchange.tools.webdav.WebDavServlet". Perhaps you wanted the overloaded version "void doMkCol(?? req, ?? resp) throws ??, java.io.IOException;" instead?


    [javac]    158.                         doCopy(req, resp);
    [javac]                                 ^---------------^
    [javac] *** Semantic Error: No applicable overload for a method with signature "doCopy(??, ??)" was found in type "com.openexchange.tools.webdav.WebDavServlet". Perhaps you wanted the overloaded version "void doCopy(?? req, ?? resp) throws ??, java.io.IOException;" instead?


    [javac]    160.                         doMove(req, resp);
    [javac]                                 ^---------------^
    [javac] *** Semantic Error: No applicable overload for a method with signature "doMove(??, ??)" was found in type "com.openexchange.tools.webdav.WebDavServlet". Perhaps you wanted the overloaded version "void doMove(?? req, ?? resp) throws ??, java.io.IOException;" instead?


    [javac]    162.                         doLock(req, resp);
    [javac]                                 ^---------------^
    [javac] *** Semantic Error: No applicable overload for a method with signature "doLock(??, ??)" was found in type "com.openexchange.tools.webdav.WebDavServlet". Perhaps you wanted the overloaded version "void doLock(?? req, ?? resp) throws ??, java.io.IOException;" instead?


    [javac]    164.                         doUnLock(req, resp);
    [javac]                                 ^-----------------^
    [javac] *** Semantic Error: No applicable overload for a method with signature "doUnLock(??, ??)" was found in type "com.openexchange.tools.webdav.WebDavServlet". Perhaps you wanted the overloaded version "void doUnLock(?? req, ?? resp) throws ??, java.io.IOException;" instead?

    [javac] Found 52 semantic errors compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/webdav/OXServlet.java":

    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]   1655.         protected Element writeElementAttachments(OXAttachment oxobject, Element prop) {
    [javac]                           ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]   1655.         protected Element writeElementAttachments(OXAttachment oxobject, Element prop) {
    [javac]                                                                                  ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]   1657.                         Element subelement = new Element("attachments", PREFIX, NAMESPACE);
    [javac]                                 ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]   1657.                         Element subelement = new Element("attachments", PREFIX, NAMESPACE);
    [javac]                                                          ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]   1658.                         Element e = null;
    [javac]                                 ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]   1671.                                 e = new Element("attachment", PREFIX, NAMESPACE);
    [javac]                                                 ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]   1690.         protected Element writeElementPermissions(OXFolder oxobject, Element el) {
    [javac]                           ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]   1690.         protected Element writeElementPermissions(OXFolder oxobject, Element el) {
    [javac]                                                                              ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]   1695.                         Element permissions = new Element(OXFolder.PERMISSIONS, PREFIX, NAMESPACE);
    [javac]                                 ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]   1695.                         Element permissions = new Element(OXFolder.PERMISSIONS, PREFIX, NAMESPACE);
    [javac]                                                           ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]   1736.                                 Element e = new Element(tmp.toLowerCase(), PREFIX, NAMESPACE);
    [javac]                                         ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]   1736.                                 Element e = new Element(tmp.toLowerCase(), PREFIX, NAMESPACE);
    [javac]                                                         ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]   1782.         protected Iterator getElement(Element e, String prefix, String uri) {
    [javac]                                               ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.


    [javac]   1788.                                 return getElement((Element)it.next(), prefix, uri);
    [javac]                                                            ^-----^
    [javac] *** Semantic Error: Type "Element" was not found.

    [javac] Found 2 semantic errors compiling "/home/stagiaire01/Desktop/open-xchange-0.8.6-5/src/com/openexchange/tools/webdav/XmlTools.java":

Etant donner la limite de taille j ai quelque peu abreger , le reste ressemble grandement a ce qu on a pu voir excepter ceci

  ----------------------------------------------------------------------->
    [javac] *** Syntax Error: "}" inserted to complete ClassBody

BUILD FAILED
/home/stagiaire01/Desktop/open-xchange-0.8.6-5/build.xml:57: Compile failed; see the compiler error output for details.

Total time: 37 seconds
make[1]: *** [java] Erreur 1
make[1]: quittant le répertoire « /home/stagiaire01/Desktop/open-xchange-0.8.6-5/javabuild »
make: *** [all-recursive] Erreur 1
root@cad0279:/home/stagiaire01/Desktop/open-xchange-0.8.6-5# make >> test.txt

En attente d'une reponse pouvant eviter a un stagiaire quelque journée et soirée a se croquer le cerveau
Merci d'avance smile

Dernière modification par hakane (Le 12/06/2007, à 10:25)

Hors ligne

#2 Le 12/06/2007, à 12:33

hakane

Re : Probleme installation Openxchange

up please big_smile

Hors ligne

#3 Le 12/06/2007, à 13:25

hakane

Re : Probleme installation Openxchange

Je viens poster quelque complément au post j'ai remarqué lors de mon ./configure quelque avertissements :

configure: WARNING: Maybe the build will not work properly because the check for mail.jar failed. You should specify the location with --with-mailjar
configure: WARNING: Maybe the build will not work properly because the check for activation.jar failed. You should specify the location with --with-activationjar
configure: WARNING: Maybe the build will not work properly because the check for jdom.jar failed. You should specify the location with --with-jdomjar
configure: WARNING: Maybe the build will not work properly because the check for jsdk.jar failed. You should specify the location with --with-jsdkjar
configure: WARNING: Maybe the build will not work properly because the check for jdbc.jar failed. You should specify the location with --with-jdbcjar

Je pense que le fait d'installer mail.jar , activation.jar et les autres pourraient rectifier quelques erreurs ( toute je ne sais pas , je suis défaitiste sad ) . Je m y colle depuis maintenant quelques heures a fouiller inexorablement le net a la recherche d aide . Je ne sais pas où ni comment les installer . On peut dire que je suis réellement perdu roll

Dernière modification par hakane (Le 12/06/2007, à 13:29)

Hors ligne

#4 Le 15/06/2007, à 08:06

hakane

Re : Probleme installation Openxchange

Heureusement que je n'ai pas attendu de réponse pour avancer ( tant bien que mal ):mad:

J'ai réussi a faire en sorte que mon ./config se déroule sans problème je n ai plus aucun warning et la sortie est on ne peut plus normal. MAIS ( parce qu'il y a toujours un mais big_smile ) mon make conserve les mêmes erreurs .

A savoir  :

Making all in javabuildmake[1]: entrant dans le répertoire « /root/xchange/open-xchange-0.8.6-5/javabuild »/usr/bin/ant -f ../build.xml
Buildfile: ../build.xml

init:

compilewebdav:
    [javac] Compiling 3 source files to /root/xchange/open-xchange-0.8.6-5/build
    [javac] Charset conversion error at offset 3257: Invalid or incomplete multibyte or wide character

    [javac] Found 1 semantic error compiling "/root/xchange/open-xchange-0.8.6-5/src/com/openexchange/groupware/MDT.java":

    [javac]    132.                                 m = new CalendarSearchDelete();
    [javac]                                                 ^------------------^
    [javac] *** Semantic Error: Type "CalendarSearchDelete" was not found.
    [javac] Charset conversion error at offset 3257: Invalid or incomplete multibyte or wide character

    [javac] Found 1 lexical error in "/root/xchange/open-xchange-0.8.6-5/src/com/openexchange/groupware/CalendarSearchDelete.java":

    [javac]    110.                                 nothing = "Sie haben keinen Termin zum L
    [javac]                                                   ^----------------------------^
    [javac] *** Lexical Error: String constant not properly terminated.

    [javac] Found 6 syntax errors in "/root/xchange/open-xchange-0.8.6-5/src/com/openexchange/groupware/CalendarSearchDelete.java":Charset conversion error at offset 3257: Invalid or incomplete multibyte or wide character


    [javac]    110.                                 nothing = "Sie haben keinen Termin zum L
    [javac]                                         ^--------------------------------------^
    [javac] *** Syntax Error: ";" inserted to complete Statement


    [javac]                                 <--------------------------------
    [javac]    109.                         if(no.getLanguage().equals("DE"))
    [javac]    110.                                 nothing = "Sie haben keinen Termin zum L
    [javac]         ----------------------------------------------------------------------->
    [javac] *** Syntax Error: "else Statement" inserted to complete BlockStatement


    [javac]                                                              <
    [javac]    107.                 if(no.name.equals("nothingSelected")){
    [javac]    . . .
    [javac]    110.                                 nothing = "Sie haben keinen Termin zum L
    [javac]         ----------------------------------------------------------------------->
    [javac] *** Syntax Error: "}" inserted to complete Statement


    [javac]                         <-------------------------------------
    [javac]    107.                 if(no.name.equals("nothingSelected")){
    [javac]    . . .
    [javac]    110.                                 nothing = "Sie haben keinen Termin zum L
    [javac]         ----------------------------------------------------------------------->
    [javac] *** Syntax Error: "else Statement" inserted to complete BlockStatement


    [javac]                                                               <
    [javac]    105.         public void onAfterNASGetObject(nasObject no) {
    [javac]    . . .
    [javac]    110.                                 nothing = "Sie haben keinen Termin zum L
    [javac]         ----------------------------------------------------------------------->
    [javac] *** Syntax Error: "}" inserted to complete MethodBody


    [javac]                                                             <
    [javac]     18. public class CalendarSearchDelete extends Management{
    [javac]    . . .
    [javac]    110.                                 nothing = "Sie haben keinen Termin zum L
    [javac]         ----------------------------------------------------------------------->
    [javac] *** Syntax Error: "}" inserted to complete ClassBody
BUILD FAILED
/root/xchange/open-xchange-0.8.6-5/build.xml:57: Compile failed; see the compiler error output for details.

Total time: 4 seconds
make[1]: *** [java] Erreur 1
make[1]: quittant le répertoire « /root/xchange/open-xchange-0.8.6-5/javabuild »
make: *** [all-recursive] Erreur 1

En attente ( inespérée ) d'une réponse de votre part, merci d'avance

Dernière modification par hakane (Le 15/06/2007, à 08:58)

Hors ligne

#5 Le 15/06/2007, à 10:40

hakane

Re : Probleme installation Openxchange

Est il necessaire de reclamer ( a nouveau ) un UP neutral ??

Hors ligne

#6 Le 26/06/2007, à 15:31

hakane

Re : Probleme installation Openxchange

desesperant...........

Hors ligne

#7 Le 05/07/2007, à 14:26

steph@ne

Re : Probleme installation Openxchange

ça sent le mauvais compilo java. Il faut celui de SUn installé et uniquement celui là !