If you have a *nix environment, you can do this fairly easily with a bit
of sed and a few mv commands. I did this for our codebase (spanning a C
program--that, come to think of it, I believe was converted by someone
else--three core Java components, a Flex UI, and a number of smaller
Java modules) when we changed our name from Amalgamated Insight to
Truviso. Doing this with sed is a little dicey, since you're doing text
substitution instead of "real" refactoring, but I don't believe we had
any problems after the conversion.

If you're on Windows, you could check to see if Powershell can do
something similar, or check out cygwin or msys/mingw.

-- 
Maciek Sakrejda
Truviso, Inc.
http://www.truviso.com

-----Original Message-----
From: Aldo Bucchi <[EMAIL PROTECTED]>
Reply-To: flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Refactoring a complete package ( renaming
com.a.Foo to com.b.Foo )
Date: Sat, 10 May 2008 00:06:19 -0400

Hi guys,

Has anyone built a utility tool to aid in major refactorings?
I need to move a complete codebase from one domain name to another.

Don't think I can pull it off with the integrated refactoring support.

Thanks,
A

-- 
:::: Aldo Bucchi ::::
+56 9 7623 8653
skype:aldo.bucchi



 


Reply via email to