Re: Maven 3 does not manage to deploy nar artifact on Linux

2013-02-19 Thread Eyal Goren
Hi  Martin,

Sorry for the late response- what is the forking you are doing there?





--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-3-does-not-manage-to-deploy-nar-artifact-on-Linux-tp5730943p5747602.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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



Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-12-12 Thread jagadeesh k kothuri
Eyal Goren eyalg1972 at gmail.com writes:

 
 Hi,
 
 Problem resolved- I forgot to tell it to use the profile for Linux, and the
 definitions of the nar plugin were in the profile.
 
 I used the most updated code (I think it was 2.0-SNAPSHOT). any how- I took
 the most updated code.
 
 --
 View this message in context: http://maven.40175.n5.nabble.com/Maven-3-does-
not-manage-to-deploy-nar-artifact-on-Linux-tp5730943p5730959.html
 Sent from the Maven - Users mailing list archive at Nabble.com.
 


may i know what is that definition that i need to include for nar plugin ?
and where ?



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



Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Eyal Goren
Hi,

I am using the maven-nar-plugin for C++ projects.

Currently I am having a project that I compile in parallel- on Windows and
on Linux.

On Windows I dpely all artifacts, and on Linux, I am trying to deploy only
linux specific artifact.

When I use maven 2- the deployment on Linux works as expected.

However- when I try to use maven 3, in the deploy phase I receive:

[INFO] Scanning for projects...
[ERROR] The build could not read 1 project - [Help 1]
[ERROR]   
[ERROR]   The project com.hp.bsm.sha.native:paris:1.00-SNAPSHOT
(/NAS_ROOT/users/bsmbuild/EC_Builds/bsm-sha/sha-native/trunk/235/native/jni/paris/pom.xml)
has 1 error
[ERROR]  pom.xml
http://maven.40175.n5.nabble.com/file/n5730943/pom.xml  : nar @ line 14,
column 14
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException

I uploaded the artifact pom.xml, any idea why what works on maven 2 will not
work on maven 3?

Thanks
Eyal




--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-3-does-not-manage-to-deploy-nar-artifact-on-Linux-tp5730943.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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



Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Eyal Goren
One line was not written well-

[ERROR] Unknown packaging: nar @ line 14, column 14




--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-3-does-not-manage-to-deploy-nar-artifact-on-Linux-tp5730943p5730944.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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



Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Martin Eisengardt
Which version of maven-nar-plugin are you using?


On Wed, Nov 14, 2012 at 12:19 PM, Eyal Goren eyalg1...@gmail.com wrote:

 One line was not written well-

 [ERROR] Unknown packaging: nar @ line 14, column 14




 --
 View this message in context:
 http://maven.40175.n5.nabble.com/Maven-3-does-not-manage-to-deploy-nar-artifact-on-Linux-tp5730943p5730944.html
 Sent from the Maven - Users mailing list archive at Nabble.com.

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




Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Eyal Goren
Also- I am using maven 3.0.3 



--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-3-does-not-manage-to-deploy-nar-artifact-on-Linux-tp5730943p5730946.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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



Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Martin Eisengardt
And which maven-nar-plugin do you use? There are many forks around. We are
currently merging them at github (http://github.com/maven-nar). The merged
one that is also working with maven3 is not yet present in maven central. I
do not know if some early version is working with maven3.


On Wed, Nov 14, 2012 at 12:27 PM, Eyal Goren eyalg1...@gmail.com wrote:

 Also- I am using maven 3.0.3



 --
 View this message in context:
 http://maven.40175.n5.nabble.com/Maven-3-does-not-manage-to-deploy-nar-artifact-on-Linux-tp5730943p5730946.html
 Sent from the Maven - Users mailing list archive at Nabble.com.

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




Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Eyal Goren
I work with a customized version of nar plugin.

But- I don't have any problem in running the nar plugin, compile it or even
deploy it.

The only problem I have is when I try to deploy on Linux a specific artifact
using a specific plugin (That identify the exact artifact from the target
dir and deploy it)

Eyal



--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-3-does-not-manage-to-deploy-nar-artifact-on-Linux-tp5730943p5730949.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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



Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Eyal Goren
Any how- I took the sources from that location after Oct 2010, so it is the
same pom (I just change the ant cpp tasks version since I needed to add
changes there too)

Eyal



--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-3-does-not-manage-to-deploy-nar-artifact-on-Linux-tp5730943p5730950.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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



RE: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Martin Gainty

to reiterate what Martin asked earlier:

which version of maven-nar-plugin are you implementing?
which Linux OS are you implementing on?
what is the version of Linux  you are implementing on?
Are you implementing Host specific environment variables..if so what are they?

Martin 
__ 
Verzicht und Vertraulichkeitanmerkung

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.



 Date: Wed, 14 Nov 2012 04:11:23 -0800
 From: eyalg1...@gmail.com
 To: users@maven.apache.org
 Subject: Re: Maven 3 does not manage to deploy nar artifact on Linux
 
 Any how- I took the sources from that location after Oct 2010, so it is the
 same pom (I just change the ant cpp tasks version since I needed to add
 changes there too)
 
 Eyal
 
 
 
 --
 View this message in context: 
 http://maven.40175.n5.nabble.com/Maven-3-does-not-manage-to-deploy-nar-artifact-on-Linux-tp5730943p5730950.html
 Sent from the Maven - Users mailing list archive at Nabble.com.
 
 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org
 
  

RE: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Eyal Goren
Hi,

Problem resolved- I forgot to tell it to use the profile for Linux, and the
definitions of the nar plugin were in the profile.

I used the most updated code (I think it was 2.0-SNAPSHOT). any how- I took
the most updated code.



--
View this message in context: 
http://maven.40175.n5.nabble.com/Maven-3-does-not-manage-to-deploy-nar-artifact-on-Linux-tp5730943p5730959.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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



Re: Maven 3 does not manage to deploy nar artifact on Linux

2012-11-14 Thread Martin Eisengardt
To explain it. We are currently merging several forks at github. So you are
welcome to contribute your customizations there :)


On Wed, Nov 14, 2012 at 2:07 PM, Eyal Goren eyalg1...@gmail.com wrote:

 Hi,

 Problem resolved- I forgot to tell it to use the profile for Linux, and the
 definitions of the nar plugin were in the profile.

 I used the most updated code (I think it was 2.0-SNAPSHOT). any how- I took
 the most updated code.



 --
 View this message in context:
 http://maven.40175.n5.nabble.com/Maven-3-does-not-manage-to-deploy-nar-artifact-on-Linux-tp5730943p5730959.html
 Sent from the Maven - Users mailing list archive at Nabble.com.

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