:Re: Copying .properties files into to classes directory
using the war task
White, Joshua A (AG, COMM) wrote:
> Erik,
>
> As far as I know, the element only copies .class files. Any
other
> suggestions?
Not true, it'll include any file.
-chris
> Joshua
>
&
classes directory
using the war task
To put a file in the WEB-INF/classes directory using simply use a
nested element.
Erik
On Tuesday, January 14, 2003, at 09:30 AM, White, Joshua A (AG, COMM)
wrote:
> Hello,
>
> I am using the war task to create the war file for
Hello,
I am using the war task to create the war file for my struts application. I
would like to copy a .property file into the WEB-INF/classes directory. Is
there a way to do this using the war task? If not, any other suggestions?
Regards,
Joshua White
This communication, including attachm
e know.
Joshua
-Original Message-
From: Diane Holt [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 30, 2002 11:03 AM
To: Ant Users List
Subject:Re: Setting Enviroment alias in properties file -
CLARIFICATION
--- "White, Joshua A (AG, COMM)" <[EMAIL PROTECTED
I apologize. Let me clarify.
I know that you can alias the system properties by using the following:
This allows me to access system variables such as env.CLASSPATH. (This
works.)
My project has been decomposed into several small projects, each with its
own build.xml file. When I build a
I know that you can alias the system properties by using the following:
This allows me to access system variables such as env.CLASSPATH.
I was hoping I could alias this property globally by setting it in a
properties file:
environment="env"
It doesn't seem to work. Is there another way to