I'm trying to build the Jonathan distribution from a Ant build file :
 
...
 <javac srcdir="${jonathan.conf.dir}/tools" destdir="${jonathan.conf.dir}/tools">
   <classpath>
    <pathelement path="${java.runtime.classpath}"/>
   </classpath>
   <include name="Configure.java"/>
  </javac>
  <java classpath="${jonathan.conf.dir}/tools" classname="Configure"/>
...
The last Ant task, java produces an IllegalAccessException that is a consequence of declaring the Configure class with a package visibility.
I suggest you to open your distribution to Ant by declaring this class public.

________________________________________________________



Ne programmez plus vos Assemblages,
Sp�cifiez les et int�grez les

Franck Lepoivre - Product Manager
T�l. : + 33 (0)4 37 49 63 95 - Mobile : 06 82 06 85 29

[EMAIL PROTECTED]
9, rue de la Brocardi�re - 69570 Dardilly - France
T�l. g�n�ral : + 33 (0)4 37 49 63 90 - Fax : + 33 (0)4 37 49 63 91

 

 

Reply via email to