Re : problem with maven installation

2007-06-11 Thread spouynt
This is probably caused by a network connection problem, if you're behind a proxy you have to configure it in your settings file Nawfel - Message d'origine De : "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> À : users@maven.apache.org Envoyé le : Lundi, 11 Juin 2007, 14h52mn 53s Objet : Fw: pr

plexus-bootstrap error

2007-05-04 Thread spouynt
Hi friends, while trying to run a process-resources goal for a project through the maven integration plug-in for (my)eclipse I get this error : [INFO] Scanning for projects... [ERROR] reactor-execute : C:\works\workspaceM2\myProject-v1.3 Diagnosis: The internal default plexus-bootstrap.xml is m

Re : Maven 2.0.6 using JDK 1.3

2007-05-04 Thread spouynt
If I'm working on a project with the jdk 1.5 (using maven) and during my development period, I want to make a rapid update to an old jdk 1.3 based project from the svn including compiling ==> re-jaring and so on... do I have to reinstall my old jdk for a 30min dev ? -1 Nawfel BERAICH www.ilem.

Scanning for projects... FOREVER !!

2007-04-27 Thread spouynt
Hello, (I added this topic to be more specific) I'm using Maven 2.0 integration 0.0.11.20070304-1200 from http://m2eclipse.codehaus.org/update-dev/ but eclipse is hanging on : [INFO] Scanning for projects... when running a m2 compile goal from external tools>>Maven Build >> new : .

Re : Cannot create the build number ?! (solved)

2007-04-27 Thread spouynt
Oh ! thanks ! I've missed the line "You can suppress this behaviour with -Dmaven.buildNumber.doCheck=false (or remove the configuration info)." in my first reading ! Thanks - Message d'origine De : ben short <[EMAIL PROTECTED]> À : Maven Users List Envoyé le : Vendredi, 27 Avril 20

Re : Cannot create the build number ?!

2007-04-27 Thread spouynt
I can not commit anything on the server, I just want to do tests locally to test if maven will efficiently replace Ant and do it's work is it possible to do so ? Thanks all Nawfel - Message d'origine De : Wayne Fay <[EMAIL PROTECTED]> À : Maven Users List Envoyé le : Vendredi, 27 Avr

Re : Cannot create the build number ?!

2007-04-27 Thread spouynt
I know that the error is about locally modified files.. I understand English (-_^) (just kidding) what I mean is : why I cant get a build number from my local modified version ? (if I can, how will I do ?) also I just want to precise that the project was developed and built many times using An

Re : Re : Re : Re :Re : Re : Re : Step by Step guide

2007-04-27 Thread spouynt
I have already all my dependencies libs (.jar) added to my build path ! Thanks Nawfel BERAICH - Message d'origine De : Phill Moran <[EMAIL PROTECTED]> À : [EMAIL PROTECTED] Envoyé le : Vendredi, 27 Avril 2007, 14h26mn 08s Objet : RE: [m2eclipse-user] Re : [m2eclipse-user] Re : Re :Re :

Cannot create the build number ?!

2007-04-27 Thread spouynt
Hi Mavenizers, After installing the subversion binaries, and retrying to compile I had this : [DEBUG] Configuring mojo 'org.codehaus.mojo:maven-buildnumber-plugin:0.9.4:create' --> [DEBUG] (s) basedir = C:\works\workspaceM2\myAppName-v1.3 [DEBUG] (s) doCheck = true [DEBUG] (s) doUpdate = t

Re : [m2eclipse-user] Re : Re :Re : Re : Re : Step by Step guide

2007-04-27 Thread spouynt
>Dos your project have a long list of dependencies in it or just the maven dependency container? my project have a long list of dependencies >What version of eclipse are you using? I'm using MyEclipse 5.5 M2 Thanks Nawfel - Message d'origine De : Phill Moran <[EMAIL PROTECTED]> À : [EM

Process resources (date,build number, version...etc)

2007-04-27 Thread spouynt
Hi all, I need to process some resources which was properties in Ant like this : where : how can I fill this property in maven ? and process it through filtered resources ? I know I'm asking too much, bu

Re : Re :Re : Re : Re : Step by Step guide

2007-04-27 Thread spouynt
Thanks for the trick, But I think that there's a problem with that plugin ! once I lunch a compile goal I haave only this output for long time !! : [INFO] Scanning for projects... and nothing else ! Thanks for helping Nawfel BERAICH - Message d'origine De : VUB Stefan Seidel <[EMAIL

Re : Re : Re : Re : Build number and current date

2007-04-27 Thread spouynt
I'm using 'The Eclipse Team Provider for the Subversion version control system.' not the binary is it necessary to have the binary if I want to get the build number ? Thanks friends Nawfel - Message d'origine De : Wayne Fay <[EMAIL PROTECTED]> À : Maven Users List Envoyé le : Jeudi,

Re : Re : Re : Build number and current date

2007-04-27 Thread spouynt
I used this in my pom : scm:svn:https://www.ilem.ma/svnrepos/TutelecOJV/v1.3 scm:svn:https://www.ilem.ma/svnrepos/TutelecOJV/v1.3 https://www.ilem.ma/svnrepos/TutelecOJV/v1.3 but i had this in the log : [DEBUG] Configuring mojo 'org.codehaus.mojo:maven-buildnu

Re : Re : Re : Build number and current date

2007-04-26 Thread spouynt
I used this in my pom : scm:svn:https://www.mycompany.ma/svnrepos/myAppName/v1.3 scm:svn:https://www.mycompany.ma/svnrepos/myAppName/v1.3 https://www.mycompany.ma/svnrepos/myAppName/v1.3 but i had this in the log : [DEBUG] Configuring mojo 'org.codehaus.mojo:maven-buildnumber-

Re : Re : Build number and current date

2007-04-26 Thread spouynt
can you be more specific please ? and about the username and password ? how will I do ? is it really necessary ? thanks Nawfel - Message d'origine De : Trevor Spackman <[EMAIL PROTECTED]> À : Maven Users List Envoyé le : Jeudi, 26 Avril 2007, 18h01mn 14s Objet : RE: Re : Build number

Re : Build number and current date

2007-04-26 Thread spouynt
oups ! I tried to add this to the pom : . org.codehaus.mojo maven-buildnumber-plugin 0.9.4 validate create

Compiling anomalies

2007-04-26 Thread spouynt
Hi all, when processing the mvn compile command through the command line I have in response all the errors details in my source code, but, surprisingly, when launching the compile or compiler:compile goal from eclipse I have only this log in return : [INFO]

Proximity problem (solved)

2007-04-26 Thread spouynt
I've solved my proximity problem ! for those interested by the solution this is a link : http://forum.abstracthorizon.org/viewtopic.php?t=167 (I have some other problems like how to compile in eclipse now so please help your friend --me ;-)--) __

Build number and current date

2007-04-25 Thread spouynt
hello, how can I get the current date (formatted in english) and/or build number ?? i.e : something like a property or a filter or a $mvn.something Thanks Nawfel ___ Découvrez une nouvelle façon d'obtenir des répo

Re : Where's the error ?

2007-04-25 Thread spouynt
here I go : pom popom : my pom.xml # 4.0.0 com myApp 1.3 myApp-v1.3 org.apache.maven.wagon

Where's the error ?

2007-04-25 Thread spouynt
Hi maveners, I've added an external tool compile (the same problem with compiler:compile) when I run it I get *ONLY* this : WARN] While downloading xml-apis:xml-apis:2.0.2 This artifact has been relocated to xml-apis:xml-apis:1.0.b2. [WARN] While downloading jta:jta:1.0.1B This artifact has

Re : Re : Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
is there an additionnal configuration that I missed, one to make Tomcat access the internet for central mirroring ? because when I installed Artifactory (and reinstalled maven 2.0.6 right now !) everything is looking fine (Artifactory looking up external repositories from the first hit !) this

Re : Re : Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
is there an additionnal configuration that I missed, one to make Tomcat access the internet for central mirroring ? because when I installed Artifactory (and reinstalled maven 2.0.6 right now !) everything is looking fine (Artifactory looking up external repositories from the first hit !) thi

Re : Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
OK ! (no permission problem, maximum free space ) what do you think about Artifactory ? is it a good proxy ? what are you using for your inhouse jars ? Cheers Nawfel - Message d'origine De : Wayne Fay <[EMAIL PROTECTED]> À : Maven Users List Envoyé le : Mardi, 24 Avril 2007, 18h50mn

Re : Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
here is the c:\proximity.log : 2007-04-24 15:43:49.593 INFO [http-8080-6:] - org.abstracthorizon.proximity.metadata.inspectors.JarFileInspector: Got IOException while creating JarFile on file [C:\proximity\inhouse\storage\asm\asm\1.5.3\asm-1.5.3.jar]. 2007-04-24 15:43:53.875 ERROR [http-8080-

Re : Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
this is the log with a clean repository directory : ## ## C:\works\workspaceM2\...-v1.3>mvn -X compile + Error stacktraces

Re : Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
C:\works\workspace\TestTutelec>mvn -X compile + Error stacktraces are turned on. Maven version: 2.0.5 [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and Settin gs\Administrator\.m2\plugin-registry.xml' [DEBUG] Building Maven global-level plugin registry from: 'C:\devTools\mav

Re : Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
C:\works\workspace\Test...>mvn -U install [INFO] Scanning for projects... [INFO] - --- [INFO] Building TestTutelec [INFO]task-segment: [install] [INFO] ---

Re : Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
Thanks for your reply, I added central but I get always : ## ## C:\works\workspaceM2\>mvn -U install [INFO] Scanning f

Help setup local proxy for Maven2 (Please)

2007-04-24 Thread spouynt
Hi all, Can anyone point me to a good doc to configure Proximity ? I added the following lines to my settings.xml after deploying Proximity into Tomcat 6 : Proximity http://repo1.maven.org/maven2/ Proxmity mirrored central. http://localhost:8080/px-webapp-default

force using settings.xml

2007-04-24 Thread spouynt
Hi all, one question : how to force (my)eclipse to use a custom settings.xml for the maven2 plugin ? eg. : using mirrors Thanks all ___ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos question

Re : >>Proximity::Maven2::Eclipse::Proximity<

2007-04-23 Thread spouynt
sorry, I thought I've sent the first mail to the proximity list so I sent this one to the maven list due to the fact that I'm feeling like it's a maven's configuration related because it's just a proxy configuration I think ! isn't it Mr Wayne ? :-) have you experienced using the eclipse plugin

>>Proximity::Maven2::Eclipse::Proximity<

2007-04-23 Thread spouynt
Hi all, I'm really newbie with maven2 and Proximity, but I have to set up an inhouse repository architecture by putting some libraries (artifacts--jars) on a local web server. We were first using Ant, so the jars was just in a lib directory ! but now I think that maven have more complicated way to

Maven2::Eclipse::Proximity

2007-04-23 Thread spouynt
Hi all, I'm really newbie with maven2 and Proximity, but I have to set up an inhouse repository architecture by putting some libraries (artifacts--jars) on a local web server. We were first using Ant, so the jars was just in a lib directory ! but now I think that maven have more complicated way

Re : Re : Re : Re : Proximity

2007-04-23 Thread spouynt
OK ! So what can you advise me to get it working ? (don't forget that I'm a newbie ;-) ) Thanks Nawfel - Message d'origine De : Mykel Alvis <[EMAIL PROTECTED]> À : Maven Users List Envoyé le : Vendredi, 20 Avril 2007, 19h26mn 22s Objet : Re: Re : Re : Re : Proximity My $.02 (that's "

Re : Re : Re : Proximity

2007-04-20 Thread spouynt
in my settings.xml there's only this : proximity ilem.ma (local) Proximity instance http://localhost:8080/px-webapp-default-1.0.0-RC8/repository * every thing else is set to default ==nothing (^_^) Nice week-end everybody ;-) Nawfel www.ilem

Re : Re : Re : Proximity

2007-04-20 Thread spouynt
I'm running on windows XP SP2 as Administrator Nawfel www.ilem.ma - Message d'origine De : Wayne Fay <[EMAIL PROTECTED]> À : Maven Users List Envoyé le : Vendredi, 20 Avril 2007, 18h09mn 38s Objet : Re: Re : Re : Proximity "access denied to" seems like you need to check your file syst

Re : Re : Proximity

2007-04-20 Thread spouynt
I've tried this : (but I think I'm so far of the right way :-( !) >mvn deploy:deploy-file -Dfile=./lib/asm-1.5.3.jar -DrepositoryId=proximity \ -Durl=http://localhost:8080/px-webapp-default-1.0.0-RC8/px-webapp/dav/public \ -DartifactId=asm -DgroupId=asm -Dversion=1.5.3 -Dpack

Re : Re : Proximity

2007-04-20 Thread spouynt
Thanks a lot Tamás, Effectively, I have over 30 artifact to deploy, so if you explain more how I could do this with a "factory" configuration I will be very grateful, because its my first experience with maven (^_^) Nawfel www.ilem.ma - Message d'origine De : Tamás Cservenák <[EMAIL P

Re : Re : Proximity

2007-04-20 Thread spouynt
I tried with **-DrepositoryID** but I had the same problem ! the stdout is : (sorry for the lenght !) 2007-04-19 15:46:06,046 WARN [org.abstracthorizon.proximity.storage.remote.CommonsHttpClientRemotePeer] - Attribute followRedirection is deprecated.Your setting will be over

Re : Proximity

2007-04-20 Thread spouynt
you're 100% right ! this is the new situation : C:\works\workspaceM2\TutelecOJV-v1.3>mvn deploy:deploy-file -Dfile=./lib/asm-1.5.3.jar \ -DrepositoryTd=proximity -Durl=http://localhost:8080/px-webapp-default-1.0.0-RC8/repository \ -DartifactId=asm -DgroupId=asm -Dversion=1

Proximity

2007-04-20 Thread spouynt
Hello listers and happy friday, I'm trying to configure a Maven2 Proxy ("Proximity") using Apache Tomcat 6, in order to use it as a remote repository for my artifacts, (like 3rd party jar libs). The problem is : when I try to deploy (upload) a jar using this command line : >mvn deploy:deploy-f