Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 1257 984 603 tag:xwork_2-1-0 1650 xwork_1-2 1111 1026

latest revision download trunk

1257 annotated / raw | Diffs: previous, other | Lines: 422 ( +4, -42 )

Created: 2006-12-02 02:44:43 -0600 (2 years ago) | Author: rainerh | Changeset: 1257

Copied to: trunk/CopyOftrunk/osbuild.xml 1652

Rename artifacts from ant build to match maven artifact names
o removed clover from ant build
o fixed maven repo copy task
o added pom.xml to bin jar
o commented showcase from assembly
o another javadoc fix


Issue Number:  XW-448

Branch point for: 2.0 no-statics tag:xwork_2-1-0

Tags: xwork_2-0-beta-3 xwork_2-0-RC1 xwork_2-0-0 xwork_2-1-0 xwork_2_1_1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1254 annotated / raw | Diffs: previous, other | Lines: 460 ( +30, -7 )

Created: 2006-12-02 02:04:56 -0600 (2 years ago) | Author: rainerh | Changeset: 1254

Rename artifacts from ant build to match maven artifact names

Issue Number:  XW-448

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1239 annotated / raw | Diffs: previous, other | Lines: 437 ( +7, -2 )

Created: 2006-11-30 04:24:02 -0600 (2 years ago) | Author: rainerh | Changeset: 1239

javadoc creation broken for ant/ivy and maven build
o private visibility is required for package-private interfaces

Issue Number: XW-441

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1233 annotated / raw | Diffs: previous, other | Lines: 432 ( +2, -2 )

Created: 2006-11-23 17:38:17 -0600 (2 years ago) | Author: rainerh | Changeset: 1233

reenabling javadoc creation for ant
(Needs to be fixed)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1229 annotated / raw | Diffs: previous, other | Lines: 432 ( +9, -7 )

Created: 2006-11-23 16:59:29 -0600 (2 years ago) | Author: rainerh | Changeset: 1229

Preparing XWork-2.0-beta2 release
o disabling javadoc generation

Strange problems with javadoc creation, needs further investigation (might be an OSX on Intel problem)

Tags: xwork_2-0-beta-2

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1228 annotated / raw | Diffs: previous, other | Lines: 430 ( +1, -1 )

Created: 2006-11-23 16:32:03 -0600 (2 years ago) | Author: rainerh | Changeset: 1228

Preparing XWork-2.0-beta2 release
o assembly fixes

DOCS ARE STILL A TODO!!!

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1225 annotated / raw | Diffs: previous, other | Lines: 430 ( +0, -24 )

Created: 2006-11-23 15:55:21 -0600 (2 years ago) | Author: rainerh | Changeset: 1225

Preparing XWork-2.0-beta2 release

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1023 annotated / raw | Diffs: previous, other | Lines: 454 ( +28, -28 )

Created: 2006-05-23 15:30:47 -0500 (2 years 6 months ago) | Author: jcarreira | Changeset: 1023

Moved static instance out of ConfigurationManager into new XWorkStatic and started doing 1.5 updates with generics and enhanced for-loops.

Tags: xwork_2-0-beta-1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

984 annotated / raw | Diffs: previous, other | Lines: 454 ( +1, -1 )

Created: 2006-04-03 19:38:20 -0500 (2 years 7 months ago) | Author: mrdon | Changeset: 984

Fixing test case filter (didn't mean to submit that)

Branch point for: xwork_1-2

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

983 annotated / raw | Diffs: previous, other | Lines: 454 ( +1, -1 )

Created: 2006-04-03 19:37:47 -0500 (2 years 7 months ago) | Author: mrdon | Changeset: 983

Adding line-precise error reporting by processing DOM with SAX filters that
record the location of each element and store it in special attributes.  The
location information is then transformed into an Object and stored with each
configuration object. The next step will be to use this new information in
exceptions thrown by xwork.  The bulk of this code comes from Apache Cocoon,
which is why the license is still Apache.

Issue number: XW-379

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

933 annotated / raw | Diffs: previous, other | Lines: 454 ( +4, -1 )

Created: 2006-03-22 11:57:31 -0600 (2 years 8 months ago) | Author: rainerh | Changeset: 933

XWork 1.1.2 release: build updates to fix dist target
Issue number:
Obtained from:
Submitted by:
Reviewed by:

Tags: xwork_1-1-2 xwork_1-1-3

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

931 annotated / raw | Diffs: previous, other | Lines: 451 ( +1, -1 )

Created: 2006-03-22 11:43:18 -0600 (2 years 8 months ago) | Author: rainerh | Changeset: 931

correct link to J2EE 1.3 docs
Issue number:
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

915 annotated / raw | Diffs: previous, other | Lines: 451 ( +7, -3 )

Created: 2006-03-19 12:06:55 -0600 (2 years 8 months ago) | Author: the_mindstorm | Changeset: 915

dist file must have a root directory (WW-1254)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

899 annotated / raw | Diffs: previous, other | Lines: 447 ( +2, -1 )

Created: 2006-03-13 14:21:06 -0600 (2 years 8 months ago) | Author: davsclaus | Changeset: 899

javadoc target uses source level according to compiler.version

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

896 annotated / raw | Diffs: previous, other | Lines: 446 ( +1, -1 )

Created: 2006-03-11 10:33:28 -0600 (2 years 8 months ago) | Author: davsclaus | Changeset: 896

fixed href to javadoc for j2ee

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

888 annotated / raw | Diffs: previous, other | Lines: 446 ( +44, -0 )

Created: 2006-03-08 09:19:16 -0600 (2 years 8 months ago) | Author: rainerh | Changeset: 888

Fix carriage-return line feeds
o added ant task to convert carriage-return line feeds
Issue number:
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

870 annotated / raw | Diffs: previous, other | Lines: 402 ( +2, -1 )

Created: 2006-03-04 04:30:42 -0600 (2 years 8 months ago) | Author: rainerh | Changeset: 870

Clover report without log debug
Issue number:  XW-349
Obtained from:
Submitted by:  Claus Ibsen
Reviewed by:   Rainer Hermanns

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

868 annotated / raw | Diffs: previous, other | Lines: 401 ( +5, -2 )

Created: 2006-03-04 04:25:10 -0600 (2 years 8 months ago) | Author: rainerh | Changeset: 868

Clover report without log debug
Issue number:  XW-349
Obtained from:
Submitted by:  Claus Ibsen
Reviewed by:   Rainer Hermanns

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

793 annotated / raw | Diffs: previous, other | Lines: 398 ( +4, -0 )

Created: 2006-02-03 14:07:08 -0600 (2 years 9 months ago) | Author: rainerh | Changeset: 793

adding tiger to dist
Issue number:
Obtained from:
Submitted by:
Reviewed by:

Tags: xwork_1-1-1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

792 annotated / raw | Diffs: previous, other | Lines: 394 ( +2, -0 )

Created: 2006-02-03 13:59:14 -0600 (2 years 9 months ago) | Author: rainerh | Changeset: 792

release of 1.1.1
Issue number:
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

788 annotated / raw | Diffs: previous, other | Lines: 392 ( +1, -1 )

Created: 2006-02-03 10:31:52 -0600 (2 years 9 months ago) | Author: rainerh | Changeset: 788

fixed javadocs URL for j2ee 1.3
Issue number:
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

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

Created: 2006-02-01 14:40:46 -0600 (2 years 9 months ago) | Author: rainerh | Changeset: 780

Dist target does not copy osbuild.xml to dist dir
Issue number:  WW-1137
Obtained from:
Submitted by:
Reviewed by:

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

675 annotated / raw | Diffs: previous, other | Lines: 391 ( +1, -1 )

Created: 2005-12-06 12:02:03 -0600 (2 years 11 months ago) | Author: rainerh | Changeset: 675

o removed dep on init for the clean target
See: http://forums.opensymphony.com/thread.jspa?threadID=9189

Tags: xwork_1-1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

643 annotated / raw | Diffs: previous, other | Lines: 391 ( +5, -4 )

Created: 2005-12-02 02:06:05 -0600 (3 years ago) | Author: plightbo | Changeset: 643

more source building stuff

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

641 annotated / raw | Diffs: previous, other | Lines: 390 ( +14, -8 )

Created: 2005-12-02 01:56:11 -0600 (3 years ago) | Author: plightbo | Changeset: 641

distribute source jar files too

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

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

Created: 2005-11-30 14:19:56 -0600 (3 years ago) | Author: plightbo | Changeset: 634

maybe this will make xwork-tiger better

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

605 annotated / raw | Diffs: previous, other | Lines: 382 ( +1, -2 )

Created: 2005-11-16 11:58:09 -0600 (3 years ago) | Author: plightbo | Changeset: 605

don't need this manifest crap

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

603 new annotated / raw | Lines: 383 ( +383, -0 )

Created: 2005-11-15 22:42:00 -0600 (3 years ago) | Author: plightbo | Changeset: 603

WW-948: just use a copy of osbuild.xml rather than require ../opensymphony/common to exist

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

latest revision download Branch tag:xwork_2-1-0

1650 deleted | Diffs: previous, other | Lines: 0 ( +0, -422 )

Created: 2007-10-15 12:48:36 -0500 (13 months ago) | Author: rainerh | Changeset: 1650

Deleted tags/xwork_2-1-0

Tags: xwork_2-1-0

latest revision download Branch xwork_1-2

1111 annotated / raw | Diffs: previous, other | Lines: 454 ( +1, -1 )

Created: 2006-09-02 12:17:50 -0500 (2 years 2 months ago) | Author: rainerh | Changeset: 1111

XWork 1.2.1 release

Branch point for: tag:xwork_1-2-4

Tags: xwork_1-2-1 xwork_1-2-2 xwork_1-2-3 xwork_1-2-4

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1055 annotated / raw | Diffs: previous, other | Lines: 454 ( +2, -2 )

Created: 2006-07-03 12:32:17 -0500 (2 years 4 months ago) | Author: tmjee | Changeset: 1055

- make XWork compilation 1.4 compatible

Issue number:
Obtained from:
Submitted by:
Reviewed by:

Tags: xwork_1-2-0

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

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

Created: 2006-06-10 00:53:37 -0500 (2 years 5 months ago) | Author: no_author | Changeset: 1026

This commit was manufactured by cvs2svn to create branch 'xwork_1-2'.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

Open Source License registered to the OpenSymphony Project. This license of FishEye is provided to support the development of OpenSymphony only.
Atlassian FishEye, Subversion analysis. (Version:1.6.1 Build:build-325 2008-09-24) - Administration - Page generated 2008-12-02 11:04 -0600