Skip to content

Commit

Permalink
umm, yes, we should make the javadocs for java/server too.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Sep 27, 2015
1 parent 2d354b6 commit b476b4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@ task :javadocs => [:common, :firefox, :htmlunit, :ie, :remote, :support, :chrome
[File.join(%w(java client src))].each do |m|
sourcepath += File::PATH_SEPARATOR + m
end
[File.join(%w(java server src))].each do |m|
sourcepath += File::PATH_SEPARATOR + m
end
p sourcepath
cmd = "javadoc -notimestamp -d build/javadoc -sourcepath #{sourcepath} -classpath #{classpath} -subpackages org.openqa.selenium -subpackages com.thoughtworks "
cmd << " -exclude org.openqa.selenium.internal.selenesedriver:org.openqa.selenium.internal.seleniumemulation:org.openqa.selenium.remote.internal"
Expand Down

0 comments on commit b476b4e

Please sign in to comment.