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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

ant -f bin\tools.xml error

Dobi
16-Pearl

ant -f bin\tools.xml error

I'm trying to add some new actions to our menus but can't compile the ActionDefinitionsRB.java. 

 

I tried both of these:

Dobi_0-1684186170428.png

What is missing? 

ACCEPTED SOLUTION

Accepted Solutions
Dobi
16-Pearl
(To:Dobi)

Turns out my starting directory was off to run

ant -f bin\tools.xml

 

So running this was the bonehead error of the day 

ant -f tools.xml

 

View solution in original post

2 REPLIES 2
Dobi
16-Pearl
(To:Dobi)

Turns out my starting directory was off to run

ant -f bin\tools.xml

 

So running this was the bonehead error of the day 

ant -f tools.xml

 

PP_10699087
2-Explorer
(To:Dobi)

it seems that the issue you encountered was due to an incorrect strting directory when running the command ant -f bin\tools.xml. 

 The correct command to run would be ant -f tools.xml without specifying the bin directory.

By providing the correct command, you should be able to execute the ant tool successfully and perform the desired actions or tasks specified in the tools xml file.

It's important to double-check the directory structure and ensure that you are running commands from the appropriate location to avoid such errors.

Announcements


Top Tags