RE: how to make sure Foo.properties file copied to the same directory as Foo.class

2006-06-14 Thread Andrew-A . Davies
d) > > Or is this bad form not to have explicit build directives regardless ? > - I am new to this myself. > > A > > -Original Message- > From: javed mandary [mailto:[EMAIL PROTECTED] > Sent: 14 June 2006 13:22 > To: Maven Users List > Subject: Re: how to mak

Re: how to make sure Foo.properties file copied to the same directory as Foo.class

2006-06-14 Thread javed mandary
---Original Message- From: javed mandary [mailto:[EMAIL PROTECTED] Sent: 14 June 2006 13:22 To: Maven Users List Subject: Re: how to make sure Foo.properties file copied to the same directory as Foo.class Hi Kent, thats pretty simple in your POM add the following co

RE: how to make sure Foo.properties file copied to the same directory as Foo.class

2006-06-14 Thread Andrew-A . Davies
From: javed mandary [mailto:[EMAIL PROTECTED] Sent: 14 June 2006 13:22 To: Maven Users List Subject: Re: how to make sure Foo.properties file copied to the same directory as Foo.class Hi Kent, thats pretty simple in your POM add the following configuration: src

Re: how to make sure Foo.properties file copied to the same directory as Foo.class

2006-06-14 Thread javed mandary
n/java/ com/... For your java files and Src/main/resources/ com/... For your properties files -Original Message- From: Kent Tong [mailto:[EMAIL PROTECTED] Sent: 14 June 2006 02:31 To: users@maven.apache.org Subject: how to make sure Foo.properties file copied to the same directory as Foo

RE: how to make sure Foo.properties file copied to the same directory as Foo.class

2006-06-14 Thread Andrew-A . Davies
To: users@maven.apache.org Subject: how to make sure Foo.properties file copied to the same directory as Foo.class Hi, My app contains a Foo.java file and a Foo.properties file in the same directory. I need to make sure the Foo.properties are "compiled" (copied) into the same di

how to make sure Foo.properties file copied to the same directory as Foo.class

2006-06-14 Thread Kent Tong
Hi, My app contains a Foo.java file and a Foo.properties file in the same directory. I need to make sure the Foo.properties are "compiled" (copied) into the same directory as Foo.class, i.e., target/classes. How to do that? Thanks! -- Kent Tong, Msc, MCSE, SCJP, CCSA, Delphi Certified Manager of