[ http://issues.apache.org/jira/browse/BEEHIVE-845?page=all ]
     
Alejandro Ramirez closed BEEHIVE-845:
-------------------------------------


Verified fixed.  The <build-pageflows> macro is now called with a value of 
webcontentdir="${web.content.roots}"  where "web.content.roots" is defined as:
<path id="web.content.roots">
            <pathelement path="${basedir}/content1"/>
            <pathelement path="${basedir}/content2"/>
        </path>
        <property name="web.content.roots" refid="web.content.roots"/>

I built the attache repro webapp and I did not see any messages of missing 
pages.  I also deployed the webapp and was able to access both pages:
  - content1\foo\content1.jsp
  - content2\foo\content2.jsp


> Need to be able to specify multiple content roots for Page Flow build
> ---------------------------------------------------------------------
>
>          Key: BEEHIVE-845
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-845
>      Project: Beehive
>         Type: Improvement
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>      Fix For: V1
>  Attachments: multipleContentRoots.zip, multipleContentRoots.zip
>
> The Page Flow annotation processor accepts an option ("web.content.root") 
> that tells it where to look for JSPs.  Some builds aggregate JSPs from 
> multiple content roots.  This option should accept a path, similar to 
> web.source.roots, instead of just a single value.

-- 
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

Reply via email to