[jira] Work started: (MRM-383) Unable to add new file types for Repository Scanning

2007-08-19 Thread Maria Odea Ching (JIRA)

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

Work on MRM-383 started by Maria Odea Ching.

> Unable to add new file types for Repository Scanning
> 
>
> Key: MRM-383
> URL: http://jira.codehaus.org/browse/MRM-383
> Project: Archiva
>  Issue Type: Bug
>  Components: repository scanning
>Reporter: Dawn Angelito
>Assignee: Maria Odea Ching
> Fix For: 1.0-beta-2
>
>
> In the Repository Scanning page, unable to add new file types in auto-remove, 
> ignored and indexable-content sections. Always displays the message: Unable 
> to process blank pattern.

-- 
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] Created: (CONTINUUM-1396) Continuum should have a separate permission to administer schedules

2007-08-19 Thread Brett Porter (JIRA)
Continuum should have a separate permission to administer schedules
---

 Key: CONTINUUM-1396
 URL: http://jira.codehaus.org/browse/CONTINUUM-1396
 Project: Continuum
  Issue Type: Improvement
Affects Versions: 1.1-beta-2
Reporter: Brett Porter


like we have for profiles and installations now

-- 
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] Work started: (MRM-453) Create missing tests for repository purge

2007-08-19 Thread Maria Odea Ching (JIRA)

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

Work on MRM-453 started by Maria Odea Ching.

> Create missing tests for repository purge
> -
>
> Key: MRM-453
> URL: http://jira.codehaus.org/browse/MRM-453
> Project: Archiva
>  Issue Type: Improvement
>Affects Versions: 1.0-beta-1
>Reporter: Maria Odea Ching
>Assignee: Maria Odea Ching
> Fix For: 1.0-beta-2
>
>
> Comments from MRM-294:
> A general thought here too, for later: it might be worth reviewing the 
> exceptions that can occur in *Purge and see if we can recover better from 
> each rather than bubbling it
> Tests:
> * I think you can remove many of the components from the test XML files 
> where the default suffice (just keep the registry and jdo factory)
> * the tests have a lot of bolierplate that can probably be turned into 
> methods that generate test data
> Missing tests:
> * no tests for the consumer or the Released Snapshots purge
> * days old test is only testing by file age - it should also test the 
> metadata-driven snapshots
> A general thought for Archiva in the long term, too... setting up the 
> database to test this was probably a pain. We should have stub 
> implementations of the indexer and dao's to avoid it.

-- 
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] Closed: (MRM-393) Can't delete blacklist/whitelist pattern

2007-08-19 Thread Maria Odea Ching (JIRA)

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

Maria Odea Ching closed MRM-393.


Resolution: Fixed

Fixed in -r567556.

- Updated javascript function setAndSubmit(..)
- Changed getBlackListPattern() to getPattern in 
ConfigureProxyConnectorAction.removeBlackListPattern()

> Can't delete blacklist/whitelist pattern
> 
>
> Key: MRM-393
> URL: http://jira.codehaus.org/browse/MRM-393
> Project: Archiva
>  Issue Type: Bug
>Affects Versions: 1.0-alpha-1
>Reporter: Brett Porter
>Assignee: Maria Odea Ching
>Priority: Critical
> Fix For: 1.0-beta-2
>
>
> not sure if this only occurs when the form isn't complete - haven't tested 
> other scenarios
> 1) add a proxy connector
> 2) don't fill in fields
> 3) add a blacklist pattern "foo"
> 4) attempt to delete "foo" from blacklist pattern
> EXPECTED: delete the blacklist pattern
> ACTUAL: nothing happens
> Same applies to whitelist

-- 
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] Created: (MRM-482) Saving a proxy connector after adding a new property results to HTTP 500 error

2007-08-19 Thread Maria Odea Ching (JIRA)
Saving a proxy connector after adding a new property results to HTTP 500 error
--

 Key: MRM-482
 URL: http://jira.codehaus.org/browse/MRM-482
 Project: Archiva
  Issue Type: Bug
  Components: web application
Affects Versions: 1.0-beta-1
Reporter: Maria Odea Ching


This was the stack trace:

HTTP ERROR: 500

[Ljava.lang.String; cannot be cast to java.lang.String

RequestURI=/admin/saveProxyConnector.action
Caused by:

java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to 
java.lang.String
at 
org.apache.maven.archiva.configuration.io.registry.ConfigurationRegistryWriter.writeProxyConnectorConfiguration(ConfigurationRegistryWriter.java:326)
at 
org.apache.maven.archiva.configuration.io.registry.ConfigurationRegistryWriter.writeConfiguration(ConfigurationRegistryWriter.java:67)
at 
org.apache.maven.archiva.configuration.io.registry.ConfigurationRegistryWriter.write(ConfigurationRegistryWriter.java:31)
at 
org.apache.maven.archiva.configuration.DefaultArchivaConfiguration.save(DefaultArchivaConfiguration.java:183)
at 
org.apache.maven.archiva.web.action.admin.connectors.proxy.ConfigureProxyConnectorAction.saveConfiguration(ConfigureProxyConnectorAction.java:600)
at 
org.apache.maven.archiva.web.action.admin.connectors.proxy.ConfigureProxyConnectorAction.save(ConfigureProxyConnectorAction.java:480)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at 
com.opensymphony.xwork.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:364)
at 
com.opensymphony.xwork.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:216)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:190)
at 
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:168)
at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115)
at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
org.apache.maven.archiva.web.interceptor.ConfigurationInterceptor.intercept(ConfigurationInterceptor.java:81)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
org.codehaus.plexus.redback.xwork.interceptor.PolicyEnforcementInterceptor.intercept(PolicyEnforcementInterceptor.java:103)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
org.codehaus.plexus.redback.xwork.interceptor.SecureActionInterceptor.intercept(SecureActionInterceptor.java:159)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
com.opensymphony.xwork.interceptor.ParameterFilterInterceptor.intercept(ParameterFilterInterceptor.java:122)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
com.opensymphony.xwork.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:168)
at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
com.opensymphony.xwork.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:115)
at 
com.opensymphony.xwork.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:86)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188)
at 
com.opensymphony.xwork.interceptor.AroundInterceptor.intercept(AroundInterceptor.java:31)
at 
com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:188

[jira] Commented: (MANTTASKS-13) Ant Tasks use of is inconsistent

2007-08-19 Thread Kalle Korhonen (JIRA)

[ 
http://jira.codehaus.org/browse/MANTTASKS-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105176
 ] 

Kalle Korhonen commented on MANTTASKS-13:
-

... and using Maven Tasks for Ant 2.0.7

> Ant Tasks use of  is inconsistent
> -
>
> Key: MANTTASKS-13
> URL: http://jira.codehaus.org/browse/MANTTASKS-13
> Project: Maven 2.x Ant Tasks
>  Issue Type: Bug
> Environment: cygwin/win32
>Reporter: jonathan anderson
>Priority: Minor
>
> In the ant build file, authentication works fine if you do: 
>   
>version="1.0-SNAPSHOT"/>
>url="https://blah.blah.edu:8081/maven2";>
>   
>   
>   
> But, if you do 
>url="https://blah.blah.edu:8081/maven2";>
>   
>   
>   
>version="1.0-SNAPSHOT"/>
>   
>   
> It fails mysteriously.  The remoteRepository is found, but the http client 
> does not respond to the authentication challenge.  The only error which 
> presents is a vague "Error transferring file" message

-- 
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] Commented: (MANTTASKS-13) Ant Tasks use of is inconsistent

2007-08-19 Thread Kalle Korhonen (JIRA)

[ 
http://jira.codehaus.org/browse/MANTTASKS-13?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105175
 ] 

Kalle Korhonen commented on MANTTASKS-13:
-

Yes, I can confirm the same on Linux platform. In the latter example, you can 
of course add  as nested in  but 
then referencing to a repository definition is kind of pointless.  A referenced 
nested authentication tag is always ignored.

> Ant Tasks use of  is inconsistent
> -
>
> Key: MANTTASKS-13
> URL: http://jira.codehaus.org/browse/MANTTASKS-13
> Project: Maven 2.x Ant Tasks
>  Issue Type: Bug
> Environment: cygwin/win32
>Reporter: jonathan anderson
>Priority: Minor
>
> In the ant build file, authentication works fine if you do: 
>   
>version="1.0-SNAPSHOT"/>
>url="https://blah.blah.edu:8081/maven2";>
>   
>   
>   
> But, if you do 
>url="https://blah.blah.edu:8081/maven2";>
>   
>   
>   
>version="1.0-SNAPSHOT"/>
>   
>   
> It fails mysteriously.  The remoteRepository is found, but the http client 
> does not respond to the authentication challenge.  The only error which 
> presents is a vague "Error transferring file" message

-- 
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] Issue Comment Edited: (MANTTASKS-85) settings config ignored for remoteRepositories not defined in pom

2007-08-19 Thread Herve Boutemy (JIRA)

[ 
http://jira.codehaus.org/browse/MANTTASKS-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_104573
 ] 

Herve Boutemy edited comment on MANTTASKS-85 at 8/19/07 4:58 PM:
-

here is a testcase and patch for resolution
patched jar is available at 
http://codehaus.org/~hboutemy/maven-ant-tasks-2.0.7-MANTTASKS-85.jar to check 
whether is solves user problems


 was:
here is a testcase and patch for resolution

> settings config ignored for remoteRepositories not defined in pom
> -
>
> Key: MANTTASKS-85
> URL: http://jira.codehaus.org/browse/MANTTASKS-85
> Project: Maven 2.x Ant Tasks
>  Issue Type: Bug
>  Components: dependencies task, install-provider task
>Affects Versions: 2.0.7
>Reporter: Herve Boutemy
> Fix For: 2.0.8
>
> Attachments: MANTTASKS-85.diff
>
>
> see 
> http://www.nabble.com/maven-ant-tasks-2.0.7-settings-file-read-hangs-at-install-provider-tf4230543s177.html

-- 
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] Closed: (MONE-22) Sort the build and reporting plugins in the generated pom.xml

2007-08-19 Thread Dennis Lundberg (JIRA)

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

Dennis Lundberg closed MONE-22.
---

 Assignee: Dennis Lundberg
   Resolution: Fixed
Fix Version/s: 1.2

Solved in r567438.

> Sort the build and reporting plugins in the generated pom.xml
> -
>
> Key: MONE-22
> URL: http://jira.codehaus.org/browse/MONE-22
> Project: Maven 2.x One Plugin 
>  Issue Type: Improvement
>Affects Versions: 1.1
>Reporter: Dennis Lundberg
>Assignee: Dennis Lundberg
> Fix For: 1.2
>
>
> The build and reporting plugins appear in the generated pom.xml in a 
> seemingly random order. Sort them by groupId and artifactId.

-- 
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] Created: (MONE-22) Sort the build and reporting plugins in the generated pom.xml

2007-08-19 Thread Dennis Lundberg (JIRA)
Sort the build and reporting plugins in the generated pom.xml
-

 Key: MONE-22
 URL: http://jira.codehaus.org/browse/MONE-22
 Project: Maven 2.x One Plugin 
  Issue Type: Improvement
Affects Versions: 1.1
Reporter: Dennis Lundberg


The build and reporting plugins appear in the generated pom.xml in a seemingly 
random order. Sort them by groupId and artifactId.

-- 
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] Work started: (MRM-216) Upload (deploy) artifacts to a repository - via a web form (not using wagon)

2007-08-19 Thread John Tolentino (JIRA)

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

Work on MRM-216 started by John Tolentino.

> Upload (deploy) artifacts to a repository - via a web form (not using wagon)
> 
>
> Key: MRM-216
> URL: http://jira.codehaus.org/browse/MRM-216
> Project: Archiva
>  Issue Type: New Feature
>  Components: web application
>Reporter: Oliver Fink
>Assignee: John Tolentino
> Fix For: Future
>
> Attachments: MRM-216-20070818-1935.patch
>
>
> The web interface should allow to upload artifacts to the repository. For M1 
> one could just ftp the artifacts as neededm but with M2 having to go through 
> the file:deploy plugin is a pain. Archiva could help a lot here

-- 
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] Commented: (MAVENUPLOAD-1672) Request to upload MyDas Distributed Annotation Server core jar.

2007-08-19 Thread Philip Jones (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105155
 ] 

Philip Jones commented on MAVENUPLOAD-1672:
---

The bundle has now been corrected with the correct jar names.  I have also 
added a jar containing JavaDocs named mydas-1.0.2-javadoc.jar.  

The new version can be downloaded from:

http://mydas.googlecode.com/files/mydas-bundle-1.0.2.jar.1

Please remove the .1 extension - googlecode will not allow new downloads to be 
created with the same file name, but I do not wish to re-version the jar.

Thank you,

Phil.

> Request to upload MyDas Distributed Annotation Server core jar.
> ---
>
> Key: MAVENUPLOAD-1672
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1672
> Project: maven-upload-requests
>  Issue Type: Wish
>Reporter: Philip Jones
>
> http://code.google.com/p/mydas/
> Developers:
> http://www.ebi.ac.uk/Information/Staff/person_maint.php?s_person_id=471
> http://www.ebi.ac.uk/Information/Staff/person_maint.php?s_person_id=479
> MyDas is a new DAS (Distributed Annotation System) Server API, written in 
> Java.  It is built using Maven 2 and the template project also uses Maven 2, 
> so having this jar uploaded to the public Maven repository would be very 
> useful!
> It is now stable - a publicly available example implementation of this server 
> can be viewed at http://www.ebi.ac.uk/das-srv/uniprot/das
> Best regards,
> Phil.

-- 
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] Commented: (MAVENUPLOAD-1666) upload vraptor 2.4

2007-08-19 Thread Fabio Kung (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105154
 ] 

Fabio Kung commented on MAVENUPLOAD-1666:
-

I have already done, but the file permissions were wrong.

Can you try it again, please?

> upload vraptor 2.4
> --
>
> Key: MAVENUPLOAD-1666
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1666
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Fabio Kung
> Attachments: org.vraptor.sh
>
>
> upload vraptor 2.2
> file: http://www.vraptor.org/vraptor-2.2-bundle.jar
> project: http://www.vraptor.org
> team: http://www.vraptor.org/team-list.html
> VRaptor 2.2 framework update with many improvements and new docs.
>  
>  VRaptor 2 is a mvc controller based on the idea (stolen) from Rails
>  that configuration should be minimal and conventions should be
>  maximized.

-- 
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] Closed: (MAVENUPLOAD-1674) Upload JYaml To maven repo

2007-08-19 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1674.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

> Upload JYaml To maven repo
> --
>
> Key: MAVENUPLOAD-1674
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1674
> Project: maven-upload-requests
>  Issue Type: New Feature
>Reporter: Toby Ho
>Assignee: Carlos Sanchez
> Attachments: jyaml.sh, jyaml.sh
>
>
> I would like to put JYaml into the main maven2 repo. Thanks.

-- 
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] Commented: (MAVENUPLOAD-1666) upload vraptor 2.4

2007-08-19 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105153
 ] 

Carlos Sanchez commented on MAVENUPLOAD-1666:
-

you need to put our ssh key in your server to allow access

> upload vraptor 2.4
> --
>
> Key: MAVENUPLOAD-1666
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1666
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Fabio Kung
> Attachments: org.vraptor.sh
>
>
> upload vraptor 2.2
> file: http://www.vraptor.org/vraptor-2.2-bundle.jar
> project: http://www.vraptor.org
> team: http://www.vraptor.org/team-list.html
> VRaptor 2.2 framework update with many improvements and new docs.
>  
>  VRaptor 2 is a mvc controller based on the idea (stolen) from Rails
>  that configuration should be minimal and conventions should be
>  maximized.

-- 
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] Commented: (MAVENUPLOAD-1672) Request to upload MyDas Distributed Annotation Server core jar.

2007-08-19 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105151
 ] 

Carlos Sanchez commented on MAVENUPLOAD-1672:
-

jar names in bundle must be 
mydas-1.0.2.jar
mydas-1.0.2-sources.jar

> Request to upload MyDas Distributed Annotation Server core jar.
> ---
>
> Key: MAVENUPLOAD-1672
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1672
> Project: maven-upload-requests
>  Issue Type: Wish
>Reporter: Philip Jones
>
> http://code.google.com/p/mydas/
> Developers:
> http://www.ebi.ac.uk/Information/Staff/person_maint.php?s_person_id=471
> http://www.ebi.ac.uk/Information/Staff/person_maint.php?s_person_id=479
> MyDas is a new DAS (Distributed Annotation System) Server API, written in 
> Java.  It is built using Maven 2 and the template project also uses Maven 2, 
> so having this jar uploaded to the public Maven repository would be very 
> useful!
> It is now stable - a publicly available example implementation of this server 
> can be viewed at http://www.ebi.ac.uk/das-srv/uniprot/das
> Best regards,
> Phil.

-- 
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] Closed: (MAVENUPLOAD-1619) Please upload XMLUnit for Java 1.1

2007-08-19 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1619.
---

Resolution: Fixed

> Please upload XMLUnit for Java 1.1
> --
>
> Key: MAVENUPLOAD-1619
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1619
> Project: maven-upload-requests
>  Issue Type: Wish
>Reporter: Stefan Bodewig
>Assignee: Carlos Sanchez
>
> XMLUnit for Java 1.1 has been released today.
> http://xmlunit.sf.net/
> I am listed as a project admin at http://sourceforge.net/projects/xmlunit/

-- 
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] Closed: (MAVENUPLOAD-1675) com.lamatek.googlemaps 0.98c (googlemaps jsp tag library)

2007-08-19 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1675.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

> com.lamatek.googlemaps 0.98c (googlemaps jsp tag library)
> -
>
> Key: MAVENUPLOAD-1675
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1675
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: fabrizio giustina
>Assignee: Carlos Sanchez
>


-- 
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] Closed: (MAVENUPLOAD-1673) Upload Unitils 1.0 rc 4

2007-08-19 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1673.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

> Upload Unitils 1.0 rc 4
> ---
>
> Key: MAVENUPLOAD-1673
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1673
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Tim Ducheyne
>Assignee: Carlos Sanchez
>
> Could you please upload the unitils-1.0-rc-4 bundle?
> Thank you,
> Tim

-- 
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] Closed: (MAVENUPLOAD-1676) HtmlUnit 1.13 upload request

2007-08-19 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1676.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

> HtmlUnit 1.13 upload request
> 
>
> Key: MAVENUPLOAD-1676
> URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1676
> Project: maven-upload-requests
>  Issue Type: Task
>Reporter: Marc Guillemot
>Assignee: Carlos Sanchez
>
> http://htmlunit.sourceforge.net/htmlunit-1.13-bundle.jar
> Team members, including myself:
> http://htmlunit.sourceforge.net/team-list.html
> http://sourceforge.net/project/memberlist.php?group_id=47038 

-- 
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: (MRM-450) change default label for repository ID report search to "All repositories" instead of ""

2007-08-19 Thread Teodoro Cue Jr. (JIRA)

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

Teodoro Cue Jr. updated MRM-450:


Attachment: MRM-450.patch

Patch attached. It contains fixes for this and for MRM-449.

> change default label for repository ID report search to "All repositories" 
> instead of ""
> 
>
> Key: MRM-450
> URL: http://jira.codehaus.org/browse/MRM-450
> Project: Archiva
>  Issue Type: Improvement
>Affects Versions: 1.0-beta-1
>Reporter: Brett Porter
>Assignee: Teodoro Cue Jr.
> Fix For: 1.0-beta-2
>
> Attachments: MRM-450.patch
>
>


-- 
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] Commented: (MRM-449) improvement to the reports form group search

2007-08-19 Thread Teodoro Cue Jr. (JIRA)

[ 
http://jira.codehaus.org/browse/MRM-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_105148
 ] 

Teodoro Cue Jr. commented on MRM-449:
-

Fix for this is included on the patch submitted for MRM-450.

> improvement to the reports form group search
> 
>
> Key: MRM-449
> URL: http://jira.codehaus.org/browse/MRM-449
> Project: Archiva
>  Issue Type: Improvement
>  Components: web application
>Affects Versions: 1.0-beta-1
>Reporter: Brett Porter
>Assignee: Teodoro Cue Jr.
>
> if you search for org.apache, it should find org.apache.*

-- 
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