ant help says install_code target exists, but it doesn't
--------------------------------------------------------

                 Key: DS-797
                 URL: https://jira.duraspace.org/browse/DS-797
             Project: DSpace
          Issue Type: Bug
    Affects Versions: 1.7.0, 1.6.2, 1.6.1, 1.6.0, 1.5.2, 1.5.1, 1.5.0, 1.7.1, 
1.8.0
            Reporter: Ivan Masár
            Priority: Trivial


If you run
[dspace-src]/dspace$ ant help
it will write
     [echo] install_code    --> Install compiled code into /dspace
But if you run
[dspace-src]/dspace$ ant install_code
this won't work because there's no such target in build.xml. Last time the 
target was present was in 1.4.

There are two solutions:
1) remove the echo line
2) make an install_code target

I would much prefer the second option. It should be the same as fresh_install, 
but without the database dependencies:

<target name="fresh_install" 
depends="init_installation,init_configs,test_database,setup_database,load_registries"
 description="Do a fresh install of the system, overwriting any data">

<target name="install_code" depends="init_installation,init_configs" 
description="Do a fresh install of the system, overwriting any data, but do not 
touch database">


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.duraspace.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Dspace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to