[xwiki-devs] Extension "Resolve Maven Pom" clarification on an issue
Hello, I'm using the Extension module and the resolve maven pom to parse some poms installed in a local repository. As I have some failures, I realized I was hitting this bug : http://jira.xwiki.org/browse/XWIKI-7641 My question is on understanding this text from the issue : Where is stored the AETHER cache repository on a wiki instance ? Thanks, Jeremie -- View this message in context: http://xwiki.475771.n2.nabble.com/Extension-Resolve-Maven-Pom-clarification-... Sent from the XWiki- Dev mailing list archive at Nabble.com.
On Fri, Apr 6, 2012 at 12:15 PM, jerem <jeremie.bousquet@gmail.com> wrote:
Hello,
I'm using the Extension module and the resolve maven pom to parse some poms installed in a local repository.
As I have some failures, I realized I was hitting this bug :
http://jira.xwiki.org/browse/XWIKI-7641
My question is on understanding this text from the issue :
Where is stored the AETHER cache repository on a wiki instance ?
I'm using the jetty+hsqldb XWiki Enterprise distribution and the Aether cache repository is an a folder like this: jetty/work/jetty-0.0.0.0-8080-xwiki-_xwiki-any-/aether-repository/ So it depends on the servlet container you're using. Hope this helps, Marius
Thanks, Jeremie
-- View this message in context: http://xwiki.475771.n2.nabble.com/Extension-Resolve-Maven-Pom-clarification-... Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
On Fri, Apr 6, 2012 at 11:15 AM, jerem <jeremie.bousquet@gmail.com> wrote:
Hello,
I'm using the Extension module and the resolve maven pom to parse some poms installed in a local repository.
As I have some failures, I realized I was hitting this bug :
http://jira.xwiki.org/browse/XWIKI-7641
My question is on understanding this text from the issue :
Where is stored the AETHER cache repository on a wiki instance ?
It's a "aether-repository" folder in whatever your application server provide as temporary/work folder.
Thanks, Jeremie
-- View this message in context: http://xwiki.475771.n2.nabble.com/Extension-Resolve-Maven-Pom-clarification-... Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
Thanks :) It works as expected once the cache is cleaned. For my info, do you expect this issue to be corrected in AETHER ? -- View this message in context: http://xwiki.475771.n2.nabble.com/Extension-Resolve-Maven-Pom-clarification-... Sent from the XWiki- Dev mailing list archive at Nabble.com.
On Fri, Apr 6, 2012 at 2:24 PM, jerem <jeremie.bousquet@gmail.com> wrote:
Thanks :) It works as expected once the cache is cleaned. For my info, do you expect this issue to be corrected in AETHER ?
No idea on their side, I guess the filesystem handler is not used and tested much. I need to find some time to work on it and provide them a patch once I'm sure how it should work ideally.
-- View this message in context: http://xwiki.475771.n2.nabble.com/Extension-Resolve-Maven-Pom-clarification-... Sent from the XWiki- Dev mailing list archive at Nabble.com. _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (3)
-
jerem -
Marius Dumitru Florea -
Thomas Mortagne