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

Javi Roman commented on MYRIAD-266:
-----------------------------------

Integration of gradle managed by command line and the integration with gradle 
IDEA plugin is really a pain.
 * The current plugin: 'idea' in Myriad build.grade creates with "./gradlew 
idea" the {{.ipr}}, {{.iws}} and {{.iml}} files. This IDEA configuration format 
(file-based project configuration) is considered legacy.

Customise these file is possible by means of idea plugin, however try to match 
the output folders with the default gradle output folders is really tricky.

I going to close the issue, because is a trivial enhanced however a non-trivial 
modification. 

> Change out folder to build in Gradle IDEA Plugin
> ------------------------------------------------
>
>                 Key: MYRIAD-266
>                 URL: https://issues.apache.org/jira/browse/MYRIAD-266
>             Project: Myriad
>          Issue Type: Improvement
>          Components: Executor, Scheduler
>            Reporter: Javi Roman
>            Assignee: Javi Roman
>            Priority: Trivial
>
> Gradle generate the compilation output to build folder by default. However 
> when the compilation is executed within IDEA IDEA, the output folder is out. 
> Change the .ipr file created by ./gradlew idea with "build" folder by 
> default, in order to synchronise the IDE and the CLI gradle usage.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to