RE: (Victor) RE: import statements

2003-09-10 Thread Glen Mazza
No problem--Thanks for the very quick response.  

Glen

--- Victor Mote [EMAIL PROTECTED] wrote:
 
 All of the global imports are now gone. Again, I
 apologize for the
 inconvenience.
 
 Victor Mote
 


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


RE: (Victor) RE: import statements

2003-09-08 Thread Victor Mote
Glen Mazza wrote:

 Your IDE tool created another .* invalid import at
 http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/
 fo/extensions/svg/SVGElementMapping.java?rev=1.1content-type=text
 /vnd.viewcvs-markup.
  Please fix it up--the Batik team is requesting
 changes to this file.

Yes, I am trying to get to all of this.

 When I have moved classes in the past, I just do a
 file-wide add  search-and-replace on import
 statements so that no invalid imports need be created.
  You would be correct if you were to presume that this
 takes 5 mins. vs. perhaps 3 seconds for your nice
 IDE class-moving tool--problem is, trying to
 retroactively figure out which classes are in which
 file takes far more effort than the 4:57 saved.

I found a setting in the IDE that should change this behavior.

 If you don't feel this way, fine, go ahead and
 retroactively fit all classes you created w/invalid
 imports to our coding standards, but from now on
 please make the changes *before* checking the file in.


 It is important that the time involved in this
 retrofitting be part of the calculations in your
 decision to use the IDE refactoring tool.  Just
 leaving the code invalid and hiding in the tall
 grass--to use your phrase--should not be considered
 an option, as it would result in disasterous overuse
 of that IDE function.

No hiding going on here. I am responsible for fixing it, and I apologize for
the inconvenience. It is clear that we have different priorities here, and
I'll do my best to accommodate yours better.

Victor Mote



RE: (Victor) RE: import statements

2003-09-08 Thread Victor Mote
Victor Mote wrote:

 Glen Mazza wrote:

  Your IDE tool created another .* invalid import at
  http://cvs.apache.org/viewcvs.cgi/xml-fop/src/java/org/apache/fop/
  fo/extensions/svg/SVGElementMapping.java?rev=1.1content-type=text
  /vnd.viewcvs-markup.
   Please fix it up--the Batik team is requesting
  changes to this file.

 Yes, I am trying to get to all of this.

I have committed a change for this specific instance, and am cleaning up the
remaining items right now.

Victor Mote



RE: (Victor) RE: import statements

2003-09-08 Thread Victor Mote
Victor Mote wrote:

 I have committed a change for this specific instance, and am
 cleaning up the
 remaining items right now.

All of the global imports are now gone. Again, I apologize for the
inconvenience.

Victor Mote