Jump to content

Please help in this code


Recommended Posts

Posted

[code]def renameBadsInPassIn = {source, bad ->
def loc = getLandingLocationsBySource(source)
if (loc == null){
println "No LandingLocations for capture source $source - skip bad file ${bad} "
return
}
def badFile = new File(bad)
def index = badFile.getName().lastIndexOf('.');
def filename=null
if (index>0&& index <= badFile.getName().length() - 2 ) {
filename=badFile.getName().substring(0, index)
}
def eof=filename+".eof"
def eofFile = new File(eof)
def impFile=filename+".bad"
File f=new File(impFile)
def rst=badFile.renameTo(f)
if (rst == false){
totalError++
println "Cannot rename bad file ${bad} to ${impFile}"
return
}
if (!eofFile.exists()){
rst = eofFile.createNewFile();
if (!rst){
totalError++
println "Cannot create eof file ${eof}"
return
}
eofFile.setReadable(true, false)
}

totalRename++
println "Rename imp file ${bad} To ${impFile}"
}[/code]

I wrote this code to rename a file with extension .bad to .imp and create a new file with same name and extension .eof

I dont know why its not working..please help me

  *<:( *<:( *<:(

  • Replies 44
  • Created
  • Last Reply

Top Posters In This Topic

  • Cheddi Chinnodu

    12

  • dkchinnari

    6

  • The QUEEN

    4

  • Nellore Pedda reddy

    3

Top Posters In This Topic

Posted

[img]http://www.gifsoup.com/view1/1351924/benzbabuposts-o.gif[/img]

Posted

[size=12pt]def renameBadsInPassIn = {source, bad ->
  def loc = getLandingLocationsBySource(source)
  if (loc == null){
      println "No LandingLocations for capture source $source - skip bad file ${bad} "
      return
  }
  def badFile = new File(bad)
  def index = badFile.getName().lastIndexOf('.');
  def filename=null
  if (index>0&& index <= badFile.getName().length() - 2 ) {
    filename=badFile.getName().substring(0, index)
  }
  def eof=filename+".eof"
  def eofFile = new File(eof)
  def impFile=filename+".bad"
  File f=new File(impFile)
  def rst=badFile.renameTo(f)
  if (rst == false){
      totalError++
      println "Cannot rename bad file ${bad} to ${impFile}"
  return
  }
  if (!eofFile.exists()){
      rst = eofFile.createNewFile();
      if (!rst){
        totalError++
        println "Cannot create eof file ${eof}"
        return
      }
      eofFile.setReadable(true, false)
  }
 
      totalRename++
      println "Rename imp file ${bad} To ${impFile}"
}[/size]

Posted

[img]http://www.gifsoup.com/view4/1535281/athadu-o.gif[/img] @3$% @3$%

Posted

[quote author=BENZBABU link=topic=165263.msg1987560#msg1987560 date=1299693710]
[img]http://www.gifsoup.com/view1/1351924/benzbabuposts-o.gif[/img]
[/quote]
em jiffu esav baa  sSa_j@il sSa_j@il

Posted

[quote author=Cheddi Chinnodu link=topic=165263.msg1987567#msg1987567 date=1299693736]
em jiffu esav baa  sSa_j@il sSa_j@il
[/quote]ade venky paper chusi kallu bairlu kammutayi chudu adi esadu ...benz tachinically ficcha strong kada  LoL.1q LoL.1q LoL.1q

Posted

[quote author=HS link=topic=165263.msg1987564#msg1987564 date=1299693730]
u java boy ...  *u( *u(
[/quote][img]http://www.bewarsetalk.net/discus/movieanimated8/bemmi.sarle.gif[/img] help chey baa  *7*^ *7*^

Posted

[quote author=HS link=topic=165263.msg1987569#msg1987569 date=1299693782]
ade venky paper chusi kallu bairlu kammutayi chudu adi esadu ...benz tachinically ficcha strong kada  LoL.1q LoL.1q LoL.1q
[/quote] @3$% @3$% @3$% @3$%

Posted

[quote author=BENZBABU link=topic=165263.msg1987560#msg1987560 date=1299693710]
[img]http://www.gifsoup.com/view1/1351924/benzbabuposts-o.gif[/img]
[/quote]  @gr33d

Posted

[quote author=Cheddi Chinnodu link=topic=165263.msg1987567#msg1987567 date=1299693736]
em jiffu esav baa  sSa_j@il sSa_j@il
[/quote]

benz post lkau manam ese jiff baa  @3$% @3$% @3$%

Posted

[quote author=vishwamithra link=topic=165263.msg1987582#msg1987582 date=1299693847]
benz post lkau manam ese jiff baa  @3$% @3$% @3$%
[/quote] *7*^

Posted

LoL.1q LoL.1q LoL.1q LoL.1q
[quote author=vishwamithra link=topic=165263.msg1987582#msg1987582 date=1299693847]
benz post lkau manam ese jiff baa  @3$% @3$% @3$%
[/quote]

Posted

[quote author=BENZBABU link=topic=165263.msg1987588#msg1987588 date=1299693883]
*7*^
[/quote]
[img]http://www.gifsoup.com/view4/1535281/athadu-o.gif[/img]

Posted

answer dorikinadhaa..???

nenu maa chellini aduguthunna if she can find out the issue..

manaki kuda  javani chusthey... inthey ...
[quote author=BENZBABU link=topic=165263.msg1987560#msg1987560 date=1299693710]
[img]http://www.gifsoup.com/view1/1351924/benzbabuposts-o.gif[/img]
[/quote]

×
×
  • Create New...