Tobias

- Total activity 75
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Created #7821 - Maven import not possible anymore, can't find any projects
I tried #7821 with a project I have in use in 7.0.3.Clicking on the "Maven"-Tab tells me to re-import the project, nothing else visible there.When saying "New Project" and trying to import as Maven... -
Created Problem creating project from Maven model - new in 7.0.3
Importing a project that uses a plugin in the Maven build process fails in 7.0.3. The same worked in 7.0.2According to the log file, the problem is that IDEA (or the MavenEmbedder or whoever) tries... -
Created Error creating project from Maven files - worked in 7.0.1
With a certain project structure, it's not possible anymore to create a project out of Maven poms with IDEA 7.0.2, even though it worked as expected in 7.0.1.Here's an example derived from a more c... -
Created 7.0.2 Release Date
After seeing already 5 EAP versions for 7.0.2, when is this version scheduled to be released?Regarding the huge number of fixed bugs (meaning all these bugs are in 7.0.1) I really don't plan to rol... -
Created Maven integration - how to?
Are multi module Maven projects supposed to work with Selena?Neither with "create project" nor with "open project" I could get this to work: if I point to the pom.xml containing references to other... -
Created Problems after Maven compile
After compiling a project using Maven out of Selena, I cannot launch anything. there's an errormessage saying ClassNotFoundException.A manual "rebuild Project" doesn't do anything and I have to re-... -
Created Running project out of Selena and networking
I have a strange issue here:When I run the main class of my project out of IDEA 6.0.5, everything works fine.When I run the same project with the same configuration out of 7118, a call to InetAddre... -
Created Error running Maven goal 'compile' from Selena
I get the following error message when trying to run maven out of Selena (7118): Compilation failureFailure executing javac, but could not parse the error:javac: invalid target release: 1.6Maven 2.... -
Created Default compiler setting for resources.
Is it possible to make the default entry in the compiler settings for project resources"!?*.java"This would be much more convinient than having to check and extend that list each time a new kind of... -
Created Creating new project from poms
When I import a project from multiple poms, the newly created project doesn't compile, because the project's language level is set to 1.3 and I use e.g. annotations.In a parent pom all other poms u...