RE: How do I include multiple java source directories in Maven?

2004-02-25 Thread Morris, Jason [IT]
] Sent: 24 February 2004 16:12 To: Maven Users List Subject: Re: How do I include multiple java source directories in Maven? Thanks everyone for their help. Although, it sure would be nice if we could simply do something like the following within the project.xml file: dir1 dir2 A

Re: How do I include multiple java source directories in Maven?

2004-02-24 Thread [EMAIL PROTECTED]
Nevermind, I figured it out. I used instead of to which puts it in the correct context I presume. Thanks. --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > OS: Windows 2000 > Maven: 1.0-rc1 > > I have tried the task inside maven.xml, > but > it does not work. What am I doing wrong? >

Re: How do I include multiple java source directories in Maven?

2004-02-24 Thread [EMAIL PROTECTED]
OS: Windows 2000 Maven: 1.0-rc1 I have tried the task inside maven.xml, but it does not work. What am I doing wrong? maven.xml: project.properties: src.ja

Re: How do I include multiple java source directories in Maven?

2004-02-24 Thread [EMAIL PROTECTED]
Thanks everyone for their help. Although, it sure would be nice if we could simply do something like the following within the project.xml file: dir1 dir2 Also, where can I find information on Maven tasks like ""? I have not seen any documentation about these tasks available to m

RE: How do I include multiple java source directories in Maven?

2004-02-24 Thread Swierczek, David (MED)
Here's one way that I include multiple directories (in maven.xml): -Dave > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 24, 2004 9:40 AM > To: [EMAIL PROTECTED] > Subject: How do I inclu

Re: How do I include multiple java source directories in Maven?

2004-02-24 Thread Johan Andries
Hello, AFAIK the only solution to specify multiple source dirs which is available at the moment can be found at: http://wiki.codehaus.org/maven/FrequentlyAskedQuestions#head-7545bdc005f855e 6b2009275529746f011a9ebcd. Also have a peek at http://wiki.codehaus.org/maven/CreatingJ2eeApplications. re