Skip to main content
4-Participant
October 14, 2011
Question

build.xml does not exist.(error in windchill shell)

  • October 14, 2011
  • 2 replies
  • 1098 views

Hello all,


an error (build.xml does not exsit) occurs while running makeJar.xml in windchill shell.


there r 'n' number of build.xml available in codebase folder.how to find,exactly which file is missing?


if anyone is faced this kind of issue..please share your ideas.


Thanks
Gangadharan.N

2 replies

12-Amethyst
October 14, 2011
Sounds like you typed "ant somethingOrAnother" when you needed to type
"ant -f <someantxmlfile> somethingOrAnother".

11-Garnet
October 14, 2011
Hi,
To call makeJar.xml you need to chdir into codebase-directory.

Regards,
Marcus