Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] APT generated source directory name

To discourage users from placing types in the APT generated source directory (a bad idea, because clean currently removes anything found there), we are planning to encourage the user to start its name with a ‘.’, so that it does not show up in the package explorer (by setting the default value at project config time to something like ‘.generated_src’. The user can of course override this if they need to see the generated types, but by default we think it’s better for them to be hidden. They can still be explored for references, navigated to, etc.

 

Is there any opposing argument? Does anyone know of any JDT feature that would behave in an unexpected way if the generated source directory were made invisible this way?

 

Thanks,

-Gary

 

 

________________________________________________________________________________
BEAWorld 2005: coming to a city near you.  Everything you need for SOA and enterprise infrastructure success.

 
Register now at http://www.bea.com/4beaworld

 
London 11-12 Oct| Paris13-14 Oct| Prague18-19 Oct |Tokyo 25-26 Oct| Beijing 7-8 Dec

Back to the top