[EMAIL PROTECTED] wrote:
Hello,
I'm trying to compile a simple program using: mave java:compile command.
build:start:
java:prepare-filesystem:
java:compile:
[echo] Compiling to C:\repotest/target/classes
[echo] No java source files to compile.
BUILD SUCCESSFUL
....
When I looked for the above command, I found that: "The source code directory
is specified in the build element of your project.xml file".
So my question is the following:
Should every project have his own project.xml file?
Thank you for your reply.
Leïla
P.S: Happy new Year to everyone :-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I'm assuming you're working with Maven 1. The project.xml file contains
information the maven uses in building your project. So, in short, yes
you need a project.xml file for every project. :)
- Henry
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]