Yeah, I've echoed all my paths and they are correct. I
also saw no useful output w/ -v.

My ejb-jar.xml and jboss.xml are getting created,
those are fine, but the interfaces still not.


--- "Harkness, David" <[EMAIL PROTECTED]>
wrote:

> William I. Zumwalt penned
> 
> > Just to reaffirm what I think should be happening
> ...
> > What I have for <fileset means it will search
> > recursivly my ./src tree all the way down for
> files
> > named xxxBean.java and generate home and remote
> > interfaces and put them in the destDir. Isn't that
> > correct?
> 
> Yes, that's exactly what should be happening. I ran
> -v and -debug myself
> on my build and got no really useful information.
> What I was hoping for
> was output from the <fileset> to say, "Hey, I'm
> going to parse these
> files."
> 
> There's probably a better way to do this in Ant, but
> can you put this
> before the <ejbdoclet> task and run it regularly?
> After running it,
> check that you now have a directory called "parseme"
> in your build
> directory that contains all the beans you expect to
> be parsed.
> 
>     <echo>Source:   ${proj.src}</echo>
>     <echo>Dest:     ${src.ejb}</echo>
>     <echo>MetaDest: ${proj.meta-inf}</echo>
> 
>     <copy todir="parseme">
>         <fileset dir="${proj.src}">
>             <include name="**/*Bean.java"/>
>         </fileset>
>     </copy>
> 
> Hopefully it's just a random typo or bad property
> somewhere.
> 
> -- 
> David Harkness                               Sony
> Pictures Digital
> Sr. Software Engineer   310.482.4756   
> [EMAIL PROTECTED]
> 
>         Those who judge the value of advice by its
> source
>         will at once dismiss the best and follow the
> worst.
> 
> 
>
-------------------------------------------------------
> This SF.Net email is sponsored by BEA Weblogic
> Workshop
> FREE Java Enterprise J2EE developer tools!
> Get your free copy of BEA WebLogic Workshop 8.1
> today.
> http://ads.osdn.com/?ad_idP47&alloc_id808&op=click
> _______________________________________________
> xdoclet-user mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to