This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

also: --dest-class-dir for .o's?



So I've settled on .java -> .o (instead of .class -> .o), but I've got
a few classes with the same name, just in different packages.

So, for a source tree like this:

  src/Foo/Bar/Baz.java
  src/Foo/Bop.java

I'd like output either like this:

  bin/Foo/Bar/Baz.o
  bin/Foo/Bop.o

Or else something like this:

  bin/Foo.Bar.Baz.o
  bin/Foo.Bop.o

I'd also like to make one invocation to gcj (for speed), sorta like
"gcj -c `find src -name \*.java`". Is there an equivalent to
--dest-class-dir I can use?

  - a

-- 
If the Boston Tea Party happened today, our politicians would denounce
it as an act of Terrorism.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]