This is the mail archive of the kawa@sourceware.cygnus.com mailing list for the Kawa project.


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

Re: Compilation teaser


nferrier@tapsellferrier.co.uk wrote:
> 
> I've been thinking about dependencies.
> 
> When compiling Java code you can always get round dependencies by
> batching ALL source files together for compilation; eg:
> 
>   javac -class...  @fielist
> 
> If you have mutually dependant Kawa and Java this can't be done
> though.
> 
> Has anyone any ideas about how to get round this problem?
> 
> Nic Ferrier

Using a makefile and the -classpath switch of javac.
If there are no ciclic dependencies you can simply compile the files one
at a time.

Marco
-- 
	(--cafe babe--) 
Marco Vezzoli	marco.vezzoli@st.com
CR&D Intranet Developement   STMicroelectronics
tel. +39 039 603 6852 fax. +39 039 603 5055

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