Hi!

I've tried to make bootstrapping Maven on my Win2K box and have got the
following error:

<TRACE>
H:\build\jakarta-turbine-maven>%ANT_HOME%\bin\ant.bat -f
build-bootstrap.xml
Buildfile: build-bootstrap.xml

[bla-bla-bla]

     [echo]
+------------------------------------------------------------------+
|                                                                  |
| C O M P I L I N G  M A V E N  S O U R C E S  U S I N G  A N T    |
|                                                                  |
+------------------------------------------------------------------+

    [mkdir] Created dir:
H:\build\jakarta-turbine-maven\bootstrap\phase1-classes
    [javac] Compiling 168 source files to
H:\build\jakarta-turbine-maven\bootstrap\phase1-classes
    [javac]
H:\build\jakarta-turbine-maven\src\java\org\apache\maven\project\Reposit
ory.java:64: org.apache.maven.projec
t.Repository clashes with package of same name
    [javac] public class Repository
    [javac]        ^
    [javac] Note:
H:\build\jakarta-turbine-maven\src\java\org\apache\maven\MavenUtils.java
uses or overrides a deprecate
d API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 1 error

BUILD FAILED

H:\build\jakarta-turbine-maven\build-bootstrap.xml:74: Compile failed,
messages should have been provided.

Total time: 30 seconds
</TRACE>

I think the problem is that Windows file systems are case-insensitive
and so file 'Repository.java' clashes with the package 'repository'.

Hey, Windows users! How do you work around this issue?

Best regards
-- 
Alexei Barantsev, ISP RAS
E-mail: [EMAIL PROTECTED]
ICQ   : 3959207




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to