You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2020/09/25 11:46:00 UTC

[jira] [Commented] (IGNITE-13384) Auto-generated README.txt contains invalid workingDirectory property name

    [ https://issues.apache.org/jira/browse/IGNITE-13384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17202082#comment-17202082 ] 

Ignite TC Bot commented on IGNITE-13384:
----------------------------------------

{panel:title=Branch: [pull/8276/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8276/head] Base: [master] : No new tests found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=5622416&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Auto-generated README.txt contains invalid workingDirectory property name
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-13384
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13384
>             Project: Ignite
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 2.8.1
>            Reporter: Alexey Kukushkin
>            Assignee: Ilya Kasnacheev
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Running ignite when the ignite's work directory is missing creates the work directory and generates a README.txt inside. [Currently the README wrongly says|https://github.com/apache/ignite/blob/864220966caa4157c4fee8a1bc85171623963604/modules/core/src/main/java/org/apache/ignite/internal/util/IgniteUtils.java#L9425]:
>  
> {{"You can change the location of working directory with \n" +}}
> {{ " igniteConfiguration.{color:#de350b}*setWorkingDirectory*{color}(location) or \n" +}}
> {{ " <property name=\"{color:#de350b}*workingDirectory*{color}\" value=\"location\"/> in IgniteConfiguration <bean>.\n");}}
>  
> The "workingDirectory" should be changed to "workDirectory":
>  
> {{"You can change the location of working directory with \n" +}}
> {{ " igniteConfiguration.{color:#00875a}*setWorkDirectory*{color}(location) or \n" +}}
> {{ " <property name=\"{color:#00875a}*workDirectory*{color}\" value=\"location\"/> in IgniteConfiguration <bean>.\n");}}
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)