You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Alex Boisvert (JIRA)" <ji...@apache.org> on 2010/09/18 20:52:32 UTC

[jira] Resolved: (BUILDR-493) Eclipse task should generate javadocpath

     [ https://issues.apache.org/jira/browse/BUILDR-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Boisvert resolved BUILDR-493.
----------------------------------

      Assignee: Alex Boisvert
    Resolution: Fixed

Done.

boisvert@smudge:~/svn/buildr-trunk$ svn commit -m "BUILDR-493 Eclipse task should generate javadocpath" CHANGELOG lib/buildr/packaging/artifact.rb lib/buildr/ide/eclipse.rb spec/
Sending        CHANGELOG
Sending        lib/buildr/ide/eclipse.rb
Sending        lib/buildr/packaging/artifact.rb
Sending        spec/ide/eclipse_spec.rb
Sending        spec/packaging/artifact_spec.rb
Transmitting file data .....
Committed revision 998519.


> Eclipse task should generate javadocpath
> ----------------------------------------
>
>                 Key: BUILDR-493
>                 URL: https://issues.apache.org/jira/browse/BUILDR-493
>             Project: Buildr
>          Issue Type: New Feature
>          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
>            Assignee: Alex Boisvert
>             Fix For: 1.4.2
>
>         Attachments: buildfile, ivy.xml, ivysettings.xml
>
>
> When: jruby -S buildr package eclipse
> directory structure{
> src/HelloWorld.java
> buildfile
> ivy.xml
> ant-scripts/ivysettings.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"/>
> Is there any ruby workaround?

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