Issue tracking integration

2007-07-20 Thread Martin Alejandro Villalobos

Hello.
Somebody knows that if there is a way for make a integration between 
Continuum and  some issue tracking system.
I want that when I inspect the changeset, I 'll can see links  pointing 
to the bugs resolved and commited and when I do click in this link , it 
opened in some issue tracking system.


Thanks for all.

Martin.



Re: jboss-packaging-maven-plugin: Incorrect issue tracking details listed

2007-03-28 Thread Emmanuel Venisse



Graham Leggett a écrit :

Hi all,

According to the autogenerated docs for jboss-packaging-maven-plugin at
http://mojo.codehaus.org/jboss-packaging-maven-plugin/issue-tracking.html,
the URL of the issue tracking for this plugin is listed as follows:

http://jira.codehaus.org/browse/MOJO

The jboss-packaging-maven-plugin is not however listed in JIRA. Can
someone add this plugin to JIRA, is it a maven thing or an infrastructure
thing?


Fixed.

Emmanuel



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



jboss-packaging-maven-plugin: Incorrect issue tracking details listed

2007-03-28 Thread Graham Leggett
Hi all,

According to the autogenerated docs for jboss-packaging-maven-plugin at
http://mojo.codehaus.org/jboss-packaging-maven-plugin/issue-tracking.html,
the URL of the issue tracking for this plugin is listed as follows:

http://jira.codehaus.org/browse/MOJO

The jboss-packaging-maven-plugin is not however listed in JIRA. Can
someone add this plugin to JIRA, is it a maven thing or an infrastructure
thing?

Regards,
Graham
--



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re : Re : Maven and Sourceforge (Change report and issue tracking)

2006-11-29 Thread Julien HENRY
Finally, I found a much better way to generate issue URL (wich will work with 
bugs, patchs, feature requests and support requests). I will update the wiki 
directly.

++

Julien

- Message d'origine 
De : Wim Deblauwe <[EMAIL PROTECTED]>
À : Maven Users List 
Envoyé le : Mercredi, 29 Novembre 2006, 9h00mn 46s
Objet : Re: Re : Maven and Sourceforge (Change report and issue tracking)

Thank you! I've updated the wiki with your information, I'm sure this will
help a lot of people.

regards,

Wim

2006/11/28, Julien HENRY <[EMAIL PROTECTED]>:
>
> Here is how I configure changes report and issue tracking section with
> sourceforge:
>
> In the pom.xml:
>
> 
> sourceforge
> 
> http://sourceforge.net/tracker/?atid=497982&group_id=61302
> 
> 
>
> (Note the & instead of &)
>
> 
> org.apache.maven.plugins
> maven-changes-plugin
> false
> 
> 
> 
> changes-report
> 
> 
> 
> 
> 
>
> 
> %URL%/index.php?func=detail&aid=%ISSUE%&group_id=61302&atid=497982
> 
> 
> 
>
> You need to customize atid, group_id, aid for your project.
>
> group_id refers to your project
> atid refers to the section (bugs, feature request or patch)
> aid refers to the issue number
>
> Now in your change.xml, you can put:
>
> 
> bla bla
> 
>
> This will generate a link for your issue like this:
> %URL% = http://sourceforge.net/tracker/?atid=497982&group_id=61302
> %ISSUE% = 1554148
>
> The only problem I have with this configuration is I can't add a link for
> feature requests or patches (only bugs)
>
> Hope it helps.
>
> ++
>
> Julien
>
> - Message d'origine 
> De : Wim Deblauwe <[EMAIL PROTECTED]>
> À : Maven Users List 
> Envoyé le : Mardi, 28 Novembre 2006, 16h18mn 23s
> Objet : Re: Maven and Sourceforge
>
> Thanks for  the input, I've  updated the wiki page with it.
>
> This is unix notation for file permissions:
> > r = 4 (read permission)
> > w = 2  (write permission)
> > x = 1 (execute permission)
> > The first number is for user
> > The second number is for group
> > The third is for what's left ;-)
> >
> > So 7 = 4 + 2 + 1 = rwx
> >  5 = 4 + 1 = r-x
> >
> > 775: means owning user can do anything, all users of the owning group
> > can do anything, anybody else can read and execute.
> >
> > For more infos on unix file permissions :
> > http://www.freeos.com/articles/3127/
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
>
>
>
>
>
>
>
>
>
>
> ___
> Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions
> !
> Profitez des connaissances, des opinions et des expériences des
> internautes sur Yahoo! Questions/Réponses
> http://fr.answers.yahoo.com
>











___ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

Re: Re : Maven and Sourceforge (Change report and issue tracking)

2006-11-29 Thread Wim Deblauwe

Thank you! I've updated the wiki with your information, I'm sure this will
help a lot of people.

regards,

Wim

2006/11/28, Julien HENRY <[EMAIL PROTECTED]>:


Here is how I configure changes report and issue tracking section with
sourceforge:

In the pom.xml:


sourceforge

http://sourceforge.net/tracker/?atid=497982&group_id=61302



(Note the & instead of &)


org.apache.maven.plugins
maven-changes-plugin
false



changes-report







%URL%/index.php?func=detail&aid=%ISSUE%&group_id=61302&atid=497982




You need to customize atid, group_id, aid for your project.

group_id refers to your project
atid refers to the section (bugs, feature request or patch)
aid refers to the issue number

Now in your change.xml, you can put:


bla bla


This will generate a link for your issue like this:
%URL% = http://sourceforge.net/tracker/?atid=497982&group_id=61302
%ISSUE% = 1554148

The only problem I have with this configuration is I can't add a link for
feature requests or patches (only bugs)

Hope it helps.

++

Julien

- Message d'origine 
De : Wim Deblauwe <[EMAIL PROTECTED]>
À : Maven Users List 
Envoyé le : Mardi, 28 Novembre 2006, 16h18mn 23s
Objet : Re: Maven and Sourceforge

Thanks for  the input, I've  updated the wiki page with it.

This is unix notation for file permissions:
> r = 4 (read permission)
> w = 2  (write permission)
> x = 1 (execute permission)
> The first number is for user
> The second number is for group
> The third is for what's left ;-)
>
> So 7 = 4 + 2 + 1 = rwx
>  5 = 4 + 1 = r-x
>
> 775: means owning user can do anything, all users of the owning group
> can do anything, anybody else can read and execute.
>
> For more infos on unix file permissions :
> http://www.freeos.com/articles/3127/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>












___
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions
!
Profitez des connaissances, des opinions et des expériences des
internautes sur Yahoo! Questions/Réponses
http://fr.answers.yahoo.com



Re : Maven and Sourceforge (Change report and issue tracking)

2006-11-28 Thread Julien HENRY
Here is how I configure changes report and issue tracking section with 
sourceforge:

In the pom.xml:


sourceforge

http://sourceforge.net/tracker/?atid=497982&group_id=61302



(Note the & instead of &)


org.apache.maven.plugins
maven-changes-plugin
false



changes-report






%URL%/index.php?func=detail&aid=%ISSUE%&group_id=61302&atid=497982




You need to customize atid, group_id, aid for your project.

group_id refers to your project
atid refers to the section (bugs, feature request or patch)
aid refers to the issue number

Now in your change.xml, you can put:


bla bla


This will generate a link for your issue like this:
%URL% = http://sourceforge.net/tracker/?atid=497982&group_id=61302
%ISSUE% = 1554148

The only problem I have with this configuration is I can't add a link for 
feature requests or patches (only bugs)

Hope it helps.

++

Julien

- Message d'origine 
De : Wim Deblauwe <[EMAIL PROTECTED]>
À : Maven Users List 
Envoyé le : Mardi, 28 Novembre 2006, 16h18mn 23s
Objet : Re: Maven and Sourceforge

Thanks for  the input, I've  updated the wiki page with it.

This is unix notation for file permissions:
> r = 4 (read permission)
> w = 2  (write permission)
> x = 1 (execute permission)
> The first number is for user
> The second number is for group
> The third is for what's left ;-)
>
> So 7 = 4 + 2 + 1 = rwx
>  5 = 4 + 1 = r-x
>
> 775: means owning user can do anything, all users of the owning group
> can do anything, anybody else can read and execute.
>
> For more infos on unix file permissions :
> http://www.freeos.com/articles/3127/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>











___ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur 
Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

Re: Issue tracking system

2005-11-08 Thread Jason van Zyl
On Tue, 2005-11-08 at 14:57 +0100, Srepfler Srgjan wrote:
> Trac is a issue tracking system that's gaining popularity these days 
> http://www.edgewall.com/trac/ you can see an running instance here: 
> http://projects.edgewall.com/trac/
> It's a blend of wiki - issuetracker - subversion and is written in python.
> I just saw that there is a link for issue tracking  once I generated the 
> project site and I was wondering if I could use trac but I guess it's 
> not supported.

Sure you can use Trac. You are simply listing the URL to the issue
tracker right now, we don't really have any integration with issue
tracking systems right now per se but we're interested in making it
easier to work with issues tracking systems. One thing that is on the
horizon is a general API for interacting with issue tracking systems.

> Brett Porter wrote:
> 
> >Currently we have the following integration:
> >- project info reports list the issue tracker (supports jira, bugzilla
> >and scarab I believe)
> >- changes plugin can retrieve changes from jira
> >
> >What type of support are you looking for?
> >
> >- Brett
> >
> >On 11/8/05, Srepfler Srgjan <[EMAIL PROTECTED]> wrote:
> >  
> >
> >>Is there a way to integrate maven with an issue tracking system such as
> >>Trac?
> >>
> >>-
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >>
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >  
> >
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

Simplex sigillum veri. (Simplicity is the seal of truth.)


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Issue tracking system

2005-11-08 Thread Srepfler Srgjan
Trac is a issue tracking system that's gaining popularity these days 
http://www.edgewall.com/trac/ you can see an running instance here: 
http://projects.edgewall.com/trac/

It's a blend of wiki - issuetracker - subversion and is written in python.
I just saw that there is a link for issue tracking  once I generated the 
project site and I was wondering if I could use trac but I guess it's 
not supported.


Brett Porter wrote:


Currently we have the following integration:
- project info reports list the issue tracker (supports jira, bugzilla
and scarab I believe)
- changes plugin can retrieve changes from jira

What type of support are you looking for?

- Brett

On 11/8/05, Srepfler Srgjan <[EMAIL PROTECTED]> wrote:
 


Is there a way to integrate maven with an issue tracking system such as
Trac?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Issue tracking system

2005-11-07 Thread Brett Porter
Currently we have the following integration:
- project info reports list the issue tracker (supports jira, bugzilla
and scarab I believe)
- changes plugin can retrieve changes from jira

What type of support are you looking for?

- Brett

On 11/8/05, Srepfler Srgjan <[EMAIL PROTECTED]> wrote:
> Is there a way to integrate maven with an issue tracking system such as
> Trac?
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Issue tracking system

2005-11-07 Thread Srepfler Srgjan
Is there a way to integrate maven with an issue tracking system such as 
Trac?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Multiple URLs for issue tracking

2004-08-16 Thread Brett Porter
It already exists in the next version of the POM. This version is
currently under heavy development.

On Mon, 16 Aug 2004 20:58:57 -0400, Mirabito, Massimo <[EMAIL PROTECTED]> wrote:
> Dion,
> 
> Thanks for reply. If it's not too much work and other have the need please consider 
> adding this  feature.
> 
> Thanks
> Max
> 
> 
> 
> -Original Message-
> From: Dion Gillard <[EMAIL PROTECTED]>
> To: Maven Users List <[EMAIL PROTECTED]>
> Sent: Mon Aug 16 20:51:43 2004
> Subject: Re: Multiple URLs for issue tracking
> 
> There is only support for a single issueTrackingURL at present
> 
> On Mon, 16 Aug 2004 08:03:39 -0400, Mirabito, Massimo <[EMAIL PROTECTED]> wrote:
> > Some of our projects have more that one issue tracking system. Is there
> > a way to include multiple URLs in the project.xml file for the
> >  tag?
> >
> > I tried several ways but it does not work.
> >
> > 1)
> >   
> > http://server1:8080
> > http://server2:
> >   
> >
> > 2)
> >   http://server1:8080
> >   http://server2:
> >
> > Thanks in advance for any help
> >
> > Max
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
> --
> http://www.multitask.com.au/people/dion/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Multiple URLs for issue tracking

2004-08-16 Thread Mirabito, Massimo
Dion,

Thanks for reply. If it's not too much work and other have the need please consider 
adding this  feature.


Thanks
Max

-Original Message-
From: Dion Gillard <[EMAIL PROTECTED]>
To: Maven Users List <[EMAIL PROTECTED]>
Sent: Mon Aug 16 20:51:43 2004
Subject: Re: Multiple URLs for issue tracking

There is only support for a single issueTrackingURL at present

On Mon, 16 Aug 2004 08:03:39 -0400, Mirabito, Massimo <[EMAIL PROTECTED]> wrote:
> Some of our projects have more that one issue tracking system. Is there
> a way to include multiple URLs in the project.xml file for the
>  tag?
> 
> I tried several ways but it does not work.
> 
> 1)
>   
> http://server1:8080
> http://server2:
>   
> 
> 2)
>   http://server1:8080
>   http://server2:
> 
> Thanks in advance for any help
> 
> Max
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Multiple URLs for issue tracking

2004-08-16 Thread Dion Gillard
There is only support for a single issueTrackingURL at present

On Mon, 16 Aug 2004 08:03:39 -0400, Mirabito, Massimo <[EMAIL PROTECTED]> wrote:
> Some of our projects have more that one issue tracking system. Is there
> a way to include multiple URLs in the project.xml file for the
>  tag?
> 
> I tried several ways but it does not work.
> 
> 1)
>   
> http://server1:8080
> http://server2:
>   
> 
> 2)
>   http://server1:8080
>   http://server2:
> 
> Thanks in advance for any help
> 
> Max
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Multiple URLs for issue tracking

2004-08-16 Thread Mirabito, Massimo
Some of our projects have more that one issue tracking system. Is there
a way to include multiple URLs in the project.xml file for the
 tag?

I tried several ways but it does not work.

1)
  
http://server1:8080
http://server2:
  

2)
  http://server1:8080
  http://server2:


Thanks in advance for any help

Max


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



SCM issue tracking integration

2004-01-07 Thread Sonnek, Ryan
Does anyone think it would be possible to integrate issue tracking into the
SCM plugin?  I would really like to run something like 
maven scm:commit -DissueID=MYISSUEID 
and have maven commit the files, and log the commit message and list of
files to the issue tracking software (jira, scarab).  It'd be great to even
give the hyperlink to the web based cvs version of the file.  

Right now, I'm pulling duplicate work by reentering my commit message into
our issue tracking server.  I think it's a pretty common practice to log the
same message for an issue as was used for cvs, so I think this would be a
great feature.  

I would gladly look into this if others are interested (and could help with
some direction)

Ryan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Issue tracking

2004-01-06 Thread Emmanuel Venisse
On codehaus.

Emmanuel

- Original Message - 
From: "Norbert Pabiś" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, January 06, 2004 9:48 AM
Subject: Issue tracking


> Which issue tracking system should be used now?
> Jira on codehous or on nagoya?
> Both are up and running.
>
> -- 
> Norbert Pabiś
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Issue tracking

2004-01-06 Thread Norbert Pabiś
Which issue tracking system should be used now?
Jira on codehous or on nagoya?
Both are up and running.
--
Norbert Pabiś
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]