Maybe I don't understand quite what you are asking for, but it doesn't yet make sense to me. I'm happy to generate all the interfaces into one directory, because I can fish out what I want in each jar using ant.
What I would like (and I don't know if it is possible already) is to be able to specify which ejb's metadata go into which ejb-jar (and vendor specific files). Then if I have 50 ejbs that I want in 10 jars I could still generate them in one pass through xdoclet. I can imagine this being specified either through tags in the source file or in filesets in the build.xml file. david jencks On 2002.02.15 19:57:28 -0500 Jason Dillon wrote: > Not really related, but kinda... > > I would like to use one ejbdoclet task to gen the sources/metadata files > for more than one bean. Looks like right now they are all dumped into > the same directory. > > Is there any way to seperate them based on the beans name? So for > example, set destdir to foo/ then gen sources for Bean1 into foo/Bean1/* > and Bean2 into foo/Bean2/* > > Is this possible with the current codebase? I looked over the docs, but > it was obvious to me if it was there. > > If not can this be added (i think I might have requested this before). > It will help making it easier to build jars from this output on a bean > by bean basis and speed up things where there are more than one bean > being built. > > --jason > > > On Fri, 2002-02-15 at 04:14, Ara Abrahamian wrote: > > We're working on it, actually we're going to replace javadoc with our > > xjavadoc stuff. It'll be ready for 1.2 which is not near. I think 1.5-2 > > months later. For the moment make it smaller, divide it into > > subprojects/modules, so run it on smaller set of source files. Make > sure > > the fileset includes the minimum number of files required. > > > > Ara. > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > > > [EMAIL PROTECTED]] On Behalf Of Jason Dillon > > > Sent: Friday, February 15, 2002 7:02 AM > > > To: [EMAIL PROTECTED] > > > Subject: [Xdoclet-user] fast xdoclet (no second javadoc vm) status? > > > > > > Just wanted to get a quick status of how things are going wrt making > > > xdoclet faster by eliminating javadoc vm invocation. > > > > > > building jboss is a bit annoying at the moment, cause it has to keep > > > spawning javadoc... and after it has bee run once it just spawns it > to > > > do nothing. > > > > > > I remember someone mentioned that there was some work being done to > > fix > > > this. > > > > > > Can I get a quick update on how things are going? Or an estimated > > > release date of that feature? > > > > > > --jason > > > > > > > > > > > > > > > _______________________________________________ > > > Xdoclet-user mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > > > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > > _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
