Hi everyone,

i'm really confused: I just updated the xdoclet version of my project. before i used 1.2 now i tried to use 1.2.2. i updated the files and my classpath. now i get an errormessage from my build.xml:

D:\dev\xxxx\xxxx\build\andromda.xml:76: true is not a legal value for this attribute

The mentioned line is

        <ejbdoclet destdir="${genXDocletsrc.dir}"
                   ejbspec="2.0"
                   force="false">

But i cannot see where the problem is. I didn't change anything. Not in my taskdef or in the use of it...

My taskdef (before and now):

    <taskdef name="ejbdoclet"
        classname="xdoclet.modules.ejb.EjbDocletTask">
      <classpath>
        <pathelement path="${xdoclet.classpath}"/>
        <pathelement path="${classpath}"/>
      </classpath>
    </taskdef>

Any hints?

MArtin, wondering...


------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ xdoclet-user mailing list xdoclet-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to