BTW, if you're just going to use a property passed in from the command
line, you could also do this:
${publishDir}
Jeff
On Sat, 31 Jul 2004, at 00:54:22 [GMT -0500] Jefferson K. French
wrote:
> Chad,
> Try this:
>
>
> publishDir is the property passed in from Anthill. You can set myH
Hi Chad. You should just be able to do this:
${version}
using the 'version' property passed in from Anthill.
Jeff
On Thu, 29 Jul 2004, at 11:17:49 [GMT -0700] Chad Woolley wrote:
> Erik Husby <[EMAIL PROTECTED]> wrote:
>>
>> Chad Woolley wrote:
>>
>>> Hi,
>>>
>>> I want to be able to o
Chad,
Try this:
publishDir is the property passed in from Anthill. You can set myHost in
a *.properties file or with or pass it in with -D.
I don't have AnthillPro, but you can pass in command-line properties
with AnthillOS. Click the link to edit a project's build properties.
The next s
Yes, that's exactly what I'd like to see. If there's no reply on this
list, I'll post to the cactus list(s).
michael
On Fri, 30 Jul 2004, Brett Porter wrote:
> I'd like to hear from the Cactus folk how they do it.
>
> On Wed, 21 Jul 2004 14:29:28 -0400 (EDT), Michael Heuer <[EMAIL PROTECTE
I don't see any difference between 0.7.2 generated report and 0.8.2
generated report. As per the release notes it mentions about new "pmd" style
report... Can you provide a new sample output?
Thanks,
--Venkat.
-Original Message-
From: Eric Pugh [mailto:[EMAIL PROTECTED]
Sent: Thursday, J
I am also confused as to how goals are determined to be run. I thought it would be
like ant where a goal would only be run once. Could someone explain how this is
possible and if not why?
> -Original Message-
> From: Carlos Sanchez [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 30, 200
Hi Mark,
Could you please create a patch and submit to JIRA do it will be included in
next plugin version?
http://jira.codehaus.org/browse/MPASPECTJ
If you need help, don't hesitate on asking me.
Regards
Carlos Sanchez
A Coruña, Spain
Oness Project
http://oness.sourceforge.net
> -Origina
I personally run site with junit, clover and jcoverage reports and would be
difficult to skip test:test.
I see it more a general question for all plugins. Maven should keep track of
goals run and don't run again them. Plugins should be able to override that,
e.g. clover could set test:test as "not
Thanks. I'd be happy to test, evaulate and contribute whatever bugfixes
I can to this effort if you'd be so kind as to point me in the right
direction!
Kris
Brett Porter wrote:
Its called transitive dependencies, and its coming "Real Soon Now"
(TM). We actually have it working in some pre-alpha
Its called transitive dependencies, and its coming "Real Soon Now"
(TM). We actually have it working in some pre-alpha code.
Part of the issue is that some projects, such as Struts, don't define
what their dependencies are , so we have a big job to start populating
this and are working with other
Carlos,
I can put the aspects to compile .aspect files and reference it like below
and then updated sourceRoots, as you can't have both - one or the other:
Downside is you have to create files to specify the aspects
Yeah, I'm actually thinking that the pregoal would be the way to go.. But,
I see it as something you configure your project.. for example, if you want
the tests to run, but you need to do the bytecode manipulation, then set the
preGoal to set maven.test.skip=true after running once, and have clov
Okay, here's my problem. I've browsed through the mailing list archives
but somehow haven't been able to figure out a solution.
I use a lot of Jakarta and Apache code building web applications. A
number of the packages I depend upon, such as Struts and Torque, have
large lists of dependencies o
Feel free to CCing your findings to me.
> -Original Message-
> From: Mark Proctor [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 30, 2004 5:54 PM
> To: Maven Users List
> Subject: Re: optional aspects
>
> Just tried testing the plugin with the code change below, but
> that failed, will
Just tried testing the plugin with the code change below, but that
failed, will look into that list option now:
Me
Hi,
Just be sure that it does't break plugins that need to rerun test:test as
clover or jcoverage.
Regards
Carlos Sanchez
A Coruña, Spain
Oness Project
http://oness.sourceforge.net
> -Original Message-
> From: Eric Pugh [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 30, 2004 5:41 PM
>
I've seen the same thing, and actually thought about some fixes.. Could
make junit-report smarter to only run if the unit test report files don't
exist. Could also introduce some sort of pregoal to test:test that checks
and if the tests have been run, then set maven.test.skip=true..
Eric
> ---
When I log in as a jira-user I can see the options. I have no idea why you
can't.
> -Original Message-
> From: Peter Bright [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 30, 2004 5:07 PM
> To: 'Maven Users List'
> Subject: RE: scm:perform-release occasionally commits an empty POM
>
> I
Hi Brett!
> I think an independent plugin hosted on maven-plugins.sf.net is the
> best approach here.
>
> - Brett
Cool! That should be my next step. I take a look at it.
> > Just tried the extension on Jira. I got 49 errors, whereas Doc Check
> > reported 163. The extension picks up only ma
If it were that simple I wouldn't be asking. The operations I have are
"Voting", "Watching", and "Worklog". I don't appear to be able to comment
on existing bugs or create new ones.
> -Original Message-
> From: Carlos Sanchez [mailto:[EMAIL PROTECTED]
> Sent: 30 July 2004 16:11
> To: 'Ma
Try
${context.getVariable('cvspwd')}
> -Original Message-
> From: Roberto Castro [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 30, 2004 5:00 PM
> To: Maven Users List
> Subject: RES: How to define a default value for a Maven argument?
>
> Carlos, there is no error in my mavem.xml. This
With the link below operations on the left side called "Comment on this
issue"
> -Original Message-
> From: Peter Bright [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 30, 2004 5:02 PM
> To: 'Maven Users List'
> Subject: RE: scm:perform-release occasionally commits an empty POM
>
> How?
yes, it is allowed. It is a synonym for , and is preferred.
On Wed, 21 Jul 2004 01:35:10 +0200, Dennis Lundberg
<[EMAIL PROTECTED]> wrote:
> Hello
>
> I am going through the documentation for Maven and I am getting mixed
> messages regarding "artifactId". In the xml-schema [1] there does not
> se
On Mon, Jul 26, 2004 at 12:56:24PM -0700, Kenneth Simpson wrote:
> >From: "Reddy MVS" <[EMAIL PROTECTED]>
> [snip]
> >1
>
> Thanks. I tried this but I get ant build error. Evidently it
> has to be either 3 or 4.
3 is the only valid value.
>
>
> -
How?
I'm logged in to JIRA, and the bug seems to be reported
(http://jira.codehaus.org/browse/MPSCM-11) but how do I add a comment?
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: 30 July 2004 15:58
> To: Maven Users List
> Subject: Re: scm:perform-release oc
Hi,
I suggest you to check this thread on aspectj-users mailing list
http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg02478.html
titled "POLL: How do you use ".lst" files with AJDT in Eclipse?"
and https://bugs.eclipse.org/bugs/show_bug.cgi?id=50454
The aspectj maven plugin uses iajc ant tas
When I run "maven dist", my project's unit tests get run three times:
1) because test:test is a prereq of jar:jar
2) because test:test is a prereq of war:webapp
(which I call from a dist:prepare-bin-filesystem postgoal in
maven.xml)
3) because junit-report:report does an attainGoal of test:tes
Carlos, there is no error in my mavem.xml. This is the way I test the property, check
it out:
[Ctp] ### CvsPwd="${cvspwd}" ###
[Ctp] ### CvsPwd="none" ###
[Ctp] ### B R A S I L ###
In my project.properties f
I'd like to hear from the Cactus folk how they do it.
On Wed, 21 Jul 2004 14:29:28 -0400 (EDT), Michael Heuer <[EMAIL PROTECTED]> wrote:
> Hello,
>
> Say I have three versions of a project, in project.xml
>
>
>
>1.01.0MYPROJECT_1_0
>
>
>1.11.1MYPROJECT_1_1
>
>
>1.21.2MYPRO
sounds like a bug: I think it is in JIRA. can you add your discovery
to the comments?
On Thu, 22 Jul 2004 16:19:39 +0100, Peter Bright
<[EMAIL PROTECTED]> wrote:
> Most of the time it works properly, but sometimes the POM it commits is
> empty.
>
> Having a poke around, a plausible culprit for th
that's what the JIRA issue was about - some way to resolve that.
On Fri, 30 Jul 2004 16:47:54 +0200, Carlos Sanchez
<[EMAIL PROTECTED]> wrote:
> But in that way maven will fail until you manually download the parent pom
> to the local repo, won't it?
>
>
>
> > -Original Message-
> > Fro
${context.variables} - but this will have much more than just properties.
On Thu, 22 Jul 2004 15:28:42 -0400, Rakesh Arora
<[EMAIL PROTECTED]> wrote:
> I am writing a goal that need the complete list of properties for the
> project (including the inherited properties). Is it possible to get this
>
But in that way maven will fail until you manually download the parent pom
to the local repo, won't it?
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 30, 2004 4:35 PM
> To: Maven Users List
> Subject: Re: Inherited project.xml
>
> these are all
Not yet. How can I do this?
I also have another similar problem when I pass an argument to maven and uppercase it.
Inside maven.xml it is in uppercase letters, when I echoed it, but if I use it in a
project.xml file, for example, it is not in uppercase letters. I think project.xml
gets its value
Hi all, i have a problem with maven site..
plugin.jelly doesn't understand this date format 2004-07-26 08:08:40
what should i do?
here is the log..
thanks
--
site:run-reports:
[echo] Generating the Change Log...
maven-changelog-plugin:report:
[ec
Hi,
That should work, you probably have an error in your maven.xml
Regards
Carlos Sanchez
A Coruña, Spain
Oness Project
http://oness.sourceforge.net
> -Original Message-
> From: Roberto Castro [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 30, 2004 4:09 PM
> To: [EMAIL PROTECTED]
> S
Hi,
There's an issue already created (MAVEN-1394 Plugin dependencies don't
behave like plugin:download) because it didn't worked for me.
Regards
Carlos Sanchez
A Coruña, Spain
Oness Project
http://oness.sourceforge.net
> -Original Message-
> From: Brett Porter [mailto:[EMAIL PROTECTED
these are all inherint of a bigger problem - that the tagged release
depends on something outside the release.
We recommend you publish the parent POM to the repository, then use
${maven.repo.local}/groupId/poms/artifactId-version.pom
There is a JIRA issue filed to make it possible to get this fr
We are building up a suite of aspects with aspectj to help with
testing/debugging. We want to be able to choose which aspects are weaved
at compile time with property settings, is this possible?
I was hoping I could do:
maven.aspectj.sourceRootCopyFilter=**/drools/Trace.java,
**/drools/Trace/Me
Michael, in my case I configured mavem.xml in the master project to checkout all
subprojects, one by one(scm:checkout-project). Property maven.scm.cvs.module must have
a CVS module name.
In my project, I configure a property with the name of all subprojects, and entered a
forEach command inside
It should work - if the problem still exists with more recent
releases, file a bug report.
On Mon, 26 Jul 2004 18:03:09 -0700, Kalaveshi, Adrian
<[EMAIL PROTECTED]> wrote:
> Greetings --
>
> For some reason, I cannot override the maven.checkstyle.includes
> property -- I've tried doing it both on
Did you try to set the MAVEN_OPTS environment variable ?
Nicolas
"Roberto Castro" <[EMAIL PROTECTED]>
30/07/2004 11:09
Veuillez répondre à "Maven Users List"
Pour : <[EMAIL PROTECTED]>
cc :
Objet : How to define a default value for a Maven argument?
Hi, all. I pa
this error appears when the plugins directory is empty. The message
should be improved I think.
On Thu, 29 Jul 2004 10:48:01 +0200, Christian Mouttet
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> i recently updated our Maven installation from 1.0-rc1 to 1.0 final. The
> installation directory lives on a L
Hi, all. I pass an argument to Maven(maven -Darg=xyz ), but sometimes I'd like not
to pass the argument and use a default value, so, I defined the default value in
"project.properties" file, like this:
arg=defaultValue
Well, in "maven.xml" when I echoed the argument "arg", it shows me the co
Hi Oliver,
The user guide definitely needs an update. Only SSH2 is supported in
artifact (hence the reason the rsa1 key failed).
I don't know about your Auth fail - did -X help?
I'm on holiday, so no chance to look at the group issue. It is already
in JIRA - if you can provide more info or a pat
I think an independent plugin hosted on maven-plugins.sf.net is the
best approach here.
- Brett
On Fri, 30 Jul 2004 14:03:05 +0900, Shinobu Kawai <[EMAIL PROTECTED]> wrote:
>
> Hi!
>
> Just tried the extension on Jira. I got 49 errors, whereas Doc Check
> reported 163. The extension picks up
it should work, if you declare the dependency type as "plugin".
Can you run through -X and post to JIRA?
- Brett
On Fri, 30 Jul 2004 09:49:17 +0100, Gidley Ben, Slough
<[EMAIL PROTECTED]> wrote:
>
> I am using Maven 1.0 and I am working with a development version of the
> Eclipse plugin. As we
On Thu, 2004-07-29 at 20:12 +0200, Eric Pugh wrote:
> The maven-plugins team is pleased to announce the FindBugs Plug-in 0.8.2
> release!
>
> http://maven-plugins.sourceforge.net
>
> A plugin to automate FindBugs tasks
>
> Changes in this version include:
>
> New Features:
>
> o Switch to ma
I am using Maven 1.0 and I am working with a development version of the
Eclipse plugin. As we have a team of developers I added the development
plugin to our project.xml (and our internal repository) so it will
automatically use it. Looking at the plugin manager code I think this should
work - a
49 matches
Mail list logo