[jira] Commented: (MJAR-57) Specification and Implementation details missing from manifest

2007-12-19 Thread Olivier Lamy (JIRA)

[ 
http://jira.codehaus.org/browse/MJAR-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_117335
 ] 

Olivier Lamy commented on MJAR-57:
--

An other issue has been opened to improve maven-archiver documentation MNG-3329
Agree to close as the documentation has been fixed ?

 Specification and Implementation details missing from manifest
 --

 Key: MJAR-57
 URL: http://jira.codehaus.org/browse/MJAR-57
 Project: Maven 2.x Jar Plugin
  Issue Type: Bug
Affects Versions: 2.1
Reporter: Wendy Smoak

 The manifest customization page claims that Specification and Implementation 
 details will be included in the jar file manifest by default:

 http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html
 This does not happen, the default manifest contains only
 Manifest-Version: 1.0
 Archiver-Version: Plexus Archiver
 Created-By: Apache Maven
 Built-By: wsmoak
 Build-Jdk: 1.5.0_05
 On the user list, the following configuration was suggested, but it does not 
 produce any additional entries in the manifest.
   configuration
 manifest
   addDefaultSpecificationEntriestrue/addDefaultSpecificationEntries
   addDefaultImplementationEntriestrue/addDefaultImplementationEntries
 /manifest
   /configuration

-- 
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: (MJAR-57) Specification and Implementation details missing from manifest

2006-11-14 Thread Dennis Lundberg (JIRA)
[ http://jira.codehaus.org/browse/MJAR-57?page=comments#action_80179 ] 

Dennis Lundberg commented on MJAR-57:
-

I have updated the documentation with everything, except for the reasons why 
the change was made.

 Specification and Implementation details missing from manifest
 --

 Key: MJAR-57
 URL: http://jira.codehaus.org/browse/MJAR-57
 Project: Maven 2.x Jar Plugin
  Issue Type: Bug
Affects Versions: 2.1
Reporter: Wendy Smoak

 The manifest customization page claims that Specification and Implementation 
 details will be included in the jar file manifest by default:

 http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html
 This does not happen, the default manifest contains only
 Manifest-Version: 1.0
 Archiver-Version: Plexus Archiver
 Created-By: Apache Maven
 Built-By: wsmoak
 Build-Jdk: 1.5.0_05
 On the user list, the following configuration was suggested, but it does not 
 produce any additional entries in the manifest.
   configuration
 manifest
   addDefaultSpecificationEntriestrue/addDefaultSpecificationEntries
   addDefaultImplementationEntriestrue/addDefaultImplementationEntries
 /manifest
   /configuration

-- 
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: (MJAR-57) Specification and Implementation details missing from manifest

2006-09-05 Thread Bugittaa Pahasti (JIRA)
[ http://jira.codehaus.org/browse/MJAR-57?page=comments#action_74085 ] 

Bugittaa Pahasti commented on MJAR-57:
--

The solution suggested by Brett does work:

configuration
   archive
   manifest
   addDefaultSpecificationEntriestrue/addDefaultSpecificationEntries
   
addDefaultImplementationEntriestrue/addDefaultImplementationEntries
/manifest
   /archive
/configuration

So this seems to be only documentation issue.


 Specification and Implementation details missing from manifest
 --

 Key: MJAR-57
 URL: http://jira.codehaus.org/browse/MJAR-57
 Project: Maven 2.x Jar Plugin
  Issue Type: Bug
Affects Versions: 2.1
Reporter: Wendy Smoak

 The manifest customization page claims that Specification and Implementation 
 details will be included in the jar file manifest by default:

 http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html
 This does not happen, the default manifest contains only
 Manifest-Version: 1.0
 Archiver-Version: Plexus Archiver
 Created-By: Apache Maven
 Built-By: wsmoak
 Build-Jdk: 1.5.0_05
 On the user list, the following configuration was suggested, but it does not 
 produce any additional entries in the manifest.
   configuration
 manifest
   addDefaultSpecificationEntriestrue/addDefaultSpecificationEntries
   addDefaultImplementationEntriestrue/addDefaultImplementationEntries
 /manifest
   /configuration

-- 
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: (MJAR-57) Specification and Implementation details missing from manifest

2006-09-04 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/MJAR-57?page=comments#action_74051 ] 

Jason van Zyl commented on MJAR-57:
---

So this is a regression then?

 Specification and Implementation details missing from manifest
 --

 Key: MJAR-57
 URL: http://jira.codehaus.org/browse/MJAR-57
 Project: Maven 2.x Jar Plugin
  Issue Type: Bug
Affects Versions: 2.1
Reporter: Wendy Smoak

 The manifest customization page claims that Specification and Implementation 
 details will be included in the jar file manifest by default:

 http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html
 This does not happen, the default manifest contains only
 Manifest-Version: 1.0
 Archiver-Version: Plexus Archiver
 Created-By: Apache Maven
 Built-By: wsmoak
 Build-Jdk: 1.5.0_05
 On the user list, the following configuration was suggested, but it does not 
 produce any additional entries in the manifest.
   configuration
 manifest
   addDefaultSpecificationEntriestrue/addDefaultSpecificationEntries
   addDefaultImplementationEntriestrue/addDefaultImplementationEntries
 /manifest
   /configuration

-- 
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: (MJAR-57) Specification and Implementation details missing from manifest

2006-09-04 Thread Wendy Smoak (JIRA)
[ http://jira.codehaus.org/browse/MJAR-57?page=comments#action_74052 ] 

Wendy Smoak commented on MJAR-57:
-

More like: 'new functionality that either doesn't work or is not adequately 
documented'.  :)

From discussion elsewhere, users wanted to be able to prevent 
Specification-Title, etc., from appearing in the manifest, so I imagine that's 
why the default was changed.

That's fine, but now I can't figure out how to get it back in there with 
configuration.  Apparently supplying your own MANIFEST.MF is an option and 
that will probably be okay as a workaround until this is either fixed, or 
someone points out what I'm doing wrong.

Where are the docs for what is allowed in configuration?  Specifically, 
inside manifest ?



 Specification and Implementation details missing from manifest
 --

 Key: MJAR-57
 URL: http://jira.codehaus.org/browse/MJAR-57
 Project: Maven 2.x Jar Plugin
  Issue Type: Bug
Affects Versions: 2.1
Reporter: Wendy Smoak

 The manifest customization page claims that Specification and Implementation 
 details will be included in the jar file manifest by default:

 http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html
 This does not happen, the default manifest contains only
 Manifest-Version: 1.0
 Archiver-Version: Plexus Archiver
 Created-By: Apache Maven
 Built-By: wsmoak
 Build-Jdk: 1.5.0_05
 On the user list, the following configuration was suggested, but it does not 
 produce any additional entries in the manifest.
   configuration
 manifest
   addDefaultSpecificationEntriestrue/addDefaultSpecificationEntries
   addDefaultImplementationEntriestrue/addDefaultImplementationEntries
 /manifest
   /configuration

-- 
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: (MJAR-57) Specification and Implementation details missing from manifest

2006-09-04 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MJAR-57?page=comments#action_74067 ] 

Brett Porter commented on MJAR-57:
--

It's not a regression, but a deliberate change. The old default values were 
crap. I thought I had documented it, but perhaps not.

So, the docs need an addition of:
a) why it was changed from earlier, and when it was introduced
b) the code fragment above (with the archive tag that is missing around 
manifest)

 Specification and Implementation details missing from manifest
 --

 Key: MJAR-57
 URL: http://jira.codehaus.org/browse/MJAR-57
 Project: Maven 2.x Jar Plugin
  Issue Type: Bug
Affects Versions: 2.1
Reporter: Wendy Smoak

 The manifest customization page claims that Specification and Implementation 
 details will be included in the jar file manifest by default:

 http://maven.apache.org/plugins/maven-jar-plugin/examples/manifest-customization.html
 This does not happen, the default manifest contains only
 Manifest-Version: 1.0
 Archiver-Version: Plexus Archiver
 Created-By: Apache Maven
 Built-By: wsmoak
 Build-Jdk: 1.5.0_05
 On the user list, the following configuration was suggested, but it does not 
 produce any additional entries in the manifest.
   configuration
 manifest
   addDefaultSpecificationEntriestrue/addDefaultSpecificationEntries
   addDefaultImplementationEntriestrue/addDefaultImplementationEntries
 /manifest
   /configuration

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