Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-core-dev] Cleanup from the command line

Hi guys,

I use the formatter provided in Eclipse in my build file; I wonder if I can do the same with the cleanup, i.e., if I can invoke something like

eclipse -vm <path_to_vm> -application <cleanup_class> -config org.eclipse.jdt.ui.prefs *.java

in order to cleanup (including formatting) the java files in the current dir.

Thanks!!


Back to the top