The default project-jdk-name in project.ipr doesn't work when used on Idea
when jdkName is not specified in pom
-----------------------------------------------------------------------------------------------------------------
Key: MNG-1314
URL: http://jira.codehaus.org/browse/MNG-1314
Project: Maven 2
Type: Bug
Components: maven-idea-plugin
Reporter: Johnny R. Ruiz III
Assigned to: Johnny R. Ruiz III
Fix For: 2.0.1
When jdkName is not specified in configuration of idea:idea, the default java
version is used. It creates an entry in project.ipr that is not working.
<component name="ProjectRootManager" version="2" assert-keyword="false"
jdk-15="false" project-jdk-name="java version 1.4.2_08" /> --> this doesn't
work
<component name="ProjectRootManager" version="2" assert-keyword="true"
jdk-15="false" project-jdk-name="java version "1.4.2_08"" /> -->
this worked.
Does anyone experience the same problem? I'll create a patch for this, might
be useful if this is really an error.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]