Install in Ubuntu 13

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Install in Ubuntu 13

Odili Charles
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 ?
Reply | Threaded
Open this post in threaded view
|

Re: Install in Ubuntu 13

Odili Charles
Please, any help on this?
Reply | Threaded
Open this post in threaded view
|

Re: Install in Ubuntu 13

Verus Open Source Support
Respected Patron,
Currently NGL supports Oracle JDK. We do not support Open JDK.
Can you kindly le us know if you are encountering the same issue with Oracle JDK?
Regards
NGL Open Source Support Team

On 11/12/2013 11:58 AM, Odili Charles [via NewGenLib] wrote:
Please, any help on this?


If you reply to this email, your message will be added to the discussion below:
http://forums.newgenlib.org/Install-in-Ubuntu-13-tp7574304p7574312.html
To start a new topic under NewGenLib, email [hidden email]
To unsubscribe from NewGenLib, click here.
NAML

NewGenLib Open Source Support
Verus Solutions Private Limited
www.verussolutions.biz
Reply | Threaded
Open this post in threaded view
|

Re: Install in Ubuntu 13

przemas
In reply to this post by Odili Charles
Check config.ini in /InstallNGL3.0/apache-ant-1.8.1/bin - set up correctly
only works on version Oracle Java

Check this method:
export JAVA_HOME=..........path where you installed java.........
./apache-ant-1.8.1/bin/./ant -f /home/chalu/InstallNGL3.0/apache-ant-1.8.1/bin/Installation.xml

You must specify the full path - it should work