Menu

#180 compilewithwalls example error

open
nobody
None
5
2006-07-20
2006-07-20
Anonymous
No

The examples show:

<walls>
<package name="modA"
package="biz.xsoftware.mod.modA.**"/>

<package name="modB"
package="biz.xsoftware.mod.modB.*"/>
<package name="mod"
package="biz.xsoftware.mod.modA.*" depends="modA,modB"/>
</walls>

Should(n't) the last <package> element be:

<package name="mod" package="biz.xsoftware.mod.*"
depends="modA,modB"/>

?

Discussion

  • Matt Benson

    Matt Benson - 2006-07-20

    Logged In: YES
    user_id=120761

    oops, didn't mean to submit anonymously. 'twas me.

     
  • Dean Hiller

    Dean Hiller - 2006-08-09

    Logged In: YES
    user_id=380989

    1. compilewithwalls is deprecated in place of the more
    advanced verifydesign
    2. I fixed the documentation for the future anyways.
    3. I made the deprecation more obvious in the
    compilewithwalls documentation.

     
  • Matt Benson

    Matt Benson - 2006-08-09

    Logged In: YES
    user_id=120761

    yeah, I noticed the deprecation later but still wanted to
    know whether there really was a problem.

    Thanks,
    Matt

     

Log in to post a comment.