[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

Re: [zzdev] Nile module & compilation



On Tue, 28 Nov 2000, Antti-Juhani Kaijanaho wrote:

> Currently it's not possible to compile GZigZag without the Nile module.
> 
> The problem is in ZZCacheDimSpace.java:119
> 	    spaceParts.put("nile1str", new GenTreePart(this, "nile1str",
> 		new org.gzigzag.module.Nile1GenTreeModel()));   
> 
> This requires that Nile is enabled in the Makefile.
> 
> I see two solutions: make Nile a non-module or use reflection.

To use reflection, for now, at least.

The spaceParts are entered into the space in the most awkward way
imaginable and that will be completely redone in a while.

	Tuomas