开发者

Flash Builder 4 - using relative paths with the -output (-o) compiler argument

开发者 https://www.devze.com 2022-12-28 17:29 出处:网络
I\'m trying to use a relative path in the -output compiler argument, here\'s what I\'ve tried (with and without quotes):

I'm trying to use a relative path in the -output compiler argument, here's what I've tried (with and without quotes):

-o="./deploy/file.swf"

-o="/./deploy/file.swf"

-o="./file.swf"

-o="/./file.swf"

-o="file.swf"

-o="file.swf"

None of these attempts yields a new file, it's as if they are ignored. The depl开发者_如何学JAVAoy directory is in the root of my project directory. If I use an absolute path, it works great, but the project is less portable. Any help is greatly appreciated. Thanks in advance.


Not a good answer, but ANT allows you to create absolute paths from relative ones.

0

精彩评论

暂无评论...
验证码 换一张
取 消