We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8f004 commit e3367a4Copy full SHA for e3367a4
Rakefile
@@ -126,10 +126,10 @@ JAVA_RELEASE_TARGETS = [
126
# build can also be done here. For example, here we set the default task
127
task :default => [:test]
128
129
-task :all => [
130
- :"selenium-java",
131
- "//java/client/test/org/openqa/selenium/environment:webserver"
132
-]
+task :all do
+ Rake::Task[:"selenium-java"].execute
+ Rake::Task["//java/client/test/org/openqa/selenium/environment:webserver"].execute
+end
133
task :all_zip => [:'selenium-java_zip']
134
task :tests => [
135
"//java/client/test/org/openqa/selenium/htmlunit:htmlunit",
0 commit comments