Hi,
I am creating a jar file using ant jar task
I want place something.xml file in META-INF of the jar.
But its giving error saying: Problem opening app/configuration/xmlsfiles/something.xml.
The specified xml file is existing at the specified location. Still its throwing the error.
What can be the problem...
Regards,
Bala.
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12612
posted
0
If you know the path then just add the single file specifically.
I would urge *much* caution if you're placing configuration information in a publicly-accessible location, though--this strikes me as a Bad Idea.
Bala Gangadhar
Ranch Hand
Joined: Oct 07, 2008
Posts: 64
posted
0
If you know the path then just add the single file specifically.