Message:

   The following issue has been resolved as FIXED.

---------------------------------------------------------------------
View the issue:

  http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-399


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-399
    Summary: Allow package substitution in the middle of a package name
       Type: New Feature

     Status: Resolved
   Priority: Minor
 Resolution: FIXED

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: XDoclet
  Component: Core
    Fix For: 2.0 Beta 1
   Versions:
             2.0 Beta 1

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Heiko W. Rupp

    Created: Fri, 21 Mar 2003 11:35 AM
    Updated: Fri, 21 Mar 2003 11:59 AM

Description:
In my understanding, in the current package substitution mechanism,
only the following is possible

com.acme.ejb.FooBean -> com.acme.interfaces.FooBeanLocal

Now if you have a structure like

com.acme.foo.bar.ejb
com.acme.baz.lala.ejb

you want to gather all interfaces under one root/subtree like e.g.

com.acme.interfaces.bar.*
com.acme.interfaces.lala.*

With the attached patch, it is possible to say

<packagesubstitution
     packages="foo,baz"
     substituteWith="interfaces"
     useFirst="true"                        
/>

to achieve the aforementioned.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to