Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.7
-
None
-
Don't Know (Unsure) - The default level
Description
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
Attachments
Attachments
Issue Links
- is duplicated by
-
OODT-767 Add PGE to RADiX Archetype
- Closed