You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sebastien Arbogast <se...@gmail.com> on 2006/05/05 17:44:35 UTC

[M2] Multi-module multi-level build

I'm trying to setup the Maven2 project layout for an Open Source project I'm
starting on SourceForge (TagSpot). As explained in this design document (
http://tagspot.sourceforge.net/?page_id=6), the top project (tagspot) is
divided into 2 components: tagspot-server and tagspot-clients. For now I'm
focusing on tagspot-server, for which I want to use AndroMDA as an MDA
generator. So I used AndroMDApp Maven plugin to generate tagspot-server
layout, and I've customized this layout a little bit in order to separate
domain and business layers into 2 different modules. For now I haven't added
any code, I've just modified maven POMs and AndroMDA configuration. I'm
trying to run "mvn idea:idea" because I want to edit my project in Intellij
but also as a means to verify that my project layout and configuration is
OK. Obviously it's not (and it seems to come from my Maven configuration)
because I'm getting the following output:

C:\app\maven-2.0.4\bin\mvn.bat idea:idea
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   TagSpot
[INFO]   TagSpot Server
[INFO]   TagSpot Server MDA
[INFO]   TagSpot Server Common
[INFO]   TagSpot Server Domain Tier
[INFO]   TagSpot Server Core Business Tier
[INFO]   TagSpot Server Web Services
[INFO]   TagSpot Server Application
[INFO] Searching repository for plugin with prefix: 'idea'.
[INFO]
----------------------------------------------------------------------------
[INFO] Building TagSpot
[INFO]    task-segment: [idea:idea]
[INFO]
----------------------------------------------------------------------------
[INFO] Preparing idea:idea
[INFO] No goals needed for project - skipping
[INFO] [idea:idea]
[INFO] jdkName is not set, using [java version1.5.0_06] as default.
[INFO]
----------------------------------------------------------------------------
[INFO] Building TagSpot Server
[INFO]    task-segment: [idea:idea]
[INFO]
----------------------------------------------------------------------------
[INFO] Preparing idea:idea
[INFO] No goals needed for project - skipping
[INFO] [idea:idea]
[INFO]
----------------------------------------------------------------------------
[INFO] Building TagSpot Server MDA
[INFO]    task-segment: [idea:idea]
[INFO]
----------------------------------------------------------------------------
[INFO] Preparing idea:idea
[INFO] [andromda:run {execution: default}]
INFO  [AndroMDA]
INFO  [AndroMDA] A n d r o M D A  -  3.2-RC1-SNAPSHOT
INFO  [AndroMDA]
INFO  [AndroMDA] - discovering namespaces -
INFO  [AndroMDA] found namespace --> 'emf-uml2'
INFO  [AndroMDA]   +  registering component 'metafacades'
INFO  [AndroMDA]   +  registering component 'profile'
INFO  [AndroMDA]   +  registering component 'repository'
INFO  [AndroMDA] found namespace --> 'hibernate'
INFO  [AndroMDA]   +  registering component 'cartridge'
INFO  [AndroMDA]   +  registering component 'metafacades'
INFO  [AndroMDA]   +  registering component 'profile'
INFO  [AndroMDA] found namespace --> 'java'
INFO  [AndroMDA]   +  registering component 'cartridge'
INFO  [AndroMDA]   +  registering component 'profile'
INFO  [AndroMDA] found namespace --> 'mdr-uml2'
INFO  [AndroMDA]   +  registering component 'repository'
INFO  [AndroMDA] found namespace --> 'netBeansMDR'
INFO  [AndroMDA]   +  registering component 'repository'
INFO  [AndroMDA] found namespace --> 'query'
INFO  [AndroMDA]   +  registering component 'translation-library'
INFO  [AndroMDA] found namespace --> 'spring'
INFO  [AndroMDA]   +  registering component 'cartridge'
INFO  [AndroMDA]   +  registering component 'metafacades'
INFO  [AndroMDA]   +  registering component 'profile'
INFO  [AndroMDA] found namespace --> 'uml-1.4'
INFO  [AndroMDA]   +  registering component 'metafacades'
INFO  [AndroMDA]   +  registering component 'profile'
INFO  [AndroMDA] found namespace --> 'uml-2.0'
INFO  [AndroMDA]   +  registering component 'metafacades'
INFO  [AndroMDA]   +  registering component 'profile'
INFO  [AndroMDA] found namespace --> 'validation'
INFO  [AndroMDA]   +  registering component 'translation-library'
INFO  [AndroMDA] found namespace --> 'webservice'
INFO  [AndroMDA]   +  registering component 'cartridge'
INFO  [AndroMDA]   +  registering component 'metafacades'
INFO  [AndroMDA]   +  registering component 'profile'
INFO  [AndroMDA] - core initialization complete: 6.96[s] -
INFO  [AndroMDA] loading model -->
'file:W:/data/dev/tagspot/tagspot-server/tagspot-server-mda/src/main/uml/tagspot-
server.xmi'
INFO  [AndroMDA] referenced model --> 'jar:file:/C:/Documents and
Settings/sarbogast/.m2/repository/org/andromda/profiles/uml14/andromda-profile/3.2-RC1-SNAPSHOT/andromda-
profile-3.2-RC1-SNAPSHOT.xml.zip!/andromda-profile-3.2-RC1-SNAPSHOT.xml'
INFO  [AndroMDA] referenced model --> 'jar:file:/C:/Documents and
Settings/sarbogast/.m2/repository/org/andromda/profiles/uml14/andromda-profile-datatype/3.2-RC1-SNAPSHOT/andromda-
profile-datatype-3.2-RC1-SNAPSHOT.xml.zip!/andromda-profile-datatype-3.2-RC1-SNAPSHOT.xml
'
INFO  [AndroMDA] referenced model --> 'jar:file:/C:/Documents and
Settings/sarbogast/.m2/repository/org/andromda/profiles/uml14/andromda-profile-webservice/3.2-RC1-SNAPSHOT/andromda-
profile-webservice-3.2-RC1-SNAPSHOT.xml.zip!/andromda-profile-webservice-3.2-RC1-SNAPSHOT.xml
'
INFO  [AndroMDA] referenced model --> 'jar:file:/C:/Documents and
Settings/sarbogast/.m2/repository/org/andromda/profiles/uml14/andromda-profile-service/3.2-RC1-SNAPSHOT/andromda-
profile-service-3.2-RC1-SNAPSHOT.xml.zip!/andromda-profile-service-3.2-RC1-SNAPSHOT.xml
'
INFO  [AndroMDA] referenced model --> 'jar:file:/C:/Documents and
Settings/sarbogast/.m2/repository/org/andromda/profiles/uml14/andromda-profile-process/3.2-RC1-SNAPSHOT/andromda-
profile-process-3.2-RC1-SNAPSHOT.xml.zip!/andromda-profile-process-3.2-RC1-SNAPSHOT.xml
'
INFO  [AndroMDA] referenced model --> 'jar:file:/C:/Documents and
Settings/sarbogast/.m2/repository/org/andromda/profiles/uml14/andromda-profile-presentation/3.2-RC1-SNAPSHOT/andromda-
profile-presentation-3.2-RC1-SNAPSHOT.xml.zip!/andromda-profile-presentation-3.2-RC1-SNAPSHOT.xml
'
INFO  [AndroMDA] referenced model --> 'jar:file:/C:/Documents and
Settings/sarbogast/.m2/repository/org/andromda/profiles/uml14/andromda-profile-meta/3.2-RC1-SNAPSHOT/andromda-
profile-meta-3.2-RC1-SNAPSHOT.xml.zip!/andromda-profile-meta-3.2-RC1-SNAPSHOT.xml
'
INFO  [AndroMDA] referenced model --> 'jar:file:/C:/Documents and
Settings/sarbogast/.m2/repository/org/andromda/profiles/uml14/andromda-profile-xml/3.2-RC1-SNAPSHOT/andromda-
profile-xml-3.2-RC1-SNAPSHOT.xml.zip!/andromda-profile-xml-3.2-RC1-SNAPSHOT.xml
'
INFO  [AndroMDA] referenced model --> 'jar:file:/C:/Documents and
Settings/sarbogast/.m2/repository/org/andromda/profiles/uml14/andromda-profile-persistence/3.2-RC1-SNAPSHOT/andromda-
profile-persistence-3.2-RC1-SNAPSHOT.xml.zip!/andromda-profile-persistence-3.2-RC1-SNAPSHOT.xml
'
INFO  [AndroMDA] - loading complete: 4.196[s] -
INFO  [AndroMDA] - validating model -
INFO  [AndroMDA] - validation complete: 4.466[s] -
INFO  [AndroMDA:hibernate] Output:
'file:/W:/data/dev/tagspot/tagspot-server/tagspot-server-mda/../tagspot-server-domain/target/src/org/andromda/persistence/hibernate/usertypes/HibernateByteBlobType.java'
INFO  [AndroMDA:hibernate] Output:
'file:/W:/data/dev/tagspot/tagspot-server/tagspot-server-mda/../tagspot-server-domain/target/src/org/andromda/persistence/hibernate/usertypes/HibernateStringClobType.java'
INFO  [AndroMDA:spring] Output:
'file:/W:/data/dev/tagspot/tagspot-server/tagspot-server-mda/../tagspot-server-business/target/src/org/tagspot/business/CriteriaSearch.java'
INFO  [AndroMDA:spring] Output:
'file:/W:/data/dev/tagspot/tagspot-server/tagspot-server-mda/../tagspot-server-business/target/src/org/tagspot/business/CriteriaSearchProperties.java'
INFO  [AndroMDA:spring] Output:
'file:/W:/data/dev/tagspot/tagspot-server/tagspot-server-mda/../tagspot-server-business/target/src/org/tagspot/business/CriteriaSearchConfiguration.java'
INFO  [AndroMDA:spring] Output:
'file:/W:/data/dev/tagspot/tagspot-server/tagspot-server-mda/../tagspot-server-business/target/src/org/tagspot/business/CriteriaSearchParameter.java'
INFO  [AndroMDA:webservice] Output:
'file:/W:/data/dev/tagspot/tagspot-server/tagspot-server-mda/../tagspot-server-access/target/src/index.jsp'
INFO  [AndroMDA:webservice] Output:
'file:/W:/data/dev/tagspot/tagspot-server/tagspot-server-mda/../tagspot-server-access/target/src/listServices.jsp'
INFO  [AndroMDA:webservice] Output:
'file:/W:/data/dev/tagspot/tagspot-server/tagspot-server-mda/../tagspot-server-access/target/src/WEB-INF/web.xml'
INFO  [AndroMDA:webservice] Output:
'file:/W:/data/dev/tagspot/tagspot-server/tagspot-server-mda/../tagspot-server-access/target/src/WEB-INF/axis2.xml'
INFO  [AndroMDA] completed model processing --> TIME: 11.426[s], RESOURCES
WRITTEN: 10
Downloading:
http://team.andromda.org/maven2/org/springframework/spring-webmvc/1.2.7/spring-webmvc-1.2.7.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-webmvc/1.2.7/spring-webmvc-1.2.7.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://team.andromda.org/maven2/org/springframework/spring-jdbc/1.2.7/spring-jdbc-1.2.7.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-jdbc/1.2.7/spring-jdbc-1.2.7.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://team.andromda.org/maven2/org/springframework/spring-orm/1.2.7/spring-orm-1.2.7.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-orm/1.2.7/spring-orm-1.2.7.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://team.andromda.org/maven2/org/springframework/spring-web/1.2.7/spring-web-1.2.7.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-web/1.2.7/spring-web-1.2.7.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://team.andromda.org/maven2/org/springframework/spring-mock/1.2.7/spring-mock-1.2.7.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-mock/1.2.7/spring-mock-1.2.7.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://team.andromda.org/maven2/org/springframework/spring-aop/1.2.7/spring-aop-1.2.7.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-aop/1.2.7/spring-aop-1.2.7.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
[INFO] [andromdapp:eclipse {execution: default}]
[INFO] Project file written -->
'W:\data\dev\tagspot\tagspot-server\tagspot-server-mda\.project'
[INFO] Classpath file written -->
'W:\data\dev\tagspot\tagspot-server\tagspot-server-mda\.classpath'
[INFO] [idea:idea]
[INFO]
----------------------------------------------------------------------------
[INFO] Building TagSpot Server Common
[INFO]    task-segment: [idea:idea]
[INFO]
----------------------------------------------------------------------------
[INFO] Preparing idea:idea
[INFO] [andromda-multi-source:add-source {execution: default}]
[INFO] [idea:idea]
Downloading:
http://team.andromda.org/maven2/org/tagspot/server/tagspot-server-mda/0.1.0-SNAPSHOT/tagspot-server-mda-0.1.0-SNAPSHOT.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
[WARNING] An error occurred during dependency resolution of the following
artifact:

    org.tagspot.server:tagspot-server-common0.1.0-SNAPSHOT

Caused by: Missing:
----------
1) org.tagspot.server:tagspot-server-mda:pom:0.1.0-SNAPSHOT
  Path to dependency:
      1) org.tagspot.server:tagspot-server-common:jar:0.1.0-SNAPSHOT
      2) org.tagspot.server:tagspot-server-mda:pom:0.1.0-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
  org.tagspot.server:tagspot-server-common:jar:0.1.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  andromda (http://team.andromda.org/maven2)

[INFO]
----------------------------------------------------------------------------
[INFO] Building TagSpot Server Domain Tier
[INFO]    task-segment: [idea:idea]
[INFO]
----------------------------------------------------------------------------
[INFO] Preparing idea:idea
[INFO] [andromda-multi-source:add-source {execution: default}]
[INFO] [idea:idea]
Downloading:
http://team.andromda.org/maven2/org/springframework/spring-remoting/1.2.7/spring-remoting-1.2.7.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-remoting/1.2.7/spring-remoting-1.2.7.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://team.andromda.org/maven2/org/springframework/spring-support/1.2.7/spring-support-1.2.7.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-support/1.2.7/spring-support-1.2.7.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://team.andromda.org/maven2/groovy/groovy-all-1.0-jsr/05/groovy-all-1.0-jsr-05.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/groovy/groovy-all-1.0-jsr/05/groovy-all-1.0-jsr-05.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://team.andromda.org/maven2/org/springframework/spring-context/1.2.7/spring-context-1.2.7.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-context/1.2.7/spring-context-1.2.7.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
[WARNING]
    Artifact junit:junit:jar:3.8.1:test retains local scope 'test'
overriding broader scope 'compile'
    given by a dependency. If this is not intended, modify or remove the
local scope.

Downloading:
http://team.andromda.org/maven2/org/springframework/spring-beans/1.2.7/spring-beans-1.2.7.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-beans/1.2.7/spring-beans-1.2.7.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://team.andromda.org/maven2/org/springframework/spring-dao/1.2.7/spring-dao-1.2.7.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-dao/1.2.7/spring-dao-1.2.7.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://team.andromda.org/maven2/woodstox/wstx-asl/2.9.1/wstx-asl-2.9.1.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/woodstox/wstx-asl/2.9.1/wstx-asl-2.9.1.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://team.andromda.org/maven2/org/springframework/spring-hibernate/1.2.7/spring-hibernate-1.2.7.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-hibernate/1.2.7/spring-hibernate-1.2.7.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://team.andromda.org/maven2/org/springframework/spring-core/1.2.7/spring-core-1.2.7.pom
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://repo1.maven.org/maven2/org/springframework/spring-core/1.2.7/spring-core-1.2.7.pom
[WARNING] Unable to get resource from repository central (
http://repo1.maven.org/maven2)
Downloading:
http://team.andromda.org/maven2/org/tagspot/server/tagspot-server-common/0.1.0-SNAPSHOT/tagspot-server-common-0.1.0-SNAPSHOT.jar
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
[WARNING] An error occurred during dependency resolution of the following
artifact:

    org.tagspot.server:tagspot-server-domain0.1.0-SNAPSHOT

Caused by: Missing:
----------
1) org.tagspot.server:tagspot-server-common:jar:0.1.0-SNAPSHOT

  Try downloading the file manually from:
      http://sourceforge.net/project/showfiles.php?group_id=160070

  Then, install it using the command:
      mvn install:install-file
-DgroupId=org.tagspot.server-DartifactId=tagspot-server-common \
          -Dversion=0.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
      1) org.tagspot.server:tagspot-server-domain:ejb:0.1.0-SNAPSHOT
      2) org.tagspot.server:tagspot-server-common:jar:0.1.0-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
  org.tagspot.server:tagspot-server-domain:ejb:0.1.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  andromda (http://team.andromda.org/maven2)

[INFO]
----------------------------------------------------------------------------
[INFO] Building TagSpot Server Core Business Tier
[INFO]    task-segment: [idea:idea]
[INFO]
----------------------------------------------------------------------------
[INFO] Preparing idea:idea
[INFO] [andromda-multi-source:add-source {execution: default}]
[INFO] [idea:idea]
Downloading:
http://team.andromda.org/maven2/org/tagspot/server/tagspot-server-common/0.1.0-SNAPSHOT/tagspot-server-common-0.1.0-SNAPSHOT.jar
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
Downloading:
http://team.andromda.org/maven2/org/tagspot/server/tagspot-server-domain/0.1.0-SNAPSHOT/tagspot-server-domain-0.1.0-SNAPSHOT.jar
[WARNING] Unable to get resource from repository andromda (
http://team.andromda.org/maven2)
[WARNING] An error occurred during dependency resolution of the following
artifact:

    org.tagspot.server:tagspot-server-business0.1.0-SNAPSHOT

Caused by: Missing:
----------
1) org.tagspot.server:tagspot-server-common:jar:0.1.0-SNAPSHOT

  Try downloading the file manually from:
      http://sourceforge.net/project/showfiles.php?group_id=160070

  Then, install it using the command:
      mvn install:install-file
-DgroupId=org.tagspot.server-DartifactId=tagspot-server-common \
          -Dversion=0.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
      1) org.tagspot.server:tagspot-server-business:ejb:0.1.0-SNAPSHOT
      2) org.tagspot.server:tagspot-server-common:jar:0.1.0-SNAPSHOT

2) org.tagspot.server:tagspot-server-domain:jar:0.1.0-SNAPSHOT

  Try downloading the file manually from:
      http://sourceforge.net/project/showfiles.php?group_id=160070

  Then, install it using the command:
      mvn install:install-file
-DgroupId=org.tagspot.server-DartifactId=tagspot-server-domain \
          -Dversion=0.1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Path to dependency:
      1) org.tagspot.server:tagspot-server-business:ejb:0.1.0-SNAPSHOT
      2) org.tagspot.server:tagspot-server-domain:jar:0.1.0-SNAPSHOT

----------
2 required artifacts are missing.

for artifact:
  org.tagspot.server:tagspot-server-business:ejb:0.1.0-SNAPSHOT

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  andromda (http://team.andromda.org/maven2)

[INFO]
----------------------------------------------------------------------------
[INFO] Building TagSpot Server Web Services
[INFO]    task-segment: [idea:idea]
[INFO]
----------------------------------------------------------------------------
[INFO] Preparing idea:idea
[INFO] [andromda-multi-source:add-source {execution: default}]
[INFO] [idea:idea]
[INFO]
----------------------------------------------------------------------------
[INFO] Building TagSpot Server Application
[INFO]    task-segment: [idea:idea]
[INFO]
----------------------------------------------------------------------------
[INFO] Preparing idea:idea
[INFO] No goals needed for project - skipping
[INFO] [idea:idea]
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Unable to build project dependencies.

Embedded error: For artifact {
org.tagspot.server:tagspot-server-common:null:jar}: The version cannot be
empty.
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 53 seconds
[INFO] Finished at: Fri May 05 17:31:06 CEST 2006
[INFO] Final Memory: 19M/44M
[INFO]
------------------------------------------------------------------------

Process finished with exit code 0


The problem is that I don't manage to interpret this output. Of course it's
missing some of my modules since I haven't built it yet. But why does it
need them anyway ?
Could someone help me figure out what's wrong in my configuration ? Because
I'm really running out of options.
By the way, if you want to see the codebase, you can just download an
archive there: http://tagspot.sourceforge.net/files/tagspot.zip

--
Sébastien Arbogast

The Epseelon Project : http://www.epseelon.net
Blog : http://sebastien-arbogast.epseelon.net
TagSpot : http://www.tagspot.org