Eclipse task does not generate javadocpath
------------------------------------------

                 Key: BUILDR-493
                 URL: https://issues.apache.org/jira/browse/BUILDR-493
             Project: Buildr
          Issue Type: Bug
          Components: IDE
    Affects Versions: 1.4.1
         Environment: Buildr 1.4.1 (JRuby 1.5.1)
java version "1.6.0_18" openjdk
Ubuntu 10.04
            Reporter: Nikos Maris


When: jruby -S buildr compile eclipse
directory structure{
src/HelloWorld.java
buildfile
ivy.xml
ant-scripts/ixysettings.xml
}

Then: Some lines in the generated classpath are:
<classpathentry kind="lib" 
path="ivy-home/cache/org.jbehave/jbehave-core/jars/jbehave-core-2.5.9.jar"/>
<classpathentry kind="lib" 
path="ivy-home/cache/org.jbehave/jbehave-core/javadocs/jbehave-core-2.5.9-javadoc.jar"/>

Expected:
<classpathentry kind="lib" 
path="ivy-home/cache/org.jbehave/jbehave-core/javadocs/jbehave-core-2.5.9.jar" 
javadocpath="ivy-home/cache/org.jbehave/jbehave-core/javadocs/jbehave-core-2.5.9-javadoc.jar"/>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to