Skip to content

Conversation

@bennmapes
Copy link
Contributor

No description provided.

bennmapes and others added 2 commits May 14, 2013 14:09
The problem is with this line in "create.js":

var ACTIVITY_PATH=PROJECT_PATH+'\\src\\'+PACKAGE_AS_PATH+'\\'+ACTIVITY+'.java';
[...]
exec('%comspec% /c copy "'+ROOT+'"\\bin\\templates\\project\\Activity.java '+ ACTIVITY_PATH +' /Y');

The Windows "copy" command will not create directories that don't exist, so the command above fails because "src\PACKAGE_AS_PATH" doesn't exist.  This can be fixed with:
@agrieve
Copy link
Contributor

agrieve commented Feb 9, 2014

@bennmapes Please close this PR

@bennmapes bennmapes closed this Feb 9, 2014
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

Successfully merging this pull request may close these issues.

4 participants