Bugs item #1176381, was opened at 2005-04-04 07:52
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1176381&group_id=44253
Category: Project Facility
Group: Annoying
Status: Open
Resolution: None
Priority: 5
Submitted By: Alex Tribble (prat)
Assigned to: Nobody/Anonymous (nobody)
Summary: JARing source+class files only JARs source
Initial Comment:
Steps to reproduce:
1. Open a project, compile it.
2. Select Project->Create Jar File from Project
3. "Jar classes" is selected by default. Additionally
select "Jar source files" (both are selected)
4. Enter a filename and click OK.
5. jar -tf JARFILE.JAR, where JARFILE.JAR is the
filename from step 4.
Problem:
You only have the source files, although JARs are
perfectly capable of including both compiled and source
files. The user selected both, so let's give 'em both.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1176381&group_id=44253
|