Re: First time compile, why looking for module POM on remote repo?

2012-04-26 Thread Dave Wolf
Use mvn install, so that the various dependent modules will be installed into your local repository. Sent from Dave's iPhone 4. Dave Wolf On Apr 26, 2012, at 11:57 AM, "hujirong" wrote: > *This is the first time I try to compile the project in my workstation. I am >

Re: How can I trigger a makefile through Maven? is there any plugin for this?

2012-04-25 Thread Dave Wolf
If your goal is to compile / link c, c++, or fortran; then you might take a look at the maven-nar-plugin. We just began using it and so far, so good. Dave Wolf On Apr 25, 2012, at 12:31 AM, "bettypop" wrote: > > > -- > View this message in context: > http://mave

RE: Compilation failure: interface com.ibm.websphere.sibx.smobo.ServiceMessageObject

2012-04-19 Thread Dave Wolf
dependencies are available in your repository. Regards, Dave Wolf Java Architect Gorilla Logic -Original Message- From: hujirong [mailto:jirong...@gmail.com] Sent: Thu 4/19/2012 4:15 PM To: users@maven.apache.org Subject: Compilation failure: interface

RE: maven-nar-plugin -- building libraries for both 32 & 64 Linux

2012-04-17 Thread Dave Wolf
Curtis, Thank you! That solution works great! We're off and running now. Yes, open source communities are grand. Cheers, Dave Wolf Java Architect Gorilla Logic -Original Message- From: ctrueden.w...@gmail.com on behalf of Curtis Rueden Sent: Tue 4/17/2012 12:57 PM To: Maven

RE: maven-nar-plugin -- building libraries for both 32 & 64 Linux

2012-04-17 Thread Dave Wolf
Will do. Thanks, I thought the GroupId was odd for a Sonotype plugin. I must have followed the wrong Google link somewhere along the way. Dave Wolf Java Architect Gorilla Logic M: 303-956-9106 DG GL Room: x4545 -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Tue

RE: maven-nar-plugin -- building libraries for both 32 & 64 Linux

2012-04-17 Thread Dave Wolf
Ping... :-) Any help with this would be greatly appreciated and prevent me from having to revert to using Ant. Thanks in advance!!! Dave Wolf -Original Message- From: Dave Wolf Sent: Mon 4/16/2012 2:41 PM To: users@maven.apache.org Subject: maven-nar-plugin -- building libraries for

maven-nar-plugin -- building libraries for both 32 & 64 Linux

2012-04-16 Thread Dave Wolf
net.mjahn maven-nar-plugin ${maven-nar-plugin.version} true shared

RE: Maven / Java 1.7 compliance

2012-01-05 Thread Dave Wolf
Instead of "1.7" try simply "7". Dave Wolf Java Architect Gorilla Logic -Original Message- From: Johannes.Lichtenberger [mailto:johannes.lichtenber...@uni-konstanz.de] Sent: Thu 1/5/2012 4:00 PM To: Maven Users List Subject: Re: Maven / Java 1.7 compliance On

RE: Retrieving "attached" files.

2011-04-22 Thread Dave Wolf
e fileset. Any ideas on this aspect? As it is, since I can get all of the files, get what I need done, but I'm just curious why this isn't working. Thanks again, Dave Wolf Java Architect Gorilla Logic -Original Message- From: Stephen Connolly [mailto:stephen.alan.conno...@gma

Retrieving "attached" files.

2011-04-21 Thread Dave Wolf
erties.dependency.fileset fileset: Setup scanner in dir /home/dwolf/.m2/repository with patternSet{ includes: [] excludes: [**/**] } [copy] No sources found. [copy] No sources found. Any ideas? I've checked the documentation and the mail archives. I've found a few thing