• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

empty EJB deployable files getting created!!

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Group,
I had some script to create deployable ejb jar files(working fine under win 2000), but recently when we moved the same script to solaris i'm facing an intersting problem.
The problem is that my deployable are *empty*, it contains only Manifest.mf file.
any idea what could be the problem. i have no idea is it bcoz of platform difference ot any i have missed out.
pl help me.
Thanks,
Ravi
 
Sheriff
Posts: 3063
12
Mac IntelliJ IDE Python VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The biggest platform difference is the case sensitivity of Solaris. I haven't hit that in an Ant script, but it might be possible. Are you matching files using the wrong case.
There are other possibilities of course. You might have copied the Ant script over to Solaris, but none of the source files. I would certainly be capable of that, especially before my morning tea.
 
ravi nkk
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Greg Charles:
The biggest platform difference is the case sensitivity of Solaris. I haven't hit that in an Ant script, but it might be possible. Are you matching files using the wrong case.
There are other possibilities of course. You might have copied the Ant script over to Solaris, but none of the source files. I would certainly be capable of that, especially before my morning tea.


Thanks for your reply Charles,
i checked all the file case its matching,
any other thoughts??
Thanks,
Ravi
 
Greg Charles
Sheriff
Posts: 3063
12
Mac IntelliJ IDE Python VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First things first. Don't call me Charles.
OK now, obviously your file sets are empty. For some reason, whatever include patterns you have aren't matching any files. That can either be because the files are not in the right place, or because there is some error in the pattern itself. Without seeing your script and file system, it's really not possible for me to guess the exact problem.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic