Santosh SHankar created OODT-769:
------------------------------------
Summary: The wiki page command installs 0.6 version of the oodt
radix installer
Key: OODT-769
URL: https://issues.apache.org/jira/browse/OODT-769
Project: OODT
Issue Type: Bug
Components: cas-mvn-plugins
Affects Versions: 0.7
Reporter: Santosh SHankar
Fix For: 0.8
The wiki radix installer for oodt lists the following command as the first step
towards installing oodt
- prompt> curl -s
http://svn.apache.org/repos/asf/oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix
| bash
The url
(http://svn.apache.org/repos/asf/oodt/trunk/mvn/archetypes/radix/src/main/resources/bin/radix
) contains a bash script which has the following command
mvn archetype:generate -DarchetypeGroupId=org.apache.oodt \
-DarchetypeArtifactId=radix-archetype -DarchetypeVersion=0.6 \
-Doodt=0.6 -DgroupId=com.mycompany \
-DartifactId=oodt -Dversion=0.1
The above command point to oodt 0.6 version rather than the 0.7 which is the
latest version of oodt
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)