--- Ben Litchfield <[EMAIL PROTECTED]> wrote: > hmmm, I tried running it twice from ant like this > > <target name="ejbdoclet" description="run > ejbdoclet to generate source > and descriptor files"> > <antcall target="_ejbdoclet" /> > <antcall target="_ejbdoclet" /> > </target> > > ejbdoclet does get run twice but it does not do > anything the second time. > I have to run ant from the command line twice to get > this to work. Has > anybody gotten this to work?
I got this to work. Actually I did 2 separate targets, first for generation of just entity facade, and second to process all the ejb + code generated on first stage. I can look for the example tonight - it' on my home pc. regards, ===== Konstantin Priblouda ( ko5tik ) Freelance Software developer < http://www.pribluda.de > < play java games -> http://www.yook.de > < render charts online -> http://www.pribluda.de/povray/ > __________________________________________________ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop! http://platinum.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: Tablet PC. Does your code think in ink? You could win a Tablet PC. Get a free Tablet PC hat just for playing. What are you waiting for? http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
