You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Aino Andriessen (JIRA)" <de...@myfaces.apache.org> on 2007/11/29 12:09:43 UTC

[jira] Created: (TRINIDAD-846) JDev plugin - compiler configuration 11g

JDev plugin - compiler configuration 11g 
-----------------------------------------

                 Key: TRINIDAD-846
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-846
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Plugins
    Affects Versions: 1.2.5-plugins
            Reporter: Aino Andriessen
            Priority: Minor


The compiler configuration in the 11g 'template' project.xml file should not contains a so called reversed filter, because the JDeveloper ADF BC wizards do not take the reverse filter into account.
This has been fixed (patched) on the 10.1.3.0.4 project file, but not yet on the 11g version. The same patch cannot be spplied because the jpr structure has been changed.


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


[jira] Commented: (TRINIDAD-846) JDev plugin - compiler configuration 11g

Posted by "Gary Kind (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549484 ] 

Gary Kind commented on TRINIDAD-846:
------------------------------------

I strongly disagree with this.  First off, I am looking at the 10.1.3.0.4 JDev plugin's project.xml file and the reverse filter is still there.  Second, the reverse filter totally makes sense.  It is saying copy everything over to the output directory except the .java files.   Since the .java files are already in a source area, why copy them over to the same place your class files are?  I agree that this may be desirable in some cases, but those are the exceptions rather than the rule.  The default options are in place for what is done most of the time.  And thirdly, if the ADF BC Wizards don't recognize the reverse filter, then that is a bug in the ADF BC Wizards, not in the JDev Plugin.   We do not want to workaround a bug in some other component by removing a desired behavior in the JDev plugin.  I am sorry but we cannot implement this change.

> JDev plugin - compiler configuration 11g 
> -----------------------------------------
>
>                 Key: TRINIDAD-846
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-846
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 1.2.5-plugins
>            Reporter: Aino Andriessen
>            Priority: Minor
>         Attachments: project.xml.11.1.1.0.0.patch
>
>
> The compiler configuration in the 11g 'template' project.xml file should not contains a so called reversed filter, because the JDeveloper ADF BC wizards do not take the reverse filter into account.
> This has been fixed (patched) on the 10.1.3.0.4 project file, but not yet on the 11g version. The same patch cannot be spplied because the jpr structure has been changed.

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


[jira] Updated: (TRINIDAD-846) JDev plugin - compiler configuration 11g

Posted by "Aino Andriessen (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aino Andriessen updated TRINIDAD-846:
-------------------------------------

    Status: Patch Available  (was: Open)

> JDev plugin - compiler configuration 11g 
> -----------------------------------------
>
>                 Key: TRINIDAD-846
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-846
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 1.2.5-plugins
>            Reporter: Aino Andriessen
>            Priority: Minor
>
> The compiler configuration in the 11g 'template' project.xml file should not contains a so called reversed filter, because the JDeveloper ADF BC wizards do not take the reverse filter into account.
> This has been fixed (patched) on the 10.1.3.0.4 project file, but not yet on the 11g version. The same patch cannot be spplied because the jpr structure has been changed.

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


[jira] Commented: (TRINIDAD-846) JDev plugin - compiler configuration 11g

Posted by "Gary Kind (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549543 ] 

Gary Kind commented on TRINIDAD-846:
------------------------------------

Another question.  the JDev Plugin is only intended to be used for maven projects to create JDev Workspace and projects.  Are the ADF BC Wizards in maven?  I don't understand how you would be using the JDev plugin on ADF BC Wizards?  It is not an Open-source project, I don't believe.

> JDev plugin - compiler configuration 11g 
> -----------------------------------------
>
>                 Key: TRINIDAD-846
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-846
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 1.2.5-plugins
>            Reporter: Aino Andriessen
>            Priority: Minor
>         Attachments: project.xml.11.1.1.0.0.patch
>
>
> The compiler configuration in the 11g 'template' project.xml file should not contains a so called reversed filter, because the JDeveloper ADF BC wizards do not take the reverse filter into account.
> This has been fixed (patched) on the 10.1.3.0.4 project file, but not yet on the 11g version. The same patch cannot be spplied because the jpr structure has been changed.

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


[jira] Commented: (TRINIDAD-846) JDev plugin - compiler configuration 11g

Posted by "Scott O'Bryan (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549546 ] 

Scott O'Bryan commented on TRINIDAD-846:
----------------------------------------

As for Gary's second comment, the plugin is made to allow editing of a maven source trees in JDEV.  This wizard is a part of JDEV.  The issue I have is that the wizard does not follow the IDE's own rules and capabilities.  If the tool supports an exclusion filter, and it does, then the BC Wizards also need to support the exclusion filter in order to be good citizens IMO.  Either way, I think it's clear that this is not an Apache issue.

> JDev plugin - compiler configuration 11g 
> -----------------------------------------
>
>                 Key: TRINIDAD-846
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-846
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 1.2.5-plugins
>            Reporter: Aino Andriessen
>            Priority: Minor
>         Attachments: project.xml.11.1.1.0.0.patch
>
>
> The compiler configuration in the 11g 'template' project.xml file should not contains a so called reversed filter, because the JDeveloper ADF BC wizards do not take the reverse filter into account.
> This has been fixed (patched) on the 10.1.3.0.4 project file, but not yet on the 11g version. The same patch cannot be spplied because the jpr structure has been changed.

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


[jira] Commented: (TRINIDAD-846) JDev plugin - compiler configuration 11g

Posted by "Aino Andriessen (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548862 ] 

Aino Andriessen commented on TRINIDAD-846:
------------------------------------------

The 11g project file is already up-to-date with the 11g preview. This patch does not influence that.
The patch is specific for the 11g project.xml file
This patch fixes the bug as described.

> JDev plugin - compiler configuration 11g 
> -----------------------------------------
>
>                 Key: TRINIDAD-846
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-846
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 1.2.5-plugins
>            Reporter: Aino Andriessen
>            Priority: Minor
>         Attachments: project.xml.11.1.1.0.0.patch
>
>
> The compiler configuration in the 11g 'template' project.xml file should not contains a so called reversed filter, because the JDeveloper ADF BC wizards do not take the reverse filter into account.
> This has been fixed (patched) on the 10.1.3.0.4 project file, but not yet on the 11g version. The same patch cannot be spplied because the jpr structure has been changed.

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


[jira] Commented: (TRINIDAD-846) JDev plugin - compiler configuration 11g

Posted by "Scott O'Bryan (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549545 ] 

Scott O'Bryan commented on TRINIDAD-846:
----------------------------------------

Again, I agree totally with Gary.  JDEV allows the reverse filter.  If ADF BC Wizards don't support this, that is a limitation of those wizards.

If JDEV were to remove the reverse filter, THEN we'd have to do something about it.  :)

> JDev plugin - compiler configuration 11g 
> -----------------------------------------
>
>                 Key: TRINIDAD-846
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-846
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 1.2.5-plugins
>            Reporter: Aino Andriessen
>            Priority: Minor
>         Attachments: project.xml.11.1.1.0.0.patch
>
>
> The compiler configuration in the 11g 'template' project.xml file should not contains a so called reversed filter, because the JDeveloper ADF BC wizards do not take the reverse filter into account.
> This has been fixed (patched) on the 10.1.3.0.4 project file, but not yet on the 11g version. The same patch cannot be spplied because the jpr structure has been changed.

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


[jira] Commented: (TRINIDAD-846) JDev plugin - compiler configuration 11g

Posted by "Gary Kind (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548818 ] 

Gary Kind commented on TRINIDAD-846:
------------------------------------

When you create a .jpr file, can it be loaded into JDev without migration?  That is the goal.

> JDev plugin - compiler configuration 11g 
> -----------------------------------------
>
>                 Key: TRINIDAD-846
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-846
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 1.2.5-plugins
>            Reporter: Aino Andriessen
>            Priority: Minor
>         Attachments: project.xml.11.1.1.0.0.patch
>
>
> The compiler configuration in the 11g 'template' project.xml file should not contains a so called reversed filter, because the JDeveloper ADF BC wizards do not take the reverse filter into account.
> This has been fixed (patched) on the 10.1.3.0.4 project file, but not yet on the 11g version. The same patch cannot be spplied because the jpr structure has been changed.

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


[jira] Commented: (TRINIDAD-846) JDev plugin - compiler configuration 11g

Posted by "Aino Andriessen (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/TRINIDAD-846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549965 ] 

Aino Andriessen commented on TRINIDAD-846:
------------------------------------------

I agree that a reverse filter could be a logical configuration, especially with all the adf xml and jpx files. And it would be great if the ADF BC wizard bug would be fixed.

However, the aim of this plugin is to create JDev project files from our maven pom files so that we can develop our application with JDeveloper, e.g. with ADF business components (BC). The developers of this plugin have the choice how the plugin behaves. One of the choices is to use a reverse filter or not. With a reverse filter a problem arises when working with JDeveloper and ADF BC, without it the problem does not arise. So with the reverse filter, we have to make manual changes to the project properties in JDeveloper after using the plugin, without it we don't. 

Although maybe not the ideal solution, the pragmatic way is to not define the reverse filter in the plugin and follow the IDE's behaviour. 




> JDev plugin - compiler configuration 11g 
> -----------------------------------------
>
>                 Key: TRINIDAD-846
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-846
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 1.2.5-plugins
>            Reporter: Aino Andriessen
>            Priority: Minor
>         Attachments: project.xml.11.1.1.0.0.patch
>
>
> The compiler configuration in the 11g 'template' project.xml file should not contains a so called reversed filter, because the JDeveloper ADF BC wizards do not take the reverse filter into account.
> This has been fixed (patched) on the 10.1.3.0.4 project file, but not yet on the 11g version. The same patch cannot be spplied because the jpr structure has been changed.

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