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

Nowhere to put non MVC classes #7

Open
hakunin opened this issue Sep 24, 2010 · 5 comments
Open

Nowhere to put non MVC classes #7

hakunin opened this issue Sep 24, 2010 · 5 comments

Comments

@hakunin
Copy link
Contributor

hakunin commented Sep 24, 2010

AFAIK there is no place to put non MVC classes (so that they get compiled into application).

I would imagine I could create some directories under the "app" folder and files would be included in my application.

@baroquebobcat
Copy link
Member

Currently any mirah or java files in lib are compiled to WEB-INF/classes. You could put your files there.

@baroquebobcat
Copy link
Member

I think my earlier comment resolves this.

@hakunin
Copy link
Contributor Author

hakunin commented Jan 28, 2011

I think the dependencies inside a project are still hard wired, so you need to modify Rakefile to get anything else than app/[MVC] to compile and work with your app's MVC files.

@baroquebobcat
Copy link
Member

point. I really need to go through compilation again. Reopened.

@hakunin
Copy link
Contributor Author

hakunin commented Jan 28, 2011

Try my automatic dependency resolution https://gist.github.com/799946 if you hook it up to mirah parser it will be pretty solid. Note that I don't use views, it might not work perfectly for those.

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

No branches or pull requests

2 participants