gcjh segfaults when passed two class names
Adam Megacz
gcj@lists.megacz.com
Fri Dec 7 21:25:00 GMT 2001
Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
> > I'm trying to generate a single .h file with headers for multiple
> > classes
> Thats not a supported feature, AFAIK. It would be nice to be able to do
> that though...
Actually, I just came up with a better approach -- I now treat
gcjh-generated .h like binaries, and stash them in the bin/ subtree of
my project instead of the src/ tree. That way clean builds (rm -rf
bin/) regenerate .h files. And since it's in the bin/ tree, I don't
care about having a zillion .h files...
Side note: I'm really starting to run up against the limitations of
ant... one of these days I'm going to break down and write Ant tasks
for all the gcj tools.
- a
More information about the Java
mailing list