I am able to deploy a new snapshot at
http://snapshots.repository.codehaus.org/ . Note this is the new snapshot
repo at codehaus

you dont need compile from source any more, but suggest to do so to be
familar with the code

-Dan



On 6/24/06, dan tran <[EMAIL PROTECTED]> wrote:

 you need to pull the whole source tree and build from top, not the plugin
alone

https://svn.codehaus.org/mojo/trunk/mojo/maven-native



 On 6/24/06, TimHedger <[EMAIL PROTECTED]> wrote:
>
>
> Dan - thanks again - almost there with what I'm trying to do.
> Two problems left - I haven't been able to build the plugin with your
> change
> in.
>
> I've pulled the code out of the repository through my proxy with:
> svn checkout
> https://svn.codehaus.org/mojo/trunk/mojo/maven-native/native-maven-plugin
>
> native-maven-plugin
>
> Then I try to build it and I get these errors:
>
> 
------------------------------------------------------------------------------------------------------------------------------
> [INFO] [compiler:compile]
> Compiling 8 source files to
> /home/hedgert/maven/native-maven-plugin/target/classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
>
> [INFO] Compilation failure
>
>
> 
/home/hedgert/maven/native-maven-plugin/src/main/java/org/codehaus/mojo/natives/plugin/NativeLinkMojo.java:[198,14]
> cannot resolve symbol
> symbol  : method setExternalLibDirectory ( java.io.File)
> location: class org.codehaus.mojo.natives.linker.LinkerConfiguration
>
>
> 
/home/hedgert/maven/native-maven-plugin/src/main/java/org/codehaus/mojo/natives/plugin/NativeLinkMojo.java:[199,14]
> cannot resolve symbol
> symbol  : method setExternalLibFileNames (java.util.List)
> location: class org.codehaus.mojo.natives.linker.LinkerConfiguration
>
> 
/home/hedgert/maven/native-maven-plugin/src/main/java/org/codehaus/mojo/natives/plugin/NativeJavahMojo.java:[136,14]
>
> cannot resolve symbol
> symbol  : method setFileName (java.lang.String)
> location: class org.codehaus.mojo.natives.javah.JavahConfiguration
>
> 
------------------------------------------------------------------------------------------------------------------------------
>
> I haven't touched the pom.xml file in the download - I've just
> downloaded
> (svn checkout) and built (mvn compile) - is there something else I
> should
> do?
>
> Thanks
> Tim
> --
> View this message in context:
> 
http://www.nabble.com/Can%27t-get-jni-working-based-on-example-configuration-t1825144.html#a5023602
> Sent from the Maven - Users forum at Nabble.com <http://nabble.com/>.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to