ciao,

ho scaricato questa applicazione Java da compilare:
http://people.cs.aau.dk/~mleginus/ww..._hosvd_src.rar
si tratta di un file da compilare mediante apache ant.
Ho usato eclipse ma mi viene dato un errore di target che non viene trovato.
Ho usato ant da riga di comando e ottengo il seguente risultato:

codice:
C:\Users\Giuseppe\Documents\Documents\Software x Packege RS\recommender_hosvd_src\Recommender>ant
Buildfile: C:\Users\Giuseppe\Documents\Documents\Software x Packege RS\recommender_hosvd_src\Recommender\build.xml

create_run_jar:
     [java] Error: Could not create the Java Virtual Machine.
     [java] Error: A fatal exception has occurred. Program will exit.
     [java] Error occurred during initialization of VM
     [java] Could not reserve enough space for object heap

BUILD FAILED
C:\Users\Giuseppe\Documents\Documents\Software x Packege RS\recommender_hosvd_src\Recommender\build.xml:84: Java returned: 1

Total time: 1 second

C:\Users\Giuseppe\Documents\Documents\Software x Packege RS\recommender_hosvd_src\Recommender>
questo è l'elenco dei file nella cartella dove c'è il file build.xml

codice:
 Directory di C:\Users\Giuseppe\Documents\Documents\Software x Packege RS\recommender_hosvd_src\Recommender

17/11/2011  11.00    <DIR>          .
17/11/2011  11.00    <DIR>          ..
17/11/2011  11.12             4.788 .classpath
20/07/2011  15.15               370 .project
15/10/2011  19.05    <DIR>          .svn
20/07/2011  15.15            14.487 build.xml
13/10/2011  16.34    <DIR>          clusteringData
13/10/2011  16.34    <DIR>          datasets
13/10/2011  16.34    <DIR>          dk
13/10/2011  16.35    <DIR>          lib
13/10/2011  16.35    <DIR>          META-INF
07/11/2011  13.43           871.022 movielens.txt
12/12/2011  11.12    <DIR>          recommender
13/10/2011  16.35    <DIR>          resources
13/10/2011  16.35    <DIR>          src
17/11/2011  11.51    <DIR>          target
               4 File        890.667 byte
              12 Directory  58.473.816.064 byte disponibili
qualcuno può darmi una dritta per risolvere questi problemi?
Grazie in anticipo.
ciao.