You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by di...@multitask.com.au on 2003/07/31 07:50:42 UTC

Fixes and changes for maven 1.0

If you have a fix or a change you would like to be in maven 1.0, please 
ensure that:

1) It's in Jira ( 
http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
2) it's in the roadmap ( 
http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&report=roadmap 
)

If it's not, it wont be looked at for the release.

There are a whole heap of bugs listed as unscheduled at:

http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/order=ASC&sorter/field=priority&resolutionIds=-1&fixfor=-1

These WILL NOT be fixed for Maven 1.0. If you've raised issues and they're 
unscheduled, NOW  is the time to get them in a release.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/

Re: Fixes and changes for maven 1.0

Posted by Diego Fernández <df...@datatransfer.com.ar>.
Please consider to fix the bug MAVEN-563 
(http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-563) in the 
final version. :-)

dion@multitask.com.au wrote:

>If you have a fix or a change you would like to be in maven 1.0, please 
>ensure that:
>
>1) It's in Jira ( 
>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
>2) it's in the roadmap ( 
>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&report=roadmap 
>)
>
>If it's not, it wont be looked at for the release.
>
>There are a whole heap of bugs listed as unscheduled at:
>
>http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/order=ASC&sorter/field=priority&resolutionIds=-1&fixfor=-1
>
>These WILL NOT be fixed for Maven 1.0. If you've raised issues and they're 
>unscheduled, NOW  is the time to get them in a release.
>--
>dIon Gillard, Multitask Consulting
>Blog:      http://blogs.codehaus.org/people/dion/
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by James Ward <ja...@ectropic.com>.
Exactly...

-James


James CE Johnson wrote:

>>I can't seem to find the reactor
>>    
>>
>
>Is that the problem where some funky sequence of reactor usage causes
>maven to forget what goals it has? I agree that's critical. Most of my
>reactor-based goals now have to <exec> a new maven instance in order for
>the build to proceed :-(
>
>  
>
>>& console problems in jira, but I know
>>we have talked about it a million times here on the list.  I think that
>>bug fix it crucial for 1.0.
>>
>>-James
>>
>>
>>    
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by James CE Johnson <jc...@tragus.org>.
> I can't seem to find the reactor

Is that the problem where some funky sequence of reactor usage causes
maven to forget what goals it has? I agree that's critical. Most of my
reactor-based goals now have to <exec> a new maven instance in order for
the build to proceed :-(

> & console problems in jira, but I know
> we have talked about it a million times here on the list.  I think that
> bug fix it crucial for 1.0.
>
> -James
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by James Ward <ja...@ectropic.com>.
I can't seem to find the reactor & console problems in jira, but I know
we have talked about it a million times here on the list.  I think that
bug fix it crucial for 1.0.

-James


On Wed, 2003-07-30 at 23:50, dion@multitask.com.au wrote:
> If you have a fix or a change you would like to be in maven 1.0, please 
> ensure that:
> 
> 1) It's in Jira ( 
> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> 2) it's in the roadmap ( 
> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&report=roadmap
> )
> 
> If it's not, it wont be looked at for the release.
> 
> There are a whole heap of bugs listed as unscheduled at:
> 
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/order=ASC&sorter/field=priority&resolutionIds=-1&fixfor=-1
> 
> These WILL NOT be fixed for Maven 1.0. If you've raised issues and they're 
> unscheduled, NOW  is the time to get them in a release.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by di...@multitask.com.au.
Andy Jefferson <an...@ajsoft.net> wrote on 31/07/2003 04:57:06 PM:

> Not sure how I get things into the roadmap but I have them all in JIRA.
> The issues I'd like in a 1.0 are
See the previous post. Make sure the 'Fix Version/s:' is 1.0-rc1

> MAVEN-587 - Changes plugin extension : I included a patch for doing this
> MAVEN-575 - Plugin loading bug
> MAVEN-583 - WAR file naming : ESSENTIAL !
Added these three

> MAVEN-592 - Bug in XRef/Multiproject naming hyperlinks
Closed it as I fixed it last week.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Re: Fixes and changes for maven 1.0

Posted by Andy Jefferson <an...@ajsoft.net>.
On Thu, 2003-07-31 at 06:50, dion@multitask.com.au wrote:
> If you have a fix or a change you would like to be in maven 1.0, please 
> ensure that:
> 
> 1) It's in Jira ( 
> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> 2) it's in the roadmap ( 
> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&report=roadmap
> )
> 
> If it's not, it wont be looked at for the release.

Not sure how I get things into the roadmap but I have them all in JIRA.
The issues I'd like in a 1.0 are

MAVEN-587 - Changes plugin extension : I included a patch for doing this
MAVEN-575 - Plugin loading bug
MAVEN-583 - WAR file naming : ESSENTIAL !
MAVEN-592 - Bug in XRef/Multiproject naming hyperlinks


Thx :-)
-- 
Andy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by James CE Johnson <jc...@tragus.org>.
> If you have a fix or a change you would like to be in maven 1.0, please
> ensure that:
>
> 1) It's in Jira (
> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )

MAVEN-632 Please add maven.ejb.excludes to ejb:ejb goal
MAVEN-633 Contributing an ejb:ejb-client goal

I've got more contributions to maven-ejb-plugin that I hope to get
submitted today.

> 2) it's in the roadmap (
> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&report=roadmap
>  )

Dunno how to do that :-(

Once upon a time I had write access to CVS but the last time I tried it
didn't work for me. Possibly because things were relocated during my
period of inactivity? Anyway, I'd be happy to appl these myself if we can
get that turned back on.

>
> If it's not, it wont be looked at for the release.
>
> There are a whole heap of bugs listed as unscheduled at:
>
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/order=ASC&sorter/field=priority&resolutionIds=-1&fixfor=-1
>
> These WILL NOT be fixed for Maven 1.0. If you've raised issues and
> they're  unscheduled, NOW  is the time to get them in a release.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by Diego Fernández <df...@datatransfer.com.ar>.
Please consider to fix the bug MAVEN-563 
(http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-563) in the 
final version. :-)

dion@multitask.com.au wrote:

>If you have a fix or a change you would like to be in maven 1.0, please 
>ensure that:
>
>1) It's in Jira ( 
>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
>2) it's in the roadmap ( 
>http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&report=roadmap 
>)
>
>If it's not, it wont be looked at for the release.
>
>There are a whole heap of bugs listed as unscheduled at:
>
>http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/order=ASC&sorter/field=priority&resolutionIds=-1&fixfor=-1
>
>These WILL NOT be fixed for Maven 1.0. If you've raised issues and they're 
>unscheduled, NOW  is the time to get them in a release.
>--
>dIon Gillard, Multitask Consulting
>Blog:      http://blogs.codehaus.org/people/dion/
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by Jason van Zyl <ja...@codehaus.org>.
On Thu, 2003-07-31 at 06:17, Rafal Krzewski wrote:
> dion@multitask.com.au wrote:
> > If you have a fix or a change you would like to be in maven 1.0, please 
> > ensure that:
> > 
> > 1) It's in Jira 
> > 2) it's in the roadmap 
> > 
> > If it's not, it wont be looked at for the release.
> > 
> > There are a whole heap of bugs listed as unscheduled
> > 
> > These WILL NOT be fixed for Maven 1.0. If you've raised issues and they're 
> > unscheduled, NOW  is the time to get them in a release.
> 
> Please tell me how do I schedule an issue in Jira? Note that I am
> not a commiter, and I can't set 'Fix version' while creating an issue,
> nor can I edit an existing issue even though I am it's reporter!
> 
> Should I post to the list, or should I comment on some issue (if so,
> which one?).
> 
> Anyway, I hereby nominate MAVEN-595 for inclusion in Maven 1.0.

Looks good and has patches so I've changed the fix version to rc1.

> Thanks,
> Rafal
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by Rafal Krzewski <Ra...@caltha.pl>.
Rafal Krzewski wrote:
> dion@multitask.com.au wrote:
> 
>>I've added the ability for normal jira users to edit the issues.
> 
> 
> That will certainly make nominating bugs easier, but on the second
> though is this a good idea in the long run? Sheduling isssues is
> the responsibility of the development team, not the users.

Gee it seems that I should be reading user's list before the dev list.
I replied twice before reading relevant messages. Sorry...

R>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by Rafal Krzewski <Ra...@caltha.pl>.
dion@multitask.com.au wrote:
> I've added the ability for normal jira users to edit the issues.

That will certainly make nominating bugs easier, but on the second
though is this a good idea in the long run? Sheduling isssues is
the responsibility of the development team, not the users.

We can try how do-it-yourself sheduling works for us, but if any
problems arise, I'd be the first to vote for taking edit persmission
away from users, and establishing a policy for bug nominations:
Suppose the release manager posts a "call for nominaitons" message
to the dev list "hey, there's a release coming up in three weeks.
Reporters of the issues that have patches and are not sheduled yet,
please step up." And the reporters reply in a single neat thread,
then the release manager shedules the issues and assigns them to
developers. How does this sound like?

R.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by di...@multitask.com.au.
Rafal,

I've added the ability for normal jira users to edit the issues.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Rafal Krzewski <Ra...@caltha.pl> wrote on 31/07/2003 08:17:20 PM:

> dion@multitask.com.au wrote:
> > If you have a fix or a change you would like to be in maven 1.0, 
please 
> > ensure that:
> > 
> > 1) It's in Jira 
> > 2) it's in the roadmap 
> > 
> > If it's not, it wont be looked at for the release.
> > 
> > There are a whole heap of bugs listed as unscheduled
> > 
> > These WILL NOT be fixed for Maven 1.0. If you've raised issues and 
they're 
> > unscheduled, NOW  is the time to get them in a release.
> 
> Please tell me how do I schedule an issue in Jira? Note that I am
> not a commiter, and I can't set 'Fix version' while creating an issue,
> nor can I edit an existing issue even though I am it's reporter!
> 
> Should I post to the list, or should I comment on some issue (if so,
> which one?).
> 
> Anyway, I hereby nominate MAVEN-595 for inclusion in Maven 1.0.
> 
> Thanks,
> Rafal
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

Re: Fixes and changes for maven 1.0

Posted by Rafal Krzewski <Ra...@caltha.pl>.
dion@multitask.com.au wrote:
> If you have a fix or a change you would like to be in maven 1.0, please 
> ensure that:
> 
> 1) It's in Jira 
> 2) it's in the roadmap 
> 
> If it's not, it wont be looked at for the release.
> 
> There are a whole heap of bugs listed as unscheduled
> 
> These WILL NOT be fixed for Maven 1.0. If you've raised issues and they're 
> unscheduled, NOW  is the time to get them in a release.

Please tell me how do I schedule an issue in Jira? Note that I am
not a commiter, and I can't set 'Fix version' while creating an issue,
nor can I edit an existing issue even though I am it's reporter!

Should I post to the list, or should I comment on some issue (if so,
which one?).

Anyway, I hereby nominate MAVEN-595 for inclusion in Maven 1.0.

Thanks,
Rafal


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


RE: Fixes and changes for maven 1.0

Posted by di...@multitask.com.au.
I'd agree.

Hence we're trying to define and limit the outstanding issues for our beta 
trail and then move to a release, followed by additional change.

I've made this issue a fix for 1.0-rc1, and from memory the inheriting of 
groupId is an issue.

I'm hoping we have a stabler version of maven in CVS head within the next 
week and can get this issue resolved then.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


"Howard M. Lewis Ship" <hl...@comcast.net> wrote on 31/07/2003 10:42:19 
PM:

> This bug is blocking me from moving Tapestry to Maven.
> 
> http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-612
> 
> I don't feel that Maven has been flowing in what I would define as a
> normal "alpha", "beta" cycle.
> During the beta cycle, Maven has changed singificantly and 
> repeatedly.  By my definitions, during
> beta, changes should be controlled, local and, hopefully, invisible.
> Seems like Maven has been
> changing much more significantly.
> 
> 
> --
> Howard M. Lewis Ship
> Creator, Tapestry: Java Web Components
> http://jakarta.apache.org/tapestry
> 
> 
> 
> > -----Original Message-----
> > From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> > Sent: Thursday, July 31, 2003 1:51 AM
> > To: dev@maven.apache.org
> > Cc: users@maven.apache.org
> > Subject: Fixes and changes for maven 1.0
> > 
> > 
> > If you have a fix or a change you would like to be in maven 
> > 1.0, please 
> > ensure that:
> > 
> > 1) It's in Jira ( 
> > http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> > 2) it's in the roadmap ( 
> > http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&re
> port=roadmap 
> )
> 
> If it's not, it wont be looked at for the release.
> 
> There are a whole heap of bugs listed as unscheduled at:
> 
> http://jira.codehaus.org/secure/IssueNavigator.jspa?
> reset=true&mode=hide&pid=10030&sorter/order=ASC&
> sorter/field=priority&resolutionIds=-1&fixfor=-1
> 
> These WILL NOT be fixed for Maven 1.0. If you've raised issues and 
they're 
> unscheduled, NOW  is the time to get them in a release.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

RE: Fixes and changes for maven 1.0

Posted by "Howard M. Lewis Ship" <hl...@comcast.net>.
This bug is blocking me from moving Tapestry to Maven.

http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-612

I don't feel that Maven has been flowing in what I would define as a normal "alpha", "beta" cycle.
During the beta cycle, Maven has changed singificantly and repeatedly.  By my definitions, during
beta, changes should be controlled, local and, hopefully, invisible.  Seems like Maven has been
changing much more significantly.


--
Howard M. Lewis Ship
Creator, Tapestry: Java Web Components
http://jakarta.apache.org/tapestry



> -----Original Message-----
> From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> Sent: Thursday, July 31, 2003 1:51 AM
> To: dev@maven.apache.org
> Cc: users@maven.apache.org
> Subject: Fixes and changes for maven 1.0
> 
> 
> If you have a fix or a change you would like to be in maven 
> 1.0, please 
> ensure that:
> 
> 1) It's in Jira ( 
> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> 2) it's in the roadmap ( 
> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&re
port=roadmap 
)

If it's not, it wont be looked at for the release.

There are a whole heap of bugs listed as unscheduled at:

http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/order=ASC&
sorter/field=priority&resolutionIds=-1&fixfor=-1

These WILL NOT be fixed for Maven 1.0. If you've raised issues and they're 
unscheduled, NOW  is the time to get them in a release.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by Jason van Zyl <ja...@codehaus.org>.
On Thu, 2003-07-31 at 05:22, Ben Walding wrote:
> Regular users can't assign things like a fix version.  You'll have to 
> request nicely on the mailing list such that someone assigns it the 
> appropriate version.  If you really really want it fixed, provide a 
> patch - far more likely it'll be included into the rc1.

Yes, users can contribute what they like in the way of requests,
comments and patches but users do not decide what gets included in the
version that is left to the developers.

> Kai Runte wrote:
> 
> > I couldn't add any issue, either. If I click on "create a new issue", 
> > I  cannot select any maven-look-alike topic. Anyway, the issue I have 
> > is  the following:
> > I would like to have an additional property in the javadoc plugin for  
> > setting an overview.html file (option -overview in javadoc). Another  
> > wish would be the ability to set my own stylesheet for the javadocs.
> >
> > Thanks
> >     Kai
> >
> > On Thursday, July 31, 2003, at 06:50 AM, dion@multitask.com.au wrote:
> >
> >> If you have a fix or a change you would like to be in maven 1.0, please
> >> ensure that:
> >>
> >> 1) It's in Jira (
> >> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> >> 2) it's in the roadmap (
> >> http://jira.codehaus.org/secure/
> >> BrowseProject.jspa?id=10030&report=roadmap
> >> )
> >>
> >> If it's not, it wont be looked at for the release.
> >>
> >> There are a whole heap of bugs listed as unscheduled at:
> >>
> >> http://jira.codehaus.org/secure/
> >> IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/ 
> >> order=ASC&sorter/field=priority&resolutionIds=-1&fixfor=-1
> >>
> >> These WILL NOT be fixed for Maven 1.0. If you've raised issues and  
> >> they're
> >> unscheduled, NOW  is the time to get them in a release.
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Fixes and changes for maven 1.0

Posted by di...@multitask.com.au.
Hi Simon,

I've added them into the roadmap for 1.1, i.e. if someone does it for 1.0 
fine, but it's not a showstopper.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


"Simon Matic Langford" <si...@pcmsgroup.com> wrote on 31/07/2003 
07:24:45 PM:

> in that case, can I ask nicely?
> 
> 598 and 603 - they're both patches
> 
> thanks
> 
> simon
> 
> The information contained in this e-mail is intended only for the person
> or
> entity to which it is addressed and may contain confidential and/or
> privileged material. If You are not the intended recipient of this
> e-mail,
> the use of this information or any disclosure, copying or distribution
> is
> Prohibited and may be unlawful. If you received this in error, please
> contact the sender and delete the material from any computer. The views
> expressed in this e-mail may not necessarily be the views of The PCMS
> Group
> plc and should not be taken as authority to carry out any instruction
> contained.
> 
> 
> > -----Original Message-----
> > From: Ben Walding [mailto:ben@walding.com] 
> > Sent: 31 July 2003 10:22
> > To: Maven Users List
> > Subject: Re: Fixes and changes for maven 1.0
> > 
> > 
> > Regular users can't assign things like a fix version.  You'll have to 
> > request nicely on the mailing list such that someone assigns it the 
> > appropriate version.  If you really really want it fixed, provide a 
> > patch - far more likely it'll be included into the rc1.
> > 
> > Kai Runte wrote:
> > 
> > > I couldn't add any issue, either. If I click on "create a 
> > new issue", 
> > > I  cannot select any maven-look-alike topic. Anyway, the 
> > issue I have 
> > > is  the following:
> > > I would like to have an additional property in the javadoc 
> > plugin for 
> > > setting an overview.html file (option -overview in 
> > javadoc). Another 
> > > wish would be the ability to set my own stylesheet for the javadocs.
> > >
> > > Thanks
> > >     Kai
> > >
> > > On Thursday, July 31, 2003, at 06:50 AM, 
> > dion@multitask.com.au wrote:
> > >
> > >> If you have a fix or a change you would like to be in 
> > maven 1.0, please
> > >> ensure that:
> > >>
> > >> 1) It's in Jira (
> > >> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> > >> 2) it's in the roadmap (
> > >> http://jira.codehaus.org/secure/ 
> > >> BrowseProject.jspa?id=10030&report=roadmap
> > >> )
> > >>
> > >> If it's not, it wont be looked at for the release.
> > >>
> > >> There are a whole heap of bugs listed as unscheduled at:
> > >>
> > >> http://jira.codehaus.org/secure/ 
> > >> IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/ 
> > >> order=ASC&sorter/field=priority&resolutionIds=-1&fixfor=-1
> > >>
> > >> These WILL NOT be fixed for Maven 1.0. If you've raised 
> > issues and 
> > >> they're
> > >> unscheduled, NOW  is the time to get them in a release.
> > >
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

Re: Fixes and changes for maven 1.0

Posted by Jason van Zyl <ja...@codehaus.org>.
On Thu, 2003-07-31 at 22:45, Alwyn Schoeman wrote:
> I think a better solution would be for an extended vote option where
> in addition to voting for an issue, the user can either supply a
> version in which it would be good to have it fixed or better, a
> measure of how important it is.

Definitely. I'm all for fielding requests from users and using JIRA's
ranking system. Then using that information to help decide what gets
assigned as an official addition/fix for a particular version.

> The last could obviously be done by a combination between voting and
> the priority of the issue. Currently the priority is set to whoever
> last changed it by editing, but maybe it should be the result of
> priorities provided by all voters.
> 
> Maybe to a proposal to the Jira folks...
> 
> On Fri, Aug 01, 2003 at 10:21:21AM +0800, Jason van Zyl wrote:
> > On Thu, 2003-07-31 at 22:13, dion@multitask.com.au wrote:
> > > Jira users can now edit issues.
>  
> > -1
> > 
> > I do not want users adding stuff that officially gets accepted as going
> > into a version. That's just silly and that list will get out of control.
> > They influence the selection they don't select.
> > 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by Alwyn Schoeman <al...@smart.com.ph>.
I think a better solution would be for an extended vote option where
in addition to voting for an issue, the user can either supply a
version in which it would be good to have it fixed or better, a
measure of how important it is.

The last could obviously be done by a combination between voting and
the priority of the issue. Currently the priority is set to whoever
last changed it by editing, but maybe it should be the result of
priorities provided by all voters.

Maybe to a proposal to the Jira folks...

On Fri, Aug 01, 2003 at 10:21:21AM +0800, Jason van Zyl wrote:
> On Thu, 2003-07-31 at 22:13, dion@multitask.com.au wrote:
> > Jira users can now edit issues.
 
> -1
> 
> I do not want users adding stuff that officially gets accepted as going
> into a version. That's just silly and that list will get out of control.
> They influence the selection they don't select.
> 


-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.136.35/myplone

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Fixes and changes for maven 1.0

Posted by di...@multitask.com.au.
Ok, I'm removing it now.

Personally I don't agree.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Jason van Zyl <ja...@codehaus.org> wrote on 01/08/2003 12:21:21 PM:

> On Thu, 2003-07-31 at 22:13, dion@multitask.com.au wrote:
> > Jira users can now edit issues.
> 
> -1
> 
> I do not want users adding stuff that officially gets accepted as going
> into a version. That's just silly and that list will get out of control.
> They influence the selection they don't select.
> 
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://blogs.codehaus.org/people/dion/
> > 
> > 
> > "Simon Matic Langford" <si...@pcmsgroup.com> wrote on 
31/07/2003 
> > 07:24:45 PM:
> > 
> > > in that case, can I ask nicely?
> > > 
> > > 598 and 603 - they're both patches
> > > 
> > > thanks
> > > 
> > > simon
> > > 
> > > The information contained in this e-mail is intended only for the 
person
> > > or
> > > entity to which it is addressed and may contain confidential and/or
> > > privileged material. If You are not the intended recipient of this
> > > e-mail,
> > > the use of this information or any disclosure, copying or 
distribution
> > > is
> > > Prohibited and may be unlawful. If you received this in error, 
please
> > > contact the sender and delete the material from any computer. The 
views
> > > expressed in this e-mail may not necessarily be the views of The 
PCMS
> > > Group
> > > plc and should not be taken as authority to carry out any 
instruction
> > > contained.
> > > 
> > > 
> > > > -----Original Message-----
> > > > From: Ben Walding [mailto:ben@walding.com] 
> > > > Sent: 31 July 2003 10:22
> > > > To: Maven Users List
> > > > Subject: Re: Fixes and changes for maven 1.0
> > > > 
> > > > 
> > > > Regular users can't assign things like a fix version.  You'll have 
to 
> > > > request nicely on the mailing list such that someone assigns it 
the 
> > > > appropriate version.  If you really really want it fixed, provide 
a 
> > > > patch - far more likely it'll be included into the rc1.
> > > > 
> > > > Kai Runte wrote:
> > > > 
> > > > > I couldn't add any issue, either. If I click on "create a 
> > > > new issue", 
> > > > > I  cannot select any maven-look-alike topic. Anyway, the 
> > > > issue I have 
> > > > > is  the following:
> > > > > I would like to have an additional property in the javadoc 
> > > > plugin for 
> > > > > setting an overview.html file (option -overview in 
> > > > javadoc). Another 
> > > > > wish would be the ability to set my own stylesheet for the 
javadocs.
> > > > >
> > > > > Thanks
> > > > >     Kai
> > > > >
> > > > > On Thursday, July 31, 2003, at 06:50 AM, 
> > > > dion@multitask.com.au wrote:
> > > > >
> > > > >> If you have a fix or a change you would like to be in 
> > > > maven 1.0, please
> > > > >> ensure that:
> > > > >>
> > > > >> 1) It's in Jira (
> > > > >> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> > > > >> 2) it's in the roadmap (
> > > > >> http://jira.codehaus.org/secure/
> > > > >> BrowseProject.jspa?id=10030&report=roadmap
> > > > >> )
> > > > >>
> > > > >> If it's not, it wont be looked at for the release.
> > > > >>
> > > > >> There are a whole heap of bugs listed as unscheduled at:
> > > > >>
> > > > >> http://jira.codehaus.org/secure/
> > > > >> IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/ 
> > > > >> order=ASC&sorter/field=priority&resolutionIds=-1&fixfor=-1
> > > > >>
> > > > >> These WILL NOT be fixed for Maven 1.0. If you've raised 
> > > > issues and 
> > > > >> they're
> > > > >> unscheduled, NOW  is the time to get them in a release.
> > > > >
> > > > 
> > > > 
> > > > 
> > > > 
---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > > For additional commands, e-mail: users-help@maven.apache.org
> > > > 
> > > 
> > > 
> > > 
---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

RE: Fixes and changes for maven 1.0

Posted by Jason van Zyl <ja...@codehaus.org>.
On Thu, 2003-07-31 at 22:13, dion@multitask.com.au wrote:
> Jira users can now edit issues.

-1

I do not want users adding stuff that officially gets accepted as going
into a version. That's just silly and that list will get out of control.
They influence the selection they don't select.

> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> "Simon Matic Langford" <si...@pcmsgroup.com> wrote on 31/07/2003 
> 07:24:45 PM:
> 
> > in that case, can I ask nicely?
> > 
> > 598 and 603 - they're both patches
> > 
> > thanks
> > 
> > simon
> > 
> > The information contained in this e-mail is intended only for the person
> > or
> > entity to which it is addressed and may contain confidential and/or
> > privileged material. If You are not the intended recipient of this
> > e-mail,
> > the use of this information or any disclosure, copying or distribution
> > is
> > Prohibited and may be unlawful. If you received this in error, please
> > contact the sender and delete the material from any computer. The views
> > expressed in this e-mail may not necessarily be the views of The PCMS
> > Group
> > plc and should not be taken as authority to carry out any instruction
> > contained.
> > 
> > 
> > > -----Original Message-----
> > > From: Ben Walding [mailto:ben@walding.com] 
> > > Sent: 31 July 2003 10:22
> > > To: Maven Users List
> > > Subject: Re: Fixes and changes for maven 1.0
> > > 
> > > 
> > > Regular users can't assign things like a fix version.  You'll have to 
> > > request nicely on the mailing list such that someone assigns it the 
> > > appropriate version.  If you really really want it fixed, provide a 
> > > patch - far more likely it'll be included into the rc1.
> > > 
> > > Kai Runte wrote:
> > > 
> > > > I couldn't add any issue, either. If I click on "create a 
> > > new issue", 
> > > > I  cannot select any maven-look-alike topic. Anyway, the 
> > > issue I have 
> > > > is  the following:
> > > > I would like to have an additional property in the javadoc 
> > > plugin for 
> > > > setting an overview.html file (option -overview in 
> > > javadoc). Another 
> > > > wish would be the ability to set my own stylesheet for the javadocs.
> > > >
> > > > Thanks
> > > >     Kai
> > > >
> > > > On Thursday, July 31, 2003, at 06:50 AM, 
> > > dion@multitask.com.au wrote:
> > > >
> > > >> If you have a fix or a change you would like to be in 
> > > maven 1.0, please
> > > >> ensure that:
> > > >>
> > > >> 1) It's in Jira (
> > > >> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> > > >> 2) it's in the roadmap (
> > > >> http://jira.codehaus.org/secure/
> > > >> BrowseProject.jspa?id=10030&report=roadmap
> > > >> )
> > > >>
> > > >> If it's not, it wont be looked at for the release.
> > > >>
> > > >> There are a whole heap of bugs listed as unscheduled at:
> > > >>
> > > >> http://jira.codehaus.org/secure/
> > > >> IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/ 
> > > >> order=ASC&sorter/field=priority&resolutionIds=-1&fixfor=-1
> > > >>
> > > >> These WILL NOT be fixed for Maven 1.0. If you've raised 
> > > issues and 
> > > >> they're
> > > >> unscheduled, NOW  is the time to get them in a release.
> > > >
> > > 
> > > 
> > > 
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Fixes and changes for maven 1.0

Posted by di...@multitask.com.au.
Jira users can now edit issues.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


"Simon Matic Langford" <si...@pcmsgroup.com> wrote on 31/07/2003 
07:24:45 PM:

> in that case, can I ask nicely?
> 
> 598 and 603 - they're both patches
> 
> thanks
> 
> simon
> 
> The information contained in this e-mail is intended only for the person
> or
> entity to which it is addressed and may contain confidential and/or
> privileged material. If You are not the intended recipient of this
> e-mail,
> the use of this information or any disclosure, copying or distribution
> is
> Prohibited and may be unlawful. If you received this in error, please
> contact the sender and delete the material from any computer. The views
> expressed in this e-mail may not necessarily be the views of The PCMS
> Group
> plc and should not be taken as authority to carry out any instruction
> contained.
> 
> 
> > -----Original Message-----
> > From: Ben Walding [mailto:ben@walding.com] 
> > Sent: 31 July 2003 10:22
> > To: Maven Users List
> > Subject: Re: Fixes and changes for maven 1.0
> > 
> > 
> > Regular users can't assign things like a fix version.  You'll have to 
> > request nicely on the mailing list such that someone assigns it the 
> > appropriate version.  If you really really want it fixed, provide a 
> > patch - far more likely it'll be included into the rc1.
> > 
> > Kai Runte wrote:
> > 
> > > I couldn't add any issue, either. If I click on "create a 
> > new issue", 
> > > I  cannot select any maven-look-alike topic. Anyway, the 
> > issue I have 
> > > is  the following:
> > > I would like to have an additional property in the javadoc 
> > plugin for 
> > > setting an overview.html file (option -overview in 
> > javadoc). Another 
> > > wish would be the ability to set my own stylesheet for the javadocs.
> > >
> > > Thanks
> > >     Kai
> > >
> > > On Thursday, July 31, 2003, at 06:50 AM, 
> > dion@multitask.com.au wrote:
> > >
> > >> If you have a fix or a change you would like to be in 
> > maven 1.0, please
> > >> ensure that:
> > >>
> > >> 1) It's in Jira (
> > >> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> > >> 2) it's in the roadmap (
> > >> http://jira.codehaus.org/secure/ 
> > >> BrowseProject.jspa?id=10030&report=roadmap
> > >> )
> > >>
> > >> If it's not, it wont be looked at for the release.
> > >>
> > >> There are a whole heap of bugs listed as unscheduled at:
> > >>
> > >> http://jira.codehaus.org/secure/ 
> > >> IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/ 
> > >> order=ASC&sorter/field=priority&resolutionIds=-1&fixfor=-1
> > >>
> > >> These WILL NOT be fixed for Maven 1.0. If you've raised 
> > issues and 
> > >> they're
> > >> unscheduled, NOW  is the time to get them in a release.
> > >
> > 
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

RE: Fixes and changes for maven 1.0

Posted by Simon Matic Langford <si...@pcmsgroup.com>.
in that case, can I ask nicely?

598 and 603 - they're both patches

thanks

simon

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

> -----Original Message-----
> From: Ben Walding [mailto:ben@walding.com] 
> Sent: 31 July 2003 10:22
> To: Maven Users List
> Subject: Re: Fixes and changes for maven 1.0
> 
> 
> Regular users can't assign things like a fix version.  You'll have to 
> request nicely on the mailing list such that someone assigns it the 
> appropriate version.  If you really really want it fixed, provide a 
> patch - far more likely it'll be included into the rc1.
> 
> Kai Runte wrote:
> 
> > I couldn't add any issue, either. If I click on "create a 
> new issue", 
> > I  cannot select any maven-look-alike topic. Anyway, the 
> issue I have 
> > is  the following:
> > I would like to have an additional property in the javadoc 
> plugin for  
> > setting an overview.html file (option -overview in 
> javadoc). Another  
> > wish would be the ability to set my own stylesheet for the javadocs.
> >
> > Thanks
> >     Kai
> >
> > On Thursday, July 31, 2003, at 06:50 AM, 
> dion@multitask.com.au wrote:
> >
> >> If you have a fix or a change you would like to be in 
> maven 1.0, please
> >> ensure that:
> >>
> >> 1) It's in Jira (
> >> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> >> 2) it's in the roadmap (
> >> http://jira.codehaus.org/secure/ 
> >> BrowseProject.jspa?id=10030&report=roadmap
> >> )
> >>
> >> If it's not, it wont be looked at for the release.
> >>
> >> There are a whole heap of bugs listed as unscheduled at:
> >>
> >> http://jira.codehaus.org/secure/ 
> >> IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/ 
> >> order=ASC&sorter/field=priority&resolutionIds=-1&fixfor=-1
> >>
> >> These WILL NOT be fixed for Maven 1.0. If you've raised 
> issues and  
> >> they're
> >> unscheduled, NOW  is the time to get them in a release.
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by Ben Walding <be...@walding.com>.
Can you file this as an issue in jira please

Cheers,

Ben
Kai Runte wrote:

> On Thursday, July 31, 2003, at 10:22 AM, Ben Walding wrote:
>
>> Regular users can't assign things like a fix version.  You'll have to 
>> request nicely on the mailing list such that someone assigns it the 
>> appropriate version.  If you really really want it fixed, provide a 
>> patch - far more likely it'll be included into the rc1.
>
>
> Fair enough. I saw that the javadoc plugin in beta10 already provides 
> a property maven.javadoc.stylesheet. Thanks! Attached you'll find a 
> patch for adding a maven.javadoc.overview property. I hope that's a 
> request made nicely enough ;-)
>
> Thanks
>     Kai
> -- 
> Real cats don't need names.
> But they often get called them.
> "Yaargeroffoutofityarbastard" does nicely.
>         Terry Pratchett - The Unadulterated Cat
>
> *********************************************************************
> * email: krunte@ebi.ac.uk                                           *
> * fon +44 (0)1223 494434 fax +44 (0)1223 494468                     *
> * EMBL Outstation - EBI (European Bioinformatics Institute)         *
> * Wellcome Trust Genome Campus                                      *
> * Hinxton, Cambridge                                                *
> * CB10 1SD, United Kingdom                                          *
> *********************************************************************
>
>
>------------------------------------------------------------------------
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by Kai Runte <kr...@ebi.ac.uk>.
Sorry, that's my first time with Jira. The patch is attached now (to 
the issue in Jira).

	Kai

On Friday, August 1, 2003, at 03:28 AM, dion@multitask.com.au wrote:
> Kai,
>
> no patch came through.
>
> Maybe you could add this as a new issue in Jira?
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
>
>
> Kai Runte <kr...@ebi.ac.uk> wrote on 31/07/2003 11:16:58 PM:
>
>> On Thursday, July 31, 2003, at 10:22 AM, Ben Walding wrote:
>>> Regular users can't assign things like a fix version.  You'll have to
>>> request nicely on the mailing list such that someone assigns it the
>>> appropriate version.  If you really really want it fixed, provide a
>>> patch - far more likely it'll be included into the rc1.
>>
>> Fair enough. I saw that the javadoc plugin in beta10 already provides 
>> a
>> property maven.javadoc.stylesheet. Thanks! Attached you'll find a 
>> patch
>> for adding a maven.javadoc.overview property. I hope that's a request
>> made nicely enough ;-)
>>
>> Thanks
>>    Kai
>> --
>> Real cats don't need names.
>> But they often get called them.
>> "Yaargeroffoutofityarbastard" does nicely.
>>          Terry Pratchett - The Unadulterated Cat
>>
>> *********************************************************************
>> * email: krunte@ebi.ac.uk                                           *
>> * fon +44 (0)1223 494434 fax +44 (0)1223 494468                     *
>> * EMBL Outstation - EBI (European Bioinformatics Institute)         *
>> * Wellcome Trust Genome Campus                                      *
>> * Hinxton, Cambridge                                                *
>> * CB10 1SD, United Kingdom                                          *
>> *********************************************************************
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
--
Real cats don't need names.
But they often get called them.
"Yaargeroffoutofityarbastard" does nicely.
         Terry Pratchett - The Unadulterated Cat

*********************************************************************
* email: krunte@ebi.ac.uk                                           *
* fon +44 (0)1223 494434 fax +44 (0)1223 494468                     *
* EMBL Outstation - EBI (European Bioinformatics Institute)         *
* Wellcome Trust Genome Campus                                      *
* Hinxton, Cambridge                                                *
* CB10 1SD, United Kingdom                                          *
*********************************************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by di...@multitask.com.au.
Kai,

no patch came through.

Maybe you could add this as a new issue in Jira?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Kai Runte <kr...@ebi.ac.uk> wrote on 31/07/2003 11:16:58 PM:

> On Thursday, July 31, 2003, at 10:22 AM, Ben Walding wrote:
> > Regular users can't assign things like a fix version.  You'll have to 
> > request nicely on the mailing list such that someone assigns it the 
> > appropriate version.  If you really really want it fixed, provide a 
> > patch - far more likely it'll be included into the rc1.
> 
> Fair enough. I saw that the javadoc plugin in beta10 already provides a 
> property maven.javadoc.stylesheet. Thanks! Attached you'll find a patch 
> for adding a maven.javadoc.overview property. I hope that's a request 
> made nicely enough ;-)
> 
> Thanks
>    Kai
> --
> Real cats don't need names.
> But they often get called them.
> "Yaargeroffoutofityarbastard" does nicely.
>          Terry Pratchett - The Unadulterated Cat
> 
> *********************************************************************
> * email: krunte@ebi.ac.uk                                           *
> * fon +44 (0)1223 494434 fax +44 (0)1223 494468                     *
> * EMBL Outstation - EBI (European Bioinformatics Institute)         *
> * Wellcome Trust Genome Campus                                      *
> * Hinxton, Cambridge                                                *
> * CB10 1SD, United Kingdom                                          *
> *********************************************************************
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org

Re: Fixes and changes for maven 1.0

Posted by Kai Runte <kr...@ebi.ac.uk>.
On Thursday, July 31, 2003, at 10:22 AM, Ben Walding wrote:
> Regular users can't assign things like a fix version.  You'll have to 
> request nicely on the mailing list such that someone assigns it the 
> appropriate version.  If you really really want it fixed, provide a 
> patch - far more likely it'll be included into the rc1.

Fair enough. I saw that the javadoc plugin in beta10 already provides a 
property maven.javadoc.stylesheet. Thanks! Attached you'll find a patch 
for adding a maven.javadoc.overview property. I hope that's a request 
made nicely enough ;-)

Thanks
	Kai
--
Real cats don't need names.
But they often get called them.
"Yaargeroffoutofityarbastard" does nicely.
         Terry Pratchett - The Unadulterated Cat

*********************************************************************
* email: krunte@ebi.ac.uk                                           *
* fon +44 (0)1223 494434 fax +44 (0)1223 494468                     *
* EMBL Outstation - EBI (European Bioinformatics Institute)         *
* Wellcome Trust Genome Campus                                      *
* Hinxton, Cambridge                                                *
* CB10 1SD, United Kingdom                                          *
*********************************************************************



Re: Fixes and changes for maven 1.0

Posted by Ben Walding <be...@walding.com>.
The popular issues reports is at:

http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&report=popular

Ben Walding wrote:

> There is a voting system in JIRA and I do notice some crazed users 
> voting occasionally.
>
> I tend to place most attention on
> a) things I "own"
> b) things with patches
> c) things I can fix
>
> That being said, natural selection 2 is out this weekend, so I'll be 
> highly inattentive. Not to mention beerbq tomorrow night.
>
>
> Jason van Zyl wrote:
>
>> On Thu, 2003-07-31 at 22:37, dion@multitask.com.au wrote:
>>  
>>
>>> It'd save us from having to do the assignment in the first place.
>>>
>>> We can always reassign it when we don't like it.
>>>   
>>
>>
>> No, the -1 stands. If we need a better process to field requests then we
>> have to set it up. Users cannot add features for a version it is
>> something a developer has to add.
>>
>> Isn't there a feature in JIRA so we can field votes from users. Is there
>> a way to gather requests for a version versus adding them to a version?
>> That makes more sense to me. Or have a standard <version>-request
>> version where we can field these requests.
>> It won't save us time because every single last little feature people
>> want will get added to the real version and then it doesn't really mean
>> anything and no one will edit the list. I think it makes much more sense
>> has a process to harvest requests from a request list or request version
>> and move them to the official features being added/fixed for a version.
>>
>> I believe JIRA has something to handle this and has a voting mechanism
>> as well. If no one else wants to look into it I will because I
>> definitely don't want users directly editing feature lists for a
>> version. No real project does that.
>>
>>  
>>
>>> -- 
>>> dIon Gillard, Multitask Consulting
>>> Blog:      http://blogs.codehaus.org/people/dion/
>>>
>>>
>>> Jason van Zyl <ja...@codehaus.org> wrote on 01/08/2003 12:20:28 PM:
>>>
>>>   
>>>
>>>> On Thu, 2003-07-31 at 21:58, dion@multitask.com.au wrote:
>>>>     
>>>>
>>>>> Ben Walding <be...@walding.com> wrote on 31/07/2003 07:22:23 PM:
>>>>>
>>>>>       
>>>>>
>>>>>> Regular users can't assign things like a fix version.  You'll 
>>>>>> have         
>>>>>
>>> to   
>>>
>>>>>> request nicely on the mailing list such that someone assigns it 
>>>>>> the appropriate version.  If you really really want it fixed, 
>>>>>> provide a patch - far more likely it'll be included into the rc1.
>>>>>>         
>>>>>
>>>>> That sucks....
>>>>>
>>>>> can we set it up so regular users can assign a fix version?
>>>>>       
>>>>
>>>> No. Why would we want to do that? They don't decide we do. They can 
>>>> make
>>>> requests so maybe another category of some sort but we do the 
>>>> scheduling
>>>> and decisions as to what goes in with input from users. The users 
>>>> don't
>>>> decide.
>>>>
>>>>     
>>>>
>>>>> -- 
>>>>> dIon Gillard, Multitask Consulting
>>>>> Blog:      http://blogs.codehaus.org/people/dion/
>>>>>       
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>>> For additional commands, e-mail: users-help@maven.apache.org
>>>>
>>>>     
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>  
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by Ben Walding <be...@walding.com>.
There is a voting system in JIRA and I do notice some crazed users 
voting occasionally.

I tend to place most attention on
a) things I "own"
b) things with patches
c) things I can fix

That being said, natural selection 2 is out this weekend, so I'll be 
highly inattentive. Not to mention beerbq tomorrow night.


Jason van Zyl wrote:

>On Thu, 2003-07-31 at 22:37, dion@multitask.com.au wrote:
>  
>
>>It'd save us from having to do the assignment in the first place.
>>
>>We can always reassign it when we don't like it.
>>    
>>
>
>No, the -1 stands. If we need a better process to field requests then we
>have to set it up. Users cannot add features for a version it is
>something a developer has to add.
>
>Isn't there a feature in JIRA so we can field votes from users. Is there
>a way to gather requests for a version versus adding them to a version?
>That makes more sense to me. Or have a standard <version>-request
>version where we can field these requests. 
>
>It won't save us time because every single last little feature people
>want will get added to the real version and then it doesn't really mean
>anything and no one will edit the list. I think it makes much more sense
>has a process to harvest requests from a request list or request version
>and move them to the official features being added/fixed for a version.
>
>I believe JIRA has something to handle this and has a voting mechanism
>as well. If no one else wants to look into it I will because I
>definitely don't want users directly editing feature lists for a
>version. No real project does that.
>
>  
>
>>--
>>dIon Gillard, Multitask Consulting
>>Blog:      http://blogs.codehaus.org/people/dion/
>>
>>
>>Jason van Zyl <ja...@codehaus.org> wrote on 01/08/2003 12:20:28 PM:
>>
>>    
>>
>>>On Thu, 2003-07-31 at 21:58, dion@multitask.com.au wrote:
>>>      
>>>
>>>>Ben Walding <be...@walding.com> wrote on 31/07/2003 07:22:23 PM:
>>>>
>>>>        
>>>>
>>>>>Regular users can't assign things like a fix version.  You'll have 
>>>>>          
>>>>>
>>to 
>>    
>>
>>>>>request nicely on the mailing list such that someone assigns it the 
>>>>>appropriate version.  If you really really want it fixed, provide a 
>>>>>patch - far more likely it'll be included into the rc1.
>>>>>          
>>>>>
>>>>That sucks....
>>>>
>>>>can we set it up so regular users can assign a fix version?
>>>>        
>>>>
>>>No. Why would we want to do that? They don't decide we do. They can make
>>>requests so maybe another category of some sort but we do the scheduling
>>>and decisions as to what goes in with input from users. The users don't
>>>decide.
>>>
>>>      
>>>
>>>>--
>>>>dIon Gillard, Multitask Consulting
>>>>Blog:      http://blogs.codehaus.org/people/dion/
>>>>        
>>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>>>For additional commands, e-mail: users-help@maven.apache.org
>>>
>>>      
>>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by Jason van Zyl <ja...@codehaus.org>.
On Thu, 2003-07-31 at 22:37, dion@multitask.com.au wrote:
> It'd save us from having to do the assignment in the first place.
> 
> We can always reassign it when we don't like it.

No, the -1 stands. If we need a better process to field requests then we
have to set it up. Users cannot add features for a version it is
something a developer has to add.

Isn't there a feature in JIRA so we can field votes from users. Is there
a way to gather requests for a version versus adding them to a version?
That makes more sense to me. Or have a standard <version>-request
version where we can field these requests. 

It won't save us time because every single last little feature people
want will get added to the real version and then it doesn't really mean
anything and no one will edit the list. I think it makes much more sense
has a process to harvest requests from a request list or request version
and move them to the official features being added/fixed for a version.

I believe JIRA has something to handle this and has a voting mechanism
as well. If no one else wants to look into it I will because I
definitely don't want users directly editing feature lists for a
version. No real project does that.

> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> Jason van Zyl <ja...@codehaus.org> wrote on 01/08/2003 12:20:28 PM:
> 
> > On Thu, 2003-07-31 at 21:58, dion@multitask.com.au wrote:
> > > Ben Walding <be...@walding.com> wrote on 31/07/2003 07:22:23 PM:
> > > 
> > > > Regular users can't assign things like a fix version.  You'll have 
> to 
> > > > request nicely on the mailing list such that someone assigns it the 
> > > > appropriate version.  If you really really want it fixed, provide a 
> > > > patch - far more likely it'll be included into the rc1.
> > > That sucks....
> > > 
> > > can we set it up so regular users can assign a fix version?
> > 
> > No. Why would we want to do that? They don't decide we do. They can make
> > requests so maybe another category of some sort but we do the scheduling
> > and decisions as to what goes in with input from users. The users don't
> > decide.
> > 
> > > --
> > > dIon Gillard, Multitask Consulting
> > > Blog:      http://blogs.codehaus.org/people/dion/
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by di...@multitask.com.au.
It'd save us from having to do the assignment in the first place.

We can always reassign it when we don't like it.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Jason van Zyl <ja...@codehaus.org> wrote on 01/08/2003 12:20:28 PM:

> On Thu, 2003-07-31 at 21:58, dion@multitask.com.au wrote:
> > Ben Walding <be...@walding.com> wrote on 31/07/2003 07:22:23 PM:
> > 
> > > Regular users can't assign things like a fix version.  You'll have 
to 
> > > request nicely on the mailing list such that someone assigns it the 
> > > appropriate version.  If you really really want it fixed, provide a 
> > > patch - far more likely it'll be included into the rc1.
> > That sucks....
> > 
> > can we set it up so regular users can assign a fix version?
> 
> No. Why would we want to do that? They don't decide we do. They can make
> requests so maybe another category of some sort but we do the scheduling
> and decisions as to what goes in with input from users. The users don't
> decide.
> 
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

Re: Fixes and changes for maven 1.0

Posted by Jason van Zyl <ja...@codehaus.org>.
On Thu, 2003-07-31 at 21:58, dion@multitask.com.au wrote:
> Ben Walding <be...@walding.com> wrote on 31/07/2003 07:22:23 PM:
> 
> > Regular users can't assign things like a fix version.  You'll have to 
> > request nicely on the mailing list such that someone assigns it the 
> > appropriate version.  If you really really want it fixed, provide a 
> > patch - far more likely it'll be included into the rc1.
> That sucks....
> 
> can we set it up so regular users can assign a fix version?

No. Why would we want to do that? They don't decide we do. They can make
requests so maybe another category of some sort but we do the scheduling
and decisions as to what goes in with input from users. The users don't
decide.

> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by di...@multitask.com.au.
Ben Walding <be...@walding.com> wrote on 31/07/2003 07:22:23 PM:

> Regular users can't assign things like a fix version.  You'll have to 
> request nicely on the mailing list such that someone assigns it the 
> appropriate version.  If you really really want it fixed, provide a 
> patch - far more likely it'll be included into the rc1.
That sucks....

can we set it up so regular users can assign a fix version?
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


Re: Fixes and changes for maven 1.0

Posted by Ben Walding <be...@walding.com>.
Regular users can't assign things like a fix version.  You'll have to 
request nicely on the mailing list such that someone assigns it the 
appropriate version.  If you really really want it fixed, provide a 
patch - far more likely it'll be included into the rc1.

Kai Runte wrote:

> I couldn't add any issue, either. If I click on "create a new issue", 
> I  cannot select any maven-look-alike topic. Anyway, the issue I have 
> is  the following:
> I would like to have an additional property in the javadoc plugin for  
> setting an overview.html file (option -overview in javadoc). Another  
> wish would be the ability to set my own stylesheet for the javadocs.
>
> Thanks
>     Kai
>
> On Thursday, July 31, 2003, at 06:50 AM, dion@multitask.com.au wrote:
>
>> If you have a fix or a change you would like to be in maven 1.0, please
>> ensure that:
>>
>> 1) It's in Jira (
>> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
>> 2) it's in the roadmap (
>> http://jira.codehaus.org/secure/ 
>> BrowseProject.jspa?id=10030&report=roadmap
>> )
>>
>> If it's not, it wont be looked at for the release.
>>
>> There are a whole heap of bugs listed as unscheduled at:
>>
>> http://jira.codehaus.org/secure/ 
>> IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/ 
>> order=ASC&sorter/field=priority&resolutionIds=-1&fixfor=-1
>>
>> These WILL NOT be fixed for Maven 1.0. If you've raised issues and  
>> they're
>> unscheduled, NOW  is the time to get them in a release.
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Fixes and changes for maven 1.0

Posted by Kai Runte <kr...@ebi.ac.uk>.
I couldn't add any issue, either. If I click on "create a new issue", I  
cannot select any maven-look-alike topic. Anyway, the issue I have is  
the following:
I would like to have an additional property in the javadoc plugin for  
setting an overview.html file (option -overview in javadoc). Another  
wish would be the ability to set my own stylesheet for the javadocs.

Thanks
	Kai

On Thursday, July 31, 2003, at 06:50 AM, dion@multitask.com.au wrote:
> If you have a fix or a change you would like to be in maven 1.0, please
> ensure that:
>
> 1) It's in Jira (
> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> 2) it's in the roadmap (
> http://jira.codehaus.org/secure/ 
> BrowseProject.jspa?id=10030&report=roadmap
> )
>
> If it's not, it wont be looked at for the release.
>
> There are a whole heap of bugs listed as unscheduled at:
>
> http://jira.codehaus.org/secure/ 
> IssueNavigator.jspa?reset=true&mode=hide&pid=10030&sorter/ 
> order=ASC&sorter/field=priority&resolutionIds=-1&fixfor=-1
>
> These WILL NOT be fixed for Maven 1.0. If you've raised issues and  
> they're
> unscheduled, NOW  is the time to get them in a release.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
>
--
Real cats don't need names.
But they often get called them.
"Yaargeroffoutofityarbastard" does nicely.
         Terry Pratchett - The Unadulterated Cat

*********************************************************************
* email: krunte@ebi.ac.uk                                           *
* fon +44 (0)1223 494434 fax +44 (0)1223 494468                     *
* EMBL Outstation - EBI (European Bioinformatics Institute)         *
* Wellcome Trust Genome Campus                                      *
* Hinxton, Cambridge                                                *
* CB10 1SD, United Kingdom                                          *
*********************************************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Fixes and changes for maven 1.0

Posted by Andy Jefferson <an...@ajsoft.net>.
On Thu, 2003-07-31 at 08:59, dion@multitask.com.au wrote:
> Edit the issue

> > dare I ask... how do I do that?
> > 
> > I can't see anywhere to do it!
> > 
> > simon

I can't find an "edit the issue" option ... I have the opportunity to
"comment on the issue", or "attach file" but that is all. Maybe only
superusers in JIRA have this option ???


Thx for adding the other issues I listed Dion.

-- 
Andy

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Fixes and changes for maven 1.0

Posted by Simon Matic Langford <si...@pcmsgroup.com>.
how? where? I can't!

there's no link anywhere to edit it (598) even though I created it

s

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

> -----Original Message-----
> From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> Sent: 31 July 2003 08:59
> To: Maven Users List
> Subject: RE: Fixes and changes for maven 1.0
> 
> 
> Edit the issue
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> "Simon Matic Langford" <si...@pcmsgroup.com> wrote 
> on 31/07/2003 
> 05:40:45 PM:
> 
> > dare I ask... how do I do that?
> > 
> > I can't see anywhere to do it!
> > 
> > simon
> > 
> > The information contained in this e-mail is intended only 
> for the person
> > or
> > entity to which it is addressed and may contain confidential and/or
> > privileged material. If You are not the intended recipient of this
> > e-mail,
> > the use of this information or any disclosure, copying or 
> distribution
> > is
> > Prohibited and may be unlawful. If you received this in 
> error, please
> > contact the sender and delete the material from any 
> computer. The views
> > expressed in this e-mail may not necessarily be the views 
> of The PCMS
> > Group
> > plc and should not be taken as authority to carry out any 
> instruction
> > contained.
> > 
> > 
> > > -----Original Message-----
> > > From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> > > Sent: 31 July 2003 08:32
> > > To: Maven Users List
> > > Subject: RE: Fixes and changes for maven 1.0
> > > 
> > > 
> > > Set the 'Fix Version/s' to 1.0-rc1
> > > --
> > > dIon Gillard, Multitask Consulting
> > > Blog:      http://blogs.codehaus.org/people/dion/
> > > 
> > > 
> > > "Simon Matic Langford" <si...@pcmsgroup.com> wrote 
> > > on 31/07/2003 
> > > 04:58:45 PM:
> > > 
> > > > How do I get something into the roadmap?
> > > > 
> > > > simon
> > > > 
> > > > The information contained in this e-mail is intended only 
> > > for the person
> > > > or
> > > > entity to which it is addressed and may contain 
> confidential and/or
> > > > privileged material. If You are not the intended 
> recipient of this
> > > > e-mail,
> > > > the use of this information or any disclosure, copying or 
> > > distribution
> > > > is
> > > > Prohibited and may be unlawful. If you received this in 
> > > error, please
> > > > contact the sender and delete the material from any 
> > > computer. The views
> > > > expressed in this e-mail may not necessarily be the views 
> > > of The PCMS
> > > > Group
> > > > plc and should not be taken as authority to carry out any 
> > > instruction
> > > > contained.
> > > > 
> > > > 
> > > > > -----Original Message-----
> > > > > From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> > > > > Sent: 31 July 2003 06:51
> > > > > To: dev@maven.apache.org
> > > > > Cc: users@maven.apache.org
> > > > > Subject: Fixes and changes for maven 1.0
> > > > > 
> > > > > 
> > > > > If you have a fix or a change you would like to be in maven 
> > > > > 1.0, please 
> > > > > ensure that:
> > > > > 
> > > > > 1) It's in Jira ( 
> > > > > http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> > > > > 2) it's in the roadmap ( 
> > > > > http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&re
> > > > port=roadmap 
> > > > )
> > > > 
> > > > If it's not, it wont be looked at for the release.
> > > > 
> > > > There are a whole heap of bugs listed as unscheduled at:
> > > > 
> > > > 
> > > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true
> > &mode=hide
> > >
> > 
> &pid=10030&sorter/order=ASC&sorter/field=priority&resolutionId
> s=-1&fixfo
> > > r=-1
> > > 
> > > These WILL NOT be fixed for Maven 1.0. If you've raised issues and
> > > they're 
> > > unscheduled, NOW  is the time to get them in a release.
> > > --
> > > dIon Gillard, Multitask Consulting
> > > Blog:      http://blogs.codehaus.org/people/dion/
> > > 
> > > 
> > > 
> ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > > 
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Fixes and changes for maven 1.0

Posted by di...@multitask.com.au.
Edit the issue
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


"Simon Matic Langford" <si...@pcmsgroup.com> wrote on 31/07/2003 
05:40:45 PM:

> dare I ask... how do I do that?
> 
> I can't see anywhere to do it!
> 
> simon
> 
> The information contained in this e-mail is intended only for the person
> or
> entity to which it is addressed and may contain confidential and/or
> privileged material. If You are not the intended recipient of this
> e-mail,
> the use of this information or any disclosure, copying or distribution
> is
> Prohibited and may be unlawful. If you received this in error, please
> contact the sender and delete the material from any computer. The views
> expressed in this e-mail may not necessarily be the views of The PCMS
> Group
> plc and should not be taken as authority to carry out any instruction
> contained.
> 
> 
> > -----Original Message-----
> > From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> > Sent: 31 July 2003 08:32
> > To: Maven Users List
> > Subject: RE: Fixes and changes for maven 1.0
> > 
> > 
> > Set the 'Fix Version/s' to 1.0-rc1
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://blogs.codehaus.org/people/dion/
> > 
> > 
> > "Simon Matic Langford" <si...@pcmsgroup.com> wrote 
> > on 31/07/2003 
> > 04:58:45 PM:
> > 
> > > How do I get something into the roadmap?
> > > 
> > > simon
> > > 
> > > The information contained in this e-mail is intended only 
> > for the person
> > > or
> > > entity to which it is addressed and may contain confidential and/or
> > > privileged material. If You are not the intended recipient of this
> > > e-mail,
> > > the use of this information or any disclosure, copying or 
> > distribution
> > > is
> > > Prohibited and may be unlawful. If you received this in 
> > error, please
> > > contact the sender and delete the material from any 
> > computer. The views
> > > expressed in this e-mail may not necessarily be the views 
> > of The PCMS
> > > Group
> > > plc and should not be taken as authority to carry out any 
> > instruction
> > > contained.
> > > 
> > > 
> > > > -----Original Message-----
> > > > From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> > > > Sent: 31 July 2003 06:51
> > > > To: dev@maven.apache.org
> > > > Cc: users@maven.apache.org
> > > > Subject: Fixes and changes for maven 1.0
> > > > 
> > > > 
> > > > If you have a fix or a change you would like to be in maven 
> > > > 1.0, please 
> > > > ensure that:
> > > > 
> > > > 1) It's in Jira ( 
> > > > http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> > > > 2) it's in the roadmap ( 
> > > > http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&re
> > > port=roadmap 
> > > )
> > > 
> > > If it's not, it wont be looked at for the release.
> > > 
> > > There are a whole heap of bugs listed as unscheduled at:
> > > 
> > > 
> > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true
> &mode=hide
> >
> &pid=10030&sorter/order=ASC&sorter/field=priority&resolutionIds=-1&fixfo
> > r=-1
> > 
> > These WILL NOT be fixed for Maven 1.0. If you've raised issues and
> > they're 
> > unscheduled, NOW  is the time to get them in a release.
> > --
> > dIon Gillard, Multitask Consulting
> > Blog:      http://blogs.codehaus.org/people/dion/
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> > 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

RE: Fixes and changes for maven 1.0

Posted by Simon Matic Langford <si...@pcmsgroup.com>.
dare I ask... how do I do that?

I can't see anywhere to do it!

simon

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

> -----Original Message-----
> From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> Sent: 31 July 2003 08:32
> To: Maven Users List
> Subject: RE: Fixes and changes for maven 1.0
> 
> 
> Set the 'Fix Version/s' to 1.0-rc1
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> "Simon Matic Langford" <si...@pcmsgroup.com> wrote 
> on 31/07/2003 
> 04:58:45 PM:
> 
> > How do I get something into the roadmap?
> > 
> > simon
> > 
> > The information contained in this e-mail is intended only 
> for the person
> > or
> > entity to which it is addressed and may contain confidential and/or
> > privileged material. If You are not the intended recipient of this
> > e-mail,
> > the use of this information or any disclosure, copying or 
> distribution
> > is
> > Prohibited and may be unlawful. If you received this in 
> error, please
> > contact the sender and delete the material from any 
> computer. The views
> > expressed in this e-mail may not necessarily be the views 
> of The PCMS
> > Group
> > plc and should not be taken as authority to carry out any 
> instruction
> > contained.
> > 
> > 
> > > -----Original Message-----
> > > From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> > > Sent: 31 July 2003 06:51
> > > To: dev@maven.apache.org
> > > Cc: users@maven.apache.org
> > > Subject: Fixes and changes for maven 1.0
> > > 
> > > 
> > > If you have a fix or a change you would like to be in maven 
> > > 1.0, please 
> > > ensure that:
> > > 
> > > 1) It's in Jira ( 
> > > http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> > > 2) it's in the roadmap ( 
> > > http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&re
> > port=roadmap 
> > )
> > 
> > If it's not, it wont be looked at for the release.
> > 
> > There are a whole heap of bugs listed as unscheduled at:
> > 
> > 
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true
&mode=hide
>
&pid=10030&sorter/order=ASC&sorter/field=priority&resolutionIds=-1&fixfo
> r=-1
> 
> These WILL NOT be fixed for Maven 1.0. If you've raised issues and
> they're 
> unscheduled, NOW  is the time to get them in a release.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Fixes and changes for maven 1.0

Posted by di...@multitask.com.au.
Set the 'Fix Version/s' to 1.0-rc1
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


"Simon Matic Langford" <si...@pcmsgroup.com> wrote on 31/07/2003 
04:58:45 PM:

> How do I get something into the roadmap?
> 
> simon
> 
> The information contained in this e-mail is intended only for the person
> or
> entity to which it is addressed and may contain confidential and/or
> privileged material. If You are not the intended recipient of this
> e-mail,
> the use of this information or any disclosure, copying or distribution
> is
> Prohibited and may be unlawful. If you received this in error, please
> contact the sender and delete the material from any computer. The views
> expressed in this e-mail may not necessarily be the views of The PCMS
> Group
> plc and should not be taken as authority to carry out any instruction
> contained.
> 
> 
> > -----Original Message-----
> > From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> > Sent: 31 July 2003 06:51
> > To: dev@maven.apache.org
> > Cc: users@maven.apache.org
> > Subject: Fixes and changes for maven 1.0
> > 
> > 
> > If you have a fix or a change you would like to be in maven 
> > 1.0, please 
> > ensure that:
> > 
> > 1) It's in Jira ( 
> > http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> > 2) it's in the roadmap ( 
> > http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&re
> port=roadmap 
> )
> 
> If it's not, it wont be looked at for the release.
> 
> There are a whole heap of bugs listed as unscheduled at:
> 
> http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide
> &pid=10030&sorter/order=ASC&sorter/field=priority&resolutionIds=-1&fixfo
> r=-1
> 
> These WILL NOT be fixed for Maven 1.0. If you've raised issues and
> they're 
> unscheduled, NOW  is the time to get them in a release.
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

RE: Fixes and changes for maven 1.0

Posted by Simon Matic Langford <si...@pcmsgroup.com>.
How do I get something into the roadmap?

simon

The information contained in this e-mail is intended only for the person
or
entity to which it is addressed and may contain confidential and/or
privileged material. If You are not the intended recipient of this
e-mail,
the use of this information or any disclosure, copying or distribution
is
Prohibited and may be unlawful. If you received this in error, please
contact the sender and delete the material from any computer. The views
expressed in this e-mail may not necessarily be the views of The PCMS
Group
plc and should not be taken as authority to carry out any instruction
contained.
 

> -----Original Message-----
> From: dion@multitask.com.au [mailto:dion@multitask.com.au] 
> Sent: 31 July 2003 06:51
> To: dev@maven.apache.org
> Cc: users@maven.apache.org
> Subject: Fixes and changes for maven 1.0
> 
> 
> If you have a fix or a change you would like to be in maven 
> 1.0, please 
> ensure that:
> 
> 1) It's in Jira ( 
> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 )
> 2) it's in the roadmap ( 
> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&re
port=roadmap 
)

If it's not, it wont be looked at for the release.

There are a whole heap of bugs listed as unscheduled at:

http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&mode=hide
&pid=10030&sorter/order=ASC&sorter/field=priority&resolutionIds=-1&fixfo
r=-1

These WILL NOT be fixed for Maven 1.0. If you've raised issues and
they're 
unscheduled, NOW  is the time to get them in a release.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org