Re: [1.1-beta-3] Description: $build.buildDefinition.description

2007-11-11 Thread Emmanuel Venisse
I didn't say to modify the group description but the build definition description. Emmanuel Andreas Guther a écrit : That seems to be a bug. First I think if the description is empty than there should be an empty entry in the email rather than the variable name. Then I noticed that when

Ability to release a single project within a group?

2007-11-11 Thread Olivier Dehon
Hello, It seems within continuum, one can only release an entire project group, and not just a single project within that group. This means that I need to create a plethorra of groups that contain a single project (for the standalone utility JARs or portlets for instance), where I would like

Re: Ability to release a single project within a group?

2007-11-11 Thread Emmanuel Venisse
You can release a single project by using the release icon in the projects list. Emmanuel Olivier Dehon a écrit : Hello, It seems within continuum, one can only release an entire project group, and not just a single project within that group. This means that I need to create a plethorra of

Re: [ARCHETYPE - CUSTOM PARAMETERS]

2007-11-11 Thread Ludovic Claude
Hi João, I've tried to do that as well, and I never found a way to make this work. If you find a solution, please let me know! Regards, Ludovic Claude João Kreuzberg a écrit : Hello guys, is there anyway to add custom parameters on archetype:create and recover them within the velocity

Accessing java.class.path inside a test execution

2007-11-11 Thread CasMeiron
Hi, i have a problem. I create a basic scanner class. My scanner look up in the class path for files, classes etc. When i run my testcase on eclipse, everything goes fine cause my src/test/classes is on classpath. When running using mvn test, i can't access the stuffs, only the jars is there. Its

Running a Test Conditionally -- Including/Excluding Tests with Profiles

2007-11-11 Thread Dan Kigelman
Hello! I am trying to execute a test if and only if a certain condition is set (such as a profile is activated). The test would fail if it is run on some systems, so I am trying to disable it by default, and run it only when run on the relevant system. I made a sample project to simplify the

Re: Compiler fails to include generated sources by axistools-maven-plugin

2007-11-11 Thread Wayne Fay
Show us the section of your pom where you are declaring the axistools-m-p execution. Wayne On 11/11/07, urir [EMAIL PROTECTED] wrote: Hi, I am using the axistools-maven-plugin to generate sources from wsdl. The sources are generated into: target\generated-sources\axistools\wsdl2java but

Re: Running a Test Conditionally -- Including/Excluding Tests with Profiles

2007-11-11 Thread Wayne Fay
Try renaming the profile to some_condition, and then using -Dsome_condition=true. I've never tried to use a property named a-b-c and I'm not entirely sure how different operating systems pass that to Java and how it is interpreted prior to handing it to Maven (eg -D, -h etc). So I would just avoid

Re: Is there anybody caring for bugs in the Maven 2.x Help Plugin?

2007-11-11 Thread Dennis Lundberg
I have applied the patch and deployed a new 2.0.2-SNAPSHOT of the plugin to the snapshot-repository. Please give it a try. If all is well I will push for a release. Gisbert Amm wrote: Is there anybody caring for bugs in the Maven 2.x Help Plugin? Especially

Re: Running a Test Conditionally -- Including/Excluding Tests with Profiles

2007-11-11 Thread Dan Kigelman
Thank you Wayne, I will be careful about that. It seems it was working on my linux laptop, but I'm sure you've averted some of my future headaches for executing this on all kinds of shells. I renamed the profile and activation to the following: profile idconditionProfile/id

Access is denied when running mvn release:prepare (Help!)

2007-11-11 Thread dev dev
Here is the stack trace. DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-release-plugin:2.0-beta-7:prepare' -- [DEBUG] (f) addSchema = true [DEBUG] (f) allowTimestampedSnapshots = false [DEBUG] (f) autoVersionSubmodules = false [DEBUG] (s) basedir = C:\cygwin\tmp\myproject\web

How to create a Mojo that controls an ANT task

2007-11-11 Thread Pedro Viegas
Hi there guys, I am trying to create a Maven plugin that executes a given ANT task inside it. My real case is to call the Hibernate Tools task to generate a bunch of ORM classes and Hibernate mappings. But I need to make some decisions and have to pass some parameters to the several Hibernate

add new property (${parent.artifactId} to the pom.properties during jar packaging

2007-11-11 Thread dev dev
we plan to use the META-INF/maven/../pom.properties to read the application/jar version and parent.artifactId at runtime. Current pom.properties: #Generated by Maven #Sun Nov 11 19:49:00 PST 2007 version=1.0.0-SNAPSHOT groupId=com.mycompany.myproject artifactId=myproject-web-common I want to

Getting old version of jars in target of build.

2007-11-11 Thread Ned Collyer
I have a webapp I've been working on for the best part of a year - many modules and dependencies, and it's all been running smoothly. I updated to OSX Leopard last week, and now when I update one of the versions of a dependency, the old one gets publisher too (which is causing significant woes).

Re: Compiler fails to include generated sources by axistools-maven-plugin

2007-11-11 Thread urir
plugin groupIdorg.codehaus.mojo/groupId artifactIdaxistools-maven-plugin/artifactId version1.1/version configuration

Re: Getting old version of jars in target of build.

2007-11-11 Thread Francois Fernandes
Hi Ned, I have a webapp I've been working on for the best part of a year - many modules and dependencies, and it's all been running smoothly. I updated to OSX Leopard last week, and now when I update one of the versions of a dependency, the old one gets publisher too (which is causing

How to speed up test cases running

2007-11-11 Thread Wai Hung CHONG
Dear all, Currently I used maven test to run test cases in RAD, but I found that it spends a lot of time to load/init. It takes a total of 1 minute to finish the run, but indeed the test cases spend 5.448sec. Is there any way I could speed up the process? Coz I wanna promote the use of