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

extra files deployed by skeleton #68

Open
mpwoodward opened this issue Mar 1, 2012 · 0 comments
Open

extra files deployed by skeleton #68

mpwoodward opened this issue Mar 1, 2012 · 0 comments
Assignees

Comments

@mpwoodward
Copy link

(Moved from http://trac.mach-ii.com/machii/ticket/777)

This may just be a function of how the framework skeleton file is created, but a _MACOSX directory is in the ZIP file packaged up in machbuilder which is subsequently unpacked by the extension into my app directory. I'm on Windows 7 (don't laugh) so whatever purpose that folder serves is completely foreign to me.

(hey btw...thanks a TON for building this extension! nice neat little time saver!)

Changed 10 months ago by kurt_wiersma

Owner changed from kurt_wiersma to brian_klaas
comment:2 Changed 10 months ago by kurt_wiersma

I think we just need to clean those hidden directories out of the extension folders when we make a build. Might be a great task for the ant build file so we can run it each time we make a release.

comment:3 Changed 10 months ago by brian_klaas

It would be great to clean them out as part of the build task. Not being nearly as familiar with ANT as I should be, is that something that Peter can set up?

comment:4 Changed 10 months ago by peterjfarrell

Status changed from new to assigned
Cc peterjfarrell, matt_woodward, kurt_wiersma added
Owner changed from brian_klaas to peterjfarrell
Version changed from Uncategorized - Framework to 1.9.0 - Framework
Milestone changed from Uncategorized to Mach-II 1.9.0 Milestone 3
Keywords zip machbuilder added
That folder is an artifact from zips created by OSX (Mac). I don't think we need to setup something with ANT because modifying zips are a little nasty with ANT. Because I'm nuts, I added something to the ANT build to take care of this. Watch this space for the update.

comment:5 Changed 10 months ago by peterjfarrell

Status changed from assigned to closed
Resolution set to fixed
(In [2765]) closes #777

comment:6 Changed 10 months ago by peterjfarrell

(In [2766]) I messed up something so this is another fix for refs #777

comment:7 Changed 10 months ago by kurt_wiersma

I think the next thing we need to add to the ant build is a task to zip up the CF Builder extension. If we do that zip using Ant we can make sure it ignores hidden files that different OS's throw in there sometimes.

comment:8 Changed 10 months ago by peterjfarrell

Status changed from closed to reopened
Resolution fixed deleted
Kurt, what files are you talking about? I don't see any in SVN. If there are files, we should exclude them in the build target in ANT (for example we already exclude .project). If there files, let me know or add them to the ANT build.

comment:9 Changed 10 months ago by kurt_wiersma

Yeah I will figure this out this I noticed it on my machine with hidden files OS X put in there. Those files aren't in SVN but could be on someone's local machine when they go to make the builder extension zip.

comment:10 Changed 10 months ago by kurt_wiersma

Owner changed from peterjfarrell to kurt_wiersma
Status changed from reopened to new
comment:11 Changed 9 months ago by peterjfarrell

Milestone changed from Mach-II 1.9.0 Milestone 3 to Mach-II 1.9.5 Milestone 1
These issues are unimportant for 1.9.0 so I'm pushing them into 1.9.5.

@ghost ghost assigned kwiersma Mar 1, 2012
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

2 participants