Re: NAR plugin

2012-03-16 Thread Curtis Rueden
Hi Martijn,

I'm trying to figure out where I can report issues/discuss this
 plugin.  I know Sonatype took over its maintenance, but it's project
 page has a broken link to their forums. I'm having trouble getting the
 plugin to come down from central or codehaus so would like to make
 sure I'm doing something wrong before raising a bug in the project
 JIRA :-)


AFAIK, the NAR plugin is not available from Central or Codehaus
repositories. To work around this, my group built it from source (latest
version from http://duns.github.com/maven-nar-plugin/) and deployed it to
our own Maven repository. You are welcome to reference it if it is helpful
to you:

http://maven.imagej.net/content/repositories/snapshots/org/apache/maven/plugins/maven-nar-plugin/2.1-SNAPSHOT/

If anyone else knows of an official place where the maven-nar-plugin is
hosted, I would love to hear about it.

Regards,
Curtis


On Fri, Mar 16, 2012 at 12:26 PM, Martijn Verburg
martijnverb...@gmail.comwrote:

 Hi all,

 I'm trying to figure out where I can report issues/discuss this
 plugin.  I know Sonatype took over its maintenance, but it's project
 page has a broken link to their forums. I'm having trouble getting the
 plugin to come down from central or codehaus so would like to make
 sure I'm doing something wrong before raising a bug in the project
 JIRA :-)

 Cheers,
 Martijn

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org




Re: NAR plugin

2012-03-16 Thread Karl Heinz Marbaise

Hi,


but it's project
page has a broken link to their forums.


Put the issues into the issue tracker which is mentioned on the 
following page:


https://github.com/duns/maven-nar-plugin

which is here:
https://issues.sonatype.org/browse/NAR

Kind regards
Karl Heinz Marbaise
--
SoftwareEntwicklung Beratung SchulungTel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz MarbaiseICQ#: 135949029
Hauptstrasse 177 USt.IdNr: DE191347579
52146 Würselen   http://www.soebes.de

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: NAR plugin

2009-10-28 Thread Damon Jacobsen
Martin,

I considered using cygwin, but I read that code compiled with it needs 
cygwin installed on the target machine to run. I was hoping just to just use 
the free borland compiler for a quick solution. I am thinking if there was a 
way to see the command given to compile, I could fix it. Is there any way to 
have that information logged or pumped to stdout?

Damon

-Original Message-
From: Martin Gainty [mailto:mgai...@hotmail.com] 
Sent: Tuesday, October 27, 2009 5:48 PM
To: users@maven.apache.org
Subject: RE: NAR plugin


Damon-

some company in texas purchased the borland compiler and i dont know what 
happened afterwards
i had the same problem with Borland Compiler and punted to cygwin...download 
the full devel package.. gcc is the compiler..ld is the linker..ar is the 
library manager
http://www.cygwin.com

Martin Gainty 
__ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




 Subject: NAR plugin
 Date: Tue, 27 Oct 2009 19:31:16 -0500
 From: dajacob...@lifetouch.com
 To: users@maven.apache.org
 
 I am building the newly absorbed NAR project from source and using it. I
 cannot seem to get it to use the borland compiler correctly. The
 cpptasks project seems to have support for bcc. I have even updated the
 aol.properties file to reflect the necessary setting to no avail. Has
 anyone attempting getting the borland c compiler to run correctly? I
 have gotten to where the compiler runs, but it returns messages about
 declaration syntax errors. I do not get these errors with a standard
 compile however.
 
  
 
 Damon Jacobsen
 
  
 
 
 __
 This email has been scanned by the MessageLabs Email Security System.
 For more information please visit http://www.messagelabs.com/email 
 _
  
_
Windows 7: I wanted more reliable, now it's more reliable. Wow!
http://microsoft.com/windows/windows-7/default-ga.aspx?h=myidea?ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_myidea:102009

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
_

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: NAR plugin

2009-10-28 Thread Donszelmann Mark

Hi

if you run the NAR plugin with -X it will show that, and a lot of  
other info, so be prepared.


You may just want to use the free Visual Studio Express (version 2008)  
to compile and link with.


Regards
Mark Donszelmann


On Oct 28, 2009, at 3:59 PM, Damon Jacobsen wrote:


Martin,

	I considered using cygwin, but I read that code compiled with it  
needs cygwin installed on the target machine to run. I was hoping  
just to just use the free borland compiler for a quick solution. I  
am thinking if there was a way to see the command given to compile,  
I could fix it. Is there any way to have that information logged or  
pumped to stdout?


Damon

-Original Message-
From: Martin Gainty [mailto:mgai...@hotmail.com]
Sent: Tuesday, October 27, 2009 5:48 PM
To: users@maven.apache.org
Subject: RE: NAR plugin


Damon-

some company in texas purchased the borland compiler and i dont know  
what happened afterwards
i had the same problem with Borland Compiler and punted to  
cygwin...download the full devel package.. gcc is the compiler..ld  
is the linker..ar is the library manager

http://www.cygwin.com

Martin Gainty
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de  
confidentialité


Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene  
Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede  
unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig.  
Diese Nachricht dient lediglich dem Austausch von Informationen und  
entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten  
Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den  
Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes  
pas le destinataire prévu, nous te demandons avec bonté que pour  
satisfaire informez l'expéditeur. N'importe quelle diffusion non  
autorisée ou la copie de ceci est interdite. Ce message sert à  
l'information seulement et n'aura pas n'importe quel effet  
légalement obligatoire. Étant donné que les email peuvent facilement  
être sujets à la manipulation, nous ne pouvons accepter aucune  
responsabilité pour le contenu fourni.






Subject: NAR plugin
Date: Tue, 27 Oct 2009 19:31:16 -0500
From: dajacob...@lifetouch.com
To: users@maven.apache.org

I am building the newly absorbed NAR project from source and using  
it. I

cannot seem to get it to use the borland compiler correctly. The
cpptasks project seems to have support for bcc. I have even updated  
the

aol.properties file to reflect the necessary setting to no avail. Has
anyone attempting getting the borland c compiler to run correctly? I
have gotten to where the compiler runs, but it returns messages about
declaration syntax errors. I do not get these errors with a standard
compile however.



Damon Jacobsen




__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
_


_
Windows 7: I wanted more reliable, now it's more reliable. Wow!
http://microsoft.com/windows/windows-7/default-ga.aspx?h=myidea?ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_myidea:102009

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
_

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: NAR plugin

2009-10-28 Thread Damon Jacobsen
Mark,

Thanks for the info. The results confirm that the include files are not 
being added. I think it is due to some odd behavior with spaces in files path. 
Boy I wish windows could get that correct. Here is my output.

[DEBUG] bcc32  -c -X -x -tWM -Od -DWindows -DWIN32 
'-IH:\workspace\ImagenomicPortraturePluginDLL\target\nar\javah-include' 
'-IC:\Program Files\Java\jdk1.6.0_16\include' '-IC:\Program 
Files\Java\jdk1.6.0_16\include\win32' 
-IH:\workspace\ImagenomicPortraturePluginDLL\src\main\include 
-IH:\workspace\ImagenomicPortraturePluginDLL\target\swig\include -w 
H:\workspace\ImagenomicPortraturePluginDLL\src\main\c++\com_lifetouch_ImagenomicPortraitureBufferedImageOp.cpp
[DEBUG] Execute:Java13CommandLauncher: Executing 'bcc32' with arguments:
''
'-c'
'-X'
'-x'
'-tWM'
'-Od'
'-DWindows'
'-DWIN32'
'-IH:\workspace\ImagenomicPortraturePluginDLL\target\nar\javah-include'
'-IC:\Program Files\Java\jdk1.6.0_16\include'
'-IC:\Program Files\Java\jdk1.6.0_16\include\win32'
'-IH:\workspace\ImagenomicPortraturePluginDLL\src\main\include'
'-IH:\workspace\ImagenomicPortraturePluginDLL\target\swig\include'
'-w'
'H:\workspace\ImagenomicPortraturePluginDLL\src\main\c++\com_lifetouch_Imagenomi
cPortraitureBufferedImageOp.cpp'

The ' characters around the executable and arguments are
not part of the command.
[DEBUG] Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
[DEBUG] Error E2194: Could not find file 'Files\Java\jdk1.6.0_16\include.cpp'
[DEBUG] Error E2194: Could not find file 'Files\Java\jdk1.6.0_16\include\win32.c
pp'

Cleaning up the command line to remove the ' character and issuing it at the 
command line does not have this problem.

Damon 

-Original Message-
From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com] 
Sent: Wednesday, October 28, 2009 8:03 AM
To: Maven Users List
Subject: Re: NAR plugin

Hi

if you run the NAR plugin with -X it will show that, and a lot of  
other info, so be prepared.

You may just want to use the free Visual Studio Express (version 2008)  
to compile and link with.

Regards
Mark Donszelmann


On Oct 28, 2009, at 3:59 PM, Damon Jacobsen wrote:

 Martin,

   I considered using cygwin, but I read that code compiled with it  
 needs cygwin installed on the target machine to run. I was hoping  
 just to just use the free borland compiler for a quick solution. I  
 am thinking if there was a way to see the command given to compile,  
 I could fix it. Is there any way to have that information logged or  
 pumped to stdout?

 Damon

 -Original Message-
 From: Martin Gainty [mailto:mgai...@hotmail.com]
 Sent: Tuesday, October 27, 2009 5:48 PM
 To: users@maven.apache.org
 Subject: RE: NAR plugin


 Damon-

 some company in texas purchased the borland compiler and i dont know  
 what happened afterwards
 i had the same problem with Borland Compiler and punted to  
 cygwin...download the full devel package.. gcc is the compiler..ld  
 is the linker..ar is the library manager
 http://www.cygwin.com

 Martin Gainty
 __
 Verzicht und Vertraulichkeitanmerkung/Note de déni et de  
 confidentialité

 Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene  
 Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede  
 unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig.  
 Diese Nachricht dient lediglich dem Austausch von Informationen und  
 entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten  
 Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den  
 Inhalt uebernehmen.
 Ce message est confidentiel et peut être privilégié. Si vous n'êtes  
 pas le destinataire prévu, nous te demandons avec bonté que pour  
 satisfaire informez l'expéditeur. N'importe quelle diffusion non  
 autorisée ou la copie de ceci est interdite. Ce message sert à  
 l'information seulement et n'aura pas n'importe quel effet  
 légalement obligatoire. Étant donné que les email peuvent facilement  
 être sujets à la manipulation, nous ne pouvons accepter aucune  
 responsabilité pour le contenu fourni.




 Subject: NAR plugin
 Date: Tue, 27 Oct 2009 19:31:16 -0500
 From: dajacob...@lifetouch.com
 To: users@maven.apache.org

 I am building the newly absorbed NAR project from source and using  
 it. I
 cannot seem to get it to use the borland compiler correctly. The
 cpptasks project seems to have support for bcc. I have even updated  
 the
 aol.properties file to reflect the necessary setting to no avail. Has
 anyone attempting getting the borland c compiler to run correctly? I
 have gotten to where the compiler runs, but it returns messages about
 declaration syntax errors. I do not get these errors with a standard
 compile however.



 Damon Jacobsen




 __
 This email has been scanned by the MessageLabs Email Security System.
 For more information please visit http://www.messagelabs.com/email

Re: NAR plugin

2009-10-28 Thread Donszelmann Mark

Hi Damon,

are you sure you are running the latest NAR from github ?

Regards
Mark

On Oct 28, 2009, at 4:23 PM, Damon Jacobsen wrote:


Mark,

	Thanks for the info. The results confirm that the include files are  
not being added. I think it is due to some odd behavior with spaces  
in files path. Boy I wish windows could get that correct. Here is my  
output.


[DEBUG] bcc32  -c -X -x -tWM -Od -DWindows -DWIN32 '-IH:\workspace 
\ImagenomicPortraturePluginDLL\target\nar\javah-include' '-IC: 
\Program Files\Java\jdk1.6.0_16\include' '-IC:\Program Files\Java 
\jdk1.6.0_16\include\win32' -IH:\workspace 
\ImagenomicPortraturePluginDLL\src\main\include -IH:\workspace 
\ImagenomicPortraturePluginDLL\target\swig\include -w H:\workspace 
\ImagenomicPortraturePluginDLL\src\main\c++ 
\com_lifetouch_ImagenomicPortraitureBufferedImageOp.cpp
[DEBUG] Execute:Java13CommandLauncher: Executing 'bcc32' with  
arguments:

''
'-c'
'-X'
'-x'
'-tWM'
'-Od'
'-DWindows'
'-DWIN32'
'-IH:\workspace\ImagenomicPortraturePluginDLL\target\nar\javah- 
include'

'-IC:\Program Files\Java\jdk1.6.0_16\include'
'-IC:\Program Files\Java\jdk1.6.0_16\include\win32'
'-IH:\workspace\ImagenomicPortraturePluginDLL\src\main\include'
'-IH:\workspace\ImagenomicPortraturePluginDLL\target\swig\include'
'-w'
'H:\workspace\ImagenomicPortraturePluginDLL\src\main\c++ 
\com_lifetouch_Imagenomi

cPortraitureBufferedImageOp.cpp'

The ' characters around the executable and arguments are
not part of the command.
[DEBUG] Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
[DEBUG] Error E2194: Could not find file 'Files\Java 
\jdk1.6.0_16\include.cpp'
[DEBUG] Error E2194: Could not find file 'Files\Java 
\jdk1.6.0_16\include\win32.c

pp'

Cleaning up the command line to remove the ' character and issuing  
it at the command line does not have this problem.


Damon

-Original Message-
From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com]
Sent: Wednesday, October 28, 2009 8:03 AM
To: Maven Users List
Subject: Re: NAR plugin

Hi

if you run the NAR plugin with -X it will show that, and a lot of
other info, so be prepared.

You may just want to use the free Visual Studio Express (version 2008)
to compile and link with.

Regards
Mark Donszelmann


On Oct 28, 2009, at 3:59 PM, Damon Jacobsen wrote:


Martin,

I considered using cygwin, but I read that code compiled with it
needs cygwin installed on the target machine to run. I was hoping
just to just use the free borland compiler for a quick solution. I
am thinking if there was a way to see the command given to compile,
I could fix it. Is there any way to have that information logged or
pumped to stdout?

Damon

-Original Message-
From: Martin Gainty [mailto:mgai...@hotmail.com]
Sent: Tuesday, October 27, 2009 5:48 PM
To: users@maven.apache.org
Subject: RE: NAR plugin


Damon-

some company in texas purchased the borland compiler and i dont know
what happened afterwards
i had the same problem with Borland Compiler and punted to
cygwin...download the full devel package.. gcc is the compiler..ld
is the linker..ar is the library manager
http://www.cygwin.com

Martin Gainty
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de
confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig.
Diese Nachricht dient lediglich dem Austausch von Informationen und
entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten
Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den
Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes
pas le destinataire prévu, nous te demandons avec bonté que pour
satisfaire informez l'expéditeur. N'importe quelle diffusion non
autorisée ou la copie de ceci est interdite. Ce message sert à
l'information seulement et n'aura pas n'importe quel effet
légalement obligatoire. Étant donné que les email peuvent facilement
être sujets à la manipulation, nous ne pouvons accepter aucune
responsabilité pour le contenu fourni.





Subject: NAR plugin
Date: Tue, 27 Oct 2009 19:31:16 -0500
From: dajacob...@lifetouch.com
To: users@maven.apache.org

I am building the newly absorbed NAR project from source and using
it. I
cannot seem to get it to use the borland compiler correctly. The
cpptasks project seems to have support for bcc. I have even updated
the
aol.properties file to reflect the necessary setting to no avail.  
Has

anyone attempting getting the borland c compiler to run correctly? I
have gotten to where the compiler runs, but it returns messages  
about

declaration syntax errors. I do not get these errors with a standard
compile however.



Damon Jacobsen




__
This email has been scanned by the MessageLabs Email Security  
System.

For more

RE: NAR plugin

2009-10-28 Thread Damon Jacobsen
Mark,

I am by no means proficient with git yet, but here is what I did. 
Yesterday, using msysgit, I 'cloned' 
http://github.com/duns/maven-nar-plugin.git and 
http://github.com/duns/cpptasks-parallel.git. Today I 'fetched' from origin. I 
think this syncs me with any changes made on the head. I have 'mvn install'ed 
both of them this morning.

Damon

-Original Message-
From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com] 
Sent: Wednesday, October 28, 2009 8:49 AM
To: Maven Users List
Subject: Re: NAR plugin

Hi Damon,

are you sure you are running the latest NAR from github ?

Regards
Mark

On Oct 28, 2009, at 4:23 PM, Damon Jacobsen wrote:

 Mark,

   Thanks for the info. The results confirm that the include files are  
 not being added. I think it is due to some odd behavior with spaces  
 in files path. Boy I wish windows could get that correct. Here is my  
 output.

 [DEBUG] bcc32  -c -X -x -tWM -Od -DWindows -DWIN32 '-IH:\workspace 
 \ImagenomicPortraturePluginDLL\target\nar\javah-include' '-IC: 
 \Program Files\Java\jdk1.6.0_16\include' '-IC:\Program Files\Java 
 \jdk1.6.0_16\include\win32' -IH:\workspace 
 \ImagenomicPortraturePluginDLL\src\main\include -IH:\workspace 
 \ImagenomicPortraturePluginDLL\target\swig\include -w H:\workspace 
 \ImagenomicPortraturePluginDLL\src\main\c++ 
 \com_lifetouch_ImagenomicPortraitureBufferedImageOp.cpp
 [DEBUG] Execute:Java13CommandLauncher: Executing 'bcc32' with  
 arguments:
 ''
 '-c'
 '-X'
 '-x'
 '-tWM'
 '-Od'
 '-DWindows'
 '-DWIN32'
 '-IH:\workspace\ImagenomicPortraturePluginDLL\target\nar\javah- 
 include'
 '-IC:\Program Files\Java\jdk1.6.0_16\include'
 '-IC:\Program Files\Java\jdk1.6.0_16\include\win32'
 '-IH:\workspace\ImagenomicPortraturePluginDLL\src\main\include'
 '-IH:\workspace\ImagenomicPortraturePluginDLL\target\swig\include'
 '-w'
 'H:\workspace\ImagenomicPortraturePluginDLL\src\main\c++ 
 \com_lifetouch_Imagenomi
 cPortraitureBufferedImageOp.cpp'

 The ' characters around the executable and arguments are
 not part of the command.
 [DEBUG] Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
 [DEBUG] Error E2194: Could not find file 'Files\Java 
 \jdk1.6.0_16\include.cpp'
 [DEBUG] Error E2194: Could not find file 'Files\Java 
 \jdk1.6.0_16\include\win32.c
 pp'

 Cleaning up the command line to remove the ' character and issuing  
 it at the command line does not have this problem.

 Damon

 -Original Message-
 From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com]
 Sent: Wednesday, October 28, 2009 8:03 AM
 To: Maven Users List
 Subject: Re: NAR plugin

 Hi

 if you run the NAR plugin with -X it will show that, and a lot of
 other info, so be prepared.

 You may just want to use the free Visual Studio Express (version 2008)
 to compile and link with.

 Regards
 Mark Donszelmann


 On Oct 28, 2009, at 3:59 PM, Damon Jacobsen wrote:

 Martin,

  I considered using cygwin, but I read that code compiled with it
 needs cygwin installed on the target machine to run. I was hoping
 just to just use the free borland compiler for a quick solution. I
 am thinking if there was a way to see the command given to compile,
 I could fix it. Is there any way to have that information logged or
 pumped to stdout?

 Damon

 -Original Message-
 From: Martin Gainty [mailto:mgai...@hotmail.com]
 Sent: Tuesday, October 27, 2009 5:48 PM
 To: users@maven.apache.org
 Subject: RE: NAR plugin


 Damon-

 some company in texas purchased the borland compiler and i dont know
 what happened afterwards
 i had the same problem with Borland Compiler and punted to
 cygwin...download the full devel package.. gcc is the compiler..ld
 is the linker..ar is the library manager
 http://www.cygwin.com

 Martin Gainty
 __
 Verzicht und Vertraulichkeitanmerkung/Note de déni et de
 confidentialité

 Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
 Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
 unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig.
 Diese Nachricht dient lediglich dem Austausch von Informationen und
 entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten
 Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den
 Inhalt uebernehmen.
 Ce message est confidentiel et peut être privilégié. Si vous n'êtes
 pas le destinataire prévu, nous te demandons avec bonté que pour
 satisfaire informez l'expéditeur. N'importe quelle diffusion non
 autorisée ou la copie de ceci est interdite. Ce message sert à
 l'information seulement et n'aura pas n'importe quel effet
 légalement obligatoire. Étant donné que les email peuvent facilement
 être sujets à la manipulation, nous ne pouvons accepter aucune
 responsabilité pour le contenu fourni.




 Subject: NAR plugin
 Date: Tue, 27 Oct 2009 19:31:16 -0500
 From: dajacob...@lifetouch.com
 To: users@maven.apache.org

 I am building the newly absorbed NAR project from source

RE: NAR plugin

2009-10-28 Thread Martin Gainty

the main aspect is to make sure you can build for all your environments
my personal pref of cygwin in that whatever i do in doze works in standard Unix 
and vice-versa
otherwise you're re-configuring the build for every platform/OS combo

i am interested to know how that works for you
Martin Gainty 
__ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




 Subject: RE: NAR plugin
 Date: Wed, 28 Oct 2009 11:16:31 -0500
 From: dajacob...@lifetouch.com
 To: users@maven.apache.org
 
 Mark,
 
   I am by no means proficient with git yet, but here is what I did. 
 Yesterday, using msysgit, I 'cloned' 
 http://github.com/duns/maven-nar-plugin.git and 
 http://github.com/duns/cpptasks-parallel.git. Today I 'fetched' from origin. 
 I think this syncs me with any changes made on the head. I have 'mvn 
 install'ed both of them this morning.
 
 Damon
 
 -Original Message-
 From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com] 
 Sent: Wednesday, October 28, 2009 8:49 AM
 To: Maven Users List
 Subject: Re: NAR plugin
 
 Hi Damon,
 
 are you sure you are running the latest NAR from github ?
 
 Regards
 Mark
 
 On Oct 28, 2009, at 4:23 PM, Damon Jacobsen wrote:
 
  Mark,
 
  Thanks for the info. The results confirm that the include files are  
  not being added. I think it is due to some odd behavior with spaces  
  in files path. Boy I wish windows could get that correct. Here is my  
  output.
 
  [DEBUG] bcc32  -c -X -x -tWM -Od -DWindows -DWIN32 '-IH:\workspace 
  \ImagenomicPortraturePluginDLL\target\nar\javah-include' '-IC: 
  \Program Files\Java\jdk1.6.0_16\include' '-IC:\Program Files\Java 
  \jdk1.6.0_16\include\win32' -IH:\workspace 
  \ImagenomicPortraturePluginDLL\src\main\include -IH:\workspace 
  \ImagenomicPortraturePluginDLL\target\swig\include -w H:\workspace 
  \ImagenomicPortraturePluginDLL\src\main\c++ 
  \com_lifetouch_ImagenomicPortraitureBufferedImageOp.cpp
  [DEBUG] Execute:Java13CommandLauncher: Executing 'bcc32' with  
  arguments:
  ''
  '-c'
  '-X'
  '-x'
  '-tWM'
  '-Od'
  '-DWindows'
  '-DWIN32'
  '-IH:\workspace\ImagenomicPortraturePluginDLL\target\nar\javah- 
  include'
  '-IC:\Program Files\Java\jdk1.6.0_16\include'
  '-IC:\Program Files\Java\jdk1.6.0_16\include\win32'
  '-IH:\workspace\ImagenomicPortraturePluginDLL\src\main\include'
  '-IH:\workspace\ImagenomicPortraturePluginDLL\target\swig\include'
  '-w'
  'H:\workspace\ImagenomicPortraturePluginDLL\src\main\c++ 
  \com_lifetouch_Imagenomi
  cPortraitureBufferedImageOp.cpp'
 
  The ' characters around the executable and arguments are
  not part of the command.
  [DEBUG] Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
  [DEBUG] Error E2194: Could not find file 'Files\Java 
  \jdk1.6.0_16\include.cpp'
  [DEBUG] Error E2194: Could not find file 'Files\Java 
  \jdk1.6.0_16\include\win32.c
  pp'
 
  Cleaning up the command line to remove the ' character and issuing  
  it at the command line does not have this problem.
 
  Damon
 
  -Original Message-
  From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com]
  Sent: Wednesday, October 28, 2009 8:03 AM
  To: Maven Users List
  Subject: Re: NAR plugin
 
  Hi
 
  if you run the NAR plugin with -X it will show that, and a lot of
  other info, so be prepared.
 
  You may just want to use the free Visual Studio Express (version 2008)
  to compile and link with.
 
  Regards
  Mark Donszelmann
 
 
  On Oct 28, 2009, at 3:59 PM, Damon Jacobsen wrote:
 
  Martin,
 
 I considered using cygwin, but I read that code compiled with it
  needs cygwin installed on the target machine to run. I was hoping
  just to just use the free borland compiler for a quick solution. I
  am thinking if there was a way to see the command given to compile,
  I could fix it. Is there any way to have that information logged or
  pumped to stdout?
 
  Damon
 
  -Original Message-
  From: Martin Gainty [mailto:mgai...@hotmail.com]
  Sent: Tuesday, October 27, 2009 5:48 PM
  To: users

RE: NAR plugin

2009-10-28 Thread Damon Jacobsen
Mark,

I finished doing a merge and somehow got a merge conflict in the 
pom.xml. I failed miserable to merge it and could not figure out how to do a 
replace from head. I fixed it by deleting my local repository, recloning, and 
remodifying my aol.properties file. I then reinstalled the plugin. I am getting 
the same results.

Damon

-Original Message-
From: Mark Struberg [mailto:strub...@yahoo.de] 
Sent: Wednesday, October 28, 2009 10:07 AM
To: Maven Users List
Subject: AW: NAR plugin

fetching alone is not enough.
You have to do a 

git pull

instead. This is a combined git fetch + git merge.

LieGrue,
strub



- Ursprüngliche Mail 
 Von: Damon Jacobsen dajacob...@lifetouch.com
 An: Maven Users List users@maven.apache.org
 Gesendet: Mittwoch, den 28. Oktober 2009, 17:16:31 Uhr
 Betreff: RE: NAR plugin
 
 Mark,
 
 I am by no means proficient with git yet, but here is what I did. 
 Yesterday, 
 using msysgit, I 'cloned' http://github.com/duns/maven-nar-plugin.git and 
 http://github.com/duns/cpptasks-parallel.git. Today I 'fetched' from origin. 
 I 
 think this syncs me with any changes made on the head. I have 'mvn install'ed 
 both of them this morning.
 
 Damon
 
 -Original Message-
 From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com] 
 Sent: Wednesday, October 28, 2009 8:49 AM
 To: Maven Users List
 Subject: Re: NAR plugin
 
 Hi Damon,
 
 are you sure you are running the latest NAR from github ?
 
 Regards
 Mark
 
 On Oct 28, 2009, at 4:23 PM, Damon Jacobsen wrote:
 
  Mark,
 
  Thanks for the info. The results confirm that the include files are  
  not being added. I think it is due to some odd behavior with spaces  
  in files path. Boy I wish windows could get that correct. Here is my  
  output.
 
  [DEBUG] bcc32  -c -X -x -tWM -Od -DWindows -DWIN32 '-IH:\workspace 
  \ImagenomicPortraturePluginDLL\target\nar\javah-include' '-IC: 
  \Program Files\Java\jdk1.6.0_16\include' '-IC:\Program Files\Java 
  \jdk1.6.0_16\include\win32' -IH:\workspace 
  \ImagenomicPortraturePluginDLL\src\main\include -IH:\workspace 
  \ImagenomicPortraturePluginDLL\target\swig\include -w H:\workspace 
  \ImagenomicPortraturePluginDLL\src\main\c++ 
  \com_lifetouch_ImagenomicPortraitureBufferedImageOp.cpp
  [DEBUG] Execute:Java13CommandLauncher: Executing 'bcc32' with  
  arguments:
  ''
  '-c'
  '-X'
  '-x'
  '-tWM'
  '-Od'
  '-DWindows'
  '-DWIN32'
  '-IH:\workspace\ImagenomicPortraturePluginDLL\target\nar\javah- 
  include'
  '-IC:\Program Files\Java\jdk1.6.0_16\include'
  '-IC:\Program Files\Java\jdk1.6.0_16\include\win32'
  '-IH:\workspace\ImagenomicPortraturePluginDLL\src\main\include'
  '-IH:\workspace\ImagenomicPortraturePluginDLL\target\swig\include'
  '-w'
  'H:\workspace\ImagenomicPortraturePluginDLL\src\main\c++ 
  \com_lifetouch_Imagenomi
  cPortraitureBufferedImageOp.cpp'
 
  The ' characters around the executable and arguments are
  not part of the command.
  [DEBUG] Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
  [DEBUG] Error E2194: Could not find file 'Files\Java 
  \jdk1.6.0_16\include.cpp'
  [DEBUG] Error E2194: Could not find file 'Files\Java 
  \jdk1.6.0_16\include\win32.c
  pp'
 
  Cleaning up the command line to remove the ' character and issuing  
  it at the command line does not have this problem.
 
  Damon
 
  -Original Message-
  From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com]
  Sent: Wednesday, October 28, 2009 8:03 AM
  To: Maven Users List
  Subject: Re: NAR plugin
 
  Hi
 
  if you run the NAR plugin with -X it will show that, and a lot of
  other info, so be prepared.
 
  You may just want to use the free Visual Studio Express (version 2008)
  to compile and link with.
 
  Regards
  Mark Donszelmann
 
 
  On Oct 28, 2009, at 3:59 PM, Damon Jacobsen wrote:
 
  Martin,
 
  I considered using cygwin, but I read that code compiled with it
  needs cygwin installed on the target machine to run. I was hoping
  just to just use the free borland compiler for a quick solution. I
  am thinking if there was a way to see the command given to compile,
  I could fix it. Is there any way to have that information logged or
  pumped to stdout?
 
  Damon
 
  -Original Message-
  From: Martin Gainty [mailto:mgai...@hotmail.com]
  Sent: Tuesday, October 27, 2009 5:48 PM
  To: users@maven.apache.org
  Subject: RE: NAR plugin
 
 
  Damon-
 
  some company in texas purchased the borland compiler and i dont know
  what happened afterwards
  i had the same problem with Borland Compiler and punted to
  cygwin...download the full devel package.. gcc is the compiler..ld
  is the linker..ar is the library manager
  http://www.cygwin.com
 
  Martin Gainty
  __
  Verzicht und Vertraulichkeitanmerkung/Note de déni et de
  confidentialité
 
  Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
  Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede
  unbefugte

Re: NAR plugin

2009-10-28 Thread Donszelmann Mark

Hi Damon,

I am not an expert (yet) on git either. Merging can be strange  
sometimes. If you just want the latest
of one file, you can just delete it and pull again. It will replace  
that one.


I am still wondering why you use such an old compiler, but I guess ou  
may have some code that

only compiles with that one...

I am sure the quote problem was fixed for running javah but I am  
almost sure it was not fixed for
running cl or bcc32. I am not sure I have that compiler. If you  
have it for me to try it out that would be

useful. I have put it on my list to look at.

https://issues.sonatype.org/browse/NAR-94

hope to look at it soon.

Regards
Mark


On Oct 28, 2009, at 6:45 PM, Damon Jacobsen wrote:


Mark,

	I finished doing a merge and somehow got a merge conflict in the  
pom.xml. I failed miserable to merge it and could not figure out how  
to do a replace from head. I fixed it by deleting my local  
repository, recloning, and remodifying my aol.properties file. I  
then reinstalled the plugin. I am getting the same results.


Damon

-Original Message-
From: Mark Struberg [mailto:strub...@yahoo.de]
Sent: Wednesday, October 28, 2009 10:07 AM
To: Maven Users List
Subject: AW: NAR plugin

fetching alone is not enough.
You have to do a

git pull

instead. This is a combined git fetch + git merge.

LieGrue,
strub



- Ursprüngliche Mail 

Von: Damon Jacobsen dajacob...@lifetouch.com
An: Maven Users List users@maven.apache.org
Gesendet: Mittwoch, den 28. Oktober 2009, 17:16:31 Uhr
Betreff: RE: NAR plugin

Mark,

   I am by no means proficient with git yet, but here is what I  
did. Yesterday,
using msysgit, I 'cloned' http://github.com/duns/maven-nar- 
plugin.git and
http://github.com/duns/cpptasks-parallel.git. Today I 'fetched'  
from origin. I
think this syncs me with any changes made on the head. I have 'mvn  
install'ed

both of them this morning.

Damon

-Original Message-
From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com]
Sent: Wednesday, October 28, 2009 8:49 AM
To: Maven Users List
Subject: Re: NAR plugin

Hi Damon,

are you sure you are running the latest NAR from github ?

Regards
Mark

On Oct 28, 2009, at 4:23 PM, Damon Jacobsen wrote:


Mark,

   Thanks for the info. The results confirm that the include files  
are

not being added. I think it is due to some odd behavior with spaces
in files path. Boy I wish windows could get that correct. Here is my
output.

[DEBUG] bcc32  -c -X -x -tWM -Od -DWindows -DWIN32 '-IH:\workspace
\ImagenomicPortraturePluginDLL\target\nar\javah-include' '-IC:
\Program Files\Java\jdk1.6.0_16\include' '-IC:\Program Files\Java
\jdk1.6.0_16\include\win32' -IH:\workspace
\ImagenomicPortraturePluginDLL\src\main\include -IH:\workspace
\ImagenomicPortraturePluginDLL\target\swig\include -w H:\workspace
\ImagenomicPortraturePluginDLL\src\main\c++
\com_lifetouch_ImagenomicPortraitureBufferedImageOp.cpp
[DEBUG] Execute:Java13CommandLauncher: Executing 'bcc32' with
arguments:
''
'-c'
'-X'
'-x'
'-tWM'
'-Od'
'-DWindows'
'-DWIN32'
'-IH:\workspace\ImagenomicPortraturePluginDLL\target\nar\javah-
include'
'-IC:\Program Files\Java\jdk1.6.0_16\include'
'-IC:\Program Files\Java\jdk1.6.0_16\include\win32'
'-IH:\workspace\ImagenomicPortraturePluginDLL\src\main\include'
'-IH:\workspace\ImagenomicPortraturePluginDLL\target\swig\include'
'-w'
'H:\workspace\ImagenomicPortraturePluginDLL\src\main\c++
\com_lifetouch_Imagenomi
cPortraitureBufferedImageOp.cpp'

The ' characters around the executable and arguments are
not part of the command.
[DEBUG] Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
[DEBUG] Error E2194: Could not find file 'Files\Java
\jdk1.6.0_16\include.cpp'
[DEBUG] Error E2194: Could not find file 'Files\Java
\jdk1.6.0_16\include\win32.c
pp'

Cleaning up the command line to remove the ' character and issuing
it at the command line does not have this problem.

Damon

-Original Message-
From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com]
Sent: Wednesday, October 28, 2009 8:03 AM
To: Maven Users List
Subject: Re: NAR plugin

Hi

if you run the NAR plugin with -X it will show that, and a lot of
other info, so be prepared.

You may just want to use the free Visual Studio Express (version  
2008)

to compile and link with.

Regards
Mark Donszelmann


On Oct 28, 2009, at 3:59 PM, Damon Jacobsen wrote:


Martin,

   I considered using cygwin, but I read that code compiled with it
needs cygwin installed on the target machine to run. I was hoping
just to just use the free borland compiler for a quick solution. I
am thinking if there was a way to see the command given to compile,
I could fix it. Is there any way to have that information logged or
pumped to stdout?

Damon

-Original Message-
From: Martin Gainty [mailto:mgai...@hotmail.com]
Sent: Tuesday, October 27, 2009 5:48 PM
To: users@maven.apache.org
Subject: RE: NAR plugin


Damon-

some company in texas purchased the borland compiler and i dont  
know

what

RE: NAR plugin

2009-10-28 Thread Damon Jacobsen
Mark,

The Borland compiler can be downloaded @ 
http://www.codegear.com/downloads/free/cppbuilder. I use the borland compiler 
because I have used it for years and know it well. I am also attaching my 
aol.properties file that accomodates the Borland compiler. I am sure there is 
some sort of patch functionality in git, but this is easier for me for now. I 
had to add Fortran instructions to the file along with the c an cpp 
instructions. I don't see any way to say that bcc can't compile fortran in the 
file. 

Damon

-Original Message-
From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com] 
Sent: Wednesday, October 28, 2009 11:20 AM
To: Maven Users List
Subject: Re: NAR plugin

Hi Damon,

I am not an expert (yet) on git either. Merging can be strange  
sometimes. If you just want the latest
of one file, you can just delete it and pull again. It will replace  
that one.

I am still wondering why you use such an old compiler, but I guess ou  
may have some code that
only compiles with that one...

I am sure the quote problem was fixed for running javah but I am  
almost sure it was not fixed for
running cl or bcc32. I am not sure I have that compiler. If you  
have it for me to try it out that would be
useful. I have put it on my list to look at.

https://issues.sonatype.org/browse/NAR-94

hope to look at it soon.

Regards
Mark


On Oct 28, 2009, at 6:45 PM, Damon Jacobsen wrote:

 Mark,

   I finished doing a merge and somehow got a merge conflict in the  
 pom.xml. I failed miserable to merge it and could not figure out how  
 to do a replace from head. I fixed it by deleting my local  
 repository, recloning, and remodifying my aol.properties file. I  
 then reinstalled the plugin. I am getting the same results.

 Damon

 -Original Message-
 From: Mark Struberg [mailto:strub...@yahoo.de]
 Sent: Wednesday, October 28, 2009 10:07 AM
 To: Maven Users List
 Subject: AW: NAR plugin

 fetching alone is not enough.
 You have to do a

 git pull

 instead. This is a combined git fetch + git merge.

 LieGrue,
 strub



 - Ursprüngliche Mail 
 Von: Damon Jacobsen dajacob...@lifetouch.com
 An: Maven Users List users@maven.apache.org
 Gesendet: Mittwoch, den 28. Oktober 2009, 17:16:31 Uhr
 Betreff: RE: NAR plugin

 Mark,

I am by no means proficient with git yet, but here is what I  
 did. Yesterday,
 using msysgit, I 'cloned' http://github.com/duns/maven-nar- 
 plugin.git and
 http://github.com/duns/cpptasks-parallel.git. Today I 'fetched'  
 from origin. I
 think this syncs me with any changes made on the head. I have 'mvn  
 install'ed
 both of them this morning.

 Damon

 -Original Message-
 From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com]
 Sent: Wednesday, October 28, 2009 8:49 AM
 To: Maven Users List
 Subject: Re: NAR plugin

 Hi Damon,

 are you sure you are running the latest NAR from github ?

 Regards
 Mark

 On Oct 28, 2009, at 4:23 PM, Damon Jacobsen wrote:

 Mark,

Thanks for the info. The results confirm that the include files  
 are
 not being added. I think it is due to some odd behavior with spaces
 in files path. Boy I wish windows could get that correct. Here is my
 output.

 [DEBUG] bcc32  -c -X -x -tWM -Od -DWindows -DWIN32 '-IH:\workspace
 \ImagenomicPortraturePluginDLL\target\nar\javah-include' '-IC:
 \Program Files\Java\jdk1.6.0_16\include' '-IC:\Program Files\Java
 \jdk1.6.0_16\include\win32' -IH:\workspace
 \ImagenomicPortraturePluginDLL\src\main\include -IH:\workspace
 \ImagenomicPortraturePluginDLL\target\swig\include -w H:\workspace
 \ImagenomicPortraturePluginDLL\src\main\c++
 \com_lifetouch_ImagenomicPortraitureBufferedImageOp.cpp
 [DEBUG] Execute:Java13CommandLauncher: Executing 'bcc32' with
 arguments:
 ''
 '-c'
 '-X'
 '-x'
 '-tWM'
 '-Od'
 '-DWindows'
 '-DWIN32'
 '-IH:\workspace\ImagenomicPortraturePluginDLL\target\nar\javah-
 include'
 '-IC:\Program Files\Java\jdk1.6.0_16\include'
 '-IC:\Program Files\Java\jdk1.6.0_16\include\win32'
 '-IH:\workspace\ImagenomicPortraturePluginDLL\src\main\include'
 '-IH:\workspace\ImagenomicPortraturePluginDLL\target\swig\include'
 '-w'
 'H:\workspace\ImagenomicPortraturePluginDLL\src\main\c++
 \com_lifetouch_Imagenomi
 cPortraitureBufferedImageOp.cpp'

 The ' characters around the executable and arguments are
 not part of the command.
 [DEBUG] Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
 [DEBUG] Error E2194: Could not find file 'Files\Java
 \jdk1.6.0_16\include.cpp'
 [DEBUG] Error E2194: Could not find file 'Files\Java
 \jdk1.6.0_16\include\win32.c
 pp'

 Cleaning up the command line to remove the ' character and issuing
 it at the command line does not have this problem.

 Damon

 -Original Message-
 From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com]
 Sent: Wednesday, October 28, 2009 8:03 AM
 To: Maven Users List
 Subject: Re: NAR plugin

 Hi

 if you run the NAR plugin with -X it will show that, and a lot of
 other info, so be prepared.

 You may

Re: NAR plugin

2009-10-28 Thread Donszelmann Mark

Hi Damon,


On Oct 28, 2009, at 9:23 PM, Damon Jacobsen wrote:


Mark,

	The Borland compiler can be downloaded @ http://www.codegear.com/downloads/free/cppbuilder 
. I use the borland compiler because I have used it for years and  
know it well.


Great, no problem. I am downloading it now.

I am also attaching my aol.properties file that accomodates the  
Borland compiler. I am sure there is some sort of patch  
functionality in git, but this is easier for me for now.


I did not find the attachment. I will update the file if you provide  
me with the attachment.


I had to add Fortran instructions to the file along with the c an  
cpp instructions. I don't see any way to say that bcc can't compile  
fortran in the file.


yes, this has been filed as a bug.

Regards
Mark




Damon

-Original Message-
From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com]
Sent: Wednesday, October 28, 2009 11:20 AM
To: Maven Users List
Subject: Re: NAR plugin

Hi Damon,

I am not an expert (yet) on git either. Merging can be strange
sometimes. If you just want the latest
of one file, you can just delete it and pull again. It will replace
that one.

I am still wondering why you use such an old compiler, but I guess ou
may have some code that
only compiles with that one...

I am sure the quote problem was fixed for running javah but I am
almost sure it was not fixed for
running cl or bcc32. I am not sure I have that compiler. If you
have it for me to try it out that would be
useful. I have put it on my list to look at.

https://issues.sonatype.org/browse/NAR-94

hope to look at it soon.

Regards
Mark


On Oct 28, 2009, at 6:45 PM, Damon Jacobsen wrote:


Mark,

I finished doing a merge and somehow got a merge conflict in the
pom.xml. I failed miserable to merge it and could not figure out how
to do a replace from head. I fixed it by deleting my local
repository, recloning, and remodifying my aol.properties file. I
then reinstalled the plugin. I am getting the same results.

Damon

-Original Message-
From: Mark Struberg [mailto:strub...@yahoo.de]
Sent: Wednesday, October 28, 2009 10:07 AM
To: Maven Users List
Subject: AW: NAR plugin

fetching alone is not enough.
You have to do a

git pull

instead. This is a combined git fetch + git merge.

LieGrue,
strub



- Ursprüngliche Mail 

Von: Damon Jacobsen dajacob...@lifetouch.com
An: Maven Users List users@maven.apache.org
Gesendet: Mittwoch, den 28. Oktober 2009, 17:16:31 Uhr
Betreff: RE: NAR plugin

Mark,

  I am by no means proficient with git yet, but here is what I
did. Yesterday,
using msysgit, I 'cloned' http://github.com/duns/maven-nar-
plugin.git and
http://github.com/duns/cpptasks-parallel.git. Today I 'fetched'
from origin. I
think this syncs me with any changes made on the head. I have 'mvn
install'ed
both of them this morning.

Damon

-Original Message-
From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com]
Sent: Wednesday, October 28, 2009 8:49 AM
To: Maven Users List
Subject: Re: NAR plugin

Hi Damon,

are you sure you are running the latest NAR from github ?

Regards
Mark

On Oct 28, 2009, at 4:23 PM, Damon Jacobsen wrote:


Mark,

  Thanks for the info. The results confirm that the include files
are
not being added. I think it is due to some odd behavior with spaces
in files path. Boy I wish windows could get that correct. Here is  
my

output.

[DEBUG] bcc32  -c -X -x -tWM -Od -DWindows -DWIN32 '-IH:\workspace
\ImagenomicPortraturePluginDLL\target\nar\javah-include' '-IC:
\Program Files\Java\jdk1.6.0_16\include' '-IC:\Program Files\Java
\jdk1.6.0_16\include\win32' -IH:\workspace
\ImagenomicPortraturePluginDLL\src\main\include -IH:\workspace
\ImagenomicPortraturePluginDLL\target\swig\include -w H:\workspace
\ImagenomicPortraturePluginDLL\src\main\c++
\com_lifetouch_ImagenomicPortraitureBufferedImageOp.cpp
[DEBUG] Execute:Java13CommandLauncher: Executing 'bcc32' with
arguments:
''
'-c'
'-X'
'-x'
'-tWM'
'-Od'
'-DWindows'
'-DWIN32'
'-IH:\workspace\ImagenomicPortraturePluginDLL\target\nar\javah-
include'
'-IC:\Program Files\Java\jdk1.6.0_16\include'
'-IC:\Program Files\Java\jdk1.6.0_16\include\win32'
'-IH:\workspace\ImagenomicPortraturePluginDLL\src\main\include'
'-IH:\workspace\ImagenomicPortraturePluginDLL\target\swig\include'
'-w'
'H:\workspace\ImagenomicPortraturePluginDLL\src\main\c++
\com_lifetouch_Imagenomi
cPortraitureBufferedImageOp.cpp'

The ' characters around the executable and arguments are
not part of the command.
[DEBUG] Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000  
Borland

[DEBUG] Error E2194: Could not find file 'Files\Java
\jdk1.6.0_16\include.cpp'
[DEBUG] Error E2194: Could not find file 'Files\Java
\jdk1.6.0_16\include\win32.c
pp'

Cleaning up the command line to remove the ' character and issuing
it at the command line does not have this problem.

Damon

-Original Message-
From: Donszelmann Mark [mailto:mark.donszelm...@gmail.com]
Sent: Wednesday, October 28, 2009 8:03 AM

RE: NAR plugin

2009-10-27 Thread Martin Gainty

Damon-

some company in texas purchased the borland compiler and i dont know what 
happened afterwards
i had the same problem with Borland Compiler and punted to cygwin...download 
the full devel package.. gcc is the compiler..ld is the linker..ar is the 
library manager
http://www.cygwin.com

Martin Gainty 
__ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




 Subject: NAR plugin
 Date: Tue, 27 Oct 2009 19:31:16 -0500
 From: dajacob...@lifetouch.com
 To: users@maven.apache.org
 
 I am building the newly absorbed NAR project from source and using it. I
 cannot seem to get it to use the borland compiler correctly. The
 cpptasks project seems to have support for bcc. I have even updated the
 aol.properties file to reflect the necessary setting to no avail. Has
 anyone attempting getting the borland c compiler to run correctly? I
 have gotten to where the compiler runs, but it returns messages about
 declaration syntax errors. I do not get these errors with a standard
 compile however.
 
  
 
 Damon Jacobsen
 
  
 
 
 __
 This email has been scanned by the MessageLabs Email Security System.
 For more information please visit http://www.messagelabs.com/email 
 _
  
_
Windows 7: I wanted more reliable, now it's more reliable. Wow!
http://microsoft.com/windows/windows-7/default-ga.aspx?h=myidea?ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_myidea:102009

Re: NAR Plugin Problems

2006-05-24 Thread GaryC

Hi Mark,

Many thanks for the quick reply.

I've looked at - and do currently use - the maven native plugin, but I came
across the NAR plugin and it looked like it handled header file dependencies
and multiple platforms in a more convenient way.

If someone else suggests anything obvious I'm doing wrong I'll take another
look, otherwise I'll leave it on the backburner and hope to pick up an
updated version of NAR when you're on the relevant phase of your project.

Regards,

Gary.
--
View this message in context: 
http://www.nabble.com/NAR+Plugin+Problems-t1670063.html#a4537229
Sent from the Maven - Users forum at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: NAR Plugin Problems

2006-05-23 Thread Mark Donszelmann

Hi Gary,

I wrote this plugin (for our own use) before Maven 2 was even out.
I have not really done much on it since, so it could very well
be that it currently misbehaves.

We ported all our java software to maven 2 now, but have not done
the native parts yet.

We plan to resurrect his plugin fairly soon. However there is also
a maven-native-plugin, which may or may not have the same
functionality. At the time, native dependencies were missing
and one needed to do a lot of hand-configuration for
different platforms. The NAR plugin would allow native dependencies
and assumes you want to build for multiple platforms without
having to reconfigure too much.

Regards
Mark Donszelmann


On May 23, 2006, at 9:43 AM, GaryC wrote:



I found this forum almost by accident and have already found out  
quite a lot
of useful information by browsing the old posts. Anyway time to  
register and

ask a question (and hopefully if I become skilled enough with Maven to
contribute something back in time!)

I've been having some problems with the NAR plugin under Maven 2. I've
configured the freehep repository in my settings.xml as follows:

pluginRepository
  idfreehep/id
  nameFreeHEP/name
  urlhttp://java.freehep.org/maven2/url
  layoutdefault/layout
  releases
  enabledtrue/enabled
  updatePolicydaily/updatePolicy
  checksumPolicywarn/checksumPolicy
  /releases
  snapshots
enabledtrue/enabled
updatePolicydaily/updatePolicy
  /snapshots
/pluginRepository


And my pom.xml is as follows:

project
  modelVersion4.0.0/modelVersion
  groupIdMQ/groupId
  artifactIdMQ/artifactId
  nameQuant/name
  packagingnar/packaging
  version1.0-SNAPSHOT/version
  urlhttp://maven.apache.org/url
  build
plugins
 plugin
groupIdorg.freehep/groupId
artifactIdfreehep-nar-plugin/artifactId
version2.0-alpha-1-SNAPSHOT/version
extensionstrue/extensions
configuration
   cpp
  includePaths
 includePathsrc/cpp/includePath
  /includePaths
   /cpp
/configuration
 /plugin
/plugins
  /build
/project

The plugin seems to download fine, and running goals such as mvn  
compile
definitely excute the plugin, but I can't seem to run other goals  
such as

mvn nar:info or mvn nar:nar. They simply result in the error message:

The plugin 'org.apache.maven.plugins:maven-nar-plugin' does not  
exist or no

valid version could be found

I understand that Maven looks for plugins entitled maven-myplugin- 
plugin
by default, unless a plugin prefix is configured using the  
goalPrefix tag
in the plugins pom. I've had a look through the NAR's pom files and  
can't
see this specified, so I'm wondering if there is something wrong  
with the

plugin...or more likely that I'm doing something wrong.

Can anyone help?

Gary.
--
View this message in context: http://www.nabble.com/NAR+Plugin 
+Problems-t1670063.html#a4526525

Sent from the Maven - Users forum at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]