[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2007-10-12 Thread Herve Boutemy (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated MNG-2254:
---

Attachment: MNG-2254_components-new.diff

ok: here is a new patch

> the encoding parameter in xml declaration of POM is ignored 
> 
>
> Key: MNG-2254
> URL: http://jira.codehaus.org/browse/MNG-2254
> Project: Maven 2
>  Issue Type: Bug
>  Components: POM::Encoding
>Reporter: Naoki Nose
>Assignee: Jason van Zyl
> Fix For: 2.0.8
>
> Attachments: DefaultMavenProjectBuilder.diff, MNG-2254-2.diff, 
> mng-2254-PomEncoding.tgz, MNG-2254.diff, MNG-2254_artifact.diff, 
> MNG-2254_components-new.diff, MNG-2254_components.diff, 
> modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2007-10-11 Thread Herve Boutemy (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated MNG-2254:
---

Attachment: mng-2254-PomEncoding.tgz

Hi Brian,

Here is an IT to check that pom.xml encoding is properly detected: the sample 
pom.xml is in utf-16, then if encoding is not detected, the build simply fails 
(no complicated test to check that an accentuated character would have been 
correctly read)

I checked that it fails without the patch, not that it works with the patch 
applied...

> the encoding parameter in xml declaration of POM is ignored 
> 
>
> Key: MNG-2254
> URL: http://jira.codehaus.org/browse/MNG-2254
> Project: Maven 2
>  Issue Type: Bug
>  Components: POM::Encoding
>Reporter: Naoki Nose
>Assignee: Jason van Zyl
> Fix For: 2.0.8
>
> Attachments: DefaultMavenProjectBuilder.diff, MNG-2254-2.diff, 
> mng-2254-PomEncoding.tgz, MNG-2254.diff, MNG-2254_artifact.diff, 
> MNG-2254_components.diff, modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2007-08-25 Thread Herve Boutemy (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated MNG-2254:
---

Attachment: MNG-2254_components.diff

> the encoding parameter in xml declaration of POM is ignored 
> 
>
> Key: MNG-2254
> URL: http://jira.codehaus.org/browse/MNG-2254
> Project: Maven 2
>  Issue Type: Bug
>  Components: POM::Encoding
>Reporter: Naoki Nose
>Assignee: Jason van Zyl
> Fix For: 2.0.8
>
> Attachments: DefaultMavenProjectBuilder.diff, MNG-2254-2.diff, 
> MNG-2254.diff, MNG-2254_artifact.diff, MNG-2254_components.diff, 
> modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2007-08-25 Thread Herve Boutemy (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated MNG-2254:
---

Attachment: (was: MNG-2254_components.diff)

> the encoding parameter in xml declaration of POM is ignored 
> 
>
> Key: MNG-2254
> URL: http://jira.codehaus.org/browse/MNG-2254
> Project: Maven 2
>  Issue Type: Bug
>  Components: POM::Encoding
>Reporter: Naoki Nose
>Assignee: Jason van Zyl
> Fix For: 2.0.8
>
> Attachments: DefaultMavenProjectBuilder.diff, MNG-2254-2.diff, 
> MNG-2254.diff, MNG-2254_artifact.diff, MNG-2254_components.diff, 
> modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2007-08-21 Thread Brett Porter (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brett Porter updated MNG-2254:
--

Patch Submitted: [Yes]

> the encoding parameter in xml declaration of POM is ignored 
> 
>
> Key: MNG-2254
> URL: http://jira.codehaus.org/browse/MNG-2254
> Project: Maven 2
>  Issue Type: Bug
>  Components: POM::Encoding
>Reporter: Naoki Nose
>Assignee: Jason van Zyl
> Fix For: 2.0.8
>
> Attachments: DefaultMavenProjectBuilder.diff, MNG-2254-2.diff, 
> MNG-2254.diff, MNG-2254_artifact.diff, MNG-2254_components.diff, 
> modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2007-08-20 Thread Herve Boutemy (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated MNG-2254:
---

Attachment: MNG-2254_components.diff
MNG-2254_artifact.diff

splitted the patch into 2 pieces since maven-artifact has been moved to artifact

> the encoding parameter in xml declaration of POM is ignored 
> 
>
> Key: MNG-2254
> URL: http://jira.codehaus.org/browse/MNG-2254
> Project: Maven 2
>  Issue Type: Bug
>  Components: POM::Encoding
>Reporter: Naoki Nose
>Assignee: Jason van Zyl
> Fix For: 2.0.8
>
> Attachments: DefaultMavenProjectBuilder.diff, MNG-2254-2.diff, 
> MNG-2254.diff, MNG-2254_artifact.diff, MNG-2254_components.diff, 
> modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2007-07-15 Thread Herve Boutemy (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated MNG-2254:
---

Attachment: MNG-2254-2.diff

Here is a new patch fixing encoding detection for pom.xml, settings.xml and 
profiles.xml

> the encoding parameter in xml declaration of POM is ignored 
> 
>
> Key: MNG-2254
> URL: http://jira.codehaus.org/browse/MNG-2254
> Project: Maven 2
>  Issue Type: Bug
>  Components: POM::Encoding
>Reporter: Naoki Nose
>Assignee: Jason van Zyl
> Fix For: 2.0.8
>
> Attachments: DefaultMavenProjectBuilder.diff, MNG-2254-2.diff, 
> MNG-2254.diff, modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2007-07-15 Thread Herve Boutemy (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated MNG-2254:
---

Attachment: MNG-2254.diff

> the encoding parameter in xml declaration of POM is ignored 
> 
>
> Key: MNG-2254
> URL: http://jira.codehaus.org/browse/MNG-2254
> Project: Maven 2
>  Issue Type: Bug
>  Components: POM::Encoding
>Reporter: Naoki Nose
>Assignee: Jason van Zyl
> Fix For: 2.0.8
>
> Attachments: DefaultMavenProjectBuilder.diff, MNG-2254.diff, 
> modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2007-07-15 Thread Herve Boutemy (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated MNG-2254:
---

Attachment: (was: MNG-2254.diff)

> the encoding parameter in xml declaration of POM is ignored 
> 
>
> Key: MNG-2254
> URL: http://jira.codehaus.org/browse/MNG-2254
> Project: Maven 2
>  Issue Type: Bug
>  Components: POM::Encoding
>Reporter: Naoki Nose
>Assignee: Jason van Zyl
> Fix For: 2.0.8
>
> Attachments: DefaultMavenProjectBuilder.diff, MNG-2254.diff, 
> modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2007-06-30 Thread Herve Boutemy (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Herve Boutemy updated MNG-2254:
---

Attachment: MNG-2254.diff

Here is a patch to use XmlReader from plexus-utils 1.4.3-SNAPSHOT from 
MPLEXUS-11 branch.
Modello change is not absolutely necessary: adding read(InputStream) to 
read(Reader) is only an enhencement to make people prefer the first one, but 
using the second one with an XmlReader instance is strictly the same

> the encoding parameter in xml declaration of POM is ignored 
> 
>
> Key: MNG-2254
> URL: http://jira.codehaus.org/browse/MNG-2254
> Project: Maven 2
>  Issue Type: Bug
>  Components: POM::Encoding
>Reporter: Naoki Nose
>Assignee: Jason van Zyl
> Fix For: 2.0.8
>
> Attachments: DefaultMavenProjectBuilder.diff, MNG-2254.diff, 
> modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2007-06-21 Thread Jason van Zyl (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason van Zyl updated MNG-2254:
---

Fix Version/s: (was: 2.1.x)
   2.0.8

> the encoding parameter in xml declaration of POM is ignored 
> 
>
> Key: MNG-2254
> URL: http://jira.codehaus.org/browse/MNG-2254
> Project: Maven 2
>  Issue Type: Bug
>  Components: POM::Encoding
>Reporter: Naoki Nose
>Assignee: Jason van Zyl
> Fix For: 2.0.8
>
> Attachments: DefaultMavenProjectBuilder.diff, modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2007-06-15 Thread Brett Porter (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brett Porter updated MNG-2254:
--

Component/s: POM

> the encoding parameter in xml declaration of POM is ignored 
> 
>
> Key: MNG-2254
> URL: http://jira.codehaus.org/browse/MNG-2254
> Project: Maven 2
>  Issue Type: Bug
>  Components: POM
>Reporter: Naoki Nose
>Assignee: Jason van Zyl
> Fix For: 2.1.x
>
> Attachments: DefaultMavenProjectBuilder.diff, modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2007-06-07 Thread Jason van Zyl (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason van Zyl updated MNG-2254:
---

Patch Submitted:   (was: [Yes])

> the encoding parameter in xml declaration of POM is ignored 
> 
>
> Key: MNG-2254
> URL: http://jira.codehaus.org/browse/MNG-2254
> Project: Maven 2
>  Issue Type: Bug
>Reporter: Naoki Nose
>Assignee: Jason van Zyl
> Fix For: 2.1.x
>
> Attachments: DefaultMavenProjectBuilder.diff, modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2006-06-22 Thread John Casey (JIRA)
 [ http://jira.codehaus.org/browse/MNG-2254?page=all ]

John Casey updated MNG-2254:


Fix Version: 2.1

> the encoding parameter in xml declaration of POM is ignored 
> 
>
>  Key: MNG-2254
>  URL: http://jira.codehaus.org/browse/MNG-2254
>  Project: Maven 2
> Type: Bug

> Reporter: Naoki Nose
>  Fix For: 2.1
>  Attachments: DefaultMavenProjectBuilder.diff, modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2006-04-28 Thread Naoki Nose (JIRA)
 [ http://jira.codehaus.org/browse/MNG-2254?page=all ]

Naoki Nose updated MNG-2254:


Attachment: DefaultMavenProjectBuilder.diff

> the encoding parameter in xml declaration of POM is ignored 
> 
>
>  Key: MNG-2254
>  URL: http://jira.codehaus.org/browse/MNG-2254
>  Project: Maven 2
> Type: Bug

> Reporter: Naoki Nose
>  Attachments: DefaultMavenProjectBuilder.diff, modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (MNG-2254) the encoding parameter in xml declaration of POM is ignored

2006-04-28 Thread Naoki Nose (JIRA)
 [ http://jira.codehaus.org/browse/MNG-2254?page=all ]

Naoki Nose updated MNG-2254:


Attachment: modello-plugin-xpp3.diff

> the encoding parameter in xml declaration of POM is ignored 
> 
>
>  Key: MNG-2254
>  URL: http://jira.codehaus.org/browse/MNG-2254
>  Project: Maven 2
> Type: Bug

> Reporter: Naoki Nose
>  Attachments: modello-plugin-xpp3.diff
>
>
> DefaultMavenProjectBuilder reads POM in system default character encoding, 
> and the encoding parameter in xml declartion is ignored.
> to fix this problem, We should
> -  fix  modello-plugin-xpp3 to use the xml parser which is able to handle the 
> encoding parameter properly
> - regenerate maven-model using fixed modello-plugin-xpp3
> - fix DefaultMavenProjectBuilder to use regenerated maven-model properly.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira