|
From: Bruce M. <br...@mc...> - 2003-04-15 13:44:19
|
Yes, good detective work. The big problem that remains is: How to tell babeldoc how to find its modules (or also what are its modules - these are two different problems) in an EJB container. Remember part of the rules in a EJB container is that the code can't read/write the file system. Here is my thinking - it cant be done at build time by the ejb module because that module that module might not be the last module to be execute during the build. So it must be a post build process. This is just like copying the war/ear/jar files to the deploy directory in the application server. So what probably be done is a post-build ant script generates the complete module cache, jars it up and then deploys the babeldoc jar files to the application server. regards, Bruce. On Tuesday 15 April 2003 08:24 am, Hans Benedict wrote: > com.babeldoc.core.module.BabeldocModule? No, it's still there and it has > functions like buildModuleSetFromScanDir() and > buildModuleSetFromClasspath() - that was, where I got the clue to use > babeldoc.scandir ... > > Hans > > On Tue, 15 Apr 2003, Dejan Krsmanovic wrote: > > My mistake, now I have realized that BabeldocModule has been deleted... I > > need to synchronize my sources with CVS. (My machine cannot access SF CVS > > because of proxy settings, so I have to work on two machines ;) One for > > development and one for getting and commiting files to CVS! > > > > Dejan > > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by:ThinkGeek > > Welcome to geek heaven. > > http://thinkgeek.com/sf > > _______________________________________________ > > Babeldoc-devel mailing list > > Bab...@li... > > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Babeldoc-devel mailing list > Bab...@li... > https://lists.sourceforge.net/lists/listinfo/babeldoc-devel |