Actually, that's what I used to figure out what was missing on the
command line. :^) Very helpful option. Thanks.
-kto
Jonathan Gibbons wrote:
Kelly,
I don't know if it ever might help in cases like this, but as of JDK 6,
javac has
a switch -implicit:none which will allow it to read, but not compile,
classes
on the source path. This makes it easier to compile (just) those classes
given on the command line.
-- Jon
On Aug 5, 2008, at 11:28 PM, Florian Weimer wrote:
* Kelly O'Hair:
Try the attached patch. There was more to change that I thought.
If you have other corba changes you should save them.
So may need to:
cd corba
hg diff > ~/saved.corba.patch
hg update -C
hg import corba.patch
quit editor
I'm on MASTER, so I had to pick your org_omg patch manually before
applying your patch. But with these change, the build seemed to work.