Ticket #110 (closed Defect: wontfix)
Warning message when starting deepamehta on Ubunut 10.04 LTS
Reported by: | JuergeN | Owned by: | |
---|---|---|---|
Priority: | Major | Milestone: | |
Component: | DeepaMehta Standard Distribution | Version: | 4.0.4 |
Keywords: | Cc: | dgf | |
Complexity: | 3 | Area: | Runtime |
Module: |
Description
I do not think this is of important relevance, but when I start DM on my Ubuntu 10.04 with these versions:
computer:~$ mvn --version Apache Maven 2.2.1 (rdebian-1) Java version: 1.6.0_20 Java home: /usr/lib/jvm/java-6-openjdk/jre Default locale: de_DE, platform encoding: UTF-8 OS name: "linux" version: "2.6.32-33-386" arch: "i386" Family: "unix"
I get an error message:
computer:~/deepamehta$ mvn pax:run [INFO] Scanning for projects... [WARNING] POM for 'biz.aQute:bndlib:pom:1.43.0:runtime' is invalid. Its dependencies (if any) will NOT be available to the current build.
Change History
Note: See
TracTickets for help on using
tickets.
I get the same error when running in Maven 2.2.1
Running Maven in debug mode (--debug) brings up:
There seems something wrong with the POM file's format of the bndlib component, but I can't tell what. At the first sight it looks OK.
Anyway, bndlib is not involved in running DM, just in building DM (its a dependency of the Maven Bundle plugin).
Even building DM with Maven 2.2.1 works OK, despite that WARNING.
When running/building with Maven 3 the WARNING disappears.
Probably dgf can provide the details about that WARNING's origin.