ivaynberg / salve

Automatically exported from code.google.com/p/salve
0 stars 0 forks source link

Eclipse plugin gives error message "Could not configure Salve: salve/config/xml/ConfigLoader" #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Reproduction path:

1. Install version 2.0.0 of the Salve Eclipse Integration plugin.
2. Given a Java project in Eclipse add the following salve.xml to the META-INF 
directory:

    <config>
    <packages>
        <package>
            <name>com.feeddex</name>
            <instrumentors>
                <salve.depend.DependencyInstrumentor/>
            </instrumentors>
        </package>
    </packages>
    </config>

3. Add Salve Nature to this Java project.

The plugin reports the following unexpected message:

"Could not configure Salve: salve/config/xml/ConfigLoader"

No error message is expected or a more descriptive message on why Salve could 
not be configured.

Version information:
- Eclipse Indigo Service Release 1
- Java 1.6.0_31
- Salve Eclipse Integration plugin version 2.0
- Windows 7 64-bit

Original issue reported on code.google.com by maur...@feeddex.nl on 12 Mar 2012 at 4:20