Re: Maven and Archiva in a corporate environment

2007-04-20 Thread nicolas de loof
I myself have this config : I have folder-based repositories (hand managed, not included in archiva as managed repo) for - private corporate artifacts (release + snapshots) - restricted libs (sun jar, oracle driver...) - free libs not available on repo1 OR -soures.jar for existing libs

RE: [***POSSIBLE SPAM***] - RE: Getting index.html of site generated automatically - Found word(s) list error in the Text body

2007-04-20 Thread William Ferguson
Ian, are you saying that under the target/site folder you get project-info.html generated but not index.html? I also have no customisation of the site and get the following files generated at top level: dependencies.html index.html integration.html issue-tracking.html project-info.html

Re: [m2] Best Practices for pom description... data for site documentation

2007-04-20 Thread Wendy Smoak
On 4/19/07, Mick Knutson [EMAIL PROTECTED] wrote: structure is: project-home (pom) -- Utilities Module (pom) -- Common Module (jar) I want to replace project/utilities/index.html with src/site/xdoc/utilities/index.xml but my xdoc file does not overwrite the one generated from the

continuous integration with bamboo

2007-04-20 Thread Bart Warnez
Hello For a new project, we will use maven for the first time and we want to have continuous integration with Atlassian Bambo and cargo. Now, Bamboo works with a source repository (we use subversion on linux). For a plan in Bamboo, you can set a goal (now clean test -e), but when using cargo

Re: Problem with cvs on Ant Project

2007-04-20 Thread GFT_AL
When I tried to build it today it worked all of the sudden. I don't know what I changed. Maybe our cvs repository had a problem. Thanks anyway for your quick answer. Regards Andy Emmanuel Venisse wrote: You can fix this problem by running 'cvs login' command with the user that continuum

Re: Starting a new java process from within a test case is hanging the maven JVM

2007-04-20 Thread Jerome Lacoste
On 4/20/07, Balasubramanian, Ravi Shankar [EMAIL PROTECTED] wrote: Hi, Following is my test class that starts a notepad process from within: public void startProcessNotepad() throws IOException { Process p = Runtime.getRuntime().exec(notepad);

RE: 1.1 alpha 1 release?

2007-04-20 Thread LAMY Olivier
Tested on a corporate env (15 project Groups = ~100 projects) : Works VERY well. Big Thanks and congratulations. Already a non binding +1 ;-) -- Olivier -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : jeudi 19 avril 2007 16:50 À : [EMAIL PROTECTED] Objet

Re: Is there any way to get timestamp in maven?

2007-04-20 Thread Andrius Šabanas
Chen Li wrote: Hi, It might be a very basic question. I want to add timestamp to the distribute, for instance ${DSTAMP}.war . Is there any similar way in maven can do it like what tstamp/ does in ant? Check out this plugin:

Re: maven 1.0.2 to 1.1 beta 3

2007-04-20 Thread emerson cargnin
I corrected those problems, now i'm getting the following: [exec] Unable to obtain goal [site] -- file:/C:/Documents and Settings/EmersonC/.maven/cache/maven-emma-plugin-0.5/plugin.jelly:69:25: ant:taskdef taskdef A class needed by class com.vladium.emma.emmajavaTask cannot be found:

Re: maven 1.0.2 to 1.1 beta 3

2007-04-20 Thread Lukas Theussl
http://emma.sourceforge.net/faq.html#q.antfailure HTH, -Lukas emerson cargnin wrote: I corrected those problems, now i'm getting the following: [exec] Unable to obtain goal [site] -- file:/C:/Documents and Settings/EmersonC/.maven/cache/maven-emma-plugin-0.5/plugin.jelly:69:25:

Re: maven 1.0.2 to 1.1 beta 3

2007-04-20 Thread emerson cargnin
Hi, thanks, but actually I haven't got any of them in my jre/lib/ext, and I didn't have when I run 1.0.2 and it worked alright. I have two other questions if you all allow me: 1- Now with 1.1 beta 3 it seems that checkstyle report generation takes ages (really, at least 5 minutes for each sub

RE: Maven : deploy strategy

2007-04-20 Thread Marouane Amraoui
Okay; 1. if i have an only one application web : in this case i agree with you to put all my dependencies in web-inf/lib : How to do this with maven ??? 2. if I have more than one web application , so in this case some dependencies (common dependencies of all my webs application) must be

Re: Maven : deploy strategy

2007-04-20 Thread Antonio Petrelli
2007/4/20, Marouane Amraoui [EMAIL PROTECTED]: Okay; 1. if i have an only one application web : in this case i agree with you to put all my dependencies in web-inf/lib : How to do this with maven ??? They are dependencies with compile scope. 2. if I have more than one web application ,

Re: snapshot dependency gets duplicate jars

2007-04-20 Thread Jeroen Leenarts
Could it be that you are using uniqueVersion in the configuration of your repositories? Perhaps such a configuration without cleaning before compiling results in multiple similar depenencies... -Jeroen On 19/04/07, Raghurajan Gurunathan [EMAIL PROTECTED] wrote: Hi All, some of our team has

RE: Getting error while trying to build sample RCP Application

2007-04-20 Thread Ramesh Babu Pokala - TLS, Chennai
Thank you very much Wayne Now the problem is resolved I was able to package the simple application. Now I have one question here How to build an application with multiple modules and each having different packages. For eg, I have 2 modules say X and Y X | Src |___a

Multi-module project: One jar with dependencies

2007-04-20 Thread Matthew Horridge
Hi, I have a multi-module project. I'd like to create a distribution where the classes from all modules are put into *one* jar file which is then included with the dependency jar files and zipped up, i.e. Project ModuleA ModuleB ModuleC project-bin.zip

RE: Tasks aren't run for the maven-antrun-plugin

2007-04-20 Thread Doug Tanner
Can anyone provide me with any help on this? Thanks, Doug Tanner -Original Message- From: Doug Tanner [mailto:[EMAIL PROTECTED] Sent: Thursday, April 19, 2007 1:55 PM To: Maven Users List Subject: Tasks aren't run for the maven-antrun-plugin When I run 'mvn antrun:run', I see

Re: maven 1.0.2 to 1.1 beta 3

2007-04-20 Thread emerson cargnin
I'm now trying the last RC1, as someone suggested in another thread, but now when trying to generate the site I'm getting: [exec] --- [exec] BUILD FAILED [exec]

Re: maven 1.0.2 to 1.1 beta 3

2007-04-20 Thread Lukas Theussl
You could try maven.test.failure.ignore, maven.test.error.ignore (test plugin) or maven.site.reports.ignoreErrors (site plugin). Or fix the tests... ;) Btw, I am running emma with both m102 and 11rc1 without problems and I haven't noticed any performance degradation when moving from 102 to

RE: Ant generated JAR file to be handeled with Maven...how?

2007-04-20 Thread Arne Styve
Hi Kevin -Original Message- From: Kevin Stembridge [mailto:[EMAIL PROTECTED] Sent: 20. april 2007 14:19 To: Maven Users List Subject: RE: Ant generated JAR file to be handeled with Maven...how? Hi Arne, I've never used it, but this plugin sounds like it might be what you

RE: Tasks aren't run for the maven-antrun-plugin

2007-04-20 Thread Doug Tanner
Answer, apparently configuration needs to be outside the execution tags: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId version1.1/version configuration phasedeploy/phase goals goalrun/goal /goals tasks echo

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

Maven Repository Question

2007-04-20 Thread DavidWilliams
Hi Everyone, I'm pretty new to maven and have a repository question. I have set up a internal repository that will hold the artifacts from ibiblio that my project needs. My question is how do I make maven update / download new required dependencies to the internal repository instead of the

Ant generated JAR file to be handeled with Maven...how?

2007-04-20 Thread Styve Arne
Hi, I have a project based on an Ant build.xml file. I want to keep this build-file, and keep building the project it self using this build-file and Ant, but to wrap Maven2 around it. I've managed to call the ant-build file (build.xml) from my POM, and it works fine. However, the Ant script

RE: Ant generated JAR file to be handeled with Maven...how?

2007-04-20 Thread Kevin Stembridge
Hi Arne, I've never used it, but this plugin sounds like it might be what you want. http://mojo.codehaus.org/build-helper-maven-plugin/ Arne Styve [EMAIL PROTECTED] 20/04/2007 13:12 Please respond to Maven Users List users@maven.apache.org To 'Maven Users List' users@maven.apache.org

My plugin maintainer died

2007-04-20 Thread Crossley, Jim
Or at least, so it seems. Only SNAPSHOT versions of the plugin upon which my project depends have ever been released, and I need to cut a release of my project. The release plugin won't let me as long as I depend on a SNAPSHOT plugin. I understand why, but I'm wondering which best practice

maven junit and eclipse

2007-04-20 Thread vygen
i have set up my pom with profiles and property filters My src/main/resources/jdbc.properties file looks like this jdbc.driverClassName=org.postgresql.Driver jdbc.url=jdbc:postgresql://${database.host}:5432/${database.name} jdbc.username=${database.user} jdbc.password=${database.password} and

Re: Ant generated JAR file to be handeled with Maven...how?

2007-04-20 Thread Tomasz Pik
On 4/20/07, Styve Arne [EMAIL PROTECTED] wrote: Hi, I have a project based on an Ant build.xml file. I want to keep this build-file, and keep building the project it self using this build-file and Ant, but to wrap Maven2 around it. I've managed to call the ant-build file (build.xml) from my

Re: Maven Repository Question

2007-04-20 Thread Thorsten Heit
Hi David, I'm pretty new to maven and have a repository question. I have set up a internal repository that will hold the artifacts from ibiblio that my project needs. What dou you mean by having set up such a repository? Have you created a mirror for central repo? Do you use a proxy such

RE: Maven Repository Question

2007-04-20 Thread Crossley, Jim
Hi David, One common trick is to co-locate your continuous integration tool, e.g. Continuum, CruiseControl, etc, and your internal repository. Say you have Continuum running as user, 'dave', and you also have Apache running on the same box. (I'm assuming a Linux environment here). An easy

Re: Proximity

2007-04-20 Thread Thorsten Heit
Hi, The problem is : when I try to deploy (upload) a jar using this command line : mvn deploy:deploy-file -Dfile=./lib/asm-1.5.3.jar -DrepositoryTd=proximity \ -Durl=scp://localhost:8080/px-webapp-default-1.0.0-RC8/repository \ -DartifactId=asm

Re: Maven Repository Question

2007-04-20 Thread DavidWilliams
Jeroen, Thanks for your quick response. If I do that maven won't check ibiblio for any missing artifacts. Isn't that correct? If that is correct, then maven won't download the new required artifacts to the internal repository Thanks, David Jeroen Leenarts [EMAIL PROTECTED] 04/20/2007

RE: Maven Repository Question

2007-04-20 Thread DavidWilliams
Thanks Jim for your quick response. We currently don't have a continuous integration tool set up yet and we are on a Windows server but I'm thinking that this is still possible. Do you agree? Thanks, David

Re: Maven Repository Question

2007-04-20 Thread Jeroen Leenarts
That is correct. Overriding central prevents loading from the Ibiblio repository. I was a bit fast with my responce, since you would like to be able to update your internal repository as well. Th suggestion by Jim is a very interesting one. By having a symlinkto a user's local repository on

Re: Maven Repository Question

2007-04-20 Thread Jeroen Leenarts
Also, perhaps this is interesting as well. http://maven.apache.org/plugins/maven-deploy-plugin/usage.html I've never used a custom deploy config before. So if someone can answer wether or not the deploy phase actually deployes dependent jars to the configured repository... Jeroen On 20/04/07,

Re: maven 1.0.2 to 1.1 beta 3

2007-04-20 Thread emerson cargnin
Thanks for the reply lukas. 1) do you run checkstyle? if so, you didn't noticed it takes a quite while to generate the reports? in this line it stops for 3 or 4 minutes [exec] [checkstyle] Running Checkstyle 4.1 on 416 files [exec] checkstyle:report-internal: [exec]

Bamboo and cargo: endless builds

2007-04-20 Thread Bart Warnez
Hello, I made a plan to deploy our builds into Tomcat 5 with the maven plugin cargo. I scheduled it as daily builds. The problem is that the build never stops. The last lines of the activity log look like this: 20-avr.-2007 14:32:48 INFO talledLocalContainer INFO: Server startup in 42594 ms

Re: Maven Repository Question

2007-04-20 Thread DavidWilliams
Thorsten, We don't currently have a proxy such as Proximity or Artifactory but I can look in to that. Thanks for the idea!!! David Thorsten Heit [EMAIL PROTECTED] 04/20/2007 08:08 AM Please respond to Maven Users List users@maven.apache.org To Maven Users List users@maven.apache.org cc

Re: maven 1.0.2 to 1.1 beta 3

2007-04-20 Thread Lukas Theussl
emerson cargnin wrote: Thanks for the reply lukas. 1) do you run checkstyle? if so, you didn't noticed it takes a quite while to generate the reports? in this line it stops for 3 or 4 minutes [exec] [checkstyle] Running Checkstyle 4.1 on 416 files [exec]

Re: Maven and Archiva in a corporate environment

2007-04-20 Thread nicolas de loof
2007/4/20, Arnaud HERITIER [EMAIL PROTECTED]: Hi Nico, Thanks for your feedback. I have effectively the same problem if I use my proxy-all repo. I followed the threads about risks on plugins updates and I agree that it is better to define the list of validated plugins (in a parent pom

Re: My plugin maintainer died

2007-04-20 Thread Wim Deblauwe
Are you talking about the launch4j plugin? Because I seem to have the same situation there. I tried emailing the author already 2 times, but no luck. regards, Wim 2007/4/20, Crossley, Jim [EMAIL PROTECTED]: Or at least, so it seems. Only SNAPSHOT versions of the plugin upon which my project

Question about maven-source-plugin...

2007-04-20 Thread Styve Arne
Hi, The maven-source-plugin creates a JAR of the source code of a project, right ? But what if the sourcecode is not found in it's usual place (\src\main\java etc.) but instead directly under \src ? And to complicate even more: the source I want to create a JAR for, should not be

Re: JNDI mail/Session not located and Register emails not being sent

2007-04-20 Thread Emmanuel Venisse
Tomcat 5.5.23 doesn't work well because some classes are missing in it. 5.5.17 is better. http://docs.codehaus.org/display/CONTINUUMUSER/Continuum+on+Tomcat Emmanuel egarza a écrit : Issue 1: I have deployed the most recent Continuum SNAPSHOT to Tomcat 5.5.23 on AIX, revision 530476. I have

Re: maven 1.0.2 to 1.1 beta 3

2007-04-20 Thread emerson cargnin
ok thanks a lot would anyone else have a clue why my build hangs for so long on the following point? [exec] checkstyle:report-internal: [exec] [mkdir] Created dir: /subversion/users/client/cruise/checkout/build-projet/modules/com.company.java/target/generated-xdocs/checkstyle On

Re: maven 1.0.2 to 1.1 beta 3

2007-04-20 Thread Lukas Theussl
It seems like you have a problem with line endings (/directory\r\n\t\t\t\t\tincludes), try to remove that block and run a dummy goal, (maven clean), if that succeeds, the pom was parsed correctly. -Lukas emerson cargnin wrote: well, another problem :) i have the follwing snippet from a

Re: My plugin maintainer died

2007-04-20 Thread Wayne Fay
The process you followed the popular solution at this time. While changing the version number in the pom, you should also think about changing the groupId as well. If you don't change the groupId, try to pick a version that the actual author isn't likely to use; else change the groupId so you

Re: Getting error while trying to build sample RCP Application

2007-04-20 Thread Wayne Fay
You are looking for help on a multi-module build. This is all explained in great detail in a variety of Maven documentation sources available free on the Internet. In particular, I'd suggest: Maven Getting Started Guide (see bottom of page)

Re: My plugin maintainer died

2007-04-20 Thread Wendy Smoak
On 4/20/07, Crossley, Jim [EMAIL PROTECTED] wrote: No, not that one, in particular. I'm sure there are quite a few out there. I figured it was a pretty common problem, so I was wondering what the popular solution was. As Wayne confirmed, doing an internal plugin release is the popular

Re: maven 1.0.2 to 1.1 beta 3

2007-04-20 Thread emerson cargnin
by the way, I'm using this on my build.properties: maven.repo.remote=http://localrepo/maven/,http://repo1.maven.org/maven,http://people.apache.org/repo/m1-snapshot-repository I tried to clean my .maven repository and cache, but it didn't solve the problem of hanging on the same point... thanks

Re: maven 1.0.2 to 1.1 beta 3

2007-04-20 Thread emerson cargnin
well, another problem :) i have the follwing snippet from a project.xml: resource directorysrc/test/resources/spring/directory includes**/*.xml/includes /resource

Re: Bamboo and cargo: endless builds

2007-04-20 Thread Wayne Fay
It looks like you've got an embedded Tomcat5 server/container that Cargo is deploying to... is that correct? If so, you probably need to change that and deploy to a stand-alone, normally installed Tomcat5. Then I think Cargo should deploy and exit after the deployment is successful or fails.

Bookmarks missing from Maven book

2007-04-20 Thread Cliff
I just downloaded a more recent copy of Better Builds With Maven (the October 2006 version) and realized that it's missing the bookmarks that were present in my March 2006 version. Where do I go to report the issue? -- View this message in context:

NullPointer excecption on assembly plugin

2007-04-20 Thread Jose Alberto Fernandez
We are getting the following stack-trace while executing the assembly:directory goal. The artifact com.cellectivity:fattoush-test-shared is declared on the module POMs as: dependency groupIdcom.cellectivity/groupId artifactIdfattoush-test-shared/artifactId scopetest/scope

Re: Proximity

2007-04-20 Thread Wayne Fay
I would assume the deploy failed because you haven't configured the authentication for your scp:// connection in settings.xml: http://maven.apache.org/settings.html#Servers Wayne On 4/20/07, Thorsten Heit [EMAIL PROTECTED] wrote: Hi, The problem is : when I try to deploy (upload) a jar using

Re: Bamboo and cargo: endless builds

2007-04-20 Thread Wendy Smoak
On 4/20/07, Bart Warnez [EMAIL PROTECTED] wrote: Hello, I made a plan to deploy our builds into Tomcat 5 with the maven plugin cargo. I scheduled it as daily builds. The problem is that the build never stops. Without seeing how you are configuring Cargo, it's hard to help. If you're using

Re: Re : Proximity

2007-04-20 Thread Wayne Fay
Perhaps check your web/app server/Proximity log files and see why its returning error 500. This is a pretty generic error message. You might not be able to diagnose this from Maven's side. Wayne On 4/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: you're 100% right ! this is the new

RE: Proximity

2007-04-20 Thread Sean Hennessy
-DrepositoryTd=proximity ?? transcription error?? -DrepositoryId=proximity -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 8:04 AM To: Maven Users List Subject: Re: Proximity I would assume the deploy failed because you haven't configured

Re: maven-jemeter-plugin throws wrong version number errors

2007-04-20 Thread Wayne Fay
You are probably missing the pom file for the artifact -- check your local repo, if you only find the .jar and no .pom, this is your problem. If so, run mvn install again on the file like so: mvn install:install-file -DgeneratePom=true ... Wayne On 4/20/07, mateamargo [EMAIL PROTECTED]

Re: maven junit and eclipse

2007-04-20 Thread vygen
Hi, Am Freitag, 20. April 2007 14:25 schrieb [EMAIL PROTECTED]: i have set up my pom with profiles and property filters My src/main/resources/jdbc.properties file looks like this jdbc.driverClassName=org.postgresql.Driver jdbc.url=jdbc:postgresql://${database.host}:5432/${database.name}

Re: Bookmarks missing from Maven book

2007-04-20 Thread Wendy Smoak
On 4/20/07, Cliff [EMAIL PROTECTED] wrote: I just downloaded a more recent copy of Better Builds With Maven (the October 2006 version) and realized that it's missing the bookmarks that were present in my March 2006 version. Where do I go to report the issue? There's a contact link on the book

RE: My plugin maintainer died

2007-04-20 Thread Crossley, Jim
No, not that one, in particular. I'm sure there are quite a few out there. I figured it was a pretty common problem, so I was wondering what the popular solution was. Jim -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: Fri 4/20/2007 9:59 AM To: Maven Users List

maven-jemeter-plugin throws wrong version number errors

2007-04-20 Thread mateamargo
I have finally deployed the plugin, but when I try to run it: mvn org.apache.jmeter:maven-jmeter-plugin:jmeter I get this error: [ERROR] BUILD ERROR [INFO] [INFO] The plugin 'org.apache.jmeter:maven-jmeter-plugin' does

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

Re: Maven Repository Question

2007-04-20 Thread Jeroen Leenarts
Define your internal repository as central. That overrides the Maven Ibiblio repository setting. Jeroen On 20/04/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi Everyone, I'm pretty new to maven and have a repository question. I have set up a internal repository that will hold the

RE: Ant generated JAR file to be handeled with Maven...how?

2007-04-20 Thread Arne Styve
Hi I have a project based on an Ant build.xml file. I want to keep this build-file, and keep building the project it self using this build-file and Ant, but to wrap Maven2 around it. I've managed to call the ant-build file (build.xml) from my POM, and it works fine. However,

Re: Maven and Archiva in a corporate environment

2007-04-20 Thread Arnaud HERITIER
Hi Nico, Thanks for your feedback. I have effectively the same problem if I use my proxy-all repo. I followed the threads about risks on plugins updates and I agree that it is better to define the list of validated plugins (in a parent pom for example). The problem is to maintain this pom

Re: maven-jemeter-plugin throws wrong version number errors

2007-04-20 Thread mateamargo
My local repo has these files: maven-jmeter-plugin-1.0-20070418.192909-1.jar maven-jmeter-plugin-1.0-20070418.192909-1.jar.sha1 maven-jmeter-plugin-1.0-20070418.192909-1.pom maven-jmeter-plugin-1.0-20070418.192909-1.pom.sha1 maven-jmeter-plugin-1.0-SNAPSHOT.jar

Re : Proximity

2007-04-20 Thread spouynt
you're 100% right ! this is the new situation : C:\works\workspaceM2\TutelecOJV-v1.3mvn 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

Re: maven 1.0.2 to 1.1 beta 3

2007-04-20 Thread emerson cargnin
actually it was for not having the include/ node insde the includes/ :) and maven 1.0.2 didn't complain of this... now i got another challenge. I had the following: build sourceDirectorysrc/main/java/sourceDirectory filters

Re: Re : Re : Proximity

2007-04-20 Thread Wayne Fay
You need to send this to the Proximity Users list and see what they think. I have to imagine you will receive better support from them on this issue. Wayne On 4/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I tried with **-DrepositoryID** but I had the same problem !

Re: Maven : deploy strategy

2007-04-20 Thread Thierry Lach
I think that would be scopeprovided/scope under the dependency. On 4/20/07, Marouane Amraoui [EMAIL PROTECTED] wrote: Okay; 1. if i have an only one application web : in this case i agree with you to put all my dependencies in web-inf/lib : How to do this with maven ??? 2. if I have more

Re: Re : Proximity

2007-04-20 Thread Tamás Cservenák
Hi, Proximity is not able to receive artifacts on URL http://localhost:8080/px-webapp-default-1.0.0-RC8/repository (that evaluates in this case to http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/asm/asm/). This servlet is the repository servlet that is RO only and offers view to

Exception: Cannot checkout sources. 7

2007-04-20 Thread monsterkhan
I am getting this exception when try to build my project. I am building it using maven2 with MKS. Does anyone has an idea abou the exact nature of this exception. Thanks in advance. -- View this message in context:

Starting with maven and with maven-proxy

2007-04-20 Thread Marcos Chicote
Hi! The last few days I have been reading about maven and how it can help me in my job. I have succesfuly installed codehaus eclipse plugin and i have downloaded dependencys for my projects (connection to internet works fine). The next step was to create a network repository so that co-workers

adding classpathentry with maven-eclipse-plugin

2007-04-20 Thread Marouane Amraoui
Hi Using eclipse maven plugin : maven-eclipse-plugin It is possible to indicate to this plugin to add a classpath kind container ? By default this plugin can add all dependencies declared in the pom file as classpathentry kind=var path=M2_REPO/antlr/antlr/2.7.2/antlr-2.7.2.jar

Re: My plugin maintainer died

2007-04-20 Thread Jose Alberto Fernandez
Crossley, Jim wrote: ... I understand why, but I'm wondering which best practice addresses plugin maintainer death. What I wondering is how to call the best practice of We only have an SNAPSHOT version but we already changed the official documentation on the site. Like what happens with

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

Re: My plugin maintainer died

2007-04-20 Thread Wendy Smoak
On 4/20/07, Jose Alberto Fernandez [EMAIL PROTECTED] wrote: What I wondering is how to call the best practice of We only have an SNAPSHOT version but we already changed the official documentation on the site. Like what happens with the maven-assembly-plugin:2.2. How can you have on the main

Re: adding classpathentry with maven-eclipse-plugin

2007-04-20 Thread Wayne Fay
I don't know, but if not, it sounds like a reasonable enhancement, so if you discover this feature is not currently available, I would suggest that you file a JIRA Enhancement Request against the plugin. Wayne On 4/20/07, Marouane Amraoui [EMAIL PROTECTED] wrote: Hi Using eclipse maven

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

RE: adding classpathentry with maven-eclipse-plugin

2007-04-20 Thread Marouane Amraoui
How can i send JIRA Enhancement Request? -Message d'origine- De : Wayne Fay [mailto:[EMAIL PROTECTED] Envoyé : vendredi 20 avril 2007 17:30 À : Maven Users List Objet : Re: adding classpathentry with maven-eclipse-plugin I don't know, but if not, it sounds like a reasonable

Re: Getting releases automatically rsynched to central

2007-04-20 Thread Carlos Sanchez
http://maven.apache.org/guides/mini/guide-central-repository-upload.html at the end. ssh or rsync preferred On 4/17/07, mraible [EMAIL PROTECTED] wrote: I'd like to see about getting AppFuse releases automatically synched to Maven's central repo. How do I go about doing this. The FAQ[1] says

Re: Re : Re : Proximity

2007-04-20 Thread Wayne Fay
access denied to seems like you need to check your file system permissions on those directories. I'd guess that the user running Proximity does not have the right privileges to write to those directories. Not sure, but that's my guess. Wayne On 4/20/07, [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: adding classpathentry with maven-eclipse-plugin

2007-04-20 Thread Wayne Fay
Go to the Maven website: http://maven.apache.org/ On the left, under Community, click Issue Tracking. Click the web link to JIRA. Since you're not filing a bug against Maven2 itself, but rather a specific plugin, click All Projects at the top and scroll down to Maven 2.x Eclipse Plugin. Then

Solution : RE: adding classpathentry with maven-eclipse-plugin

2007-04-20 Thread Marouane Amraoui
The solution is here : build [] plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-eclipse-plugin/artifactId configuration additionalProjectnatures

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 users@maven.apache.org Envoyé le : Vendredi, 20 Avril 2007, 18h09mn 38s Objet : Re: Re : Re : Proximity access denied to seems like you need to

[maven:plugin:eclipse] Question

2007-04-20 Thread Marouane Amraoui
When we execute mvn eclipse :eclipse , it generate .classpath that contain a variable named M2_REPO with all dependecnise declared in th pom file. So it is possible to deactivate this behaviour ? ie : I don't want the plugin eclipse to generate to me the dependencies in .classpath ??

Re : Re : Re : Proximity

2007-04-20 Thread spouynt
in my settings.xml there's only this : mirrors mirror idproximity/id nameilem.ma (local) Proximity instance/name http://localhost:8080/px-webapp-default-1.0.0-RC8/repository mirrorOf*/mirrorOf /mirror /mirrors every thing else is set to default

Problem using custom announcement with changes plugin

2007-04-20 Thread Paul Spencer
I am trying to configure the changes plugin, version 2.0-beta-2, to use a custom announcement.vm file. Setting templateDirectory in to /src/main/resources does not work. The command mvn changes:announcement-generate always fails with the following error message: ResourceManager : unable to

Can not Compile with JDK 1.4

2007-04-20 Thread Petr V.
All, I have this project which successfully build with jdk1.5. Now I am trying to make project on build machine. This build machine does not have access to outside world so I copied all dependencies in C:\maven_repository and define the repository location in m2 folder. I hope it won't

Re: Problem using custom announcement with changes plugin

2007-04-20 Thread Siegfried Goeschl
Very stupid question ... templateDirectory/src/main/resources/templateDirectory seems to be an absolute reference to a directory whereas C:\cvs\reporting-jsf\src\main\resources is the absolute path Cheers Siegfried Goeschl Paul Spencer wrote: I am trying to configure the changes

Re: maven 1.0.2 to 1.1 beta 3

2007-04-20 Thread Lukas Theussl
See the bottom of this page: http://maven.apache.org/maven-1.x/using/resources.html HTH, -Lukas emerson cargnin wrote: actually it was for not having the include/ node insde the includes/ :) and maven 1.0.2 didn't complain of this... now i got another challenge. I had the following: build

Re: [m2] Best Practices for pom description... data for site documentation

2007-04-20 Thread Mick Knutson
Thanks! That worked On 4/19/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 4/19/07, Mick Knutson [EMAIL PROTECTED] wrote: structure is: project-home (pom) -- Utilities Module (pom) -- Common Module (jar) I want to replace project/utilities/index.html with

Re: Problem using custom announcement with changes plugin

2007-04-20 Thread Paul Spencer
I already tried that! templateDirectory${basedir}/src/main/resources/templateDirectory [INFO] ProjectResourceLoader : initialization starting. [INFO] path :C:\cvs\reporting-jsf\src\main\resources\ [INFO] ProjectResourceLoader : adding path 'C:\cvs\reporting-jsf\src\main\resources\' ...

Re: Re : Re : Re : Proximity

2007-04-20 Thread Mykel Alvis
My $.02 (that's my 2 cents worth for the non-Americans, which a euphemism for my unsolicited and free opinion which is worth what you paid for it :) ) Having set up a couple of fairly complex proximity instance, I can tell you that until recently I had very little luck publishing via dav

Re: Can not Compile with JDK 1.4

2007-04-20 Thread Wayne Fay
This is asked and answered repeatedly on this list, plus it is very well documented on the Maven website. http://maven.apache.org Plugins by category compile plugin At the bottom of that page is a couple links to example configs for specifying JDKs etc. Wayne On 4/20/07, Petr V. [EMAIL

Re: Problem using custom announcement with changes plugin

2007-04-20 Thread Wayne Fay
Just stabbing in the dark... Have you tried: templateDirectorysrc/main/resources/templateDirectory Note the missing / at the beginning. Or for that matter, templateDirectory/ (no value)? Wayne On 4/20/07, Paul Spencer [EMAIL PROTECTED] wrote: I already tried that!

Re: JUnit tests are being skipped by Maven

2007-04-20 Thread Enrique Gaona
Wayne, Thanks for the solutions you've provided. I went with the 2nd choice and got my JUnit tests to build and execute. Thanks again, very much appreciate the help. Enrique Wayne Fay [EMAIL PROTECTED] wrote on 04/18/2007 11:22:41 AM: I figured as much. Here's your problem... Your

Re: 1.1 alpha 1 release?

2007-04-20 Thread Eric Pugh
We'll be testing it on Monday as well, can't believe how long the list of changes is! On Apr 20, 2007, at 4:05 AM, LAMY Olivier wrote: Tested on a corporate env (15 project Groups = ~100 projects) : Works VERY well. Big Thanks and congratulations. Already a non binding +1 ;-) --

Re: 1.1 alpha 1 release?

2007-04-20 Thread Emmanuel Venisse
The vote is started :) Emmanuel Eric Pugh a écrit : We'll be testing it on Monday as well, can't believe how long the list of changes is! On Apr 20, 2007, at 4:05 AM, LAMY Olivier wrote: Tested on a corporate env (15 project Groups = ~100 projects) : Works VERY well. Big Thanks and

  1   2   >