[jira] Created: (MRM-757) Need to default mime-type / content-type for unknown types.

2008-03-30 Thread Joakim Erdfelt (JIRA)
Need to default mime-type / content-type for unknown types.
---

 Key: MRM-757
 URL: http://jira.codehaus.org/browse/MRM-757
 Project: Archiva
  Issue Type: Bug
  Components: repository interface
Affects Versions: 1.0.1
Reporter: Joakim Erdfelt
Priority: Minor
 Fix For: 1.x


As seen in MRM-755, when working with Websphere, the content-type header is 
required.
Currently, the codebase will only provide mime-type / content-type based on 
extensions found in the mime-types.txt file.

We should default the mime-type for those types not found.
The suggestion to use octet-stream as the default was raised in the #archiva 
irc channel.

-- 
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-744) archiva tests rely on relative paths

2008-03-23 Thread Joakim Erdfelt (JIRA)

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

Joakim Erdfelt updated MRM-744:
---

  Priority: Minor  (was: Major)
Issue Type: Task  (was: Bug)

 archiva tests rely on relative paths
 

 Key: MRM-744
 URL: http://jira.codehaus.org/browse/MRM-744
 Project: Archiva
  Issue Type: Task
  Components: build
Affects Versions: 1.0
Reporter: Brett Porter
Assignee: Brett Porter
Priority: Minor
 Fix For: 1.x


 it would be good to make these path independent by using getResource* or 
 similar
 this was fixed for archiva-common [MRM-642], and a similar solution could 
 likely be employed

-- 
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-744) archiva tests rely on relative paths

2008-03-23 Thread Joakim Erdfelt (JIRA)

[ 
http://jira.codehaus.org/browse/MRM-744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=128354#action_128354
 ] 

Joakim Erdfelt commented on MRM-744:


Is this really a problem?
The tests work on the command line, in continuum, and in the IDEs.

What's wrong?

 archiva tests rely on relative paths
 

 Key: MRM-744
 URL: http://jira.codehaus.org/browse/MRM-744
 Project: Archiva
  Issue Type: Bug
  Components: build
Affects Versions: 1.0
Reporter: Brett Porter
Assignee: Brett Porter
 Fix For: 1.x


 it would be good to make these path independent by using getResource* or 
 similar
 this was fixed for archiva-common [MRM-642], and a similar solution could 
 likely be employed

-- 
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-730) Index/Search by class, method or package name

2008-03-11 Thread Joakim Erdfelt (JIRA)

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

Joakim Erdfelt commented on MRM-730:


See post in archiva-dev titled WIP/POC archiva-jarinfo as a potential 
solution.

 Index/Search by class, method or package name
 -

 Key: MRM-730
 URL: http://jira.codehaus.org/browse/MRM-730
 Project: Archiva
  Issue Type: New Feature
  Components: indexing
Reporter: Maria Odea Ching



-- 
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] Assigned: (MRM-709) Use commons-io instead of Plexus Utils

2008-02-23 Thread Joakim Erdfelt (JIRA)

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

Joakim Erdfelt reassigned MRM-709:
--

Assignee: Joakim Erdfelt

 Use commons-io instead of Plexus Utils
 --

 Key: MRM-709
 URL: http://jira.codehaus.org/browse/MRM-709
 Project: Archiva
  Issue Type: Task
  Components: design
Affects Versions: 1.1
Reporter: Joakim Erdfelt
Assignee: Joakim Erdfelt
Priority: Minor

 Per conversation in Archiva-Dev.
 Migrate away from Plexus Utils to commons-io (where appropriate)
 In our effort to migrate away from plexus towards Spring, we need to 
 eliminate our usage of plexus-utils.

-- 
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-708) Migrate from Plexus Logging to Slf4J

2008-02-20 Thread Joakim Erdfelt (JIRA)
Migrate from Plexus Logging to Slf4J


 Key: MRM-708
 URL: http://jira.codehaus.org/browse/MRM-708
 Project: Archiva
  Issue Type: Task
  Components: design
Affects Versions: 1.1
Reporter: Joakim Erdfelt
Priority: Trivial


Per the discussion on Archiva-Dev.

We should migrate our use of Plexus Logging to Slf4J.

org.codehaus.plexus.logging.AbstractLogEnabled;
org.codehaus.plexus.logging.Logger;

 Used:
   archiva-repository-layer
   archiva-webapp
 Plan:
   Use slf4j directly



-- 
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-709) Use commons-io instead of Plexus Utils

2008-02-20 Thread Joakim Erdfelt (JIRA)
Use commons-io instead of Plexus Utils
--

 Key: MRM-709
 URL: http://jira.codehaus.org/browse/MRM-709
 Project: Archiva
  Issue Type: Task
  Components: design
Affects Versions: 1.1
Reporter: Joakim Erdfelt
Priority: Minor


Per conversation in Archiva-Dev.

Migrate away from Plexus Utils to commons-io (where appropriate)

In our effort to migrate away from plexus towards Spring, we need to eliminate 
our usage of plexus-utils.


-- 
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-708) Migrate from Plexus Logging to Slf4J

2008-02-20 Thread Joakim Erdfelt (JIRA)

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

Joakim Erdfelt closed MRM-708.
--

   Resolution: Fixed
Fix Version/s: 1.1

Changes completed in revision 629704.

 Migrate from Plexus Logging to Slf4J
 

 Key: MRM-708
 URL: http://jira.codehaus.org/browse/MRM-708
 Project: Archiva
  Issue Type: Task
  Components: design
Affects Versions: 1.1
Reporter: Joakim Erdfelt
Assignee: Joakim Erdfelt
Priority: Trivial
 Fix For: 1.1


 Per the discussion on Archiva-Dev.
 We should migrate our use of Plexus Logging to Slf4J.
 org.codehaus.plexus.logging.AbstractLogEnabled;
 org.codehaus.plexus.logging.Logger;
  Used:
archiva-repository-layer
archiva-webapp
  Plan:
Use slf4j directly

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