Dependency to native dll

2010-11-16 Thread Halvor Platou
I'm developing a plugin that has a dependency to a native dll. How can I find and load this dll during execution of my plugin? Halvor Marine Cybernetics Office Address: Vestre Rosten 77, 9th floor Postal Address: Vestre Rosten 77, NO-7075 TILLER, NORWAY Telephone: [+47] 98 62 58 50 Fax: [+47]

Re: Dependency to native dll

2010-11-16 Thread Anders Hammar
Add it to your repo and declare a dependency. Loads of dissussions about this on the Internet. Here's one: http://stackoverflow.com/questions/1001774/managing-dll-dependencies-with-maven /Anders On Tue, Nov 16, 2010 at 12:27, Halvor Platou halvor.pla...@marinecyb.comwrote: I'm developing a

RE: Dependency to native dll

2010-11-16 Thread Halvor Platou
Thanks for your reply. This is working perfectly for a normal maven project, but when my maven-plugin has a dependency to the dll, I can't figure out how the plugin itself can fetch this dependency during execution. I don't find the dll in the target-folder for the project that is build using

Re: Dependency to native dll

2010-11-16 Thread Anders Hammar
Declare it as a dependency in the maven-plugin. That is, in the project where you develop the plugin. Just like any dependency. Or if you want to be able to change this dependency (like version or what ever), you can add it as a dependency to the plugin where you bind the plugin in your maven

RE: Dependency to native dll

2010-11-16 Thread Halvor Platou
OK, thanks again, but I'm still struggling. Probably something I've missed. I declare the dll-dependency in the maven-plugin project. The plugin compiles without any problems. No .dll in the target directory unless I specify an execution of dependency-plugin - which is fine. In the project

Re: Dependency to native dll

2010-11-16 Thread Anders Hammar
The dependency is not supposed to end up in the target. It should be added to the classpath though. /Anders On Tue, Nov 16, 2010 at 14:09, Halvor Platou halvor.pla...@marinecyb.comwrote: OK, thanks again, but I'm still struggling. Probably something I've missed. I declare the dll-dependency

[VOTE] Release Maven Doxia 1.1.4 and Maven Doxia Sitetools 1.1.4 take 2

2010-11-16 Thread Dennis Lundberg
Hi, This is the second try to release Doxia. A failing test was fixed since the last release attempt. We solved 5+2 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10780styleName=Htmlversion=16702

Re: [VOTE] Release Wagon version 1.0-beta-7

2010-11-16 Thread Brett Porter
+1 On 14/11/2010, at 9:33 AM, Dennis Lundberg wrote: Hi, We solved 4 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10335styleName=Htmlversion=15972 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Wagon version 1.0-beta-7

2010-11-16 Thread Brett Porter
On 16/11/2010, at 6:02 AM, Dennis Lundberg wrote: On 2010-11-15 10:38, Stephen Connolly wrote: +1 when do you think we will be able to cut 1.0... or to put it another way, what issues are stopping this from being 1.0 Hopefully someone who has been active in the development of Wagon will

Re: [VOTE] Release Wagon version 1.0-beta-7

2010-11-16 Thread Vincent Siveton
+1 Vincent 2010/11/13 Dennis Lundberg denn...@apache.org: Hi, We solved 4 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10335styleName=Htmlversion=15972 There are still a couple of issues left in JIRA:

Re: svn commit: r1035744 - /maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/parser/AbstractXmlParser.java

2010-11-16 Thread Brett Porter
No need to re-roll the release, but I'd set the version by extracting it from the pom.properties file (if it exists) instead of hardcoding it. Cheers, Brett On 17/11/2010, at 5:48 AM, denn...@apache.org wrote: Author: dennisl Date: Tue Nov 16 18:48:53 2010 New Revision: 1035744 URL: