Hi again, Thanks for your reply. But what I was looking for when I want to include properties file for internationalisation. I will have my *.properties language in a folder called "locale" and I want to add that "locale" folder in my class path.
Does anyone know how to alter the pom file to make that happen? At the moment I have to copy all of the properties files to the top level folder to be recognized, which is not really neat. Thanks. Ivan. --- In [email protected], "Sterling, Brian" <[EMAIL PROTECTED]> wrote: > > Here is my understanding: > > Each library you depend on should be in your Maven repository. Then you just add a dependency section to your pom.xml as specified in the > > "Setting up SWC dependencies in a SWC or SWF project" > > section of the usage guide at > > http://www.israfil.net/projects/mojo/maven-flex2-plugin/usage.html > > -Brian > ________________________________________ > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of ivansebastiansurya > Sent: Wednesday, May 23, 2007 4:06 PM > To: [email protected] > Subject: [flexcoders] Adding a class path to israfil maven plugin > > Hi everyone, > > Does anyone know how to add a classpath in the pom file for maven 2 > israfil plugin? > > In Flex builder, this is equivalent to right clicking the object, then > select "Properties" and "Flex Build Path". > > Thanks, > > Ivan. >

