Skip to content

Commit b476b4e

Browse files
committed
umm, yes, we should make the javadocs for java/server too.
1 parent 2d354b6 commit b476b4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Rakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,9 @@ task :javadocs => [:common, :firefox, :htmlunit, :ie, :remote, :support, :chrome
379379
[File.join(%w(java client src))].each do |m|
380380
sourcepath += File::PATH_SEPARATOR + m
381381
end
382+
[File.join(%w(java server src))].each do |m|
383+
sourcepath += File::PATH_SEPARATOR + m
384+
end
382385
p sourcepath
383386
cmd = "javadoc -notimestamp -d build/javadoc -sourcepath #{sourcepath} -classpath #{classpath} -subpackages org.openqa.selenium -subpackages com.thoughtworks "
384387
cmd << " -exclude org.openqa.selenium.internal.selenesedriver:org.openqa.selenium.internal.seleniumemulation:org.openqa.selenium.remote.internal"

0 commit comments

Comments
 (0)