Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all 5661 articles
Browse latest View live

how to fix imports?

$
0
0

Hello,

 

I just migrated from netbeans to intellij recently. Trying to fix imports by using the short key of 'optimize imports'. It never worked for me. No matter I use key shortcuts, set the 'auto imports on the fly' in preference or use the menu bar. So frustrating. I have manually reimport for maven and set 'automatic import' for maven in preference. Seems no impact at all. In netbeans, I just add the dependency to my pom, then after 5 min or so, I can just use automatic imports to fix the 'cannot find symbol for ...'

 

Also, I'm using the dark theme, called darla or sth. Even though in the preference dialog it says the error will be red with wavy line underneath, I don't see a wavy line under any of my compilation errors. They are just red.

 

And what is even more pathetic is, the usage of imported class is marked red, while the import statements i manually added is all in grey, as 'unused imports'

 

I'm using intellij 13 on MAC. Can someone please give me some help here? thanks a trillion

 

gigi


Ignore certain characters in CSS/HTML editors

$
0
0

Hi,

 

I am new to IntelliJ (v12) and I'm working within an app that uses tokens to swap in and out values on the fly when the project is compiled. For instance in my css files I would say something along the lines of .selector1 {color:$colorvalue1$} and in another file I would have the color value defined. This has several advantages in my project, but the problem is using the $$ wrapper for the property with the code inspection enabled (which I don't want to disable) causes errors such as "a term expected - invalid css property value",

 

Is there anyway to configue the css inspector to ignore everything between the $$ symbols or do I have to turn off inspections completely?

 

Thanks

how is intellij idea community edition build

$
0
0
hello everybody,i am new to this forum and i have a question in mind . I am very much interested in knowing how to build intellij community edition.   i already read the readme but didn't get a handle on it . U am particularly interested in knowing how is the idea.exe calls intellij . Are you using some third part tool to create the exe as an entry point?

Android Layout Preview unable to render custom styles

$
0
0

Could someone direct me towards the right setting to get the Android Layout Previewer to render layouts using custom styles?  Once I build and deploy my android app my styles are properly rendered, so the build is correct.

 

<com.xxx.FontTextView

     android...

     style="@style/AppTheme.T2"

/>

 

Thanks!

Swing GUI error

$
0
0

Hi there, I'm trying to create java application using swing GUI. I've added JButton on the form, checked the "Custom Create" option in inspector, but the compiler throws an error.

Main.java

public class Main {

    public static void main(String[] args) {

        Form MyForm = new Form();

    }

}

 

Form.java

import javax.swing.*;

public class Form extends JFrame{

    private JButton button1;

    private void createUIComponent()

    {

        button1 = new JButton();

    }

}

 

Error:
forms: $PATH$/Form.form: Form contains components with Custom Create option but no createUIComponents() method

IntelliJ IDEA Code Golf Plugin

$
0
0

Hello, where I can find out the best solution to tasks for IntelliJ Code Golf Plugin?

Plugin only shows:

Task is solved

Your result is 20. The best result is 2.

The details about the task can be found here

Try again if you want to improve your solution.

 

For example task HelloWorld

Initial code:

 

publicclass HelloWorld { } 

 

Target code:
publicclass HelloWorld {    publicstaticvoid main(String[] args) {        System.out.println("Hello, world!");    }} 

 

psvm

sout

typing Hello, world!

 

Result only 20 How to solve this task with result 2?

java: javacTask: source release 8 requires target release 1.8 (sbt project)

$
0
0

I have an sbt project:

 

name := "experiments"

 

scalaVersion := "2.10.4"

 

javacOptions ++= Seq("-source", "1.8","-target","1.8")

 

version := "1.0"

 

 

This imports ok and I can see in the java compiler settings , Project Bytecode level is 1.8 and additional compiler parameters are -source 1.8 -target 1.8

 

But still when I compile the project, I get this error:

 

java: javacTask: source release 8 requires target release 1.8 (sbt project)

 

Any ideas what might be wrong?

How to browse Subversion Repository?

$
0
0

Using the latest version of IntelliJ on one computer and the latest EAP on another, I don't seem to be able to browse Subversion repositories using VCS > Browse VCS Repository > Browse Subversion Repository. My repository is not listed - no repositories are. However, I am able to commit and update my project via SVN just fine. What do I need to do to browse the currently configured repository?


Can't open maven project

$
0
0

I use idea 13.1.1 comunity edition.

When i try to open existing maven project, nothing happends, no project is opened.

 

When i test proxy settings, it shows that proxy works ok.

 

In log i see

 

Error: Could not find or load main class org.jetbrains.idea.maven.server.RemoteMavenServer

2014-04-03 17:56:53,148 [ 107130]   WARN -      #org.jetbrains.idea.maven - Cannot open index \\UBSPROD.MSAD.UBS.NET\UserData\mullomuk\RF\.IdeaIC13\system\Maven\Indices\Index0

org.jetbrains.idea.maven.indices.MavenIndexException: Cannot open index \\UBSPROD.MSAD.UBS.NET\UserData\mullomuk\RF\.IdeaIC13\system\Maven\Indices\Index0

at org.jetbrains.idea.maven.indices.MavenIndex.open(MavenIndex.java:164)

at org.jetbrains.idea.maven.indices.MavenIndex.<init>(MavenIndex.java:93)

at org.jetbrains.idea.maven.indices.MavenIndices.add(MavenIndices.java:90)

at org.jetbrains.idea.maven.indices.MavenIndicesManager.ensureIndicesExist(MavenIndicesManager.java:167)

at org.jetbrains.idea.maven.indices.MavenProjectIndicesManager$3.run(MavenProjectIndicesManager.java:120)

at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:320)

at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:310)

at com.intellij.util.ui.update.MergingUpdateQueue$2.run(MergingUpdateQueue.java:254)

at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:269)

at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:227)

at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:217)

at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:238)

at com.intellij.util.Alarm$Request$1.run(Alarm.java:327)

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)

at java.util.concurrent.FutureTask.run(FutureTask.java:262)

at com.intellij.util.concurrency.QueueProcessor$RunnableConsumer.consume(QueueProcessor.java:298)

at com.intellij.util.concurrency.QueueProcessor$RunnableConsumer.consume(QueueProcessor.java:295)

at com.intellij.util.concurrency.QueueProcessor$2$1.run(QueueProcessor.java:110)

at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:238)

at com.intellij.util.concurrency.QueueProcessor$2.consume(QueueProcessor.java:107)

at com.intellij.util.concurrency.QueueProcessor$2.consume(QueueProcessor.java:104)

at com.intellij.util.concurrency.QueueProcessor$3$1.run(QueueProcessor.java:215)

at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:238)

at com.intellij.util.concurrency.QueueProcessor$3.run(QueueProcessor.java:212)

at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:419)

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)

at java.util.concurrent.FutureTask.run(FutureTask.java:262)

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

at java.lang.Thread.run(Thread.java:724)

at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:149)

Caused by: java.lang.RuntimeException: Cannot reconnect.

at org.jetbrains.idea.maven.server.RemoteObjectWrapper.perform(RemoteObjectWrapper.java:111)

at org.jetbrains.idea.maven.server.MavenIndexerWrapper.createIndex(MavenIndexerWrapper.java:61)

at org.jetbrains.idea.maven.indices.MavenIndex.createContext(MavenIndex.java:305)

at org.jetbrains.idea.maven.indices.MavenIndex.access$500(MavenIndex.java:40)

at org.jetbrains.idea.maven.indices.MavenIndex$IndexData.<init>(MavenIndex.java:611)

at org.jetbrains.idea.maven.indices.MavenIndex.doOpen(MavenIndex.java:185)

at org.jetbrains.idea.maven.indices.MavenIndex.open(MavenIndex.java:161)

... 30 more

Caused by: java.rmi.RemoteException: Cannot start maven service; nested exception is:

com.intellij.execution.ExecutionException: Error: Could not find or load main class org.jetbrains.idea.maven.server.RemoteMavenServer

 

at org.jetbrains.idea.maven.server.MavenServerManager.create(MavenServerManager.java:124)

at org.jetbrains.idea.maven.server.MavenServerManager.create(MavenServerManager.java:65)

at org.jetbrains.idea.maven.server.RemoteObjectWrapper.getOrCreateWrappee(RemoteObjectWrapper.java:41)

at org.jetbrains.idea.maven.server.MavenServerManager$5.create(MavenServerManager.java:387)

at org.jetbrains.idea.maven.server.MavenServerManager$5.create(MavenServerManager.java:383)

at org.jetbrains.idea.maven.server.RemoteObjectWrapper.getOrCreateWrappee(RemoteObjectWrapper.java:41)

at org.jetbrains.idea.maven.server.MavenIndexerWrapper.getRemoteId(MavenIndexerWrapper.java:159)

at org.jetbrains.idea.maven.server.MavenIndexerWrapper.access$100(MavenIndexerWrapper.java:37)

at org.jetbrains.idea.maven.server.MavenIndexerWrapper$1.execute(MavenIndexerWrapper.java:64)

at org.jetbrains.idea.maven.server.RemoteObjectWrapper.perform(RemoteObjectWrapper.java:105)

... 36 more

Caused by: com.intellij.execution.ExecutionException: Error: Could not find or load main class org.jetbrains.idea.maven.server.RemoteMavenServer

 

at com.intellij.execution.rmi.RemoteProcessSupport.acquire(RemoteProcessSupport.java:142)

at org.jetbrains.idea.maven.server.MavenServerManager.create(MavenServerManager.java:121)

... 45 more

The Game from 1st April

$
0
0

Hi,

 

@first: yes it was a little bit to often - but not a big problem.

But:

 

I like that 2048 game - how can I start the game again :-)

How to set ruby interpreter?

$
0
0

I've been using RubyMine for a long time, but I just downloaded Intellij 13 and can't find a way to set the ruby interpreter.  The inspections are stuck in 1.8.7 land.

Break Point ignored while debugging Nashorn Javascript

$
0
0

Hi I have a small project and want to debug a Nashorn Javascript with Intellij 13.1 Ultimate Edition. The break point is shown in the Javascript, but the debugger does not stop at the break point while debugging.

 

Please find following the java class and the javascript. I am running Intellij 13.1 on Redhat Linux 6 64-Bit with the SDK 1.8.0 64-Bit.

 

package com.company; import javax.script.ScriptEngine;import javax.script.ScriptEngineManager;import java.io.InputStream;import java.io.InputStreamReader; publicclass ExecuteJavascript {     publicstaticvoid main(String[] args) throws Exception {        ScriptEngineManager scriptEngineManager = new ScriptEngineManager();        ScriptEngine scriptEngine = scriptEngineManager.getEngineByName("nashorn");         if (null == scriptEngine) {            thrownew Exception("No Nashorn!");        }         InputStream scriptFile = ExecuteJavascript.class.getResourceAsStream("UUIDGenerator.js");         if (null == scriptFile) {            thrownew Exception("JavaScript file HelloWorls.js not found");        }         scriptEngine.eval(new InputStreamReader(scriptFile));    }}
var requestUuid = nullif (!requestUuid) {    var uuid = generateUUID();    print(uuid);} 
function generateUUID() {    var d = new Date().getTime();    var uuid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {        var r = (d + Math.random()*16)%16 | 0;        d = Math.floor(d/16);        return (c=='x' ? r : (r&0x7|0x8)).toString(16);    });    return uuid;};

How to export java project to jar

$
0
0

How to make java maven project export to jar in IntelliJ?

How to run SQL script automatically?

$
0
0

I have an ORM that generates a schema.sql and a testdata.sql when run as a maven target.

After that, I open both SQL files and run them using the context menu.

 

It would be nice to have this automated. Is there any way to do this in IntelliJ Ultimate 13?

Import and configure existing node.js project

$
0
0

Hi,

I would like to import a node.js project in IntelliJ IDEA. We develop this (private) project in a team and use a svn-repository. So far I used Webstorm without any problems. Now I work on another PC with IntelliJ Idea. I did a checkout, but project-configuration is not correct. Among other things I can not see any folders in project explorer. How do I configure the project right?

 

Project structure (folder names in square brackets):

  • [project]
    • [frontend]
    • [node_modules]
    • [server]
    • server.js
    • package.json

 

Thanks in advance,

Michael


Problem downloading 13.1.1 - just how big is it ?

$
0
0

I've been taking EAP patches for a few months but saw a full 13.1.1 was available so I've just tried to download it. In fact there was no problem downloading it but I thought that perhaps I should abandon it when it reached 466Mbytes !

 

Previous 13s have been 250ish Mbytes so I do suspect something is amiss.

 

Any thoughts or should I just try again ?

 

I'm using linux and issued: wget http://download-cf.jetbrains.com/idea/ideaIU-13.1.1.tar.gz, which is what I normally do for a full download.

 

run at about 23:30 GMT 30/3/14.

 

graham

Check out from SVN without user and password

$
0
0

Is it possible to check out a project from an SVN repository that has been set not to require user authetication?

 

I have a repository on my Dropbox folder that has no user+password authentication.

 

However, I cannot checkout a project within IntelliJ because it wants me to insert a user and a password.

 

If I check-out the project using the command line, then IntelliJ is able to submit changes, compare versions, etc.

 

Cheers

Has core i7 performance advantage over i5?

$
0
0

I mean, does hyperthreading provide real benefit in performance of IDEA analysis/inspections/code editing/development in general?

Creating a project with IntelliJ 13 shuts down Ubuntu 13.10

$
0
0

Hello, I am not sure if this place is right one to discuss this topic.

 

However, whenever I try to create a project, ubuntu(13.10) shuts down for some reason.


So I upgraded ubuntu to 14.04, yet I still can't create a project.

 

the lastest system log is

 

Thank you

 

2014-04-05 13:44:39,841 [      0]   INFO -        #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------
2014-04-05 13:44:39,953 [    112]   INFO -        #com.intellij.idea.Main - IDE: IntelliJ IDEA (build #IC-133.193, 02 Dec 2013 00:00)
2014-04-05 13:44:39,953 [    112]   INFO -        #com.intellij.idea.Main - OS: Linux (3.13.0-19-generic, amd64)
2014-04-05 13:44:39,953 [    112]   INFO -        #com.intellij.idea.Main - JRE: 1.7.0_51-b31 (Oracle Corporation)
2014-04-05 13:44:39,953 [    112]   INFO -        #com.intellij.idea.Main - JVM: 24.51-b03 (OpenJDK 64-Bit Server VM)
2014-04-05 13:44:40,006 [    165]   INFO -        #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=96m -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+UseCodeCacheFlushing -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -Dawt.useSystemAAFontSettings=lcd -Djb.vmOptionsFile=/opt/intellij-idea-ce/bin/idea64.vmoptions -Xbootclasspath/a:/opt/intellij-idea-ce/bin/../lib/boot.jar -Didea.paths.selector=IdeaIC13 -Djb.restart.code=88
2014-04-05 13:44:40,140 [    299]   INFO -        #com.intellij.idea.Main - JNA library loaded (64-bit) in 134 ms
2014-04-05 13:44:40,311 [    470]   INFO -        #com.intellij.idea.Main - Snappy library loaded (1.0.5) in 154 ms
2014-04-05 13:44:40,856 [   1015]   INFO - .intellij.idea.IdeaApplication - WM detected: Compiz
2014-04-05 13:44:42,557 [   2716]   INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor intellilang-python-support.xml
2014-04-05 13:44:42,583 [   2742]   INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor intellilang-python-support.xml
2014-04-05 13:44:44,645 [   4804]   INFO - llij.ide.plugins.PluginManager - 29 plugins initialized in 2932 ms
2014-04-05 13:44:44,646 [   4805]   INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: Android Designer, Android Support (10.0), Ant Support (1.0), Byte Code Viewer (0.1), CVS Integration (11), Commander (1.0.0), Copyright (8.1), Eclipse Integration (3.0), Git Integration (8.1), GitHub, Gradle, Groovy (9.0), I18n for Java, IDEA CORE, IntelliLang (8.0), JUnit (1.0), JavaFX (1.0), Maven Integration, Plugin DevKit (1.0), Properties Support, Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TestNG-J (8.0), UI Designer, UI Designer (Core), XPathView + XSLT Support (4), XSLT-Debugger (1.4), hg4idea (10.0)
2014-04-05 13:44:48,501 [   8660]   INFO - ellij.util.io.PagedFileStorage - lower=100; upper=200; buffer=10; max=739246080
2014-04-05 13:44:48,748 [   8907]   INFO - ellij.vfs.persistent.FSRecords - Filesystem storage is corrupted or does not exist. [Re]Building. Reason: FS repository wasn't safely shut down
2014-04-05 13:44:48,756 [   8915]   INFO - ellij.vfs.persistent.FSRecords - Marking VFS as corrupted
2014-04-05 13:44:48,784 [   8943]   WARN - api.vfs.impl.local.FileWatcher - Native file watcher executable is outdated
2014-04-05 13:44:50,423 [  10582]   INFO - .history.utils.LocalHistoryLog - FS has been rebuild, rebuilding local history...
2014-04-05 13:44:51,108 [  11267]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/statistics.application.usages.xml file is null
2014-04-05 13:44:52,140 [  12299]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/window.manager.xml file is null
2014-04-05 13:44:54,184 [  14343]   INFO - il.indexing.FileBasedIndexImpl - Version has changed for index JAVA. The index will be rebuilt.
2014-04-05 13:44:54,184 [  14343]   INFO - il.indexing.FileBasedIndexImpl - Version has changed for index CLASS. The index will be rebuilt.
2014-04-05 13:44:54,184 [  14343]   INFO - il.indexing.FileBasedIndexImpl - Version has changed for index XML. The index will be rebuilt.
2014-04-05 13:44:54,185 [  14344]   INFO - il.indexing.FileBasedIndexImpl - Version has changed for index Groovy. The index will be rebuilt.

2014-04-05 13:44:54,185 [  14344]   INFO - il.indexing.FileBasedIndexImpl - Version has changed for index Properties. The index will be rebuilt.
2014-04-05 13:44:56,896 [  17055]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/macros.xml file is null
2014-04-05 13:44:56,902 [  17061]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/quicklists.xml file is null
2014-04-05 13:44:57,819 [  17978]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/terminal.xml file is null
2014-04-05 13:44:57,822 [  17981]   INFO - pl.stores.ApplicationStoreImpl - 84 application components initialized in 13023 ms
2014-04-05 13:44:57,835 [  17994]   INFO - .intellij.idea.IdeaApplication - App initialization took 25119 ms
2014-04-05 13:45:00,772 [  20931]   INFO -                  TestNG Runner - Create TestNG Template Configuration
2014-04-05 13:45:00,806 [  20965]   INFO -                  TestNG Runner - Create TestNG Template Configuration
2014-04-05 13:45:01,333 [  21492]   INFO - ellij.project.impl.ProjectImpl - 25 project components initialized in 2347 ms
2014-04-05 13:45:01,334 [  21493]   INFO - le.impl.ModuleManagerComponent - 0 module(s) loaded in 0 ms
2014-04-05 13:45:03,883 [  24042]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/jdk.table.xml file is null
2014-04-05 13:45:05,454 [  25613]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/mavenVersion.xml file is null
2014-04-05 13:45:05,744 [  25903]   INFO - ution.rmi.RemoteProcessSupport - /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java -Djava.awt.headless=true -Xmx512m -Dfile.encoding=UTF-8 -classpath /opt/intellij-idea-ce/lib/resources_en.jar:/opt/intellij-idea-ce/lib/jdom.jar:/opt/intellij-idea-ce/lib/jna.jar:/opt/intellij-idea-ce/lib/annotations.jar:/opt/intellij-idea-ce/lib/trove4j.jar:/opt/intellij-idea-ce/lib/picocontainer.jar:/opt/intellij-idea-ce/lib/util.jar:/opt/intellij-idea-ce/lib/jna-utils.jar:/opt/intellij-idea-ce/lib/oromatcher.jar:/opt/intellij-idea-ce/lib/log4j.jar:/opt/intellij-idea-ce/plugins/maven/lib/lucene-core-2.4.1.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven-server-api.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3-server-impl.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/aether-util-1.11.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/maven-aether-provider-3.0.3.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/nexus-indexer-3.0.4.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/plexus-interpolation-1.14.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/sisu-inject-plexus-2.1.1.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/wagon-provider-api-1.0-beta-7.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/aether-impl-1.11.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/plexus-sec-dispatcher-1.3.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/maven-repository-metadata-3.0.3.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/nexus-indexer-artifact-1.0.1.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/maven-artifact-3.0.3.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/wagon-http-lightweight-1.0-beta-7.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/plexus-classworlds-2.4.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/plexus-cipher-1.4.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/plexus-utils-2.0.6.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/aether-connector-wagon-1.11.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/sisu-inject-bean-2.1.1.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/aether-spi-1.11.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/plexus-component-annotations-1.5.5.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/maven-dependency-tree-1.2.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/wagon-file-1.0-beta-7.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/sisu-guice-2.9.4-no_aop.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/maven-settings-3.0.3.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/maven-model-builder-3.0.3.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/nekohtml-1.9.6.2.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/maven-embedder-3.0.3.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/maven-settings-builder-3.0.3.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/maven-core-3.0.3.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/commons-cli-1.2.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/archetype-common-2.2.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/aether-api-1.11.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/maven-plugin-api-3.0.3.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/archetype-catalog-2.2.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/xercesMinimal-1.9.6.2.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/maven-model-3.0.3.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/maven-compat-3.0.3.jar:/opt/intellij-idea-ce/plugins/maven/lib/maven3/wagon-http-shared-1.0-beta-7.jar org.jetbrains.idea.maven.server.RemoteMavenServer
2014-04-05 13:45:07,220 [  27379]   INFO - ution.rmi.RemoteProcessSupport - Port/ID: 30238/Maven3ServerImpld50ac6e5
2014-04-05 13:45:16,051 [  36210]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/plainTextFiles.xml file is null
2014-04-05 13:45:27,814 [  47973]   INFO -                  TestNG Runner - Create TestNG Template Configuration
2014-04-05 13:45:27,816 [  47975]   INFO -                  TestNG Runner - Create TestNG Template Configuration
2014-04-05 13:45:28,354 [  48513]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/dynamic.xml file is null
2014-04-05 13:45:29,129 [  49288]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/vcs.xml file is null
2014-04-05 13:45:29,564 [  49723]   INFO - ellij.project.impl.ProjectImpl - 146 project components initialized in 4322 ms
2014-04-05 13:45:29,564 [  49723]   INFO - le.impl.ModuleManagerComponent - 0 module(s) loaded in 0 ms

2014-04-05 13:45:30,276 [  50435]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $MODULE_FILE$ file is null
2014-04-05 13:45:30,665 [  50824]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/customization.xml file is null
2014-04-05 13:45:30,823 [  50982]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $APP_CONFIG$/encoding.xml file is null
2014-04-05 13:45:31,758 [  51917]   INFO - CompilerWorkspaceConfiguration - Available processors: 4
2014-04-05 13:45:35,092 [  55251]   INFO - .roots.impl.DirectoryIndexImpl - Directory index initialized in 3282 ms, indexed 1172 directories
2014-04-05 13:45:35,124 [  55283]   INFO - pl.PushedFilePropertiesUpdater - File properties pushed in 30 ms
2014-04-05 13:45:35,658 [  55817]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/gant_config.xml file is null
2014-04-05 13:45:35,775 [  55934]   INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342
2014-04-05 13:45:36,632 [  56791]   INFO - s.impl.stores.FileBasedStorage - Document was not loaded for $PROJECT_CONFIG_DIR$/gradle.xml file is null
2014-04-05 13:45:37,352 [  57511]   WARN - ewvfs.persistent.RefreshWorker - [+] fs=LocalFileSystem dir=file:///home/timothy/IdeaProjects/helloWorld name=helloWorld.iml___jb_bak___
2014-04-05 13:45:39,490 [  59649]   INFO - tor.impl.FileEditorManagerImpl - Project opening took 14681 ms
2014-04-05 13:45:41,867 [  62026]   INFO - indexing.UnindexedFilesUpdater - Indexable files iterated in 6696 ms
2014-04-05 13:45:41,867 [  62026]   INFO - indexing.UnindexedFilesUpdater - Unindexed files update started: 20477 files to update

Update resources but not java/compile

$
0
0

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.

    at jetbrains.communicator.jabber.impl.JabberFacadeImpl._createConnection(JabberFacadeImpl.java:164)
    at jetbrains.communicator.jabber.impl.JabberFacadeImpl.connect(JabberFacadeImpl.java:121)

Viewing all 5661 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>