Where are the javadoc for reversedb2???

2004-04-09 Thread Sven Alisch
Hello ML,

I found some months ago the javadoc for reversedb2. I need this, because I 
want to create a command line tool for db-reverse engineering. But now, I 
can't find the documentation again. Is it intention? Is it closed? If not, 
please developer, be so kind to send me a link, where I can find the 
documentation.

Thanks,
Sven


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Where are the javadoc for reversedb2???

2004-04-09 Thread Armin Waibel
Hi Sven,

Sven Alisch wrote:

Hello ML,

I found some months ago the javadoc for reversedb2. I need this, because I 
want to create a command line tool for db-reverse engineering.
Cool, will it be open-source?

But now, I 
can't find the documentation again. Is it intention? Is it closed?
Currently no one is working on that stuff.
If you use the source version of OJB call
ant javadoc

this ant target will create all OJB javadoc to directory 
[db-OJB]/target/doc/javadoc

regards,
Armin
If not, 
please developer, be so kind to send me a link, where I can find the 
documentation.

Thanks,
Sven
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Where are the javadoc for reversedb2???

2004-04-09 Thread Sven Alisch
Hi Armin,

 Cool, will it be open-source?

OF COURSE YES Everything I program (most in C++/Qt) is free and open 
sourced! In my opinion it is a desaster to use your great framework for a 
closed commercial project. This knowledge must be free. :-)

 ant javadoc

Thank you. Why did I not come to the idea by scanning your makefile tsts ... 
:-)

 this ant target will create all OJB javadoc to directory
 [db-OJB]/target/doc/javadoc

OK.

greetings from potsdam (germany),
Sven


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]