Re: Re: can't remove project

2006-10-20 Thread Adam
Delete the build definition for the project you want to delete and then you should be able to delete it. If that doesn't work, you shut down Continuum and remove the working directory that the project is in, then it will delete. On 10/19/06, Brian E. Fox [EMAIL PROTECTED] wrote: Man, I hate

Re: Re: can't remove project

2006-10-20 Thread Adam
Not the working directory, the folder in the working dir where the project is. Sorry On 10/20/06, Adam [EMAIL PROTECTED] wrote: Delete the build definition for the project you want to delete and then you should be able to delete it. If that doesn't work, you shut down Continuum and remove the

Re: Continuum and svn://

2006-10-20 Thread Wendy Smoak
On 10/20/06, Carlos Sanchez [EMAIL PROTECTED] wrote: $ find . -name application.xml ./src/main/resources/META-INF/plexus/application.xml that's fine ./src/main/webapp/WEB-INF/classes/META-INF/plexus/application.xml this doesn't exist in svn

Re: Continuum and svn://

2006-10-20 Thread Carlos Sanchez
that's only during war:inplace On 10/20/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 10/20/06, Carlos Sanchez [EMAIL PROTECTED] wrote: $ find . -name application.xml ./src/main/resources/META-INF/plexus/application.xml that's fine

Maven2 Plugin Ant or Java

2006-10-20 Thread Peter Anning
Hi All, Ejaz has made available some code that wraps webtest as a Maven 2 Ant Plugin. Whilst I am very grateful to Ejaz for his code I had expected it to be a native Maven 2 Java Plugin. All the Maven Plugins that I have written have been in Java. So my question is does anybody have any opinions;

Re: assembly warning message

2006-10-20 Thread Bozhong Lin
Thanks. I looked around of both Ant and Maven documentation, and I didn't found Maven has similar options as Ant. It is really annoying to see a long list of warnings during packaging. Does anyone has insight of getting rid of warnings? Thanks, Bo pjungwir wrote: This refers to the files

Re: Jar's in ear file root

2006-10-20 Thread Jeff Mutonho
On 10/19/06, Marco Mistroni [EMAIL PROTECTED] wrote: hi, try to use scopeprovided/scope for those jars hth marco Ok I understand, but my problem is that some of these shared jars ,eg the spring one is used by all the sub-modules during compilation , but only need to be bundled in the war

RE: [M2]weblogic:appc classpath issue

2006-10-20 Thread Scott Ryan
How did you make out with the appc mojo? I am updating the plugin to simplify it this weekend and will update the code with some code that was posted in JIRA. Let me know your status and I will send out a note on the weekend when the new code is available. Scott Ryan Chief Technology Officer

AW: Create only .classpath with eclipse:eclipse?

2006-10-20 Thread Lewis, Eric
Well, I'm running Callisto (3.2.1) with WTP and I have a very simple EJB Project, which uses Maven as a Builder to generate artefacts with XDoclet. Now, when I run eclipse:eclipse (within Eclipse, as an External Tool, refreshing the project afterwards), I get the error Errors during build.

Re: clear separation of source and target

2006-10-20 Thread solo turn
thanks greg, this is a very user friendly documentation ... no default values are there so you have to guess or code read what it stands for :) our motivation is that all files should be organised by backup class, i.e. we want a simpe way to throw away all built files if necessary, and we do

Re: clear separation of source and target

2006-10-20 Thread solo turn
thanks a lot remy, how could you do this for a lot of projects without adding it to every pom? -solo. On 10/19/06, Rémy Sanlaville [EMAIL PROTECTED] wrote: I do it with XDoclet like this and it works well : artifactIdxdoclet-maven-plugin/artifactId executions

Can't get perforce to work with continuum

2006-10-20 Thread Syvalta
Hi, I'll have been trying to use Continuum with Perforce, without luck this far. Has someone got it working? Currently the build fails with this: Exception: Cannot checkout sources. null There's nothing in the log about this. When I add the project, it initially seems to checks out ok, but

Re: Jar's in ear file root

2006-10-20 Thread Marco Mistroni
Sorry Jeff, i m little bit lost... i think i lost the original thread.. as far as i remember, your problem is that you have shared jars that end up in your .ear and you don't want that..correct? But my resulting ear file has extra jars in its root (eg j2ee-1.3.0.jar ,log4j-1.2.13.jar) ,

Re: Jar's in ear file root

2006-10-20 Thread Jeff Mutonho
On 10/20/06, Marco Mistroni [EMAIL PROTECTED] wrote: Sorry Jeff, i m little bit lost... i think i lost the original thread.. as far as i remember, your problem is that you have shared jars that end up in your .ear and you don't want that..correct? But my resulting ear file has extra jars in

build error while executing site of M2

2006-10-20 Thread Mark Sudau Consulting Software
Hi folks, I tried to generate the site documentation from parent of a multi-project. And I always get this message: [ERROR] BUILD ERROR [INFO] [INFO] Error reading site descriptor Embedded error: input contained no

Problem running checkstyle?

2006-10-20 Thread Xavier Outhier
Hi, I have a problem running checkstyle. It should not be not a problem of repository because I download it successfully. I got this error (complete trace at the end of the e-mail): The plugin 'org.apache.maven.plugins:maven-checkstyle-plugin' does not exist or no valid version could be found

Re: How do i use the hibernate3 plugin from codehause

2006-10-20 Thread Stefan Hübner
Hi Yves, 2006/10/19, Yves Van Steen [EMAIL PROTECTED]: I want to create ddl sql files from my hbm files but none of the goals of the hibernate3 plugin actually works? Is this plugin useable or still in development? I'm using it quite successfully to generate ddl-files with

Re: clear separation of source and target

2006-10-20 Thread Rémy Sanlaville
Solo, It's difficult to reply like this. It depends of your organisation, projects. Prehaps, you can create your corporate pom which all yours projects inherits. But I think it's difficult to generalize the XDoclect plugin for all your projects. A better way is to look at profile ? Rémy

Re: How do i use the hibernate3 plugin from codehause

2006-10-20 Thread Mark Hobson
[This discussion should really move to [EMAIL PROTECTED] On 19/10/06, Stefan Hübner [EMAIL PROTECTED] wrote: It's in development (1.0-SNAPSHOT). There was an attempt to publish 1.0, but that process got stuck a while ago. there are still some bugs left - like your one. you might want to keep

Re: Maven2 Plugin Ant or Java

2006-10-20 Thread Siegfried Goeschl
Hi Peter, a Canoo WebTest script is actually an ANT script using custom tags, i.e. you must run ANT to execute Canoo WebTest. The best what you can do is a Java implementation invoking ANT to run the tests. Cheers, Siegfried Goeschl Peter Anning wrote: Hi All, Ejaz has made available

How to use maven ejb3 plugin

2006-10-20 Thread Atanu Dasgupta
How do use maven-ejb3-plugin? Please provide an example or documentation. Thanks Atanu

Re: How do i use the hibernate3 plugin from codehause

2006-10-20 Thread Charles Harvey III
You have been able to generate DDL files? See, I think I was mislead by what hibernate3:hbm2ddl is supposed to do. I wanted it to generate a bunch of text files with a bunch of CREATE statements. Instead, it connects to my database and creates the tables for me. I can't stop it from doing

RE: How do i use the hibernate3 plugin from codehause

2006-10-20 Thread Johann Reyes
Hello Charles To output to a file, you just need to check that you have configured the following parameter outputFile as described here: http://mojo.codehaus.org/hibernate3-maven-plugin/hbm2ddl-mojo.html Once the plugin sees that you have specified that parameter, it won't attempt to write in

[MAVEN-1.0.2] HowTo set environment and project.properties variables

2006-10-20 Thread Jean-Michel PATER
Hi all, I'm a newbie in Maven. I'd like to know if the project.properties file can be edited with a jelly script and if the system environment variables can be modified from maven ? Thanks - To unsubscribe, e-mail: [EMAIL

site error please help

2006-10-20 Thread raghurajan . x . gurunathan
I have directory structure has DAL_SRC/pom.xml DAL_SRC/Src/Client/pom.xml when i ran site:site, i'm getting following error + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] DAL [INFO] DAL CLIENT [INFO] Searching repository

Re: How do i use the hibernate3 plugin from codehause

2006-10-20 Thread Charles Harvey III
I'll be damned. I had outputFile setup before and it never did anything. Maybe because I had it as a .txt file. I don't care, as long as it is working now I feel much better. Sorry that I said it did not work correctly. Charlie Johann Reyes said the following on 10/20/2006 10:10 AM:

[m2] ear project in eclipse wtp - ear utility-jar are put in WEB-INF/lib of the ear

2006-10-20 Thread Elid OR
Hi all, It seems that the maven eclipse plugin add ear jar dependencies in the WEB-INF/lib directory. I've used the following command : mvn eclipse:clean eclipse:eclipse -Dwtpversion=1.0 (I've also tried 1.5 with the snapshot version) And when deploy the ear project through WTP in a J2EE

[Maven 2.0.4] Profiles

2006-10-20 Thread Rémy Sanlaville
Hi, I try to understand how profiles works. If you create a simple profiles.xml like this : profilesXml profiles profile idcommon/id properties profile.common.messagecommon property/profile.common.message /properties /profile

Re: [Maven 2.0.4] Profiles

2006-10-20 Thread Adam Hardy
Hi Rémy mvn help:effective-settings will help you determine the problem. Your dev profile would have to be activated by something - try renaming it. Adam Rémy Sanlaville wrote: Hi, I try to understand how profiles works. If you create a simple profiles.xml like this : profilesXml

Re: m2eclipse or running mvn as external program?

2006-10-20 Thread Steinar Bang
Adam Hardy [EMAIL PROTECTED]: try this link: http://www.nabble.com/Maven-Eclipse---User-f14525.html Ah! That answers two questions: 1. where are the m2eclipse-user list archives? 2. is there any recent activity on that list? (the answer to 2., is yes) Thanx, Adam! - Steinar

[M2] Console Plugin

2006-10-20 Thread Siegmann Daniel, NY
Is there a console plugin for M2, or plans to develop one? I used this a great deal with M1, and I miss it. :( I found this on Ibiblio: http://www.ibiblio.org/maven2/maven/maven-console-plugin/, but I could not find any further information, and some messages I found in the list archives suggested

Re: clear separation of source and target

2006-10-20 Thread Greg_Vaughn
I didn't write the docs, but I can share in your difficulties. I've flailed around at times with maven, but it gets better as you stick with it. I like the scm approach better because maven is tempermental about directory layout. Yes, you can modify that, but who knows what plugins might make

Newbie Question about repository access protocols

2006-10-20 Thread Aaron Metzger
I am evaluating Maven 2 VS Ivy and would prefer to adopt Maven 2 as a complete build management system but have one hang up question. I must set up a local secured repository for a portion of our software. The majority of docs lead me to believe that I can publish to a repository with SCP

Packing applications and jar signing

2006-10-20 Thread Christian Goetze
What do people do to assemble all the jars required to run a specific application (i.e. a specific jar), pack them and get them signed? I currently use rpm for packing, and my idea was to explicitly list the jars and sign them from the spec file, but perhaps there is a better way? -- cg

Continuum and svn://

2006-10-20 Thread Wendy Smoak
This is with Continuum 1.1-SNAPSHOT built from source [with tests skipped, as two of them fail in continuum-release]. Windows XP, Cygwin, JDK 1.5. I'm having trouble with Continuum and a Subversion repository that is only accessible via svn:// with a password. I tried a POM Url of

Re: Continuum and svn://

2006-10-20 Thread Carlos Sanchez
you have to enable the file:// protocol in the application.xml and try with file:///home/.../pom.xml On 10/20/06, Wendy Smoak [EMAIL PROTECTED] wrote: This is with Continuum 1.1-SNAPSHOT built from source [with tests skipped, as two of them fail in continuum-release]. Windows XP, Cygwin, JDK

Re: site error please help

2006-10-20 Thread Wayne Fay
Here's your problem: [ERROR] Provider message: [ERROR] The svn command failed. [ERROR] Command output: [ERROR] svn: REPORT request failed on '/svn/repos/DAL/!svn/bc/100/trunkC/src/client' svn: '/svn/repos/DAL/!svn/bc/100/trunkC/src/client' path not found Solve that issue and Changelog plugin

RE: How do i use the hibernate3 plugin from codehause

2006-10-20 Thread Yves Van Steen
Hey, So the hbm2ddl goal creates the ddl sql script. But what does the schema-update schema-export goals do? They should then execute the sql script on the database but that don't seem to work for me. It just creates the sql script. Anybody have any ideas? The build just succeeds but no

Re: How to configure a checksumPolicy ?

2006-10-20 Thread Brett Porter
We could add it to the proxy configuration page. Did you want to take a look at providing a patch? Should be quite straightforward. On 20/10/2006, at 10:13 PM, Nicolas DE LOOF wrote: I have errors using archiva as a proxy due to bad checksums on ibiblio. Is there any way to set the

Re: Continuum and svn://

2006-10-20 Thread Wendy Smoak
On 10/20/06, Carlos Sanchez [EMAIL PROTECTED] wrote: you have to enable the file:// protocol in the application.xml and try with file:///home/.../pom.xml Thanks! It worked. :) For the benefit of the archives: I uncommented the allowedSchemefile/allowedScheme element in

Re: Continuum and svn://

2006-10-20 Thread Carlos Sanchez
On 10/20/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 10/20/06, Carlos Sanchez [EMAIL PROTECTED] wrote: you have to enable the file:// protocol in the application.xml and try with file:///home/.../pom.xml Thanks! It worked. :) For the benefit of the archives: I uncommented the

Re: Problem running checkstyle?

2006-10-20 Thread Alex Mayorga Adame
There's no checkstyle problem. But your app is failing a Unit Test, that's why your build is erroring out. Regards, Alex Xavier Outhier-2 wrote: Hi, I have a problem running checkstyle. It should not be not a problem of repository because I download it successfully. I got this error

Re: clear separation of source and target

2006-10-20 Thread Max Cooper
Solo, The conventional approach is that Maven will put all build artifacts in the target directory. And then you setup your version control system to ignore this directory. It works very well. Unless you have an extremely compelling reason to deviate from this convention, I wouldn't. The

selenium plugin?

2006-10-20 Thread Mick Knutson
Is this plugin available for maven 2? -- Thanks DJ MICK http://www.djmick.com http://www.myspace.com/mickknutson

RE: selenium plugin?

2006-10-20 Thread Dan Fabulich
In the latest version of Selenium (using Selenium Remote Control or RC) tests run in JUnit or TestNG... Maven already has plugins for those. Just write your tests and use mvn test to run them. -Dan -Original Message- From: Mick Knutson [mailto:[EMAIL PROTECTED] Sent: Friday, October

Re: selenium plugin?

2006-10-20 Thread Mick Knutson
Where did you put selimuim then? I made a whole sub project for it and deploy a war file. Sounds like I went the wRong way. On 10/20/06, Dan Fabulich [EMAIL PROTECTED] wrote: In the latest version of Selenium (using Selenium Remote Control or RC) tests run in JUnit or TestNG... Maven

Re: selenium plugin?

2006-10-20 Thread Wendy Smoak
On 10/20/06, Mick Knutson [EMAIL PROTECTED] wrote: Where did you put selimuim then? I made a whole sub project for it and deploy a war file. Sounds like I went the wRong way. Not wrong, just different. :) You might want to look at how we've set up Selenium tests for the Shale and MyFaces

Multimodule deployment

2006-10-20 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi, I have the following situation in wich I had thought that everything was going to work, but it did not. Please help if you may. I have a pom which defines 2 modules, and this pom is of a type pom. The modules' deployment tasks perform a certain pre-deployment operation, and the parent pom

Re: Multimodule deployment

2006-10-20 Thread Wendy Smoak
On 10/20/06, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Please let me know why this is happening and how I can achieve what I need. Thanks. It's happening because the child modules are inheriting the plugin config from the parent. I'd have to see more of your config in