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

The option --output has no effect #3

Open
ggd543 opened this issue May 17, 2010 · 3 comments
Open

The option --output has no effect #3

ggd543 opened this issue May 17, 2010 · 3 comments

Comments

@ggd543
Copy link

ggd543 commented May 17, 2010

After I typing this command and run :

play db:export myapplication --output=c:\myfile.ddl

I can't find the myfile.ddl in c driver

@pepite
Copy link
Owner

pepite commented May 17, 2010

As indicated in the documentation, the -- commands are only available for play! > 1.0.2.1. (it was required to change the scripting API). So you will need to run play! nightly.

So with play! 1.0.2.1:

play db:export mapplication

is the only option option.

@ggd543
Copy link
Author

ggd543 commented May 22, 2010

Yes, I am using Play! nightly build .

@pepite
Copy link
Owner

pepite commented May 24, 2010

hmm then I have to investigate. Can it be a permission problem? I have no problem on mac os x and linux, and I don't have a window platform at the moment. I will try to investigate this matter.

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