Hello folks. I am trying to install NewGenLib in my Ubuntu 13 box, but it is failing somewhere. I already have Java (OpenJDK 1.6.0_27) and postgres installed and I am trying to follow the instructions from
http://www.verussolutions.biz/kb/ubuntuInstallation but cannot proceed beyond step (6) of that guide which is :
6. Open terminal.
export JAVA_HOME=..........path where you installed java.........
......../InstallNGL3.0/apache-ant-1.8.1/bin/./ant UpdateWholeRec -f Instalation.xml
which fails with these errors :
root@chalu-Aspire-5830T:~/InstallNGL3.0# ./apache-ant-1.8.1/bin/./ant UpdateWholeRec -f Installation.xml
Buildfile: Installation.xml does not exist!
Build failed
changing into the InstallNGL3.0 directory to run the command also fails thus:
root@chalu-Aspire-5830T:~/InstallNGL3.0/apache-ant-1.8.1/bin# ant UpdateWholeRec -f Installation.xml
Buildfile: /home/chalu/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml
BUILD FAILED
Target "UpdateWholeRec" does not exist in the project "NGL3.0.2Instalation".
Total time: 0 seconds
root@chalu-Aspire-5830T:~/InstallNGL3.0/apache-ant-1.8.1/bin#
Finally, I tried the Install.sh script, which also failed with the following messages:
root@chalu-Aspire-5830T:~/InstallNGL3.0# ./Install.sh
Buildfile: /home/chalu/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml
checkos:
if_windows:
if_unix:
[echo] /usr
nglfiles.drive:
CreateInstallationDirectory:
BUILD FAILED
/home/chalu/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml:39: Warning: Could not find file /home/chalu/InstallNGL3.0/apache-ant-1.8.1/bin/C:/InstallNGL3.0/no-image.gif to copy.
Total time: 0 seconds
How can I get NewGenLib installed ?