ANT build.xml won't include the XML file into the .jar file
18 views
Skip to first unread message
SeleniumMember
unread,
Sep 21, 2015, 9:30:51 AM9/21/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
I am running the Selenium WebDriver tests using ANT build.xml file. Before the tests run, ANT does the following..
cleans the directories makes new directories etc
Then builds all the creates a .jar file with all the Source files. I am expecting to see the .XML file in the .Jar but its not included. I need these XML file as these are for my data-driven tests. I have tried multiple things, I have exhausted my tries and still can't figure out. I am in a time crunch now as my Sprint is ending tomorrow. My directory structure looks like the following...
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
Thanks for the site info. I had already looked at last week. I appreciate the info. :)
I resolved the issue after I posted the question in here. In the ANT "Compile" task, I was compiling the Source library directory. I changed it to entire Source Directory, and it solved my issue.