| selenium-rc:/trunk/server-coreless/pom.xml |
Line History |
History |
latest revision Branch trunk2495 annotated / raw | Diffs: previous, other | Lines: 152 ( +9, -9 ) Created: 2008-12-07 11:44:36 -0600 (33 days ago) | Author: andras.hatvani | Changeset: 2495 * Adapted POM to Nexus
2494 annotated / raw | Diffs: previous, other | Lines: 152 ( +11, -11 ) Created: 2008-12-06 10:16:04 -0600 (34 days ago) | Author: andras.hatvani | Changeset: 2494 * Changed URL's, variables, names, etc. from openqa/OpenQA to seleniumhq/SeleniumHQ in the POM's
2477 annotated / raw | Diffs: previous, other | Lines: 152 ( +2, -1 ) Created: 2008-10-10 01:01:01 -0500 (2 months 30 days ago) | Author: dfabulich | Changeset: 2477 Commenting out forkMode=never, which seems to be screwing up Maven deploy
2465 annotated / raw | Diffs: previous, other | Lines: 151 ( +10, -0 ) Created: 2008-10-01 17:14:24 -0500 (3 months 8 days ago) | Author: ph7 | Changeset: 2465 Adding a sample unit test using mocking to make it easy for Andras to fix SRC-438
2413 annotated / raw | Diffs: previous, other | Lines: 141 ( +30, -1 ) Created: 2008-09-04 18:14:44 -0500 (4 months 5 days ago) | Author: ph7 | Changeset: 2413 Build: Make sure we shutdown any existing Remote Control before running the server-coreless "unit" tests which launch servers on port 4444. Useful to avoid misleading build failures on the new Hudson base CI system.
2395 annotated / raw | Diffs: previous, other | Lines: 112 ( +11, -6 ) Created: 2008-08-27 19:46:18 -0500 (4 months 13 days ago) | Author: dfabulich | Changeset: 2395 run the unit tests in headless mode
2306 annotated / raw | Diffs: previous, other | Lines: 107 ( +6, -1 ) Created: 2008-05-28 19:22:55 -0500 (7 months ago) | Author: jrhuggins | Changeset: 2306 Code for SRC-381. (Enhance capture screenshot to stream screenshot to client.) Thanks, Erik Beans!
2263 annotated / raw | Diffs: previous, other | Lines: 102 ( +1, -1 ) Created: 2008-04-14 20:57:23 -0500 (8 months ago) | Author: ph7 | Changeset: 2263 Selenium Server: Avoid having to remember to add all new unit tests to a test suite. Use conventions instead.
2202 annotated / raw | Diffs: previous, other | Lines: 102 ( +1, -1 ) Created: 2008-03-05 02:55:17 -0600 (10 months ago) | Author: dfabulich | Changeset: 2202 Pursuing 1.0-SNAPSHOT
2201 annotated / raw | Diffs: previous, other | Lines: 102 ( +1, -1 ) Created: 2008-03-05 02:02:23 -0600 (10 months ago) | Author: dfabulich | Changeset: 2201 Build RC beta-1
2198 annotated / raw | Diffs: previous, other | Lines: 102 ( +1, -1 ) Created: 2008-02-28 13:36:02 -0600 (10 months ago) | Author: paul | Changeset: 2198 upgrade to 1.0-beta
2119 annotated / raw | Diffs: previous, other | Lines: 102 ( +1, -1 ) Created: 2008-01-17 12:35:47 -0600 (11 months ago) | Author: dfabulich | Changeset: 2119 Run headless by default
2111 annotated / raw | Diffs: previous, other | Lines: 102 ( +35, -0 ) Created: 2008-01-04 15:18:28 -0600 (12 months ago) | Author: plightbo | Changeset: 2111 updating all poms to contain at least a pointer to the open repositories. normally this can be gathered from the parent directly, but since the parent is hosted in these repos and we want to support a 100% independent build for each individual pom, this is required
2008 annotated / raw | Diffs: previous, other | Lines: 67 ( +1, -1 ) Created: 2007-09-20 15:26:37 -0500 (15 months ago) | Author: dfabulich | Changeset: 2008 Now working towards 0.9.3Branch point for: documenthierarchy
2005 annotated / raw | Diffs: previous, other | Lines: 67 ( +1, -1 ) Created: 2007-09-20 12:20:04 -0500 (15 months ago) | Author: dfabulich | Changeset: 2005 D'oh. We're releasing 0.9.2, not 0.9.3
Tags: RELEASE_0_9_2 2004 annotated / raw | Diffs: previous, other | Lines: 67 ( +1, -1 ) Created: 2007-09-20 10:36:55 -0500 (15 months ago) | Author: dfabulich | Changeset: 2004 Preparing to release Selenium RC 0.9.3
1794 annotated / raw | Diffs: previous, other | Lines: 67 ( +4, -0 ) Created: 2007-05-01 16:49:52 -0500 (20 months ago) | Author: plightbo | Changeset: 1794 two features:- ability to extract the active BrowserLaunchers and their associated Processes at runtime from the java API - initial implementation of 100% java-based SSL support that does not require access to an openqa-hosted service. not currently enabled, but the dependencies and code have been checked in, thanks to the generous donation from iSEC Parterners, who re-licensed CyberVilliansCA as Apache so we could use it. Unfortunately, it is still not fully working, which is why it isn't active yet.
1759 annotated / raw | Diffs: previous, other | Lines: 63 ( +1, -1 ) Created: 2007-03-24 14:25:33 -0500 (21 months ago) | Author: plightbo | Changeset: 1759 updating version to 0.9.2 to reflect a major change in the build and to allow for people to see the snapshots that get pushed out have new artifacts in them (will help them find the right thing)
1757 annotated / raw | Diffs: previous, other | Lines: 63 ( +10, -17 ) Created: 2007-03-24 12:33:17 -0500 (21 months ago) | Author: plightbo | Changeset: 1757 major build changes:- everything is now maven-based (with small callouts to ant) - right now, only the java and ruby clients are built (others are still todo) - ruby artifacts are published neatly along with the java-based ones - tests verified to pass on my local mac - can skip all tests (JUnit and ruby both!) wiht "mvn -Dnotest" - small cleanup of the pom files (using dependencyManagement, better names/urls, etc) - removed stale readme.html and cotta files - removed old ant build files that will confuse folks (we've got SVN history of course, we can always bring them back) - removed stale idea project file (code.iml)
1669 annotated / raw | Diffs: previous, other | Lines: 70 ( +0, -6 ) Created: 2006-11-29 20:39:02 -0600 (2 years 1 month ago) | Author: dfabulich | Changeset: 1669 Getting rid of old cotta repository; this will get added to its own Maven repository at some pointBranch point for: purland
1655 annotated / raw | Diffs: previous, other | Lines: 76 ( +1, -1 ) Created: 2006-11-14 20:09:31 -0600 (2 years 1 month ago) | Author: dfabulich | Changeset: 1655 Releasing 0.9.0; moving towards 0.9.1
1651 annotated / raw | Diffs: previous, other | Lines: 76 ( +1, -1 ) Created: 2006-11-14 00:07:06 -0600 (2 years 1 month ago) | Author: dfabulich | Changeset: 1651 Preparing for 0.9.0 release
1604 annotated / raw | Diffs: previous, other | Lines: 76 ( +0, -5 ) Created: 2006-11-03 19:19:35 -0600 (2 years 2 months ago) | Author: dfabulich | Changeset: 1604 Cutting out Cotta
1603 annotated / raw | Diffs: previous, other | Lines: 81 ( +1, -1 ) Created: 2006-11-03 18:28:16 -0600 (2 years 2 months ago) | Author: dfabulich | Changeset: 1603 The next release will be 0.9.0, actually
1601 annotated / raw | Diffs: previous, other | Lines: 81 ( +0, -21 ) Created: 2006-11-03 15:43:25 -0600 (2 years 2 months ago) | Author: dfabulich | Changeset: 1601 Don't pack dependencies into the -coreless jar (not even the non-core ones)
1597 copied annotated / raw | Diffs: previous, other | Lines: 102 ( +102, -0 ) Created: 2006-11-03 12:51:08 -0600 (2 years 2 months ago) | Author: dfabulich | Changeset: 1597 Copied from: trunk/server/pom.xml 1539 Phase 1 in splitting Selenium Server into two parts
1539 annotated / raw | Diffs: previous, other | Lines: 109 ( +1, -0 ) Created: 2006-10-24 02:01:26 -0500 (2 years 2 months ago) | Author: dfabulich | Changeset: 1539 Copied to: trunk/server-coreless/pom.xml 1597 Setting useFile to false, which will print stack traces on the console
1466 annotated / raw | Diffs: previous, other | Lines: 108 ( +1, -1 ) Created: 2006-09-19 23:33:20 -0500 (2 years 3 months ago) | Author: wpc | Changeset: 1466 upgrade dependency to selenium-core to 0.8.1-SNAPSHOTBranch point for: mavenized
1438 annotated / raw | Diffs: previous, other | Lines: 108 ( +14, -1 ) Created: 2006-09-04 01:52:11 -0500 (2 years 4 months ago) | Author: gigix | Changeset: 1438 use relative path in firefox extensionsuse cotta to copy customProfileDirCUSTFF/customProfileDirCUSTFFCHROME directories, cuz these directories could be in jar file
1426 annotated / raw | Diffs: previous, other | Lines: 95 ( +5, -2 ) Created: 2006-08-30 00:17:09 -0500 (2 years 4 months ago) | Author: wpc | Changeset: 1426 * Add "selenium.javascript.dir" system property to override core dir outside jar.* Refactoring resource locating code, StaticContentHandler hold ResourceLocators instead of plain file directory now * A little clean up * Related unit tests added
1423 annotated / raw | Diffs: previous, other | Lines: 92 ( +4, -4 ) Created: 2006-08-24 22:41:12 -0500 (2 years 4 months ago) | Author: mdub | Changeset: 1423 Crank S-CORE version to 0.8.0-SNAPSHOT
1395 annotated / raw | Diffs: previous, other | Lines: 92 ( +1, -1 ) Created: 2006-08-03 18:07:06 -0500 (2 years 5 months ago) | Author: dfabulich | Changeset: 1395 Now use SCORE 0.7.2-SNAPSHOT in RC
1204 annotated / raw | Diffs: previous, other | Lines: 92 ( +1, -1 ) Created: 2006-06-05 17:09:01 -0500 (2 years 7 months ago) | Author: sproul | Changeset: 1204 no comment
1198 annotated / raw | Diffs: previous, other | Lines: 92 ( +1, -1 ) Created: 2006-06-05 12:48:53 -0500 (2 years 7 months ago) | Author: dfabulich | Changeset: 1198 Oops, let's release a quick 0.8.1
1195 annotated / raw | Diffs: previous, other | Lines: 92 ( +1, -1 ) Created: 2006-06-02 20:12:36 -0500 (2 years 7 months ago) | Author: dfabulich | Changeset: 1195 Now we're working on 0.8.1
1192 annotated / raw | Diffs: previous, other | Lines: 92 ( +1, -1 ) Created: 2006-06-02 18:31:53 -0500 (2 years 7 months ago) | Author: dfabulich | Changeset: 1192 going to release RC 0.8.0
1177 annotated / raw | Diffs: previous, other | Lines: 92 ( +0, -6 ) Created: 2006-05-26 15:46:52 -0500 (2 years 7 months ago) | Author: plightbo | Changeset: 1177 floyd-jrex support removed for now
1175 annotated / raw | Diffs: previous, other | Lines: 98 ( +6, -0 ) Created: 2006-05-26 12:03:43 -0500 (2 years 7 months ago) | Author: plightbo | Changeset: 1175 initial cut of the floyd (jrex only) integration
1144 annotated / raw | Diffs: previous, other | Lines: 92 ( +6, -5 ) Created: 2006-05-18 18:18:18 -0500 (2 years 7 months ago) | Author: dfabulich | Changeset: 1144 Running the suite instead of the directory; that way I can catch suite issues at build time
1140 annotated / raw | Diffs: previous, other | Lines: 91 ( +0, -44 ) Created: 2006-05-17 17:39:27 -0500 (2 years 7 months ago) | Author: dfabulich | Changeset: 1140 Fixing issues with reg.exe on Win 2000; generating test jar for server and client
1137 annotated / raw | Diffs: previous, other | Lines: 135 ( +7, -0 ) Created: 2006-05-16 18:56:33 -0500 (2 years 7 months ago) | Author: dfabulich | Changeset: 1137 Don't fork; forking breaks our build machine
1136 annotated / raw | Diffs: previous, other | Lines: 128 ( +1, -1 ) Created: 2006-05-16 01:47:16 -0500 (2 years 7 months ago) | Author: dfabulich | Changeset: 1136 server should use latest core again
1102 annotated / raw | Diffs: previous, other | Lines: 128 ( +2, -19 ) Created: 2006-05-04 22:22:54 -0500 (2 years 8 months ago) | Author: dfabulich | Changeset: 1102 Updating Selenium RC to use deployed/pre-installed Selenium Core; this will probably break the build for a while
1021 annotated / raw | Diffs: previous, other | Lines: 145 ( +1, -1 ) Created: 2006-04-13 21:48:08 -0500 (2 years 8 months ago) | Author: dfabulich | Changeset: 1021 Updating version numbers to 0.7.2, and splitting up Maven stuff
1011 annotated / raw | Diffs: previous, other | Lines: 145 ( +18, -2 ) Created: 2006-04-13 20:18:05 -0500 (2 years 8 months ago) | Author: dfabulich | Changeset: 1011 Adding support for an easier way to develop Selenium Server
980 annotated / raw | Diffs: previous, other | Lines: 129 ( +1, -1 ) Created: 2006-04-04 00:26:40 -0500 (2 years 9 months ago) | Author: dfabulich | Changeset: 980 More version numbers...
975 annotated / raw | Diffs: previous, other | Lines: 129 ( +2, -2 ) Created: 2006-04-03 15:49:36 -0500 (2 years 9 months ago) | Author: dfabulich | Changeset: 975 Revving version number to 0.7.1
959 annotated / raw | Diffs: previous, other | Lines: 129 ( +16, -3 ) Created: 2006-03-29 20:27:23 -0600 (2 years 9 months ago) | Author: dfabulich | Changeset: 959 Changing version numbers and automatically building a complete assembly directory
latest revision Branch documenthierarchy2041 annotated / raw | Diffs: previous, other | Lines: 162 ( +3, -1 ) Created: 2007-10-20 18:59:40 -0500 (14 months ago) | Author: mpurland | Changeset: 2041 Modify pom to use unit tests for now, until test suites are adapted. Use default junit version.
2036 annotated / raw | Diffs: previous, other | Lines: 160 ( +160, -67 ) Created: 2007-10-19 20:20:09 -0500 (14 months ago) | Author: mpurland | Changeset: 2036 Delete src for preparation of other source.
2030 new annotated / raw | Diffs: previous, other | Lines: 67 ( +0, -0 ) Created: 2007-10-19 10:39:08 -0500 (14 months ago) | Author: mpurland | Changeset: 2030 Creating branch for document hierarchy. This branch will contain a rewrite that 1) Uses a document hierarchy to track loaded documents. 2) Configurable web server for Jetty 5, Jetty 6 (non-PI right now) and other web servers can be supported. 3) Speed improvements 4) Modal dialog support
latest revision Branch experimental827 annotated / raw | Diffs: previous, other | Lines: 116 ( +10, -4 ) Created: 2006-03-05 01:39:40 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 827 Copied to: trunk/server/pom.xml 870 Add dependency on Ant; switch dependencies to "provided" scope so they don't recurse down (we'll bundle them)
794 annotated / raw | Diffs: previous, other | Lines: 110 ( +5, -0 ) Created: 2006-02-25 23:09:02 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 794 Declaring shared parentage, so eclipse:eclipse will link the projects together, rather than just the JARs.
789 annotated / raw | Diffs: previous, other | Lines: 105 ( +9, -6 ) Created: 2006-02-25 22:08:58 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 789 Fixed Javadoc source level, and made selenium-server explicitly depend on selenium-core instead of referring to resources in "../code/javascript" which Eclipse doesn't like
759 annotated / raw | Diffs: previous, other | Lines: 102 ( +13, -0 ) Created: 2006-02-23 21:52:35 -0600 (2 years 10 months ago) | Author: dfabulich | Changeset: 759 Make maven build Javadoc
755 annotated / raw | Diffs: previous, other | Lines: 89 ( +3, -3 ) Created: 2006-02-23 12:53:18 -0600 (2 years 10 months ago) | Author: sproul | Changeset: 755 Replace 1.5-only constructs w/ 1.4 equivalents. Not so fun to replace elegance with cruft.
latest revision Branch mavenized1568 annotated / raw | Diffs: previous, other | Lines: 102 ( +1, -0 ) Created: 2006-10-27 20:49:04 -0500 (2 years 2 months ago) | Author: dfabulich | Changeset: 1568 useFile false, to see console output
|