Takashi AOKI

Results 12 comments of Takashi AOKI

@athos Any update here? I'm looking forward to releasing 0.1.0.

This error caused by the fact that the plugin could not find your custom `Info.plist` file. Please put `Info.plist` file into `src/main/resources` or your project resource directories and build again....

Please run `mvn clean && mvn compile` and check if your `Info.plist` file exists in `target/classes`. If not exists, your project configuration is something wrong. I'm not familiar to IntelliJ,...

I have browse source codes of your project [RyCON](https://github.com/ryanthara/RyCon). Probably the cause is a sub-moduled maven project. I have not checked on such projects. And it is possibly same with...

Thank you @btanner. I will review your patch soon.

@marioestrella @Sami32 Thank you for your patience and all the suggestions. I'm sorry for the delay of 1.2.1 release. I'm very busy for other tasks. I would like to realase...

Sorry for the very late reply. You can bundle resources except an icon using `additionalResources` configuration. BUT I noticed it has some bugs, when I have checked in my local...

I have confirmed those errors with your project, VelocityEditor. It seems that all SWT jar files is bundled in the generated mac app bundle. I suppose some bugs remains in...

I think it might be a bug. Please show me more details; logs, operating histories, etc.

That is strange behavior. It just copies icon files using `org.codehaus.plexus.util.FileUtils/copyFileToDirectory`. If possible, please show me a project that have the problem. Thanks.