Re: Problem with database

2007-04-18 Thread Anoop kumar V
The only thing that worked for me (I tried a LOT of diff things) was to shutdown continuum ( I used pkill - ps kill) and then go into the database and remove the project from the table. You would need to log in to derby as the sa user. Anoop On 4/17/07, Mykel Alvis [EMAIL PROTECTED] wrote: I

Re: mvn site site:deploy problem

2007-04-18 Thread Nick Stolwijk
I think I know what he means, as I have seen the same. It thrashes in case of a multimodule project. If you have parent -child1 -child2 It executes first for parent the goals (clean install site site:deploy), then child1 and then child2. So if one of your childs fails, you have half the

Re: mvn site site:deploy problem

2007-04-18 Thread Ionut S
Yes, that's exactly what happens. Probably I should address this question to the maven list ? Nick Stolwijk [EMAIL PROTECTED] wrote: I think I know what he means, as I have seen the same. It thrashes in case of a multimodule project. If you have parent -child1 -child2 It executes

Re: mvn site site:deploy problem

2007-04-18 Thread David Roussel
Oh, I see. How about changing your site build to run a script that does... 1. mkdir tmp-site 2. mvn clean site site:deploy -DdistributionManagement.site.url=./tmp-site 3. if success; mv tmp-site /var/www/site I suppose it in a Maven issue, but it's a fundamental 'feature' of how Maven works.

Re: How can I stop a build if I don't see the Java processes for it?

2007-04-18 Thread Andrew Williams
hitting the build all button might clear this. Andy On 18 Apr 2007, at 12:52, Morgovsky, Alexander ((US - Glen Mills)) wrote: Please help, we are at the point of uninstalling Continuum and again installing everything. I sincerely hope you can provide a solution for this, as these

RE: How can I stop a build if I don't see the Java processes for it?

2007-04-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
It does not, the old build is still in progress. -Original Message- From: Andrew Williams [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 1:43 PM To: continuum-users@maven.apache.org Subject: Re: How can I stop a build if I don't see the Java processes for it? hitting the

RE: How to Build Eclipse RCP Application using Maven

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
Hi, The following authentication error is coming while trying to install your eclipse plugins. The following command deploying eclipse plugins to the NECLUES Repo/. How to install eclipse plugins in local repo (.m2 repo)? C:\Documents and Settings\bpra\.m2\SampleProject1mvn -e

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

2007-04-18 Thread Balasubramanian, Ravi Shankar
Just in case, if anybody is looking into this, I tried creating a new java process from a simple Java class in it's main method and verified if the main class exits. It does exit and only when I run it through a test case in maven, the maven's java process is not exiting. Regards, Ravi

RE: How to set class path in maven POM

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
How to declare dependencies? Thanks Regards Ramesh Babu.P -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 9:43 PM To: Maven Users List Subject: Re: How to set class path in maven POM Use properly declared dependencies and the

Re: How to Build Eclipse RCP Application using Maven

2007-04-18 Thread Barrie Treloar
On 4/18/07, Ramesh Babu Pokala - TLS, Chennai [EMAIL PROTECTED] wrote: Hi, The following authentication error is coming while trying to install your eclipse plugins. The following command deploying eclipse plugins to the NECLUES Repo/. How to install eclipse plugins in local repo (.m2 repo)?

Re: I want a project that JUST does reporting and creates a site

2007-04-18 Thread Dave Syer
KenCoveny wrote: Where in the maven doc does it say where plugins can or cannot be run? That's a joke right? Ha, ha. I base my (non-authoritative) conclusion only on limited experience, e.g. observation of what happens when you put antrun in the reports configuration, and the fact that

Getting index.html of site generated automatically

2007-04-18 Thread Ian Rowlands
When I do a site:site build of one of my projects, no index.html (or equivalent is generated). Is there a way to do this automatically, rather than put it an xdoc/index.xml in each individual project (this happens for all of the modules of the projects) as well? Regards, Ian Disclaimer:

Re: M2 : Controlling WEB-INF/lib contents in war

2007-04-18 Thread Marcel Schutte
Hi James, Please take a look at http://jira.codehaus.org/browse/MEAR-60. This improvement should help you get rid of the duplicate dependency declarations. Please vote for it or comment if you see other ways to solve this problem. Regards, Marcel - Original Message From: Shute, James

copy-dependecies sources

2007-04-18 Thread JC Walmetz
I use the copy dependency plugin to copy dependencies of my project to a directory. I'd like to copy jars and sources. By default the dependency plugin just copy jars. I found a solution to copy sources: mvn install -Dclassifier=sources -DexcludeArtifactIds Unfortunately I have several jars

[m2] adding classpathentry with maven-eclipse-plugin

2007-04-18 Thread Adrian Herscu
Hi all, Is there some way to add a classpathentry such as classpathentry kind=src path=target/generated-sources/antlr/ to the .classpath file? It seems that the plugin knows only about classpath containers :-( Adrian. -

assembly plugin for per-customer configuration

2007-04-18 Thread Belák Václav
Hello, I've a problem using assembly plugin v. 2.2-SNAPSHOT and don't know, if it's a bug or my fault. So, i have a multi-module project. /parent | |-war |-ear And in each module I package alternative configuration files according to profile (i.e. each customer has own

RE: How to set class path in maven POM

2007-04-18 Thread Tim Kettler
Hi, have you read the introductory material available for maven? Declaring dependencies is quite a fundamental concept. I would advise you to have a look at the 'Maven Getting Started Guide' [1] and/or the free maven book from Mergere [2]. This guide [1] might also be of interest. -Tim [1]

Hello, I have the following problem since 2 weeks, hope someone can help me, i've tried to ask in much other forums before:

2007-04-18 Thread Schludi
Hello, I have the following problem since 2 weeks, hope someone can help me, i've tried to ask in much other forums before: I am new to maven and have to refactor an old project for JBossWS, which was deployed on Tomcat before. The maven-script (or ejbdoclet) currently don't generate the

RE: Plugin release schedules

2007-04-18 Thread Shute, James
Fantastic news - thanks very much James -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 17, 2007 9:28 PM To: Maven Users List Subject: Re: Plugin release schedules Hi James, I pinged the dev list about the IDEA plugin last week, to see if

RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
Hi Milos, Thanks for your answer. It did help some, but it would be nice if you could give me an example. Say I have a library called jamod.jar v1.2. It is installed in our company maven2 repo as groupId=jamod, artifactId=jamod, Version=1.2 as type=jar. In the directorystructure of my local

Re: [m2] adding classpathentry with maven-eclipse-plugin

2007-04-18 Thread Thorsten Heit
Hi Adrian, Is there some way to add a classpathentry such as classpathentry kind=src path=target/generated-sources/antlr/ to the .classpath file? It seems that the plugin knows only about classpath containers :-( AFAIK no. The plugin only adds all the dependencies contained in your

Maven builds and eclipse

2007-04-18 Thread Kris Massey
Hi all, Im having some problems getting eclipse to work with the mvn eclipse:eclipse task My build creates the correct contents in the target file/WEB-INF/lib folder, however when I run the eclipse task it picks up 3 extra jars, Ive got no idea where from The jars are to do with servlets,

Re: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Milos Kleint
On 4/18/07, Arne Styve [EMAIL PROTECTED] wrote: Hi Milos, Thanks for your answer. It did help some, but it would be nice if you could give me an example. Say I have a library called jamod.jar v1.2. It is installed in our company maven2 repo as groupId=jamod, artifactId=jamod, Version=1.2 as

Re: Maven builds and eclipse

2007-04-18 Thread Barrie Treloar
On 4/18/07, Kris Massey [EMAIL PROTECTED] wrote: Hi all, Im having some problems getting eclipse to work with the mvn eclipse:eclipse task My build creates the correct contents in the target file/WEB-INF/lib folder, however when I run the eclipse task it picks up 3 extra jars, Ive got no idea

RE: How to set class path in maven POM

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
I know how to set the dependency in POM. But I have around 50 dependent jar files. Do I need to manually install and set the dependency in POM? Or is there any otherway? Thank you.. Thanks Regards Ramesh Babu.P -Original Message- From: Tim Kettler [mailto:[EMAIL PROTECTED]

Re: RE: How to set class path in maven POM

2007-04-18 Thread Thorsten Heit
Hi, I know how to set the dependency in POM. But I have around 50 dependent jar files. Do I need to manually install and set the dependency in POM? If you really need them all: Yes. Or is there any otherway? No. HTH Thorsten

Re: Maven builds and eclipse

2007-04-18 Thread Thorsten Heit
Hi Kris, My build creates the correct contents in the target file/WEB-INF/lib folder, however when I run the eclipse task it picks up 3 extra jars, Ive got no idea where from The jars are to do with servlets, jsps and jsf. Im guessing that maven thinks these jars are needed but when

Include runtime-dependencies in packaged jar

2007-04-18 Thread Florian Ockhuysen
Hi, Using 'mvn package' I generated a jar for my application. This all works fine. However, two dependency jars are used that need to be included in the jar so they are always available at runtime (they're needed at compile-time, too btw). Of course, these dependencies were declared in the

Error while trying to package RCP Application

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
Hi, I got the following error while trying to package RCP Application using mvn -e package command. Please give me a suggetion to resolve this. C:\Documents and Settings\bpra\Desktop\OMX\SampleRCP\SampleProject1mvn -e package + Error stacktraces are turned on. [INFO] Scanning for

RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
Thanks again Milos, I'll give it a try :-) By the way, do you know how to call an ANT-file from the POM ? I have a project with a build.xml ant file that I would like to keep but want to call from a POM. I've searched the net, but found only hints about executing ant-statements from within the

Re: RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Thorsten Heit
Hi Arne, By the way, do you know how to call an ANT-file from the POM ? I have a project with a build.xml ant file that I would like to keep but want to call from a POM. I've searched the net, but found only hints about executing ant-statements from within the pom, and not calling an ant

How to add path to a folder to classpathes

2007-04-18 Thread Ilya Vishnevsky
Hi! I need to add to pom.xml information about classpath to a folder (not a jar-file), so that Idea project, created by mvn idea:idea, had this path in it's project libraries list. Is it possible? - To unsubscribe, e-mail: [EMAIL

RE: RE: How to set class path in maven POM

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
I saw one mail in this group saying From Davis: i know that mvn depenendency:resolve depdendency:build-classpath will dump a classpath list of all transitive/non-transitive jars. What is the purpose of the above command? Will it be used to use classpath automatically for dependent files?

Re: RE: RE: How to set class path in maven POM

2007-04-18 Thread Thorsten Heit
Hi, I saw one mail in this group saying From Davis: i know that mvn depenendency:resolve depdendency:build-classpath will dump a classpath list of all transitive/non-transitive jars. What is the purpose of the above command? See

Browsing over JUnit test history

2007-04-18 Thread Miłosz Witkowski
Hi, I am wondering if Continuum has ability to keep results of JUnit tests performed during builds as he is keeping output of it? I am aware that JUnit test are performed when you specify proper goal or target and for this reason depends on project configuration, but I don't wan't to put logic

RE: How can I stop a build if I don't see the Java processes for it?

2007-04-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
Please help, we are at the point of uninstalling Continuum and again installing everything. I sincerely hope you can provide a solution for this, as these problems could come at any time, and we need a way to handle them gracefully. Thanks in advance.

RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
Hi again Milos, I tried your suggestion, created a JAR file of the Javadoc, and placed it in our company repo as jamod-1.2-javadoc.jar Then rightclicked the dependencynode in the Netbeans project, and selected Download javadoc and source. A small green indicator appeared next to the jar,

Re: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Milos Kleint
On 4/18/07, Arne Styve [EMAIL PROTECTED] wrote: Hi again Milos, I tried your suggestion, created a JAR file of the Javadoc, and placed it in our company repo as jamod-1.2-javadoc.jar Then rightclicked the dependencynode in the Netbeans project, and selected Download javadoc and source. A

RE: Maven builds and eclipse

2007-04-18 Thread Phill Moran
Are they dependencies of included jars? Can you check the POMs of the jars you included -Original Message- From: Kris Massey [mailto:[EMAIL PROTECTED] Sent: April 18, 2007 5:09 AM To: users@maven.apache.org Subject: Maven builds and eclipse Hi all, Im having some problems getting

Re: org.mozilla.javascript repo?

2007-04-18 Thread mateamargo
Wayne Fay wrote: Where did this pom come from? I'd assume this artifact is served by another repo (not central) or requires manual installation (via mvn install:install-file) of the artifact. Wayne Reading this tutorial: http://wiki.apache.org/jakarta-jmeter/JMeterMavenPlugin If you

RE: RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
Hi Thorsten, By the way, do you know how to call an ANT-file from the POM ? I have a project with a build.xml ant file that I would like to keep but want to call from a POM. I've searched the net, but found only hints about executing ant-statements from within the pom, and not calling

maven-surefire-plugin problem

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
Hi, I have installed maven-surefire-plugin version 2.3 in maven's local repository. But still i am getting the following error/. Can anyone help me in this issue...? C:\Documents and Settings\bpra\.m2\SampleProject1mvn -e package + Error stacktraces are turned on. [INFO] Scanning

Re: mvn site site:deploy problem

2007-04-18 Thread Ionut S
Ok, if I create that script how can I tell Continuum to run it ? As our continuum server is configured right now, I can only add a new goal, not a script.. David Roussel [EMAIL PROTECTED] wrote: Oh, I see. How about changing your site build to run a script that does... 1. mkdir tmp-site 2.

Where is binding for maven-release-plugin specified?

2007-04-18 Thread Pankaj Tandon
Hi, I was looking at the pom.xml of the maven-release-plugin hoping to find a binding to one of the phases in there. For example... build plugins ... plugin groupIdsample.plugin/groupId artifactIdmaven-hello-plugin/artifactId executions execution

Re: maven-surefire-plugin problem

2007-04-18 Thread Pankaj Tandon
Hi, It may help if you posted the pom.xml of your project. Also I noticed that you have a project in your home folder.. not a big deal and it should not break anything but it's just a bit strange :). The repository is a peer to your project. Typically you will want to use the 'install' goal to

Re: org.mozilla.javascript repo?

2007-04-18 Thread Wayne Fay
Please take this support request back to the source -- the JMeter folks. In particular, Tim McCune, as it seems like he is responsible for this wiki page. Reading the wiki page, it seems like there are a few artifacts (this mozilla artifact being one) which do not exist in Central, and you will

RE: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Arne Styve
Hi again, works for me in the Netbeans 6.0 M8 build and the respective mevenide 3.0.2 version (from the Netbeans Development Update Center). It's possible that the 2.3 version that works with 5.5 has a bug in there, that I fixed in the source code. Both the View Javadoc popup action

Re: maven-surefire-plugin problem

2007-04-18 Thread Wayne Fay
How did you install the surefire plugin into your repository? Did you just copy the files into the proper directories, or use the mvn install command, or what? Wayne On 4/18/07, Pankaj Tandon [EMAIL PROTECTED] wrote: Hi, It may help if you posted the pom.xml of your project. Also I noticed

For you Enterprise Maven Users!

2007-04-18 Thread Jason van Zyl
http://blogs.maven.org/jvanzyl/2007/04/18/1176905394766.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: For you Enterprise Maven Users!

2007-04-18 Thread Jo Vandermeeren
Looking good.. Good luck with the new company! On 4/18/07, Jason van Zyl [EMAIL PROTECTED] wrote: http://blogs.maven.org/jvanzyl/2007/04/18/1176905394766.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: For you Enterprise Maven Users!

2007-04-18 Thread Antonio Petrelli
2007/4/18, Jason van Zyl [EMAIL PROTECTED]: http://blogs.maven.org/jvanzyl/2007/04/18/1176905394766.html Mmm... expect a bileblog entry soon :-P - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

JUnit tests are being skipped by Maven

2007-04-18 Thread Enrique Gaona
catalog.repository.cmd [INFO]task-segment: [test] [INFO] [INFO] [buildnumber:create {execution: default}] [INFO] Build Number: 20070418-0955 [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [WARNING

Re: JUnit tests are being skipped by Maven

2007-04-18 Thread Arik Kfir
] [INFO] Building catalog.repository.cmd [INFO]task-segment: [test] [INFO] [INFO] [buildnumber:create {execution: default}] [INFO] Build Number: 20070418

Re: JUnit tests are being skipped by Maven

2007-04-18 Thread Wayne Fay
] [buildnumber:create {execution: default}] [INFO] Build Number: 20070418-0955 [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [WARNING] Artifact junit:junit:jar:3.8.1:test retains local scope 'test' overriding broader scope 'compile' given

LifecycleExecutionException: The packaging for this project did not assign a file to the build artifact

2007-04-18 Thread Michael Maven
I'm trying to use the psteclipse plugin to generate my plugins. I've read the Eclipse Corner Article and generated an example archetype project, my-binary-plugin. I'm getting a LifecycleExecutionException: The packaging for this project did not assign a file to the build artifact exception out

Re: bogus error? [ERROR]? How can i get rid of it?

2007-04-18 Thread Baz
I wonder if anyone read this... On 4/11/07, Baz [EMAIL PROTECTED] wrote: Hi, I have seen this error in the build log but i think they are bogus since the operation is successful. How can i get rid of them? Thanks. AY [INFO] copy c:\Documents and Settings\Administrator\.m2\com\aaa\bbb.jar

use maven-antrun-plugin

2007-04-18 Thread 張旭
i'm trying to build a dojo release use maven2, i use maven-antrun-plugin as following: .. build .. plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId executions execution phasecompile/phase

Re: For you Enterprise Maven Users!

2007-04-18 Thread Jason van Zyl
On 18 Apr 07, at 10:52 AM 18 Apr 07, Antonio Petrelli wrote: 2007/4/18, Jason van Zyl [EMAIL PROTECTED]: http://blogs.maven.org/jvanzyl/2007/04/18/1176905394766.html Mmm... expect a bileblog entry soon :-P Rest assured. I was already scolded on IRc :-) Jason.

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

2007-04-18 Thread Jerome Lacoste
On 4/17/07, Balasubramanian, Ravi Shankar [EMAIL PROTECTED] wrote: Hi all, We use maven-surefire-plugin to run our testng test cases. I encountered a problem where in the maven VM is hanging when one of the test cases start a separate java process from within it using the java ProcessBuilder

Set notation for dependency version behavior question

2007-04-18 Thread Dave Hoffer
When specifying the version of a dependency using set notation, i.e. [1.0,) should maven consider SNAPSHOTS when looking for valid versions? Currently it seems that maven2/plugins is inconsistent in how it deals with set notation. It seems that during the release goal it will use local SNAPSHOTS

Re: use maven-antrun-plugin

2007-04-18 Thread Thorsten Heit
Hi, i'm trying to build a dojo release use maven2, i use maven-antrun-plugin as following: .. build .. plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId executions execution

Mojo: query the maven repository for dependencies

2007-04-18 Thread Jo Vandermeeren
Hello fellow maven users, I would like to create a standalone maven plugin that is able to create a module archetype. It should generate the pom and directory structure like a normal maven archetype. When this has been created, it should generate some workflows as spring application context

Re: org.mozilla.javascript repo?

2007-04-18 Thread mateamargo
Wayne Fay wrote: Please take this support request back to the source -- the JMeter folks. In particular, Tim McCune, as it seems like he is responsible for this wiki page. Reading the wiki page, it seems like there are a few artifacts (this mozilla artifact being one) which do not exist

Re: pass-in external variables to be used by POM

2007-04-18 Thread Steven Rowe
How about: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-ear-plugin/artifactId configuration archive manifestEntries Build-Version${version}/Build-Version /manifestEntries /archive /configuration /plugin And

RE: maven-surefire-plugin problem

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
Hi, The following is my POM.xml content project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd; modelVersion4.0.0/modelVersion

RE: maven-surefire-plugin problem

2007-04-18 Thread Ramesh Babu Pokala - TLS, Chennai
Hi, I used mvn install command as follows mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-surefire-plugin -Dversion=2.3 -Dpackaging=jar -Dfile=maven-surefire-plugin-2.3.jar Thanks Regards Ramesh Babu.P -Original Message- From: Wayne Fay

Re: org.mozilla.javascript repo?

2007-04-18 Thread Thorsten Heit
Hi, Please take this support request back to the source -- the JMeter folks. In particular, Tim McCune, as it seems like he is responsible for this wiki page. Reading the wiki page, it seems like there are a few artifacts (this mozilla artifact being one) which do not exist in

Re: JUnit tests are being skipped by Maven

2007-04-18 Thread Enrique Gaona
{execution: default}] [INFO] Build Number: 20070418-0955 [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [WARNING] Artifact junit:junit:jar:3.8.1:test retains local scope 'test' overriding broader scope 'compile' given by a dependency

Re: RE: maven-surefire-plugin problem

2007-04-18 Thread Thorsten Heit
Hi, I used mvn install command as follows mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-surefire-plugin -Dversion=2.3 -Dpackaging=jar -Dfile=maven-surefire-plugin-2.3.jar Why did you do this? This isn't necessary as Maven automatically fetches plugins

url format for Maven2 projects?

2007-04-18 Thread Michael Stacey
I'm trying to use the file url and it is not working: file:///path/to/parent/pom.xml The web interface tells me to use http,https,ftp, or file. Is there some other format I'm missing? -- *Michael Stacey* Systems Analyst 1100 Terex Road Hudson, Ohio 44236-3771 330.650.6506 PHONE

WEIRD : mvn assembly is not adding my dependencies

2007-04-18 Thread Petr V.
Greetings All, Okay here is an issue and I am not sure what am I doing wrong. I had this in one my sub project pom plugin artifactIdmaven-assembly-plugin/artifactId configuration descriptors

Re: JUnit tests are being skipped by Maven

2007-04-18 Thread Wayne Fay
]task-segment: [test] [INFO] [INFO] [buildnumber:create {execution: default}] [INFO] Build Number: 20070418-0955 [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources

Re: url format for Maven2 projects?

2007-04-18 Thread Emmanuel Venisse
It isn't allowed by default. You can allow it in application.xml, explained in FAQs. Emmanuel Michael Stacey a écrit : I'm trying to use the file url and it is not working: file:///path/to/parent/pom.xml The web interface tells me to use http,https,ftp, or file. Is there some other format

Re: pass-in external variables to be used by POM

2007-04-18 Thread Wayne Fay
That should work, but I wouldn't use the word version. Use ${thisismyversion} or something. The word version is already used in the pom's version tag etc, and I'm afraid you won't get what you're expecting. Wayne On 4/18/07, Steven Rowe [EMAIL PROTECTED] wrote: How about: plugin

Re: url format for Maven2 projects?

2007-04-18 Thread Michael Stacey
Thank you. I missed that in the FAQs. Emmanuel Venisse wrote: It isn't allowed by default. You can allow it in application.xml, explained in FAQs. Emmanuel Michael Stacey a écrit : I'm trying to use the file url and it is not working: file:///path/to/parent/pom.xml The web interface

Re: For you Enterprise Maven Users!

2007-04-18 Thread John Casey
Adding mine to the stack: http://www.ejlife.net/blogs/buildchimp -john On 4/18/07, Jason van Zyl [EMAIL PROTECTED] wrote: On 18 Apr 07, at 10:52 AM 18 Apr 07, Antonio Petrelli wrote: 2007/4/18, Jason van Zyl [EMAIL PROTECTED]: http://blogs.maven.org/jvanzyl/2007/04/18/1176905394766.html

Re: WEIRD : mvn assembly is not adding my dependencies

2007-04-18 Thread John Casey
You might find it easier to bind the assembly construction to the main build process, in the package phase (for example). To do this, you can use the assembly:single mojo like this: plugin artifactIdmaven-assembly-plugin/artifactId version2.2-beta-1/version executions execution

Re: maven-assembly-plugin: unpack false not supported correctly

2007-04-18 Thread John Casey
Please file this in JIRA, so I can add some user-friendly messaging to it... http://jira.codehaus.org/browse/MASSEMBLY If you have a small test project I can use to incorporate in the integration tests, that would be even better... Thanks, John On 4/17/07, Brad Szabo [EMAIL PROTECTED] wrote:

Re: Are there any predefined variables when filtering using the Assembly plugin?

2007-04-18 Thread John Casey
If you're not seeing that behavior, put it in JIRA so I can take a look. http://jira.codehaus.org/browse/MASSEMBLY Thanks, john On 4/17/07, Danny MacMillan [EMAIL PROTECTED] wrote: Hi, From what I've read, you can include stuff from your POM when filtering resources by doing something like

RE: maven-surefire-plugin problem

2007-04-18 Thread Pankaj Tandon
Hi, I think your groupId is wrong. From my surefire pom, here is the groupId: ... groupIdorg.apache.maven.surefire/groupId artifactIdsurefire/artifactId packagingpom/packaging ... You have an extra 'plugins' there. Rather than trying downloading as a dependency, see if you can get it into

Re: M2: Strange problem with assembly plugin

2007-04-18 Thread John Casey
looks like a bug in the line-ending filtration...that's a part I pretty much carried straight over from 2.1 (IIRC), so it may have some bugs I didn't see. Can you file it in JIRA? http://jira.codehaus.org/browse/MASSEMBLY Thanks, John On 4/13/07, Orford, Ian [EMAIL PROTECTED] wrote: Hi, I

Re: Hello, I have the following problem since 2 weeks, hope someone can help me, i've tried to ask in much other forums before:

2007-04-18 Thread Wayne Fay
Seems like a problem for the xdoclet users list. Maven looks like its doing its job -- but xdoclet does not seem to be generating the service endpoints you're expecting. Wayne On 4/18/07, Schludi [EMAIL PROTECTED] wrote: Hello, I have the following problem since 2 weeks, hope someone can help

Re: Javadoc for dependent libraries in Netbeans...

2007-04-18 Thread Milos Kleint
the sources are extected to be packaged the way the maven-sources-plugin does the classpath is directly in the root, eg. org/netbeans/modules/XXX.java to test if it works or not, the best way is to try a hyperlinking from the project sources to a class that is in that particular dependency. It

Re: Where is binding for maven-release-plugin specified?

2007-04-18 Thread Wim Deblauwe
I don't think the release plugin is bound to a lifecycle phase. I think you need to call it directly. regards, Wim 2007/4/18, Pankaj Tandon [EMAIL PROTECTED]: Hi, I was looking at the pom.xml of the maven-release-plugin hoping to find a binding to one of the phases in there. For example...

Problem compiling JSPs

2007-04-18 Thread Doug Tanner
I am using the appc goal of the weblogic-maven-plugin on a .war file, however, I am seeing the following error for every jsp I try to compile: *.jsp:#:#: Package javelin.jsp contains no member type of this name. ... *.jsp:#:#: The qualifier of this name is a package, which cannot contain

release plugin lifecycle binding

2007-04-18 Thread Steven Rowe
Hello, I want to bind a custom plugin goal to a phase in the maven-release-plugin's lifecycle, but when I attempt to do so, the binding appears to be ignored: build plugins plugin groupIdmy.group/groupId artifactIdmy-maven-plugin/artifactId executions

Re: For you Enterprise Maven Users!

2007-04-18 Thread Andrew Williams
Of course mine was the first, as I woke up before the others ;) http://handyande.co.uk/Coding_News/_articles/26.html Andy On 18 Apr 2007, at 15:38, Jason van Zyl wrote: http://blogs.maven.org/jvanzyl/2007/04/18/1176905394766.html

Re: I want a project that JUST does reporting and creates a site

2007-04-18 Thread Ken Coveny
On Wed, 2007-04-18 at 00:09 -0700, Dave Syer wrote: KenCoveny wrote: Where in the maven doc does it say where plugins can or cannot be run? That's a joke right? Ha, ha. I base my (non-authoritative) conclusion only on limited experience, e.g. observation of what happens when

Howto enable 1.1 xml-rpc service in plexus application

2007-04-18 Thread Bram de Kruijff
Hi, when I was running continuum-20070323.15 plexus application I noticed that my xml-rpc service was gone. Looking at the trunk source it seems that it totally gone from the application.xml en the application doesnt contain the service either. So two questions... Is it supposed to be gone

CVS doesn't like dots (release plugin)

2007-04-18 Thread Crossley, Jim
Hi all, I'm currently digging the Maven release plugin, but I'd like to be able to run it in batch mode, accepting the default values it suggests for version, scm tag, etc. Unfortunately, CVS doesn't seem to like dots '.' in a tag name. Is there any mechanism I can invoke to override the

Re: CVS doesn't like dots (release plugin)

2007-04-18 Thread John Casey
IIRC, there used to be a way that you could specify all of the information for a release up-front, to allow it all to be batched out via some sort of automated process...if those parameters are still there, you should be able to use them to specify your own tags. I doubt that it has the ability

Re: Include runtime-dependencies in packaged jar

2007-04-18 Thread Marcos Silva Pereira
Hum, maybe you could resolve it with assembly plugin. Take a look at: http://maven.apache.org/plugins/maven-assembly-plugin/ Kind Regards On 4/18/07, Florian Ockhuysen [EMAIL PROTECTED] wrote: Hi, Using 'mvn package' I generated a jar for my application. This all works fine. However, two

Re: Include runtime-dependencies in packaged jar

2007-04-18 Thread Wayne Fay
Search the list archives for jar-with-dependencies. Wayne On 4/18/07, Marcos Silva Pereira [EMAIL PROTECTED] wrote: Hum, maybe you could resolve it with assembly plugin. Take a look at: http://maven.apache.org/plugins/maven-assembly-plugin/ Kind Regards On 4/18/07, Florian Ockhuysen [EMAIL

RE: release plugin lifecycle binding

2007-04-18 Thread LAMY Olivier
Hi, No it's not a maven phase. What is your use case ? You need to made something with the generated artifact ? Maybe you can invoke the maven-release-plugin with this : -Dgoals=deploy,my:my-goal (or add the configuration in your pom) (you need to have my.group in your pluginGroups/pluginGroup

Is there any way to get timestamp in maven?

2007-04-18 Thread Chen Li
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? Thanks, Chen - To unsubscribe, e-mail:

[ANN] Maven Site Plugin 1.7.2 for Maven 1.x released

2007-04-18 Thread aheritier
We are pleased to announce the Maven Site Plugin 1.7.2 release! http://maven.apache.org/maven-1.x/plugins/site/ Generate web site. === Changes in this version include: Fixed bugs: o maven.rsync.args isn't used by

[ANN] Maven Announcement Plugin 1.4.1 for Maven 1.x released

2007-04-18 Thread aheritier
We are pleased to announce the Maven Announcement Plugin 1.4.1 release! http://maven.apache.org/maven-1.x/plugins/announcement/ The Announcement plugin generates release announcements. It uses the information found in both the POM and in the changes.xml file to generate the announcement text.

Re: xdoclet-maven-plugin and java 1.5

2007-04-18 Thread Erik Drolshammer
Yuri Schimke wrote: We are using a non released jar also. I remember where we downloaded the jar though; http://sourceforge.net/projects/xdoclet/ Sorry. the xdoclet stuff seems effectively dead. Yes, it does. Java annotations should be preferred I guess. -- Regards Erik Drolshammer

Re: CVS doesn't like dots (release plugin)

2007-04-18 Thread Max Bowsher
Crossley, Jim wrote: Hi all, I'm currently digging the Maven release plugin, but I'd like to be able to run it in batch mode, accepting the default values it suggests for version, scm tag, etc. Unfortunately, CVS doesn't seem to like dots '.' in a tag name. Is there any mechanism I can

Daniel J. Bernstein is out of the office.

2007-04-18 Thread DJBernstein
I will be out of the office starting 04/18/2007 and will not return until 04/23/2007. I am reachable by cell for urgent issues. - This e-mail and any attachments are intended only for the individual or company to which it is addressed and may contain

  1   2   >