The following comment has been added to this issue:
Author: Dan Tran
Created: Wed, 2 Feb 2005 11:21 AM
Body:
This is the block of code that should be replace in plugin.jelly.
Note I added one more <ant:copy> statement to copy _.lib to
desired full name. I will try to learn SVN patching system to provide a
official patch file if needed.
<!-- dll -->
<ant:available property="outputPresentDLL"
file="${maven.build.dir}/native/_.dll"/>
<j:if test="${outputPresentDLL == 'true'}">
<ant:copy file="${maven.build.dir}/native/_.dll"
tofile="${maven.build.dir}/native/${pom.artifactId}-${pom.currentVersion}.dll"
overwrite="true"/>
<ant:copy file="${maven.build.dir}/native/_.lib"
tofile="${maven.build.dir}/native/${pom.artifactId}-${pom.currentVersion}.lib"
overwrite="true"/>
</j:if>
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPNATIVE-12?page=comments#action_29506
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPNATIVE-12
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPNATIVE-12
Summary: Need .lib full name
Type: Bug
Status: Unassigned
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-native-plugin
Versions:
1.2
Assignee:
Reporter: Dan Tran
Created: Wed, 2 Feb 2005 1:29 AM
Updated: Wed, 2 Feb 2005 11:21 AM
Environment: msvc
Description:
For a "share" compilation on msvc env, maven-native-plugin only
creates .dll with full name (ie id-version.dll) but .lib is named as
_.lib.
I use the latest source in svn
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]