Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

trunk 2560 2008 1655 1597 documenthierarchy 2040 2030 purland 1731 1723 mavenized 1511

latest revision Branch trunk

2560 annotated / raw | Diffs: previous, other | Lines: 162 ( +3, -2 )

Created: 2009-01-03 01:26:48 -0600 (6 days ago) | Author: ph7 | Changeset: 2560

Putting back automatic svn revisions. Problem spotted by Dan

2495 annotated / raw | Diffs: previous, other | Lines: 161 ( +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: 161 ( +14, -14 )

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

2475 annotated / raw | Diffs: previous, other | Lines: 161 ( +0, -1 )

Created: 2008-10-09 22:38:25 -0500 (2 months 30 days ago) | Author: plightbo | Changeset: 2475

no need to use SNAPSHOT of assembly it seems

2383 annotated / raw | Diffs: previous, other | Lines: 162 ( +1, -1 )

Created: 2008-08-19 13:20:51 -0500 (4 months 21 days ago) | Author: paul | Changeset: 2383

SRC-511 applied

2263 annotated / raw | Diffs: previous, other | Lines: 162 ( +1, -3 )

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: 164 ( +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: 164 ( +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: 164 ( +1, -1 )

Created: 2008-02-28 13:36:02 -0600 (10 months ago) | Author: paul | Changeset: 2198

upgrade to 1.0-beta

2111 annotated / raw | Diffs: previous, other | Lines: 164 ( +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: 129 ( +1, -1 )

Created: 2007-09-20 15:26:37 -0500 (15 months ago) | Author: dfabulich | Changeset: 2008

Now working towards 0.9.3

Branch point for: documenthierarchy

2005 annotated / raw | Diffs: previous, other | Lines: 129 ( +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: 129 ( +6, -6 )

Created: 2007-09-20 10:36:55 -0500 (15 months ago) | Author: dfabulich | Changeset: 2004

Preparing to release Selenium RC 0.9.3

1847 annotated / raw | Diffs: previous, other | Lines: 129 ( +27, -1 )

Created: 2007-07-06 19:27:28 -0500 (18 months ago) | Author: plightbo | Changeset: 1847

fix for problem where running the build from the root module would result in the distrib output not including all the non-java client drivers.

the root problem was that selenium-server was tagged to the 2.1 version of the assembly plugin and the distrib module was using 2.2-beta 1.

telling selenium-server to use the newer version however did not work for two reasons:

1) the jar-of-jars trick we use there doesn't work in 2.2-beta-1 (but does in 2.2-beta-2)
2) due to a change in the way the jar is packaged, the bouncy castle RSA signature entries were causing the resulting jar to be invalid according to java

Fixing #1 meant upgrading both distrib and selenium-server to 2.2-beta-2.

Fixing #2 was more complicated and required basically repackaging the jar near the end of the maven lifecycle (verify, which is just before install) to not include the BCKEY files that alert java to thinking there is some security signature in the MANIFEST it should be looking for

1838 annotated / raw | Diffs: previous, other | Lines: 103 ( +5, -0 )

Created: 2007-07-04 16:14:26 -0500 (18 months ago) | Author: dfabulich | Changeset: 1838

Workaround stupid maven bug

1836 annotated / raw | Diffs: previous, other | Lines: 98 ( +49, -14 )

Created: 2007-07-04 14:19:14 -0500 (18 months ago) | Author: dfabulich | Changeset: 1836

SRC-268

1786 annotated / raw | Diffs: previous, other | Lines: 63 ( +1, -0 )

Created: 2007-04-16 13:27:57 -0500 (20 months ago) | Author: dfabulich | Changeset: 1786

Force using maven-assembly-plugin 2.1.  This fixed a build error on my work desktop.

1759 annotated / raw | Diffs: previous, other | Lines: 62 ( +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: 62 ( +10, -16 )

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)

1743 annotated / raw | Diffs: previous, other | Lines: 68 ( +10, -20 )

Created: 2007-02-23 11:39:54 -0600 (22 months ago) | Author: plightbo | Changeset: 1743

- introduced certificate DB that includes the OpenQA Dangerous Certificate Authority. This means that *firefox and PI mode will finally play nice together
- switched to using the assembly plugin, which does what we want: build a standalone version of selenium-server. The side affect of this is that we can't call the dependencies "provided" anymore. This means we can now let people depend on selenium-server, which will pull down the selenium-core, selenium-server-coreless, and jetty dependencies via maven's transitive dependencies. Or, if they aren't using maven, they simply should use selenium-server-standalone. Both are published as maven artifacts. This also has the nice side affect that those of us who bundle SRC in to our app (ie: HostedQA) don't get two copies of Jetty bundled up (one in jetty.jar and one in selenium-server.jar).

1655 annotated / raw | Diffs: previous, other | Lines: 78 ( +2, -2 )

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

Branch point for: purland

1651 annotated / raw | Diffs: previous, other | Lines: 78 ( +2, -2 )

Created: 2006-11-14 00:07:06 -0600 (2 years 1 month ago) | Author: dfabulich | Changeset: 1651

Preparing for 0.9.0 release

1603 annotated / raw | Diffs: previous, other | Lines: 78 ( +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

1597 new/copied annotated / raw | Diffs: previous, other | Lines: 78 ( +78, -0 )

Created: 2006-11-03 12:51:08 -0600 (2 years 2 months ago) | Author: dfabulich | Changeset: 1597

Copied from: branches/mavenized/selenium-server/pom.xml 1511

Phase 1 in splitting Selenium Server into two parts

latest revision Branch documenthierarchy

2040 annotated / raw | Diffs: previous, other | Lines: 135 ( +1, -1 )

Created: 2007-10-20 18:58:40 -0500 (14 months ago) | Author: mpurland | Changeset: 2040

Change version back to 0.9.3-SNAPSHOT.  These versions will need changing in the future.

2033 annotated / raw | Diffs: previous, other | Lines: 135 ( +7, -1 )

Created: 2007-10-19 17:57:15 -0500 (14 months ago) | Author: mpurland | Changeset: 2033

Use 2.0 snapshot for this branch for now and have server point to 0.8.4-SNAPSHOT.

2030 new annotated / raw | Diffs: previous, other | Lines: 129 ( +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 mavenized

1511 new annotated / raw | Lines: 78 ( +78, -0 )

Created: 2006-10-16 13:37:56 -0500 (2 years 2 months ago) | Author: dfabulich | Changeset: 1511

Copied to: trunk/selenium-server/pom.xml 1597

Applying my Mavenization patch

latest revision Branch purland

1731 annotated / raw | Diffs: previous, other | Lines: 78 ( +1, -1 )

Created: 2007-01-03 22:45:10 -0600 (2 years ago) | Author: mpurland | Changeset: 1731

Change inclusion of dependency selenium-core from 0.8.2 snapshot to 0.8.3 snapshot for inclusion of added tests for xlator in upcoming change.

1723 new annotated / raw | Diffs: previous, other | Lines: 78 ( +0, -0 )

Created: 2007-01-02 19:33:05 -0600 (2 years ago) | Author: sproul | Changeset: 1723

branch for Matt