[
https://issues.jboss.org/browse/JBIDE-12458?page=com.atlassian.jira.plugi...
]
Nick Boldt edited comment on JBIDE-12458 at 9/19/12 9:58 AM:
-------------------------------------------------------------
[~adietish], [~rob.stryker] -- guys, for future reference, you might like this script I
wrote to assist when you're refactoring stuff or looking for references. Sure, you can
dothe same with Eclipse, but sometimes commandline is more powerful.
http://divbyzero.com/linux/find.in.files.sh_20120919.txt
Save the file to somewhere in your $PATH (I use ~/bin/find.sh) and then use it to do
this:
a) find all files in a given dir containing some string, excluding some pattern, with
optional extra flags to find, and output the files found with the content found
or
b) edit all found files immediately by piping the *quiet* output to your text editor of
choice
ie.,
{code}~/bin/find.sh "<dir(s)>" "<include filename pattern
(*test*/*.java)>" "<searchstring(s)>" \
"<exclude filename pattern (target|.svn|.git)>" ["-mindepth 3
-maxdepth 4"] [-quiet]{code}
eg.,
{code} find.sh . "*.xml" deltacloud "target|.git|build"{code}
or
{code}vim `find.sh . "*.xml" deltacloud "target|.git|build"
"" -q`{code}
was (Author: nickboldt):
[~adietish], [~rob.stryker] -- guys, for future reference, you might like this script
I wrote to assist when you're refactoring stuff or looking for references. Sure, you
can dothe same with Eclipse, but sometimes commandline is more powerful.
http://divbyzero.com/linux/find.in.files.sh_20120919.txt
Save the file to somewhere in your $PATH (I use ~/bin/find.sh) and then use it to do
this:
a) find all files in a given dir containing some string, excluding some pattern, with
optional extra flags to find, and output the files found with the content found
- or -
b) edit all found files immediately by piping the *quiet* output to your text editor of
choice
ie.,
usage: /home/nboldt/bin/find.sh "<dir(s)>" "<include filename
pattern (*test*/*.java)>" "<searchstring(s)>" "<exclude
filename pattern (target|.svn|.git)>" ["-mindepth 3 -maxdepth 4"]
[-quiet]
eg.,
$ find.sh . "*.xml" deltacloud "target|.git|build"
or
vim `find.sh . "*.xml" deltacloud "target|.git|build" ""
-q`
Removal of deltacloud from trunk
---------------------------------
Key: JBIDE-12458
URL:
https://issues.jboss.org/browse/JBIDE-12458
Project: Tools (JBoss Tools)
Issue Type: Task
Components: deltacloud
Affects Versions: 4.0.0.Alpha1
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 4.0.0.Alpha2
Deltacloud is outdated and no longer belongs in trunk. I'm opening this jira to track
it's removal. This topic is still open for discussion, but for now it leans heavily
towards removal. Anyone with concerns are invited to express them here.
I would suggest that for removal to be approved, this jira needs a +1 from the component
lead, a +1 from build, and a +1 from JBT lead, as well as no -1's from any JBoss Tools
committers.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira