Remove -include-libraries Dependency
Reported by Dan Schultz | January 15th, 2011 @ 03:41 AM | in 0.1.0
Mesh requires that your application have the -include-libraries compiler option when compiling a Mesh based app. The reason for this is so that classes referenced in metadata tags, or instantiated dynamically get compiled in. Refactor Mesh so developers don't have to go through the hassle of adding this compiler option.
Comments and changes to this ticket
-
Dan Schultz January 15th, 2011 @ 03:41 AM
- Tag cleared.
-
Dan Schultz January 15th, 2011 @ 04:07 AM
- Milestone set to 1.0.0
- Milestone order changed from 1 to 0
-
Dan Schultz January 16th, 2011 @ 07:19 PM
- Milestone changed from 1.0.0 to 0.1.0
- Milestone order changed from 6 to 0
-
Dan Schultz January 18th, 2011 @ 08:37 PM
(from [a677d26139bc661f326f786cf547b092845c921e]) removed -include-libraries requirements [#5] https://github.com/danschultz/mesh/commit/a677d26139bc661f326f786cf...
-
Dan Schultz January 18th, 2011 @ 08:37 PM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Mesh is an open-source persistence framework for Adobe Flex. It is designed to make the persistence of your application's model easier. Mesh provides the mechanisms for defining the associations between your model's entities, tracking which objects need to be saved, and mapping your entities to backend services.
<p>
<strong>Wiki</strong>
The Mesh wiki is hosted on GitHub at <a href="https://github.com/danschultz/mesh/wiki">https://github.com/danschultz/mesh/wiki</a>.
</p>
<p>
<strong>Source Code</strong>
Mesh is hosted on GitHub at <a href="http://github.com/danschultz/mesh">http://github.com/danschultz/mesh</a>.
</p>
People watching this ticket
Referenced by
- 5 Remove -include-libraries Dependency (from [a677d26139bc661f326f786cf547b092845c921e]) removed...