as soon as you have the ui-samples-plugin in your ./work/plugins you can remove it as a dependency from the pom...
On 9 May 2014 16:46, Stephen Connolly <[email protected]>wrote: > if you add the ui-samples-plugin as an optional dependency... there be > bugs with the hpi plugin from 1.509... or just update the parent to > something more recent > > > On 9 May 2014 16:19, Christoph Kutzinski <[email protected]> wrote: > >> Hi all and Stephen especially ;-), >> >> I wanted to give the literate-plugin a try: >> >> git clone ... >> cd literate-plugin >> mvn clean install >> mvn hpi:run >> >> INFO: Listed all plugins >> May 09, 2014 3:14:03 PM jenkins.InitReactorRunner$1 onTaskFailed >> SEVERE: Failed Loading plugin literate >> java.io.IOException: Dependency ui-samples-plugin (1.509) doesn't exist >> at >> hudson.PluginWrapper.resolvePluginDependencies(PluginWrapper.java:479) >> at hudson.PluginManager$2$1$1.run(PluginManager.java:332) >> at >> org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146) >> at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259) >> at jenkins.model.Jenkins$7.runTask(Jenkins.java:887) >> at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187) >> at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:744) >> >> >> Afterwards Jenkins is running, but the literate job type is not available. >> Anyome knows how to fix this? >> >> >> thanks >> Kutzi >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Jenkins Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
