Hello !

I'm trying to use the maven-springbeandoc-plugin on a multi-module
Maven project.

One of my spring context includes other configuration from the
classpath. When the springbeandoc plugin runs, it complains that it
cant find that file.

I'm probably missing something, but I cant find what. Any idea ?

The error :

Configuration problem: Failed to import bean definitions from URL
location [classpath:dataSource.xml]
Offending resource: file
[/home/gehel/devel/spring-remoting/spring-remoting-ibatis/springremoting-core/src/main/resources/applicationContext.xml];

The file applicationContext.xml contains :

<import resource="classpath:dataSource.xml" />

The plugin configuration is :

    <reporting>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>maven-springbeandoc-plugin</artifactId>
                <version>1.0.8-SNAPSHOT</version>
                <configuration>
                    <resources>

<resource>springremoting-core/src/main/resources/applicationContext.xml</resource>
                    </resources>
                    <executable>/usr/bin/dot</executable>
                </configuration>
            </plugin>
        </plugins>
    </reporting>



-- 
Jabber : [EMAIL PROTECTED]
Skype : Guillaume.Lederrey
Projects :
* http://rwanda.wordpress.com/
* http://rwandatech.wordpress.com/

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to