Re: [M2] eclipse plugin: tools.jar incorrectly added

2005-11-03 Thread Thomas Van de Velde
Hi Anuerin, I think you are wrong :-) This is clearly a (btw, blocking) bug in the Eclipse plugin. I find it odd that this isn't detected before this version was released, especially give that M2 is communicated as "production ready". This along with the site plugin that generates a nullpointer m

Re: Archetype : Need more info on Maven WebSite

2005-11-03 Thread Jorg Heymans
Jerarckill - ANS wrote: > - Finally, a little remark: It seems that the tag > doesn't work: files defined with tag inside it are not > copied when I use the archetype. I have checked spellin

Mailing Lists / Forums / IRC Channels should be more easily accessible

2005-11-03 Thread Jerarckill - ANS
... having a link directly from the left menu named "Get help" or something acting as a starting point for mailing lists, forums, irc channels,... would help a lot. Jérôme - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Archetype : Need more info on Maven WebSite

2005-11-03 Thread Jerarckill - ANS
Hello, I am trying to create an archetype to suit the needs from the project I am working on. Basically, I am lacking information allowing me to take full power from this very good idea. We are starting something very big at work and have defined more than 20 projects to create... Being a

Re: [m2] artifactId macro in parent pom substitutes twice in child's generated site?

2005-11-03 Thread Mark Langley
Ok, that makes sense. Thanks for the quick answer! On 11/3/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > When the SCM URL is inherited, it automatically appends the artifact > ID by default. > > - Brett > > On 11/4/05, Mark Langley <[EMAIL PROTECTED]> wrote: > > Hi, > > > > First, congratulation

Re: [m2] artifactId macro in parent pom substitutes twice in child's generated site?

2005-11-03 Thread Brett Porter
When the SCM URL is inherited, it automatically appends the artifact ID by default. - Brett On 11/4/05, Mark Langley <[EMAIL PROTECTED]> wrote: > Hi, > > First, congratulations to the m2 developers for a great release. I've been a > maven user since 1.0-beta-4 with embedded ant scripts, through b

[m2] artifactId macro in parent pom substitutes twice in child's generated site?

2005-11-03 Thread Mark Langley
Hi, First, congratulations to the m2 developers for a great release. I've been a maven user since 1.0-beta-4 with embedded ant scripts, through beta-10, 1.0and 1.1, and am truly impressed with the leap forward that m2 provides. I'm trying to migrate to m2 and have encountered an apparent glitch.

RE: keyword "SNAPSHOT" in depedency version is ignored

2005-11-03 Thread Brian E. Fox
I was trying to use this in a parent version section. Probably not a supported use case? I have setup my projects so they all eventually derive from a "super parent" that contains things that apply to all my projects. How and where to deploy is an example of something I set there. I'd like to be

Re: eclipse:eclipse and direct project references

2005-11-03 Thread Barry Kaplan
Below is what I did to get a proper project to be created. Now I don't really understand how snapshots are supposed to work, so I'm sure there are problems with this solution. But at least it is creating proper eclipse projects. Now I need to learn how to make a custom verson of a plugin availa

eclipse:eclipse and direct project references

2005-11-03 Thread Barry Kaplan
In the eclipse plugin, EclipseUtils.findReactorProject() does the below snippet when deciding whether a reactor project matches a dependency artifact (and if so, a direct eclipse project dependency is created instead of a repo jar depenency): if ( project.getGroupId().equals( artifa

Re: Maven 1.1 beta2 bug??

2005-11-03 Thread Dion Gillard
It'll be the maven-torque-plugin-3.1.1.jar's project.xml that needs the dependency added. On 11/4/05, Patrick Wang <[EMAIL PROTECTED]> wrote: > Thanks for the information, I think it may be torque issue but I want to see > if > Anyone has ever setup the dependencies for torque. > > I follow the i

Re: Wrong processing order

2005-11-03 Thread Dion Gillard
Do the dependencies all have different s? On 11/4/05, Joao Batistella <[EMAIL PROTECTED]> wrote: > Yes, I did. > > My EAR project depends on my EJB. That's why I don't understand this behaviour > > Thanks > > -Original Message- > From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] > Sent: quin

Re: [maven2] Failed to build model from plexus-utils-1.0.4.pom

2005-11-03 Thread Brett Porter
Native to ascii on the file shows: Trygve Laugst\u00f8l I'm not sure why this is an issue, but I will change the pom in the repo for the moment. - Brett On 11/4/05, Jeremy Hughes <[EMAIL PROTECTED]> wrote: > Stepping through this in debug the main difference I can see is: > > Windows: > > isr.s

Re: keyword "SNAPSHOT" in depedency version is ignored

2005-11-03 Thread Brett Porter
What was the dependency? Do you have a test case? - Brett On 11/4/05, Brian E. Fox <[EMAIL PROTECTED]> wrote: > I'm not able to make this work. I tried: > [1.1,) > [1.1,] > (1.1,) > > Etc. Each time it is trying to resolve that version exactly as typed. > > -Original Message- > From: Bre

RE: Wrong processing order

2005-11-03 Thread Joao Batistella
Yes, I did. My EAR project depends on my EJB. That's why I don't understand this behaviour Thanks -Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 3 de novembro de 2005 18:43 To: 'Maven Users List' Subject: RE: Wrong processing order Did you define

Re: Don't fail build when tests fail during site/site-deploy steps

2005-11-03 Thread Brett Porter
This is a bug that will be fixed so it isn't required. - Brett On 11/4/05, Arnd Brusdeilins <[EMAIL PROTECTED]> wrote: > |maven -Dmaven.test.failure.ignore=true site > should do this > | > Duane Homick wrote: > >Is there a way to configure the site-deploy for use with surefire-reports > >such th

Re: [m2] Problem: How to run some tests only sometimes

2005-11-03 Thread Brett Porter
Yes, you'd need to include the defaults you need. **/LongTest.* On 11/4/05, Dave Neuer <[EMAIL PROTECTED]> wrote: > So, what is the syntax for ? Am I correct that this > goes in a .. section? And am I > also correct that I will need to include the defaults (i.e., exclude > "Abstract*"? > >

Re: Updating a plugin with ?

2005-11-03 Thread Brett Porter
Yes, it sounds like a bug. The version in plugin management should be used. -U is only for when the version is unspecified. - Brett On 11/4/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > OK, but then, the question is: the version of a plugin declared in the > section is not part of

Re: stupid question : building plugins

2005-11-03 Thread Brett Porter
You don't need to rebuild all the plugins at once - just build the plugins individually. The assembly change is unfortunate, we'll get that released soon. - Brett On 11/4/05, Kevin Galligan <[EMAIL PROTECTED]> wrote: > This is going to sound like a moderately stupid question. How do you > build

Re: Producing directory artifacts

2005-11-03 Thread Brett Porter
Isn't it possible to JAR up that directory, using the extension .sar, and have it expanded at runtime? The repository is not really a workspace, but a place Maven uses as a cache and for communication - generally things are copied out of the repository into a workspace, and can be expanded if nece

Re: TimeStamp Check

2005-11-03 Thread Brett Porter
Yes, this is the purpose of SNAPSHOT dependency version. - Brett On 11/4/05, Jean Safar <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I was not able to find the answer to this question. Can I have Maven (1 and > 2) check the time stamp of their dependencies for eventual upgrades of the > jars

TimeStamp Check

2005-11-03 Thread Jean Safar
Hi,   I was not able to find the answer to this question. Can I have Maven (1 and 2) check the time stamp of their dependencies for eventual upgrades of the jars in the local repository?   Thanx in advance-   jean safar European Technology Director

[m2] embedding maven

2005-11-03 Thread Robert Biernat
Hi, Whats the status on the maven embedder. I currently use intellij as my ide, and through its external tools feature I'm able to run maven for the selected module, but it would be nice to have a bit more control so I was thinking of writing a very simple intellij plugin, that uses the embedder.

How to autogenerate POM dependencies based on Eclipse Dependencies?

2005-11-03 Thread Siegfried Heintze
Is there a way to synchronize the jar dependencies in Eclipse with the dependencies in the POM? I think this was a feature of the MevanIDE but I could not figure out how to make that feature work and it does not support M2 anyway. Is there a M2 pluggin to do this? Assuming such a plugging does no

RE: Maven 1.1 beta2 bug??

2005-11-03 Thread Patrick Wang
Thanks for the information, I think it may be torque issue but I want to see if Anyone has ever setup the dependencies for torque. I follow the instruction on torque installation http://db.apache.org/torque/releases/torque-3.1.1/user-guide.html#Installing_Tor que maven plugin:download -Dartifac

RE: Producing directory artifacts

2005-11-03 Thread Ruel Loehr
We actually have a need for this type of artifact as well. In the ant version of our build, many of our subprojects produce as their output a deployable sar (this is basically a directory named *.sar which contain a bunch of jars, and a META-INF folder in it. I think it is a valid question, how

Re: Maven 1.1 beta2 bug??

2005-11-03 Thread Dion Gillard
Arnaud, it was definitely a good idea to remove it! On 11/4/05, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Xerces is no more bundled in maven 1.1 (even if I'm always thinking if it's > not finally a so good idea to removed it). > http://maven.apache.org/maven-1.x/reference/backwards-compatibil

Re: [m2] release:perform does not work

2005-11-03 Thread Brett Porter
release:perform doesn't know to checkout projects at a higher level, it currently needs to be run from a common source root. - Brett On 11/3/05, Igor Bljahhin <[EMAIL PROTECTED]> wrote: > Hello! > > I have a multimodule project with "flat" directory structure: > > ./ > translators/ -- parent pr

Re: [m2] install plugin bug with classifiers ?

2005-11-03 Thread Brett Porter
I think you need: package and jar in the jar plugin as it is not being run otherwise. - Brett On 11/3/05, Julien Stern <[EMAIL PROTECTED]> wrote: > On Thu, Nov 03, 2005 at 10:05:50AM +1100, Brett Porter wrote: > > How are you calling it? > > > > Sounds like you are running install:instal

Re: Debugging M2 plugins using Eclipse

2005-11-03 Thread Frank Mena
Fantastic! I was able to walk through MavenProject to find out it's functionality. I found that the resource directories are available for all dependent modules, which is what I was looking for. Thanks again, Frank On 11/3/05, Kenney Westerhof <[EMAIL PROTECTED]> wrote: > > On Thu, 3 Nov 2005,

Re: Producing directory artifacts

2005-11-03 Thread Brett Porter
No, this wouldn't work at present. Can you describe the use case rather than your proposed solution? Perhaps there is an alternative. Many people use a tarball that is unpacked after downloading. Some of the components documentation is under the lifecycle guide in the web site. - Brett On 11/3/

Re: Maven(2.0): Web apps and transitive dependencies

2005-11-03 Thread Robert Taylor
Stephen, what does this buy me over creating a "light" version of either (suggested by Alexandre earlier in this thread). For now I'm using exclusions which seems the most logical choice of the options presented so far. But I'm new, and certainly don't know the best way to proceed, so any advi

RE: Maven genapp struts & context.xml

2005-11-03 Thread Arnaud HERITIER
Are you sure that xdoclet can generate the config.xml for tomcat ? Personnaly i putted it in src/webapp/META-INF Arnaud > -Message d'origine- > De : Akins, Greg [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 3 novembre 2005 22:02 > À : 'users@maven.apache.org' > Objet : Maven genapp struts

RE: Maven 1.1 beta2 bug??

2005-11-03 Thread Arnaud HERITIER
Xerces is no more bundled in maven 1.1 (even if I'm always thinking if it's not finally a so good idea to removed it). http://maven.apache.org/maven-1.x/reference/backwards-compatibility.html Arnaud > -Message d'origine- > De : Patrick Wang [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 3

RE: Wrong processing order

2005-11-03 Thread Arnaud HERITIER
Did you define in your EAR project a dependency to your EJBs ? The reactor will use it to know it should build the EJBs before the EAR. Arnaud > -Message d'origine- > De : Joao Batistella [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 3 novembre 2005 18:13 > À : users@maven.apache.org > Ob

Re: Maven 1.1 beta2 bug??

2005-11-03 Thread Brett Porter
Torque needs to be updated to include Xerces in its dependencies list, since it depends on it and Maven 1.1 no longer bundles it. On 11/4/05, Patrick Wang <[EMAIL PROTECTED]> wrote: > > > -Original Message- > From: Patrick Wang [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 03, 2005

Re: [1.0.2] Flatten resource location on copy

2005-11-03 Thread Dion Gillard
Is there a reason you can't put them into WEB-INF/hbm to start off with? On 11/4/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote: > My project is using Hibernate, so we have *.hbm.xml files alongside the > classes they are associated with in the package structure. For example: > src > java > com > foo

Maven genapp struts & context.xml

2005-11-03 Thread Akins, Greg
Using maven 1.0.2 deploying to Tomcat 5.5.x and creating struts app with maven genapp struts I can't seem to figure out where to put the context.xml so it get's placed in the correct spot during deploy. I'd normally create webapp/META-INF and put context.xml there... But it seems like xdoclet wo

Re: SSH proxy for deployments

2005-11-03 Thread Brett Porter
Thanks! Are you interested in creating a patch? - Brett On 11/3/05, Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote: > I've taken a look at wagon sources, and the SSH wagon doesn't provide > support for proxied connections, although it internally uses JSch, and > inherits from AbstractWagon, that

Re: Don't fail build when tests fail during site/site-deploy steps

2005-11-03 Thread Arnd Brusdeilins
|maven -Dmaven.test.failure.ignore=true site should do this | Duane Homick wrote: Is there a way to configure the site-deploy for use with surefire-reports such that if the junit tests that are run fail, they dont fail the build and cause the site not to be distributed? Otherwise, what is the

RE: Maven 1.1 beta2 bug??

2005-11-03 Thread Patrick Wang
-Original Message- From: Patrick Wang [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 11:44 AM To: '[EMAIL PROTECTED]' Subject: Maven 1.1 beta2 bug?? Java 1.5.0_02 runtime I got this error when trying to invoke torque, anyone has similar experience? I am using LINUX fedor

Re: make -> maven

2005-11-03 Thread dan tran
I am all for single package. -D On 11/3/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > What I did with maven 1 is write a custom goal that uses ant to call a bat > file that calls make. That way, we only needed to export a make file from > Visual Studio and all parameters are correct. Otherwise

[M2] How to work with Eclipse Wtp and maven2

2005-11-03 Thread Alexandre Poitras
Hi all, I found off some mails on this subject but I can't seems to get the big picture to how work at the same time with eclipse wtp and maven 2. The documentation seems very sparse and seems to use different tricks. Can someone who got it working give me some quick hints of the differences betwe

Packaging binary-only libraries

2005-11-03 Thread Chris Tucker
Hi, I'm in the process of setting up some build processes for a couple of new projects, one of which has dependencies on several proprietary libraries that are binary-only (in this sense, the same as the Sun libraries). Ideally, I'd like to be able to package these up using Maven2 so I can m

Re: Migrating from Ant to Maven

2005-11-03 Thread Chris Berry
Hi, The move from Ant to Maven is relatively painless, particularly with Maven2. I would definitely recommend going with Maven2. Maven1 uses Jelly which is pretty nasty to deal with -- you can call out to Ant with Jelly easily, but Jelly is quite unpredictable and you will spend a lot of time tea

Re: [M2] eclipse plugin: tools.jar incorrectly added

2005-11-03 Thread Anuerin Diaz
hi, doesnt M2_REPO supposed to resolve to the user's local repository? if that is the case and assuming the local repository is "c:\repository" then the final path will be "c:\repository/C:/dev/Java/jdk1.5.0_04/jre/../lib/tools.jar" which i think is already invalid. i am a new maven user

RE: Continuum User Authentication via LDAP

2005-11-03 Thread Frank Zhao
I added comments on Jira about the LDAP feature design for the Continuum. Any comments are welcome: http://jira.codehaus.org/browse/CONTINUUM-358 Thanks, Frank -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Mon 10/17/2005 9:35 PM To: continuum-users@maven.apac

Re: Debugging M2 plugins using Eclipse

2005-11-03 Thread Kenney Westerhof
On Thu, 3 Nov 2005, Frank Mena wrote: Before you run maven on the commandline, set MAVEN_OPTS to: "-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005" Then set a breakpoint in eclipse, and start the debugger for an external app, configuring it w

Wrong processing order

2005-11-03 Thread Joao Batistella
Hello. I'm trying to build my EAR with Maven but it builds my EAR before my EJBs. The processing order is wrong. Here is how my directory structure looks like: - root - maven.xml - project.xml (default configuration) - project.properties - server - maven.xml (it has a reactor with i

Re: Documentation for writing Pluggins for M2?

2005-11-03 Thread Jan Bartel
Siegfried, I am far from being a Maven expert, but AFAIK, "Mojo" is a play on the words "Maven" "Pojo". You write a Java class that implements the Mojo api. You basically implement the execute() method to do the work of your plugin. Put in the pom.xml of the project maven-plugin, follow th

Debugging M2 plugins using Eclipse

2005-11-03 Thread Frank Mena
I have been trying and struggling to convert from ant to maven on a very large and complicated multi-module, multi-project. I feel like a dog with a bone that won't let go. Maven 2 is too good a tool not to use and am determined to make it work. Great job, guys. I am writing some plugins and would

Re: [M2] Myfaces doesn't have any dependencies...

2005-11-03 Thread Alexandre Poitras
Done, http://jira.codehaus.org/browse/MEV-171 Hope this help! On 11/3/05, John Casey <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > The POM is most likely wrong. If you have time, it would be a great help > if you could file a JIRA issue at: > > http://jira.code

RE: Problem with calling own goals

2005-11-03 Thread David Jackman
maven.xml is not supported in Maven 2. You need a Maven 2 plugin that will do what you want. I believe there is a Maven 2 antrun plugin that will execute an Ant script. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 9:37 AM To: use

Re: [maven2] Failed to build model from plexus-utils-1.0.4.pom

2005-11-03 Thread Jeremy Hughes
Stepping through this in debug the main difference I can see is: Windows: isr.sd.btc is an instance of sun.io.ByteToCharCp1252 Linux: isr.sd.btc is an instance of sun.io.ByteToCharUTF8 but I feel I'm debugging the JRE now :-( On 11/3/05, Jeremy Hughes <[EMAIL PROTECTED]> wrote: > This small t

RE: Problem with calling own goals

2005-11-03 Thread Yann Le Du
Hi Florian, If you want to call an Ant task, you can use maven-antrun-plugin : http://maven.apache.org/plugins/maven-antrun-plugin/ Regards, Yann --- [EMAIL PROTECTED] a écrit : > > Hello, > > I want to call from my Maven 2.0 pom.xml File a special ant Task. > (The corresponding plugin exist

RE: keyword "SNAPSHOT" in depedency version is ignored

2005-11-03 Thread Brian E. Fox
I'm not able to make this work. I tried: [1.1,) [1.1,] (1.1,) Etc. Each time it is trying to resolve that version exactly as typed. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Monday, October 31, 2005 3:27 PM To: Maven Users List Subject: Re: keyword "SNAPSHOT"

Don't fail build when tests fail during site/site-deploy steps

2005-11-03 Thread Duane Homick
Is there a way to configure the site-deploy for use with surefire-reports such that if the junit tests that are run fail, they dont fail the build and cause the site not to be distributed? Otherwise, what is the point of the surefire reports since it could only possibly ever show results with 1

[1.0.2] Flatten resource location on copy

2005-11-03 Thread Jamie Bisotti
My project is using Hibernate, so we have *.hbm.xml files alongside the classes they are associated with in the package structure. For example: src java com foo MyFooClass.java MyFooClass.hbm.xml bar MyBarClass.java MyBarClass.hbm.xml I need to put *.hbm.xml into WEB-INF/hbm becuase I need to tell

Problem with calling own goals

2005-11-03 Thread Florian . Eska
Hello, I want to call from my Maven 2.0 pom.xml File a special ant Task. (The corresponding plugin exist only for Maven 1.0.2). I follow the documentation on http://maven.apache.org, but for me it seems that the documentation is 1.0.2 related and not 2.0. My pom.xml looks like: http://maven.a

RE: Where this dependency come from?

2005-11-03 Thread Joao Batistella
Sorry. Maven 1. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 3 de novembro de 2005 13:37 To: Maven Users List Subject: Re: Where this dependency come from? maven1 or maven 2? Joao Batistella said: > When I try to build my project, Maven trie

Re: Where this dependency come from?

2005-11-03 Thread Emmanuel Venisse
maven1 or maven 2? Joao Batistella said: > When I try to build my project, Maven tries to download > commons-logging-1.1-dev.jar. But I have no declared dependency for this > library. > > Where can I see this dependency? > > > > Thanks > > João Paulo. > >

RE: [m2] Problem: How to run some tests only sometimes

2005-11-03 Thread Dave Neuer
So, what is the syntax for ? Am I correct that this goes in a .. section? And am I also correct that I will need to include the defaults (i.e., exclude "Abstract*"? I'm finding the documentation not quite clear on this. Dave -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED

Migrating from Ant to Maven

2005-11-03 Thread Sakala, Adinarayana
Hi, I am new to Maven. We currently use Ant for build system in our open source project called Celtix (http://celtix.objectweb.org). We are looking to migrate the project to using Maven. Did anybody go through this process before? If so, Any pointers/help? Any known issues? Also, do anybody hav

Re: Getting project classpath in ant

2005-11-03 Thread Rohnny Moland
On 11/03/2005 02:32 AM, Brett Porter wrote: It's a reference, you can't echo it. try: ${out} But artifacts with the system scope are not included in the maven.dependency.classpath. Is this a bug, or how can I retrieve a reference to them? I could of course use pathelement tags, but it mus

Re: Where this dependency come from?

2005-11-03 Thread Ralph Pöllath
On 03.11.2005, at 17:14, Joao Batistella wrote: When I try to build my project, Maven tries to download commons- logging-1.1-dev.jar. But I have no declared dependency for this library. Where can I see this dependency? If you're running maven2, it's probably a transitive dependency. Try a

RE: Updating a plugin with ?

2005-11-03 Thread fabrice . belingard
OK, but then, the question is: the version of a plugin declared in the section is not part of its "configuration"? I mean, if I have the following in my POM: ... ...

Where this dependency come from?

2005-11-03 Thread Joao Batistella
When I try to build my project, Maven tries to download commons-logging-1.1-dev.jar. But I have no declared dependency for this library. Where can I see this dependency? Thanks João Paulo.

[m2] Strange Build Error

2005-11-03 Thread Allison, Bob
I am experimenting with a directory archiver for plexus, and built a new snapshot version of the component. When I did a "mvn install" in that directory, the install placed the jar where I expected it: [INFO] [install:install] [INFO] Installing /net/home/allisord/src/plugins/plexus-archiver/targe

stupid question : building plugins

2005-11-03 Thread Kevin Galligan
This is going to sound like a moderately stupid question. How do you build maven plugins from source? I can get the source (no problems with svn). I'd like to do a build of the latest but I can't really figure it out. I've tried: - Building everything by bootstrap. I cannot get this to wo

Re: [M2] Myfaces doesn't have any dependencies...

2005-11-03 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The POM is most likely wrong. If you have time, it would be a great help if you could file a JIRA issue at: http://jira.codehaus.org/browse/MEV Please include a list of dependencies you believe to be correct, or as close as you can get (it'll help u

RE: [m2]Archetype variables

2005-11-03 Thread Sean Hennessy
The element is not defined in the POM schema (xsd) http://maven.apache.org/maven-model/maven.html Maybe.. variable1 ${variable1Value} -Original Message- From: Nitko2 [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 7:29 AM To: Maven Users List Subject: [

RE: Documentation for writing Pluggins for M2?

2005-11-03 Thread Siegfried Heintze
Ahhh --- OK, this is progress. I've been searching the archives for "execution" to learn how to create a custom goal to execute my program and I have not had any luck. What is "mojo"? I guess if I want to write a little for loop to enumerate the dependencies in my POM there is probably a way to

Re: make -> maven

2005-11-03 Thread Wim Deblauwe
What I did with maven 1 is write a custom goal that uses ant to call a bat file that calls make. That way, we only needed to export a make file from Visual Studio and all parameters are correct. Otherwise, you need to duplicate all parameters you have in your ide in the maven plugin. regards, Wim

[M2] Myfaces doesn't have any dependencies...

2005-11-03 Thread Alexandre Poitras
Myfaces library doesn't seems to have any dependencies wich is weird because it's depends about a lot of jakartas commons libraries, jsp 2.0 and servlet apis. Any thoughts on this? -- Alexandre Poitras Québec, Canada

Re: Documentation for writing Pluggins for M2?

2005-11-03 Thread Jan Bartel
Siegfried, Here's a link to writing a plugin in Java: http://maven.apache.org/maven2/guides/plugin/guide-java-plugin-development.html And here's a link to the API: http://maven.apache.org/maven2/developers/mojo-api-specification.html regards, Jan Siegfried Heintze wrote: Is there any docume

[m2]Archetype variables

2005-11-03 Thread Nitko2
Hi! Is it possible to include variables in archetype pom.xml template? I created pom.xml which includes this part: ${variable1} and I tried to fill it with -D like this mvn archetype:create -DarchetypeGroupId=my-plugins -DarchetypeArtifactId=my-simple-archetype -Da

RE: Documentation for writing Pluggins for M2?

2005-11-03 Thread Yann Le Du
http://maven.apache.org/guides/introduction/introduction-to-plugins.html --- Siegfried Heintze <[EMAIL PROTECTED]> a écrit : > Is there any documentation for writing pluggins for M2? Could someone kindly > point me to it? > Thanks, > Siegfried > > > -

Documentation for writing Pluggins for M2?

2005-11-03 Thread Siegfried Heintze
Is there any documentation for writing pluggins for M2? Could someone kindly point me to it? Thanks, Siegfried - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Could ibiblio site benefit from Search?

2005-11-03 Thread David Jackman
You can also do a Google search using the syntax "site:www.ibiblio.org maven2 " to find artifacts by name, but it is less than ideal. -Original Message- From: Doug Douglass [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 8:01 AM To: Maven Users List Subject: Re: Could ibiblio

RE: make -> maven

2005-11-03 Thread David Jackman
How does the maven-native plugin compare with the FreeHEP plugin Mark Donszelmann talks about (http://java.freehep.org/freehep-nar-plugin for the Maven1 version, Maven2 version in the works)? Can we combine efforts to make a single native plugin faster (and better), or are there really multiple app

Re: Could ibiblio site benefit from Search?

2005-11-03 Thread Doug Douglass
Brian, I've been using the following site for months, but I'm pretty sure it's m1 only: http://maven.ozacc.com/search DD Brian Bonner wrote: It seems like the ibiblio site could benefit from search including: 1. Searching pom.xml files for dependencies 2. Searching for artifacts by a

Re: make -> maven

2005-11-03 Thread Emmanuel Venisse
Harnett, Brendan said: > Hi > > > > We are currently responsible for developing and maintaining a large code > base (mainly C++ but also Java) which is currently built using Make. We > are considering replacing make with maven for our builds as it provides > good support for distributed builds, rel

Re: [m2] multi-module visibility problem

2005-11-03 Thread Alexandre Poitras
I understand, I did the same mistake at first. A good way to understand a maven parent pom project, is to look at it like it was a workspace in a IDE. The projects still have to declare the dependencies over their sibling projects. On 11/3/05, Anuerin Diaz <[EMAIL PROTECTED]> wrote: > > thank you.

make -> maven

2005-11-03 Thread Harnett, Brendan
Hi We are currently responsible for developing and maintaining a large code base (mainly C++ but also Java) which is currently built using Make. We are considering replacing make with maven for our builds as it provides good support for distributed builds, release management and seems to han

Could ibiblio site benefit from Search?

2005-11-03 Thread Brian Bonner
It seems like the ibiblio site could benefit from search including: 1. Searching pom.xml files for dependencies 2. Searching for artifacts by a specific name (i.e. jstl) to identify existing/duplicate artifacts, etc. What do others think? Brian

Re: [M2] How to get maven-scm-plugin-1.0-alpha-4

2005-11-03 Thread Emmanuel Venisse
yes, please. sorry for my fault. Emmanuel Jose Gonzalez Gomez said: > Do you want me to file the issue? That "d" in "filed an issue" makes > me doubt :o) > > 2005/11/3, Emmanuel Venisse <[EMAIL PROTECTED]>: >> metadata seems to be wrong in repository, filed an issue and we'll fixed >> it. >> >>

Re: [m2] multi-module visibility problem

2005-11-03 Thread Anuerin Diaz
thank you. i guess i misunderstood the way maven works. i initially thought that the reactor (or whatever internal component) also keeps track of the compiled classes. ciao! On 11/3/05, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > You have to declare module1 as dependency in module2. Maven cann

Re: library dependancy wrong?

2005-11-03 Thread Brian Bonner
Srepfler, check under: http://www.ibiblio.org/maven2/javax/servlet/jstl/1.1.2/ Brian On 10/27/05, Srepfler Srgjan <[EMAIL PROTECTED]> wrote: > I've imported a dependency on the JSTL library > > jstl > jstl > 1.1.2 > > However it seems the standard.jar that gets imported is

Re: [M2] How to get maven-scm-plugin-1.0-alpha-4

2005-11-03 Thread Jose Gonzalez Gomez
Do you want me to file the issue? That "d" in "filed an issue" makes me doubt :o) 2005/11/3, Emmanuel Venisse <[EMAIL PROTECTED]>: > metadata seems to be wrong in repository, filed an issue and we'll fixed it. > > Emmanuel > > Jose Gonzalez Gomez said: > > I've tried to do that, even deleting the

[m2]Custom archetype

2005-11-03 Thread Nitko2
I tried to create archetype with following archetype.xml: my-simple-archetype src/DeleteMe.java src/DeleteMeTest.java After I installed plugin, I tried: mvn archetype:create -DarchetypeGroupId=my-plugins -DarchetypeArtifactId=my-simple-archetype -DarchetypeVersion=1.0

Re: [M2] How to get maven-scm-plugin-1.0-alpha-4

2005-11-03 Thread Emmanuel Venisse
metadata seems to be wrong in repository, filed an issue and we'll fixed it. Emmanuel Jose Gonzalez Gomez said: > I've tried to do that, even deleting the repository before doing it, > and I keep getting alpha-3 > > Jose > > 2005/11/3, Emmanuel Venisse <[EMAIL PROTECTED]>: >> the best way is to u

Re: [M2] eclipse plugin: tools.jar incorrectly added

2005-11-03 Thread Jose Gonzalez Gomez
+1 on this 2005/11/3, Thomas Van de Velde <[EMAIL PROTECTED]>: > Hi, > > When generating the Eclipse classpath, I am getting this: > > path="M2_REPO/C:/dev/Java/jdk1.5.0_04/jre/../lib/tools.jar"/ > > This used to work a couple of days ago and now all of a sudden I get this > error. > > Thomas > >

Test Fail with the message You have more than one version of 'org.apache.commons.logging.Log' visible

2005-11-03 Thread Joao Batistella
Hello! I have in my project, a dependendy for commons-logging version 1.0.4 but, when I run my tests, Junit seems to use another version of commons-logging, I think it uses commons-logging-1.1-dev.jar. Because of this, when I run my tests, I get the message: "You have more than one version

Re: [M2] How to get maven-scm-plugin-1.0-alpha-4

2005-11-03 Thread Jose Gonzalez Gomez
I've tried to do that, even deleting the repository before doing it, and I keep getting alpha-3 Jose 2005/11/3, Emmanuel Venisse <[EMAIL PROTECTED]>: > the best way is to use the -U parameter on command line for update the plugin > > Emmanuel > > Jose Gonzalez Gomez said: > > As a workaround, it

Re: archetype:create problem

2005-11-03 Thread Jorg Heymans
please search the list, this has come up a few times already. note to devs: There should either exist a RELEASE version of the archetype or the docs need to be made more clear. Jorg - To unsubscribe, e-mail: [EMAIL PROTECTED]

running continuum on mysql

2005-11-03 Thread witek wolejszo
Hello, Has anyone succeeded in running Continuum-1.0 on mysql database? Environment: Debian GNU/Linux 2.6.8-2-k7 MySQL 4.0.24_Debian-10-log MySQL-AB JDBC Driver, version=mysql-connector-java-3.1.11 ( $Date: 2005-09-21 18:20:03 + (Wed, 21 Sep 2005) $, $Revision: 4287 $ ), major=3, minor=1

archetype:create problem

2005-11-03 Thread Malcolm Wong Ho
Have a problem using this command : mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp -DarchetypeArtifactId=maven-archetype-ear Error : [INFO] Failed to resolve artifact. GroupId: org.apache.maven.archetypes ArtifactId: maven-archetype-ear Version: RELEASE

[M2] javadoc definining group packagings

2005-11-03 Thread Pilgrim, Peter
Hi I am converting M1 to M2 and I trying set up the javadoc groups for packages. What is the correct format for in the javadoc:javadoc plugin? I would like `com.csfb.foo.bar.dao' to fall under DAO and `com.csfb.foo.bar.ui' to fall under `UI' ...

archetype:create problem

2005-11-03 Thread Malcolm Wong Ho
Have a problem using this command : mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-webapp -DarchetypeArtifactId=maven-archetype-ear Error : [INFO] Failed to resolve artifact. GroupId: org.apache.maven.archetypes ArtifactId: maven-archetype-ear Version: RELEASE

[M2] eclipse plugin: tools.jar incorrectly added

2005-11-03 Thread Thomas Van de Velde
Hi, When generating the Eclipse classpath, I am getting this:

  1   2   >