> >starts, and need it in the new vm. The way we do this is by having a > file > >written to by the ant vm, and read from by the javadoc vm. > > Maybe it's possible to set a securitymanager that denies javadoc access to > System.exit?
Good idea. Can you implement/test it please? > >If you can think of another way to get around the problem then I'm happy > >to apply a patch. > > My thoughts were to create a random number and pass that random number to > javadoc in the system properties. That random number would give the name > of > the file so no temporary files could get same name. You can't update system properties, can you? Javadoc accepts a set of parameters and I believe there's a way to pass parameters to doclets javadoc launches. I still think it's an easier solution. Ara. _________________________________________________________ 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
