[ 
https://jira.duraspace.org/browse/DS-797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=20980#action_20980
 ] 

Ivan Masár commented on DS-797:
-------------------------------

> ask Ivan for more info on usage, see if there's a better replacement for 
> install_code, possibly suggest 'ant update'

It's been a few months and I don't remember anymore what my use case was at 
that time.

Anyway, 'won't fix' doesn't make sense, the ant command says it can do 
install_code, but there's no such target. So if you decide not to add it, 
remove the echo.

> 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.5.0, 1.5.1, 1.5.2, 1.6.0, 1.6.1, 1.6.2, 1.7.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

       

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to