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

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

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

gnatesan
4-Participant

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
12-Amethyst
(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

Announcements


Top Tags