cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

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

gnatesan
3-Visitor

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

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 2
jessh
5-Regular Member
(To:gnatesan)

Sounds like you typed "ant somethingOrAnother" when you needed to type
"ant -f <someantxmlfile> somethingOrAnother".

Hi,
To call makeJar.xml you need to chdir into codebase-directory.

Regards,
Marcus

Top Tags