Hi,

> You are running “mvn clean compile” which compiles each module and created 
> the swcs in the target directories. Unfortunately, they just stay there as 
> they are not copied to your maven local repository.

Thanks Chris that would explain the error.

> To do that, you need to run “mvn clean install”. I would give that a try.

Looks like typedef is now broken as I’m getting this:

[INFO] --- exec-maven-plugin:1.5.0:exec (patch-js) @ flexjs-typedefs-js ---
error: patch failed: js/target/downloads/svg.js:401
error: js/target/downloads/svg.js: patch does not apply
[ERROR] Command execution failed.

I’m assume the patch file no longer matches what’s at [1]?

Thanks,
Justin

1. 
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/closureidl/svg.js

Reply via email to