[
https://issues.apache.org/jira/browse/DAFFODIL-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16387026#comment-16387026
]
Steve Lawrence commented on DAFFODIL-1913:
------------------------------------------
I'm not sure we can do anything about this on the sbt side. The way the
genjavadoc plugin works is it adds libraryDependency and then adds new sbt
targets the use that dependency during compilation to create javadocs. I think
the only solution is to change the eclipse settings configuration generator to
explicit ignore the genjavadoc jars.
> Strange jar ends up in lib_managed of daffodil - trips up Eclipse IDE users
> ---------------------------------------------------------------------------
>
> Key: DAFFODIL-1913
> URL: https://issues.apache.org/jira/browse/DAFFODIL-1913
> Project: Daffodil
> Issue Type: Bug
> Components: Infrastructure
> Affects Versions: 2.1.0
> Reporter: Michael Beckerle
> Assignee: Steve Lawrence
> Priority: Major
> Fix For: 2.2.0
>
>
> So I believe this jar is *not* part of Daffodil, nor called by daffodil. It
> is used at the time we generate the javadoc for Daffodil. Yet the jar ends up
> in lib_managed.
> ./lib_managed/docs/com.typesafe.genjavadoc/genjavadoc-plugin_2.11.8
> ./lib_managed/docs/com.typesafe.genjavadoc/genjavadoc-plugin_2.11.8/genjavadoc-plugin_2.11.8-0.10-javadoc.jar
> ./lib_managed/jars/com.typesafe.genjavadoc/genjavadoc-plugin_2.11.8
> ./lib_managed/jars/com.typesafe.genjavadoc/genjavadoc-plugin_2.11.8/genjavadoc-plugin_2.11.8-0.10.jar
> ./lib_managed/srcs/com.typesafe.genjavadoc/genjavadoc-plugin_2.11.8
> ./lib_managed/srcs/com.typesafe.genjavadoc/genjavadoc-plugin_2.11.8/genjavadoc-plugin_2.11.8-0.10-sources.jar
> Then when we generate .classpath files for the Eclipse IDE, they contain this
> library, which is not pulled when you do 'sbt updateClassifiers', but only
> when you package daffodil-japi I believe.
> So why this ends up in lib_managed when other "tools" do not is a mystery.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)