0 Replies Latest reply on Dec 19, 2001 5:28 PM by marshjedi

    Ant WAR task.

    marshjedi

      Hey guys, does someone want to give me the _elegant_ way of doing this in ANT? I need to get the users.properties and the roles.properties in the /WEB-INF/classes directory, and the hardcode below is just ugly. Is there a better way to do the following?

      BTW, all the people saying that these files should go in the base directory of the WAR should recall that this puts them right in with all your other web content--getting the admin password to your website by typing http://hostname/users.properties is a bit embarrassing. I think classes is a better choice.