Menu

#346 Better Jar generation in projects

closed
5
2009-05-04
2009-03-20
Anonymous
No

Jar creation is currently limited to class files. If other resources are used in a project (images, sound files) and exist in the build directory of a project, could those be included when creating a Jar file?

A simple "include all files on build directory path" would suffice, as would any feature which allowed the user to select specific files on the build directory path to include in the jar file.

Also, custom manifest files would be useful -> especially taking the additional classpath elements from the project properties and adding it to the classpath element of the manifest file.

Discussion

  • Mathias Ricken

    Mathias Ricken - 2009-05-04
    • assigned_to: nobody --> kevinmontrose
    • status: open --> closed
     
  • Mathias Ricken

    Mathias Ricken - 2009-05-04

    This has been implemented in the current SVN version of DrJava. It should make its way into a stable release soon. If you would be willing to help us test this feature, post a comment here.

    Thanks,
    The DrJava Team