Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MANIFEST file not included in .car #2405

Open
xkr47 opened this issue Oct 30, 2015 · 1 comment
Open

MANIFEST file not included in .car #2405

xkr47 opened this issue Oct 30, 2015 · 1 comment

Comments

@xkr47
Copy link

xkr47 commented Oct 30, 2015

Hi, I'm not sure if this is a bug, but I noticed a change inside .car files from 1.1.0 -> 1.2.0:

In 1.2 when I compile e.g. helloworld.ceylon using ceylon compile source/helloworld.ceylon then the modules/default/default.car does NOT contain a META-INF/MANIFEST file - is this expected? In 1.1 a MANIFEST file was included in the .car..

@FroMage FroMage added this to the 1.3 milestone Oct 30, 2015
@FroMage
Copy link
Member

FroMage commented Oct 30, 2015

Oh, right, that's for the default module, right? I bet it would be for other modules. We removed the manifest for the default module since it can't depend on anything and can't be imported either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants