Re: Remote API for 1.1

2007-06-18 Thread Jan Lisse
Hi, the new XML-RPC-API is available under the same port as the webapp and the URL: http://hostname:8080/continuum/xmlrpc At least that is what is configured in web.xml. I had a look on the ContinuumService Interface too. At the moment the service lacks a method where i can retrieve all

dir 'target/.svn' ... area is missing PROBLEM

2007-06-18 Thread noban
Hi! I'm new to maven, continuum and svn, therefore I have a problem integrating them. I've installed coninuum 1.0.3 on Ubuntu7.04 box (actually problem arises on WinXP as well) as I've installed svn client. After that I can't setup a project in continuum. When I`m creating a new Maven2

Re: Scheduled build definition won't run if no changes since other build def ran

2007-06-18 Thread Ole-Martin Mørk
Has there been any updates to this issue? 2007/5/2, Kevin Stembridge [EMAIL PROTECTED]: Thanks for the reply Jesse. I'll have to consider moving to the alpha version if that's the only way to get around it. Cheers, Kevin Jesse McConnell [EMAIL PROTECTED] 02/05/2007 15:05 Please respond

Re: dir 'target/.svn' ... area is missing PROBLEM

2007-06-18 Thread Nick Stolwijk
The problem is when you do a mvn clean the target directory is deleted and I guess you have the target directory checked in in Subversion. The easiest and best solution is to remove the target directory from your SVN repository and a svn:ignore property on your root directory/directories with

Re: Build hanging in 1.1-alpha-2

2007-06-18 Thread Jesse McConnell
it existed in 1.0.3 with another table when the build results were too large if I remember correctly. jesse On 6/18/07, Madsen,Bryan [EMAIL PROTECTED] wrote: Issue logged http://jira.codehaus.org/browse/CONTINUUM-1317. I did not see this with the same project in 1.0.3. -Original

Re: Build hanging in 1.1-alpha-2

2007-06-18 Thread Emmanuel Venisse
Jesse, maybe it would be better to store it on the file system. wdyt? Emmanuel Jesse McConnell a écrit : oh nice...another place that the results are too big to fit into the database... we really need to either switch these things over to clobs or truc the results going into the

RE: Build hanging in 1.1-alpha-2

2007-06-18 Thread Morgovsky, Alexander (US - Glen Mills)
Thank you. -Original Message- From: Jesse McConnell [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 2:10 PM To: continuum-users@maven.apache.org Subject: Re: Build hanging in 1.1-alpha-2 it existed in 1.0.3 with another table when the build results were too large if I remember

Re: Compile dont work

2007-06-18 Thread MPF
Now i added your suggestion and now i get following error: --- [INFO] Building A custom project using myfaces [INFO]task-segment: [clean, compile] [INFO] --- [INFO] [clean:clean] [INFO] Deleting directory

Re: Compile dont work

2007-06-18 Thread Antonio Petrelli
2007/6/18, MPF [EMAIL PROTECTED]: package javax.servlet does not exist Err... Did you notice that you lack a dependency? For example the Servlet specifications? Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Compile dont work

2007-06-18 Thread MPF
i have javax.servlet.jar only as external jar at the project :( someone know a maven repository to getting them (and how i must call the javax dependency)? im really new to this :( -- View this message in context: http://www.nabble.com/Compile-dont-work-tf3922045s177.html#a11170819 Sent from

Re: Compile dont work

2007-06-18 Thread Antonio Petrelli
2007/6/18, MPF [EMAIL PROTECTED]: i have javax.servlet.jar only as external jar at the project :( someone know a maven repository to getting them (and how i must call the javax dependency)? im really new to this :( Sorry to say this, but RTFM:

Re: Maven Error - is duplicated in the reactor

2007-06-18 Thread Jo Vandermeeren
Thanks for your interesting comments Kenney! On 6/16/07, Kenney Westerhof [EMAIL PROTECTED] wrote: Hi, Jo Vandermeeren wrote: On 5/30/07, Stefano Bagnara [EMAIL PROTECTED] wrote: This is not coherent. You say groupId + artifactId + versionId uniquely identify an artifact. So I should

dir 'target/.svn' ... area is missing PROBLEM

2007-06-18 Thread noban
Hi! I'm new to maven, continuum and svn, therefore I have a problem integrating them. I've installed coninuum 1.0.3 on Ubuntu7.04 box (actually problem arises on WinXP as well) as I've installed svn client. After that I can't setup a project in continuum. When I`m creating a new Maven2

Continuum + GoogleCode SVN + Maven2 problem

2007-06-18 Thread noban
Hi! I've just wanted to setup my eclipse project located on code.google.com in Continuum. I'm new to build systems and maven as well, so I guess problem is trivial but I have no idea where to dig for solution. Continuum is installed and runned. My project is located at

Re: Unable to deploy project, Error accessing ServiceMix administration

2007-06-18 Thread Jo Vandermeeren
Hi, Your ServiceMix ESB server must be up and running before you try to deploy your project to it. If that is already the case and it still fails, try to deploy it with the antrun plugin using the provided ant tasks. If that works and the maven plugin doesn't, go hassle the jbi plugin guys ;)

RE: Don't understand generating webstart application

2007-06-18 Thread Jansen Werner
I'm getting a bit further in my investigations, but I can't find an example for a src/jnlp/template.vm. Could somebody provide me one? Thanks in advance, Werner -Original Message- From: Jansen Werner [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 12:51 PM To:

Re: Don't understand generating webstart application

2007-06-18 Thread Andrius Šabanas
Jansen Werner wrote: I'm getting a bit further in my investigations, but I can't find an example for a src/jnlp/template.vm. Could somebody provide me one? Thanks in advance, Werner Hi, The $$codebase placeholder here is substituted by JnlpDownloadServlet, replace it with a real location

[m2] cobertura cannot open file - build fails

2007-06-18 Thread Jens Hohl
Hello, So far last days the Build was stable. Also the Build Machine has enough HDD Space, so what can cause something like this ? [INFO] [ERROR] BUILD ERROR [INFO]

Re: [m2] cobertura cannot open file - build fails

2007-06-18 Thread Thorsten Heit
Hi, So far last days the Build was stable. Also the Build Machine has enough HDD Space, so what can cause something like this ? [INFO] [ERROR] BUILD ERROR [INFO]

AW: [m2] cobertura cannot open file - build fails

2007-06-18 Thread Jens Hohl
Hello, no that's no the problem as the build already runs for a couple of days and the temp dir is full of files created by this user. Strange, as the build now is fixed... there a some files from another user which seems to be older. Maybe this was the problem. best regards, Jens

Question regarding multi-modules setup

2007-06-18 Thread Julien Stern
Hi list, Using Maven 2.0.6 and Continuum 1.1-alpha-2. I have the following problem with multi-modules setup: I tried the two following approaches (both with modules and aggregation) A) parent pom in the top-level dir - pom.xml (parent) - module 1 - pom.xml - module 2 -

Re: Running a Java class for deployment

2007-06-18 Thread Clifton
Nope, I just looked and they only cover JEE containers. Liferay actually runs on lots of the containers listed so you would think theoretically I could use Cargo. (I haven't tried it yet but I have my doubts.) The problem is that Liferay employs a deployment scanner (I believe it is separate from

RE: 0-Snapshot numbering for classifiers

2007-06-18 Thread Alok, Niraj
I am more comfortable writing a specific plugin to do this because we want to introduce custom tags in the pom and assembly wouldn't allow us to do. If it can be done through code, it would be perfect ! -Original Message- From: Eric Redmond [mailto:[EMAIL PROTECTED] Sent: Saturday,

Re: Running a Java class for deployment

2007-06-18 Thread Wayne Fay
I don't know/use Liferay so you know a lot more about this than I do. If there's an Ant deployer available, you should be able to call out to it for now using the Maven Antrunner plugin, and it should be relatively easy. You should also ask on the Liferay Users group and see if anyone else is

QAlab maven 2 plugin problem...

2007-06-18 Thread dariusz.p
Hi, I have a problem with generating the same QALab report (for the same project) on different OS. Sources, pom.xml, maven binaries are the same. But on linux html files in site/qalab directory don't contain *.java.* in their names. As the result I can't see all parts of the report

Re: Running a Java class for deployment

2007-06-18 Thread Clifton
Thanx Wayne, I sometimes forget about Maven's Ant support! I'm going to get to work on that right away. For the meantime I haven't heard or seen any talk about Maven on the Liferay users forums and I've been asking. At the same time I haven't heard or seen anything about Liferay on either this

checkstyle plugin

2007-06-18 Thread Guillaume Boucherie
I find in the documentation that the goal checkstyle:check is linked to the phase verify, but when I lanch the phase verify the goal checkstyle:check is never launch. There is something special to configure ? Thanks Guillaume Boucherie

Build hanging in 1.1-alpha-2

2007-06-18 Thread Madsen,Bryan
I have a project that shows in the log that the build completed after approximately 2 minutes, yet Continuum is still showing the project in a building state. I'm not sure if this exception in the continuum.log has anything to do with this issue. It is an exception related to the project that is

Re: filtering issues in assembly plugin

2007-06-18 Thread Jim Crossley
Hi John... John Casey [EMAIL PROTECTED] writes: Can you provide a couple of example project to demonstrate? Yes. I opened a new bug and attached a simple example project demonstrating the problem: http://jira.codehaus.org/browse/MASSEMBLY-221 The problem stems from when a subset of files in

Re: Build hanging in 1.1-alpha-2

2007-06-18 Thread Jesse McConnell
oh nice...another place that the results are too big to fit into the database... we really need to either switch these things over to clobs or truc the results going into the databasefirst time I have noticed this issue on this table I think... if you could file the issue against the

RE: Build hanging in 1.1-alpha-2

2007-06-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
Does this issue exist in version 1.0.3? Thanks. -Original Message- From: Jesse McConnell [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 12:03 PM To: [EMAIL PROTECTED] Subject: Re: Build hanging in 1.1-alpha-2 oh nice...another place that the results are too big to fit into the

RE: Build hanging in 1.1-alpha-2

2007-06-18 Thread Madsen,Bryan
Issue logged http://jira.codehaus.org/browse/CONTINUUM-1317. I did not see this with the same project in 1.0.3. -Original Message- From: Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 11:10 AM To: [EMAIL PROTECTED] Subject: RE: Build hanging

Set alternate location for .m2

2007-06-18 Thread Ehmann, Brian
Hey, I'm new to maven so forgive me if this is a stupid question or if it has been previously answered; however I have not found anything on Google. Can someone tell me how to specify a custom location of the .m2 directory? I need to put this folder outside of the user.home directory.

Re: Set alternate location for .m2

2007-06-18 Thread Mick Knutson
in you settings.xml: settings localRepositoryc:\opt\.m2\repository/localRepository /settings On 6/18/07, Ehmann, Brian [EMAIL PROTECTED] wrote: Hey, I'm new to maven so forgive me if this is a stupid question or if it has been previously answered; however I have not

RE: Set alternate location for .m2

2007-06-18 Thread Ehmann, Brian
That will let me set the repository location, but I'd like to set the .m2 directory location since I will need to create a custom settings.xml file that will go inside of the .m2 directory. -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 1:05

site:site run unit tests, antrun tasks and more

2007-06-18 Thread Erez Nahir
Hi, We have a multi project (maven 2.0.5) and we do mvn clean, mvn install, mvn site:site, mvn site:deploy. I found out that parts of the life cycle that should only run during the default life cycle (like source generation, running unit tests etc) run again on site:site. This leads to a very

Re: Set alternate location for .m2

2007-06-18 Thread Steven Rowe
Hi Brian, Ehmann, Brian wrote: Can someone tell me how to specify a custom location of the .m2 directory? I need to put this folder outside of the user.home directory. PROMPT$ mvn --help usage: mvn [options] [goal(s)] [phase(s)] Options: [snip] -s,--settings Alternate path

[m2] Java 6 Annotation Processors fail to compile due to target/classes on Project.compileClasspath

2007-06-18 Thread John R. Fallows
Gang, The Java 6 compiler leverages META-INF/services/javax.annotation.processor.Processor to register annotation processors, such that they would be executed transparently during Java compilation. These processor services are discovered using the processorPath and compilation classPath

RE : Maven plugin DocBook Doclet

2007-06-18 Thread Deneux, Christophe
Hi Christian, Do you know the doclet dbdoclet (http://www.michael-a-fuchs.de/) ? I think that you can use this doclet inside your maven-javadoc-plugin configuration to generate the DocBook XML associated to your Javadoc. An example of doclet usage in maven-javadoc-plugin is available at

Re: 0-Snapshot numbering for classifiers

2007-06-18 Thread Eric Redmond
Sure, I understand the desire to write code rather than learn a specification like assembly - however, your ability to find support for a custom plugin is going to be drastically more difficult than finding support for a core plugin. Just a suggestion, take care; Eric On 6/18/07, Alok, Niraj

RE: Question regarding multi-modules setup

2007-06-18 Thread Tim Foster
Hi Julien, Regarding the site links not working, I found that the relative paths were not correct until I ran the site:stage goal as follows: mvn site:stage -DstagingDirectory=path_to_your_staging_area Then open the index.html at the top level of the staging area. I think the same thing can be

Apt/site definition lists are yellow

2007-06-18 Thread Chris Helck
Hello, In apt definition lists like: [step 1] Move left foot forward [step 2[ Move right foot forward Are displayed with a yellow background when rendered in the browser. What is the right way to change this? Thanks, C. Helck

Re: [m2] cobertura cannot open file - build fails

2007-06-18 Thread James Abley
On 18/06/07, Jens Hohl [EMAIL PROTECTED] wrote: Hello, no that's no the problem as the build already runs for a couple of days and the temp dir is full of files created by this user. Strange, as the build now is fixed... there a some files from another user which seems to be older. Maybe

Re: Apt/site definition lists are yellow

2007-06-18 Thread Dennis Lundberg
Chris Helck wrote: Hello, In apt definition lists like: [step 1] Move left foot forward [step 2[ Move right foot forward Are displayed with a yellow background when rendered in the browser. What is the right way to change this? The right way is to create your own

Plug-in snapshots and releases

2007-06-18 Thread Jon Strayer
I have a project that uses dashboard-maven-plugin which is currently released as a SNAPSHOT only. When I try to start the release process with mvn release:prepare it fails because a plug-in used in a report is a SNAPSHOT. Why? How do I work around this? -- Esse Quam Videre To Be, rather than

Re: Plug-in snapshots and releases

2007-06-18 Thread Patrick Schneider
You cannot (should not) release with SNAPSHOT dependencies. Version 2.0-beta-6 of the maven-release-plugin, however, will allow you release with SNAPSHOT dependencies, so you could try upgrading to that. On 6/18/07, Jon Strayer [EMAIL PROTECTED] wrote: I have a project that uses

Re: Plug-in snapshots and releases

2007-06-18 Thread Jon Strayer
That's the version I have in my local repository. On 6/18/07, Patrick Schneider [EMAIL PROTECTED] wrote: You cannot (should not) release with SNAPSHOT dependencies. Version 2.0-beta-6 of the maven-release-plugin, however, will allow you release with SNAPSHOT dependencies, so you could try

help:describe throws NPE

2007-06-18 Thread Jon Strayer
Would this indicate a problem with the dashboard-name-plugin? Here is the command line: mvn help:describe -Dmojo=describe -DgroupId=org.codehaus.mojo-DartifactId=dashboard-maven-plugin -Dfull=true -Dversion= 1.0-SNAPSHOT Here is the stack trace: java.lang.NullPointerException at

Re: filtering issues in assembly plugin

2007-06-18 Thread Karan Malhi
John, Found a workaround for it. I added the maven-resources-plugin to the build as below: plugin artifactIdmaven-resources-plugin/artifactId executions execution idfilter-resources/id phasepackage/phase goals

Re: help:describe throws NPE

2007-06-18 Thread Maria Odea Ching
Hi Jon, You should remove the -Dmojo=describe from the command you're executing or rather, replace 'describe' with the appropriate goal of the dashboard-maven-plugin. The 'mojo' parameter is used to specify the goal or the mojo of the plugin you want to describe (in this case, its the