[
https://issues.apache.org/jira/browse/APEXCORE-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15125015#comment-15125015
]
ASF GitHub Bot commented on APEXCORE-323:
-----------------------------------------
Github user tweise commented on the pull request:
https://github.com/apache/incubator-apex-core/pull/217#issuecomment-177276694
Pramod, on the top level we should not create a .settings folder as that's
where Eclipse actually puts ts settings. Can we do that just under intelij and
netbeans and in a way so that the user can still see the README (need to update
README also), like so:
```
$ tree -a misc
misc
└── ide-templates
├── eclipse
│ ├── apex-importorder.importorder
│ ├── apex-style.xml
│ └── README.md
├── intellij
│ ├── README.md
│ └── .settings
│ └── apex-style.jar
└── netbeans
├── README.md
└── .settings
└── apex-style.zip
```
> IDE styles included as binaries in source release
> -------------------------------------------------
>
> Key: APEXCORE-323
> URL: https://issues.apache.org/jira/browse/APEXCORE-323
> Project: Apache Apex Core
> Issue Type: Bug
> Affects Versions: 3.3.0
> Reporter: Pramod Immaneni
> Assignee: Pramod Immaneni
> Priority: Blocker
>
> Currently the intellij and netbeans styles are being included in the source
> as a binary archive. Change this to include non-binary files in the source
> and possible create the archive on build.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)