Rice is sensitive to the versions of Ant and Maven that you use.
Please check the requirements for Rice and then verify, install, and use the required versions.
These software packages can be installed in any directory, as long as their bin directories are specified in the path first.
Install Ant and Maven to these directories:
Ant: /usr/local/apache-ant-1.7.1
Change your current directory to the directory where the Ant software zip is located, /opt/software/ant.
Uncompress the Ant zip file.
Create a symbolic link to /usr/local/ apache-ant-1.7.1 in /usr/local.
For example:
cd /opt/software/ant tar xvfz apache-ant-1.7.1-bin.tar.gz -C /usr/local ln -s /usr/local/apache-ant-1.7.1 /usr/local/ant
Maven: /usr/local/maven
Change your current directory to the directory where the Maven software zip is located, /opt/software/maven.
Uncompress the Maven zip file.
Create a symbolic link to /usr/local/apache-maven-2.0.9 in /usr/local.
For example:
cd /opt/software/maven tar xvfz apache-maven-2.0.9-bin.tar.gz -C /usr/local ln -s /usr/local/apache-maven-2.0.9 /usr/local/maven