You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2007/09/26 08:56:50 UTC

[jira] Created: (JCR-1144) Investigate ways to compile the refactored jcr-mapping for Java 1.4

Investigate ways to compile the refactored jcr-mapping for Java 1.4
-------------------------------------------------------------------

                 Key: JCR-1144
                 URL: https://issues.apache.org/jira/browse/JCR-1144
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jcr-mapping
    Affects Versions: 1.4
            Reporter: Felix Meschberger
            Assignee: Felix Meschberger
             Fix For: 1.4


The last refactoring of the jcr-mapping project included the annotation based mapping description into the main code based thus requiring compilation with Java 5 or higher.

There are still some use cases, which require Java 1.4. The goal is to investigate, whether it would be possible to define a build profile in the pom, which compiles for 1.4 by ignoring the annotation classes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JCR-1144) Investigate ways to compile the refactored jcr-mapping for Java 1.4

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting updated JCR-1144:
-------------------------------

    Affects Version/s:     (was: 1.4)

I replaced the Java 1.4 profile with the retrotranslator-maven-plugin from codehaus (see http://mojo.codehaus.org/retrotranslator-maven-plugin/). It seems like a simpler solution.

> Investigate ways to compile the refactored jcr-mapping for Java 1.4
> -------------------------------------------------------------------
>
>                 Key: JCR-1144
>                 URL: https://issues.apache.org/jira/browse/JCR-1144
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jcr-mapping
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 1.4
>
>
> The last refactoring of the jcr-mapping project included the annotation based mapping description into the main code based thus requiring compilation with Java 5 or higher.
> There are still some use cases, which require Java 1.4. The goal is to investigate, whether it would be possible to define a build profile in the pom, which compiles for 1.4 by ignoring the annotation classes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-1144) Investigate ways to compile the refactored jcr-mapping for Java 1.4

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved JCR-1144.
------------------------------------

    Resolution: Fixed

Added a build profile "jdk1.4" which compiles into Java 1.4 class files ommiting the new annotation classes.

Please close, if this suites your needs. Thankss

> Investigate ways to compile the refactored jcr-mapping for Java 1.4
> -------------------------------------------------------------------
>
>                 Key: JCR-1144
>                 URL: https://issues.apache.org/jira/browse/JCR-1144
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jcr-mapping
>    Affects Versions: 1.4
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 1.4
>
>
> The last refactoring of the jcr-mapping project included the annotation based mapping description into the main code based thus requiring compilation with Java 5 or higher.
> There are still some use cases, which require Java 1.4. The goal is to investigate, whether it would be possible to define a build profile in the pom, which compiles for 1.4 by ignoring the annotation classes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.