<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Working with Intellij IDEA.]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/2365/implementation-with-intellij-idea">Implementation with Intellij IDEA</a></p>
<p dir="auto">Hi there,</p>
<p dir="auto">I would also like to request a little bit of help implementing ma-core-public and ma-modules-public through Intellij IDEA.</p>
<p dir="auto">My aim is relatively simple, I just want to modify the MulticolumnCSVImporter.java to change the datetime to European format. I have the java file in /mango/web/modules/dataFile/web/CompilingGrounds from my release install but not too sure how to go about it with the source code from git.</p>
<p dir="auto">Thanks<br />
Conor</p>
]]></description><link>https://forum.mango-os.com/topic/2776/working-with-intellij-idea</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 20:56:13 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/2776.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 May 2017 19:19:12 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Working with Intellij IDEA. on Mon, 22 May 2017 20:37:27 GMT]]></title><description><![CDATA[<p dir="auto">Ah amazing, I'd done exactly that but never switched templates to get it to reload.<br />
Wonderful! Thanks Phil.</p>
]]></description><link>https://forum.mango-os.com/post/14493</link><guid isPermaLink="true">https://forum.mango-os.com/post/14493</guid><dc:creator><![CDATA[cbyrne]]></dc:creator><pubDate>Mon, 22 May 2017 20:37:27 GMT</pubDate></item><item><title><![CDATA[Reply to Working with Intellij IDEA. on Mon, 22 May 2017 19:34:37 GMT]]></title><description><![CDATA[<p dir="auto">Hi Conor,</p>
<p dir="auto">You can modify this file right where it's at, then use the compiling tools on the data source's page to compile your changes and have it appear in the templates list (all without having to restart Mango). You may have to switch template types and back again after the compiling status has returned to have the template in the select list.</p>
<p dir="auto">You may also find it easier to use</p>
<pre><code>private SimpleDateFormat dtf = new SimpleDateFormat("MM/dd/yyyy HH:mm:ss");
</code></pre>
<p dir="auto">instead of the DateTimeFormatter in the MulticolumnCSVImporter example.</p>
<p dir="auto">I'm not very familiar Intellij IDEA but our projects are maven projects now, so you could try its Maven plugin if you find you really do need a full environment.</p>
]]></description><link>https://forum.mango-os.com/post/14487</link><guid isPermaLink="true">https://forum.mango-os.com/post/14487</guid><dc:creator><![CDATA[phildunlap]]></dc:creator><pubDate>Mon, 22 May 2017 19:34:37 GMT</pubDate></item></channel></rss>