Bug 403015 - MANIFEST.MF of maven based WAB not copied to stage directory
Summary: MANIFEST.MF of maven based WAB not copied to stage directory
Status: NEW
Alias: None
Product: Virgo
Classification: RT
Component: tooling (show other bugs)
Version: 3.6.1.RELEASE   Edit
Hardware: All All
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2013-03-12 06:17 EDT by Jean-Pierre Bergamin CLA
Modified: 2013-04-08 06:51 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Pierre Bergamin CLA 2013-03-12 06:17:23 EDT
Not the generated MANIFEST.MF file in the folder src/main/webapp/META-INF of a maven based web application bundle is copied to the project's stage directory in virgo, but a default one that gets somehow generated by m2e.

The content of the copied MANIFEST.MF in the stage directory is:
Manifest-Version: 1.0
Build-Jdk: 1.7.0_10
Built-By: james
Created-By: Maven Integration for Eclipse

Please see https://bitbucket.org/ractive/virgo-tooling-problems for a sample setup.
Comment 1 Nobody - feel free to take it CLA 2013-04-02 10:26:04 EDT
The SpringSource tooling team is unlikely to be able to address this bug because of their current workload, so flagging as help wanted.
Comment 2 Jongwook Choi CLA 2013-04-07 22:35:30 EDT
I am experiencing this issue under environment with Eclipse Juno (both on 3.8 and 4.2, actually STS 3.2.0.RELEASE), with Eclipse Virgo Tools 1.0.1, and with m2eclipse 1.3.

This is a blocker and urgent!!! I can't even deploy any war application as though it is configured valid. Please, though being busy, reconsider dealing with this issue since this bug might be a crucial reason developers could decide to drop using Virgo.
Comment 3 Nobody - feel free to take it CLA 2013-04-08 06:51:09 EDT
(In reply to comment #2)
You may wish to compare the Greenpages sample as that *was* working when it was refreshed a while ago. If it works with your combo of tooling, it would give you a starting point to compare with your application. Just a suggestion...