You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <de...@beehive.apache.org> on 2005/09/09 23:16:31 UTC

[jira] Resolved: (BEEHIVE-915) Page Flow annotation processors generate files in an IDE-unfriendly way

     [ http://issues.apache.org/jira/browse/BEEHIVE-915?page=all ]
     
Rich Feit resolved BEEHIVE-915:
-------------------------------

    Fix Version: V1
     Resolution: Fixed
      Assign To: Alejandro Ramirez  (was: Rich Feit)

Fixed with revision 279881.  Let me know if you see any problems with this, especially with rebuilding existing apps.  Thanks!

> Page Flow annotation processors generate files in an IDE-unfriendly way
> -----------------------------------------------------------------------
>
>          Key: BEEHIVE-915
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-915
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>     Priority: Critical
>      Fix For: V1
>  Attachments: jira-915-patch.txt
>
> When the Page Flow annotation processors create files (when running under Sun's apt), they do not use the Filer interface to create the files.  This works fine on the command line, but it won't work in an IDE, which needs to know when/where files are created.
> Unfortunately, Filer offers only two choices of places to create files: the source directory and the build directory.  This means that to fix this bug, our generated files need to move out of WEB-INF, into WEB-INF/classes, i.e., they will not only be generated into a different place, but they will be read through a different mechanism in the runtime.
> I'm marking this as Critical, since not fixing this will mean that the current Beehive version can't be tooled correctly in an IDE.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira