shared-1.1.pom has cyclic property declaration
----------------------------------------------

                 Key: JRUBY-2412
                 URL: http://jira.codehaus.org/browse/JRUBY-2412
             Project: JRuby
          Issue Type: Bug
          Components: Java Integration
    Affects Versions: JRuby 1.1
         Environment: generic os/hardware. 
            Reporter: Vivek Pandey
            Priority: Critical


There is a bug in the pom file: shared-1.1.pom. v3 build system is planning to 
shift to maven 2.0.9 and when compiled with it it gives error:

---------
[INFO] Error building POM (may not be this project's POM).


Project ID: org.jruby.plugins:jruby-rake-plugin
POM Location: Artifact [org.jruby.plugins:jruby-rake-plugin:pom:1.1]

Reason: The POM expression: ${java.specification.version} could not be 
evaluated. Reason: Expression value '${java.specification.version}' references 
itself in 'org.jruby.plugins:jruby-rake-plugin:maven-plugin:1.1'. for project 
org.jruby.plugins:jruby-rake-plugin at Artifact 
[org.jruby.plugins:jruby-rake-plugin:pom:1.1]
--------

Basically in shared-1.1.pom there is cyclic property declaration:


<java.specification.version>${java.specification.version}</java.specification.version>
 

-- 
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 from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to