That's really strange. The only method call that can throw a NPE is that 
schema.trim() ...
Just try with an "ant clean" and then recompile all...

Marco

Philipp R�thl wrote:
>>You should change the line 831 from :
>>boolean nonameschema = schema.trim().equals("");
>>to:
>>boolean nonameschema = nullschema || schema.trim().equals("");
> 
> That's exactly what I did :-(
> 
> Hopefully JDK 1.4 will do...
> 
> Thanks,
> phi



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
middlegen-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/middlegen-user

Reply via email to