View Single Post
  #1 (permalink)  
Old 09-28-2004
vsonnathi vsonnathi is offline
Registered User
 
Name: Venkat Ramana
Organization: Amazon.com
Project: Prototype
 
Join Date: May 2004
Posts: 39
module names not correctly translated while generating directories in Java

Hi,

I have captialized Module names and the directories are generated all lower case.

For e.g:
[["java:package:com.testing"]]

module Print {
class Data {
string name;
int number;
};

interface Printer {
void printString(Data s);
};
};

I see com.testing.Print as the package imports and definitions in the files generated but the directories generated are all lower case.

I am on Win2K, ICE 1.5.1, JDK 1.4.2.

Thanks,
--Venkat.
Reply With Quote