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

sub java module that only depended by application module won't build automatically when execute okbuck task #11

Closed
Piasy opened this issue Oct 6, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@Piasy
Copy link
Contributor

Piasy commented Oct 6, 2015

Now okbuck depends on bundleRelease task, which only contained by Android library module, so invoke bundleRelease won't make java module depended by application module only built, and error will be fired like below:

* What went wrong:
Execution failed for task ':okbuck'.
> /Users/piasy/src/AndroidTDDBootStrap/EasyFlow/build/libs/EasyFlow.jar (No such file or directory)

Solution is: make okbuck depends on Android library module's bundleRelease task, and java module's jar task.

@Piasy Piasy added the bug label Oct 6, 2015
@Piasy Piasy self-assigned this Oct 6, 2015
@Piasy Piasy added this to the v1.0.0 milestone Oct 6, 2015
@Piasy Piasy closed this as completed in 0e1712f Oct 6, 2015
cwoodwar6 pushed a commit to cwoodwar6/okbuck that referenced this issue Jul 27, 2017
…tream to master

* commit 'f6cf823f3d9035887cd20bb23f58711e26fe76da': (27 commits)
  Further cleanup of unused project types from our initial implementation
  Remove unused kotlin + java test clases
  Skip OkBuck if we just want to run buck help. (uber#470)
  Set WORKING_DIR to the location of the buck wrapper. (uber#471)
  Publish v0.22.4
  Add logic to buckw to update buck and build it if needed (uber#469)
  Use relative path for merged proguard file
  Publish v0.22.3
  Better error message
  Allow transform config to accept project dependencies (uber#466)
  Remove unused parameters and clean up some code. (uber#439)
  Publish v0.22.2
  Do not generate default project ignores
  Setup Kotlin home whenever the kotlin gradle plugin is on the classpath. (uber#464)
  Update several dependencies to latest (uber#462)
  Remove kotlin-dev repo as 1.1.3 is now released
  Add support for mixed kotlin and java in regular kotlin modules. (uber#461)
  Publish v0.22.1
  Fix rule type propagation
  Publish v0.22.0
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant