Do you actually want to put the files only in different directories, or just different packages? packages is very doable - just a matter of overriding defaults. But if, as I'm guessing, you want to do what David asked - one pass, build 10 different applications - no, its not currectly possible. I suppose something like an @ejb:bean application="foo" tag might be what we need....
cheers dim ----- Original Message ----- From: "Jason Dillon" <[EMAIL PROTECTED]> To: "Ara Abrahamian" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, February 16, 2002 11:57 AM Subject: RE: [Xdoclet-user] fast xdoclet (no second javadoc vm) status? > 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
