This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: classpath-0.95 merge


Matthias Klose writes:
 > Some progress on the merge.
 > 
 > - How to determine .class and generated .h files for .java files which are
 >   removed in the merge. Currently only removed the files mentioned below.

It's probably easiest to svn delete the lot of them and then rebuild.
However, this would lead to a lot of diffs.  Hmm, I wonder if there is
some automatic to handle this: perhaps delete all the classes, then
rebuild, then do a diff of the directory listing with a clean tree?

 > - Some files directories are not in classpath anymore: should these be
 >   removed from in the import?
 > 
 >   classpath/.externalToolBuilders
 >   classpath/.settings
 >   classpath/.cdtproject
 >   classpath/ChangeLog.usermap
 >   classpath/.classpath
 >   classpath/.project


Definitely.

Andrew.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]