RE: Unable to generate Maven 1.0.2 ChangeLog reports

2005-11-13 Thread Arnaud HERITIER
Hi Sampreet, Do you use the plugins bundled in maven 1.0.2 or did you upgrade it ? You should find the .cvspass file in your ${user.home} and not in the ${CVSROOT} Arnaud > -Message d'origine- > De : Chawla, Sampreet Kaur (Cognizant) > [mailto:[EMAIL PROTECTED] > Envoyé : lundi 14 n

Re: Very weird M2 dependency problem

2005-11-13 Thread Wendy Smoak
On 11/13/05, Ashley Hurkoo <[EMAIL PROTECTED]> wrote: > > This is the only depency causing the problem below to happen. I cannot > understand why it is requesting to download activation-1.0.2 > This is normal. It's a transitive dependency. Your project depends on javamail, and javamail depends o

Unable to generate Maven 1.0.2 ChangeLog reports

2005-11-13 Thread Chawla, Sampreet Kaur \(Cognizant\)
Hi, I am trying to generate Maven 1.0.2 ChangeLog reports for a multiproject setup. I am able to generate all reports except - ChangeLog, Developer Activity and File Activity Reports. I have included the following reports in parent project.xml - maven-changes-plugin maven-changelog-plugin

Re: namespace.jar

2005-11-13 Thread Jochen Wiedmann
[EMAIL PROTECTED] wrote: Adam Hardy <[EMAIL PROTECTED]> wrote: However, it is seriously only 2 classes - I am surprised that jaxme have not included an implementation. Of course it has. Choose between jaxb-api.jar (full JAXB API, including javax.xml.bind) and ws-commons-java5.jar (just the

Very weird M2 dependency problem

2005-11-13 Thread Ashley Hurkoo
Here is an extract of my pom.xml, I do not have activation-1.0.2 in my dependency list javamail javamail 1.3.2 Once I remove the above depencies in pom.xml, everything works fine but I do

Re: [m102] strange compile error

2005-11-13 Thread luan xl
yeah, I am very sure about that, and I test on XP and Debian, both give the same error. so in the last few days I have to sitck to the ant to maintain the project. later I will post the report as Arnaud suggested. Thanks for the attention. From: Dion Gillard <[EMAIL PROTECTED]> Reply-To: "Mave

RE: M1 to M2 repository problem

2005-11-13 Thread Ashley Hurkoo
It is working now , apparently, one of the repository url I put was not responding which caused the whole process to stop. I thought it would have skipped it and try the next url. Anyway thanks for your help. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent

Re: M1 to M2 repository problem

2005-11-13 Thread Brett Porter
You created this file? It should ignore it if it does not successfully parse... are you using Maven 2.0 final, or an earlier release (see m2 -v). - Brett On 11/14/05, Ashley Hurkoo <[EMAIL PROTECTED]> wrote: > Oops,sorry > > Here is what I get for > > > Downloading: file://J:/maven/repository//no

RE: M1 to M2 repository problem

2005-11-13 Thread Ashley Hurkoo
Oops sorry, Here is what I get for nokia mmsdriver 1.5 jar Downloading: file://J:/maven/repository//nokia/poms/mmsdriver-1.5.pom [WARNING] Unable t

RE: M1 to M2 repository problem

2005-11-13 Thread Ashley Hurkoo
Oops,sorry Here is what I get for Downloading: file://J:/maven/repository//nokia/poms/mmsdriver-1.5.pom [WARNING] Unable to get resource from repository J Drive (file://J:/maven/repository/) Downloading: http://www.ibiblio.org/maven//nokia/poms/mmsdriver-1.5.pom [WARNING] Unable to get resource

Re: M1 to M2 repository problem

2005-11-13 Thread Brett Porter
No, that's not what I mean. You keep saying /jar instead of /jars which you originally said. It sohuld be /jars. Are you using a working m1 repository? Can you post the actual error you get? - Brett On 11/14/05, Ashley Hurkoo <[EMAIL PROTECTED]> wrote: > Ok, I have created a dummy pom. M2 is on

RE: M1 to M2 repository problem

2005-11-13 Thread Ashley Hurkoo
Ok, I have created a dummy pom. M2 is only downloading the dummy pom and nothing else. But I still cannot download the jars, it keeps looking for the file with the pom extension under /poms instead of the downloading jar extension under /jar. Do you mean that I cannot download jars at all in M2?

Re: M1 to M2 repository problem

2005-11-13 Thread Brett Porter
Right. It will be fixed in 2.0.1 and the workaround is to create a dummy pom. On 11/14/05, Ashley Hurkoo <[EMAIL PROTECTED]> wrote: > I am using the legacy layout but I do not want to get the pom at all. > > This is what I am trying to do: > > > > > webraska > sgp-ols > 3.0.4

RE: M1 to M2 repository problem

2005-11-13 Thread Ashley Hurkoo
I am using the legacy layout but I do not want to get the pom at all. This is what I am trying to do: webraska sgp-ols 3.0.4 jar This is what it does: mvn install Downloading: file://J:/maven/repository//webraska/poms/sgp-ols-3.0.4.pom [WARNING] Un

Re: Documentation -- making better use of the wiki

2005-11-13 Thread Jason van Zyl
On Sun, 2005-11-13 at 15:47 +0100, Stephane Nicoll wrote: > Jason, > > Can you add maven dev guys to this page? It's simply wide open now. You should be able to edit at will. > Thanks, > Stéphane > > On 11/12/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > > > Jason, > > > > I can't view it

Re: M1 to M2 repository problem

2005-11-13 Thread Brett Porter
I assume you are already using the legacy layout and just want to ignore the missing poms. This is a bug that will be addressed in 2.0.1 - the only workaround is to create a dummy pom file. - Brett On 11/14/05, Ashley Hurkoo <[EMAIL PROTECTED]> wrote: > In M1 I usually used the repository path to

M1 to M2 repository problem

2005-11-13 Thread Ashley Hurkoo
In M1 I usually used the repository path to be http://www.ibiblio.org/maven Then m1 would get the jars(e.g.) from http://www.ibiblio.org/maven/ant-contrib/jars/ I still want to keep the same path for M2 and I am still using jar not pom. Everytime I run mvn install, M2 downloads stuff from http:/

RE: [m2] CVSNT problem

2005-11-13 Thread Michael McCrann
Hi, Is it possible to manipulate variables to create other ones? For example, For the release:prepare goal I would like my tag to be based on the current version. So, if my current version is: 1.6-SNAPSHOT I would like the release tag to be rel_1_6 (CVS doesn't like '.' in tag names) I

Re: [m102] strange compile error

2005-11-13 Thread Dion Gillard
Do the JDK versions for the IDE and the command prompt match? On 11/8/05, luan xl <[EMAIL PROTECTED]> wrote: > I used the "maven eclipse" to generate the eclipse project, and in the IDE > everything is fine, compile is ok and unit test is ok. but when I switch > back to using maven: > > maven -X j

Re: [m2] IDEA plugin JDK setting

2005-11-13 Thread Brett Porter
This is fixed in SVN. The previous version was using the format of the JDK for IDEA 4.0, in the SVN version it is configurable. On 11/14/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > The IDEA plugin never quite gets the JDK setting correct. When I run > 'mvn idea:idea' I see: > > [INFO] [idea:idea

[m2] IDEA plugin JDK setting

2005-11-13 Thread Wendy Smoak
The IDEA plugin never quite gets the JDK setting correct. When I run 'mvn idea:idea' I see: [INFO] [idea:idea] [INFO] jdkName is not set, using[java version 1.4.2_09] as default. And then when I open the project in Settings -> Modules I see java version 1.4.2_09 [Invalid] If I click the browse

Re: Third party jar deployment

2005-11-13 Thread Brett Porter
http://jira.codehaus.org/browse/MNG-1551 On 11/14/05, Oscar Picasso <[EMAIL PROTECTED]> wrote: > I have read it. But it install it on the local repository. > > I want to deploy it on a remote repository so any other developer working on > the project could use this jar without manually install it

Re: [M2] - Automatically create checksum when putting files in repository

2005-11-13 Thread Brett Porter
Yes, it is a relatively simple task actually... it should be in the next deployment plugin. I'll ensure it is in jira. As for downloading the checksum alongside the jar - I'll put that in jira too. you can create the checksums using the md5sum/sha1sum commands on unix/cygwin, eg: sha1sum maven-m

[m2] xdoclet and ear plugin - how to generate .war extension (not .jar)

2005-11-13 Thread Ashley Williams
Has anyone had success on getting xdoclet to play nicely with the ear plugin? I have a project set up that builds ejb then war and then ear for both of them. project ejb (produces .jar) war (produces .jar - perhaps should produce .war) ear (looks for .w

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-13 Thread Brett Porter
On 11/14/05, Oscar Picasso <[EMAIL PROTECTED]> wrote: > Can we assume that any mojo plugin released is necessarily in ibiblio, so > there > is no need to look in another repository? Yes, that's correct. To deploy the development plugins to a different repository than the default (as you don't ha

Fwd: Using ClearCase with Maven 1.0.2

2005-11-13 Thread Varun Rally
-- Forwarded message -- From: Varun Rally <[EMAIL PROTECTED]> Date: Nov 13, 2005 5:31 PM Subject: Using ClearCase with Maven 1.0.2 To: users@maven.apache.org Hi , How can i integrate Maven 1.0.2 to use IBM ClearCase, as scm plugin supports CVS and SubVersion only as of now. Please

RE: Version number on the generated web [M1]

2005-11-13 Thread Arnaud HERITIER
Hi, Can't you generate your new build number and set it using maven:set tag [1] ? Arnaud [1] http://maven.apache.org/maven-1.x/tags.html#maven:set > -Message d'origine- > De : Bahaa Nasrallah [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 9 novembre 2005 12:27 > À : users@m

Re: Problem installing a jar file using install:install plugin

2005-11-13 Thread Brett Porter
Remove: javax.transaction:jta:1.0.1B:jar It thinks that is a plugin to execute. THe file was already successfully installed. - Brett On 11/13/05, Jerarckill - ANS <[EMAIL PROTECTED]> wrote: > Hello, > > I encountered a problem while trying to install JTA jar file using the > install plugin, as t

Re: [M2] Surefire

2005-11-13 Thread Brett Porter
The classloader is isolated, so only the project dependencies are included. There is an open jira issue to include the system classpath. - Brett On 11/13/05, Mark Kuzmycz <[EMAIL PROTECTED]> wrote: > Before I posted the original item I tried xerces with no success. It is > as if the class realm i

RE: [m102] strange compile error

2005-11-13 Thread Arnaud HERITIER
Hi, I never saw this error Can you open an issue in the java plugin with the log, your environment settings... Thanks. Arnaud > -Message d'origine- > De : luan xl [mailto:[EMAIL PROTECTED] > Envoyé : mardi 8 novembre 2005 05:04 > À : users@maven.apache.org > Objet : [m102] strange com

Using ClearCase with Maven 1.0.2

2005-11-13 Thread Varun Rally
Hi , How can i integrate Maven 1.0.2 to use IBM ClearCase, as scm plugin supports CVS and SubVersion only as of now. Please help. Regards, Varun Rally

Re: [m1] Accessing repository through HTTPS

2005-11-13 Thread Brett Porter
Thanks! This should work for Maven2 as well. Any chance you'd be able to write this up as a document to include on the website and attach it to JIRA? http://maven.apache.org/guides/mini/guide-apt-format.html Cheers, Brett On 11/14/05, Arnaud Bailly <[EMAIL PROTECTED]> wrote: > Hello, > Sometime

Re: [m2] repo1.maven.org repository changes

2005-11-13 Thread Brett Porter
I think "host names" was just to draw a parallel, it should be package names. We want to get more towards javax.xml.bind instead of jaxb, org.jboss.$SUBPROJECT instead of jboss or jboss-subproject, etc. - Brett On 11/14/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > How come host names are part of

Re: namespace.jar

2005-11-13 Thread Adam Hardy
Alexandre, thanks for the info. I didn't realise that jaxme is an open-source variant of jaxb. Looks like I'll have to try it out. I did know that there are no sun jars on ibiblio - however there are poms for many of them, and I thought namespace.jar was one of them, or I remember seeing it

Re: xdoclet-maven-plugin and commons-logging-1.1-dev?

2005-11-13 Thread Carlos Sanchez
The maven-xdoclet-plugin.jar has a file project.xml which depends on 1.1-dev. you can fix it locally in your $HOME/.maven/cache/maven-xdoclet-plugin/project.xml On 11/13/05, Adam Hardy <[EMAIL PROTECTED]> wrote: > Oh I see, you mean the xdoclet jars themselves in /xdoclet/xdoclet, not > the plugin

Re: [M2] - Automatically create checksum when putting files in repository

2005-11-13 Thread dan tran
there is some talk of extracting code from maven-deploy-plugin to create new plugin for this purpose. -D On 11/13/05, Jerarckill - ANS <[EMAIL PROTECTED]> wrote: > > Hello, > > When putting archives in my enterprise's central repository, I want > checksum files to be created, in order not to hav

Re: eclipse plugin woes (wrt direct project referernces)

2005-11-13 Thread Barry Kaplan
Alexandre Poitras wrote: The plugin generates direct references between modules sharing the same parent pom. So, you should try to make a multi-modules project. Search for the mail "Guide to using Eclipse with Maven 2.x", it has helped me a lot and has some informations about this situation. Hope

Re: Third party jar deployment

2005-11-13 Thread Oscar Picasso
I have read it. But it install it on the local repository. I want to deploy it on a remote repository so any other developer working on the project could use this jar without manually install it in its local repository. --- Alexandre Poitras <[EMAIL PROTECTED]> wrote: > You should take a look a

Re: Third party jar deployment

2005-11-13 Thread Alexandre Poitras
You should take a look at this guide. Quite simple but does the job : http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html On 11/11/05, Oscar Picasso <[EMAIL PROTECTED]> wrote: > > I solved this by extracting the third party into a target/classes folder. > > It works but there

Re: namespace.jar

2005-11-13 Thread Alexandre Poitras
Unfortunately, it is a sun jar. Refer to this guide : http://maven.apache.org/guides /mini/guide-coping-with-sun-jar s.html

Re: eclipse plugin woes (wrt direct project referernces)

2005-11-13 Thread Alexandre Poitras
The plugin generates direct references between modules sharing the same parent pom. So, you should try to make a multi-modules project. Search for the mail "Guide to using Eclipse with Maven 2.x", it has helped me a lot and has some informations about this situation. Hope this help! On 11/13/05, B

eclipse plugin woes (wrt direct project referernces)

2005-11-13 Thread Barry Kaplan
I'm am constantly battling the eclipse plugin in an attempt to consistently get direct project references. My latest headache is that direct references will only be generated if the latest snapshot versions match in the local deploy repository. But I want to work on the code /before/ I deploy.

[m1] Accessing repository through HTTPS

2005-11-13 Thread Arnaud Bailly
Hello, Sometimes ago I posted a question about using a secured server as repository for dependencies download. By secure, I mean an HTTPS server with client certificate authentication. While not being overwhelmed by the myriad of answers, I was finally able to dig a tunnel to the solution thro

Solution to : javax.naming.NamingException: ejb-local-ref: '', no ejb-link in web.xml and no local-jndi-name in jboss-web.xml

2005-11-13 Thread bw
Dear Maven User List, If you have this problem, continue reading : 17:02:07,031 WARN [ServiceController] Problem starting service jboss.web.deployment:id=380206596,war=web-1.0.war org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.naming.NamingException: ej

Re: Problem with consecutive builds

2005-11-13 Thread Emmanuel Venisse
This pb is fixed in 1.0.1 that will be release in few days. Emmanuel Oscar Picasso a écrit : Hi, I have tried continuum with a very simple project. The first build works fine. But every subsequent build for the same project fails, whether it is forced or part of a scheduled build. The sent m

Re: [m2] repo1.maven.org repository changes

2005-11-13 Thread Adam Hardy
How come host names are part of the standard naming mechanism? When I posted issues in jira for poms for JAXB jars, I was under the definite impression that it was package names only. Therefore the JAXB poms in javax/xml contain dependencies such as: org/relaxng/relaxngDatatype, at relaxngdat

namespace.jar

2005-11-13 Thread Adam Hardy
I searched ibiblio for namespace.jar that is a dependency for JAXB, and I can't find it anywhere. Has it got another name or is it just not there? It comes as part of JWSDP 1.6, package name javax.xml.namespace, class in package == NamespaceContext -

Re: Root pom - very basic question

2005-11-13 Thread Oscar Picasso
You may want to look at: http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20build%20more%20than%20one%20project%20at%20once? --- Jerarckill - ANS <[EMAIL PROTECTED]> wrote: > Hello everybody. > > I have read quite few times people speaking about a root pom, extended > (ex

RE: Root pom - very basic question

2005-11-13 Thread Jeff Jensen
On the Maven home page, click "Getting Started" in the left menu nav: http://maven.apache.org/guides/getting-started/index.html On that page, start with this section: "How do I build more than one project at once?" Then, click "Documentation" in the left menu nav: http://maven.apache.org/guides

Re: M2 : Major Bug in xdoclet plugin ?

2005-11-13 Thread Pete
Anyone help ? On 12/11/05, Pete <[EMAIL PROTECTED]> wrote: > If I use the xdoclet plugin to generate ejb classes all works fine and > as expected - providing I running one ejb project at a time. > > e.g. > mvn clean generate-sources > > from the pom.xml for the EJB project(s) all is ok. > > BUT i

Re: xdoclet-maven-plugin and commons-logging-1.1-dev?

2005-11-13 Thread Adam Hardy
Oh I see, you mean the xdoclet jars themselves in /xdoclet/xdoclet, not the plugin. I guess they must be doing some pretty intrepid logging then ;) Thanks for the info. Adam Carlos Sanchez on 13/11/05 01:47, wrote: the maven-xdoclet-plugin-1.2.3 has that wrong dependency, the authors shoul

Archetype task bypasses settings.xml repository settings

2005-11-13 Thread Jerarckill - ANS
Hello, I have a problem using the Archetype command. I have created an archetype for projects used in my company and all works well. My archetype works correctly and creates the projects as wished. Problem is that, if I am using the archetype for the first time on a computer (meaning that

Root pom - very basic question

2005-11-13 Thread Jerarckill - ANS
Hello everybody. I have read quite few times people speaking about a root pom, extended (extendable) by other poms. Where is this root pom located? How does this extendability thing between pom works? Sorry, this must be a quite stupid question, JADOULLE Jérôme

Re: [m2] maven-jdepend-plugin:FATAL error, NullPointerException

2005-11-13 Thread Oscar Picasso
--- Brett Porter <[EMAIL PROTECTED]> wrote: > Not sure who put that statement up, but that's not entirely true. It's > possible the jdepend plugin hasn't been released as I don't think it > has received full testing yet. You can still build it from SVN. Most > of the other plugins there have had re

Re: Maven archetype bypasses settings.xml config

2005-11-13 Thread Milos Kleint
I filed a bug for the same or very closely related problem: http://jira.codehaus.org/browse/ARCHETYPE-1 Milos On 11/13/05, Jerarckill - ANS <[EMAIL PROTECTED]> wrote: > > Hello, > > I have a problem using the Archetype command. > > I have created an archetype for projects used in my company and a

[M2] - Automatically create checksum when putting files in repository

2005-11-13 Thread Jerarckill - ANS
Hello, When putting archives in my enterprise's central repository, I want checksum files to be created, in order not to have warnings each time the files are downloaded by a developer. Is there a way to do this with maven ? Also, is there a way to tell maven to download checksum files as

Maven archetype bypasses settings.xml config

2005-11-13 Thread Jerarckill - ANS
Hello, I have a problem using the Archetype command. I have created an archetype for projects used in my company and all works well. My archetype works correctly and creates the projects as wished. Problem is that, if I am using the archetype for the first time on a computer (meaning that

Re: Documentation -- making better use of the wiki

2005-11-13 Thread Stephane Nicoll
Jason, Can you add maven dev guys to this page? Thanks, Stéphane On 11/12/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > > Jason, > > I can't view it, I obtain " You do not have permission to view this page." > > Emmanuel > > Jason van Zyl a écrit : > > On Sat, 2005-11-12 at 12:17 +0100, Alex

Problem installing a jar file using install:install plugin

2005-11-13 Thread Jerarckill - ANS
Hello, I encountered a problem while trying to install JTA jar file using the install plugin, as told by maven. I was trying to install the following file: C:\development\install\jta-1.0.1B.jar ... which really was there with the exect file name written. When launching the following actio

RE: [M2] Surefire

2005-11-13 Thread Mark Kuzmycz
Before I posted the original item I tried xerces with no success. It is as if the class realm is incomplete for surefire. Regards, Mark. -Original Message- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Saturday, November 12, 2005 11:43 AM To: Maven Users List Subject: Re: [M2] S