Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

949 by owentaylor on 16 April 2008, 14:55:14 -0500 (8 months ago) This version adds three new scripts that allow for complete default generation of a worker, a publisher, and a monitor.  This sets the stage for a future GUI version...

./project-impl/bin/generateDefaultMonitor.cmd 949 history download (+24) new

./project-impl/src/java/templates/service.timerTask.javasrc 949 history download (+3 -3) diffs

./project-impl/bin/createNotifyWorker.cmd 949 history download (+1 -1) diffs

./project-impl/src/java/templates/pu.timerTask.xmlsrc 949 history download (+10 -4) diffs

./project-impl/bin/projectcreator.jar 949 history download

… 11 more files in changeset.
562 by owentaylor on 14 March 2008, 15:06:44 -0500 (9 months ago) This release sees a shorter prefix to the generated project names because it was too unwieldy before (this is controlled in Utility.java.  Also, two new shell scripts that work on linux: createPolling…

./project-impl/src/java/org/openspaces/adjunct/cpc/Utility.java 562 history download (+2 -2) diffs

./project-impl/bin/createPollingWorker.sh 562 history download (+10 -31) diffs

./project-impl/bin/createPublisher.sh 562 history download (+9 -29) diffs

./project-impl/bin/projectcreator.jar 562 history download

444 by owentaylor on 21 February 2008, 15:31:11 -0500 (10 months ago) Fixed annoying lack of space after the statement of default=x.y.zthis looked confusing.  Now it looks like:
default=x.y.z   >this is not confusing.

Cheers,
Owen.

./project-impl/bin/createNotifyWorker.cmd 444 history download (+22) new

./project-impl/src/java/templates/service.javasrc 444 history download (+5 -0) diffs

./project-impl/bin/commonsetup.cmd 444 history download (+5) new

./project-impl/bin/projectcreator.jar 444 history download

./project-impl/src/java/org/openspaces/adjunct/cpc/handler/DomainCreationHandler.java 444 history download (+2 -2) diffs

… 1 more file in changeset.
370 by owentaylor on 12 February 2008, 15:20:04 -0500 (10 months ago) Large revision!  this release allows for several new things.  1) Domain is now a project(must be imported) 2) There is no need to edit the various .project files 3) if you accept all defaults it creat…

./project-impl/src/java/templates/service.timerTask.javasrc 370 history download (+1 -0) diffs

./project-impl/src/java/org/openspaces/adjunct/cpc/Utility.java 370 history download (+16 -1) diffs

./project-impl/src/java/org/openspaces/adjunct/cpc/handler/SpaceOptionHandler.java 370 history download (+3 -1) diffs

./project-impl/src/java/templates/commonObject.javasrc 370 history download (+13 -0) diffs

./project-impl/src/java/org/openspaces/adjunct/cpc/handler/EclipseHandler.java 370 history download (+38 -4) diffs

… 3 more files in changeset.
368 by owentaylor on 11 February 2008, 08:00:19 -0500 (10 months ago) Modified DomainCreationHandler.java and DomainDiscoveryHandler.java so they now create and manage history files for the domain classes used before and the domain packages used before and offer as defa…

./project-impl/bin/createMonitorService.cmd 368 history download (+1 -1) diffs

./project-impl/src/java/org/openspaces/adjunct/cpc/handler/PropertiesFileHandler.java 368 history download (+1 -4) diffs

./project-impl/src/java/org/openspaces/adjunct/cpc/Utility.java 368 history download (+58 -0) diffs

./project-impl/src/java/org/openspaces/adjunct/cpc/handler/SpaceOptionHandler.java 368 history download (+6 -2) diffs

./project-impl/src/java/org/openspaces/adjunct/cpc/handler/ServiceCreationHandler.java 368 history download (+2 -2) diffs

… 6 more files in changeset.
329 by owentaylor on 07 February 2008, 18:09:52 -0500 (11 months ago) Modified the templates to refer to obj instead of data
Modified the various scripts to share a commonsetup.cmd file so the local machine stuff only has to be edited once.

./project-impl/src/java/templates/service.timerTask.javasrc 329 history download (+4 -12) diffs

./project-impl/bin/createMonitorService.cmd 329 history download (+1 -9) diffs

./project-impl/src/java/templates/service.javasrc 329 history download (+5 -5) diffs

./project-impl/bin/_createPublisherWithCustomTokens.cmd 329 history download (+1 -8) diffs

./project-impl/bin/createPollingWorker.cmd 329 history download (+1 -9) diffs

… 5 more files in changeset.
172 by owentaylor on 16 January 2008, 08:59:05 -0500 (11 months ago) Made small to change to UI so that there is a pause after all settings are entered before building the project.

./project-impl/src/java/org/openspaces/adjunct/cpc/Utility.java 172 history download (+47 -0) diffs

./project-impl/src/java/org/openspaces/adjunct/cpc/ProjectAttrs.java 172 history download (+11 -0) diffs

./project-impl/src/java/org/openspaces/adjunct/cpc/ProjectCreator.java 172 history download (+4 -1) diffs

./project-impl/bin/projectcreator.jar 172 history download

./project-impl/src/java/org/openspaces/adjunct/cpc/handler/DomainCreationHandler.java 172 history download (+10 -6) diffs

… 1 more file in changeset.
163 by owentaylor on 14 January 2008, 12:39:09 -0500 (11 months ago) Fixed Bug when no domain.history.properties file existed...

./project-impl/src/java/templates/service.timerTask.javasrc 163 history download (+0 -1) diffs

./project-impl/src/java/org/openspaces/adjunct/cpc/handler/ServiceCreationHandler.java 163 history download (+2 -2) diffs

./project-impl/bin/createPollingWorker.cmd 163 history download (+1 -1) diffs

./project-impl/bin/createPublisher.cmd 163 history download (+1 -1) diffs

./project-impl/bin/projectcreator.jar 163 history download

… 5 more files in changeset.
129 by owentaylor on 12 January 2008, 23:23:13 -0500 (11 months ago) new jarfilename reflected in these scripts

./project-impl/bin/createMonitorService.cmd 129 history download (+1 -1) diffs

./project-impl/bin/_createPublisherWithCustomTokens.cmd 129 history download (+1 -1) diffs

./project-impl/bin/createPollingWorker.cmd 129 history download (+1 -1) diffs

./project-impl/bin/createPublisher.cmd 129 history download (+1 -1) diffs

./project-impl/bin/createPollingWorker.sh 129 history download (+1 -1) diffs

… 4 more files in changeset.
40 by owentaylor on 20 December 2007, 10:41:27 -0500 (12 months ago) Removed file/folder

./test 40 history deleted

39 by owentaylor on 20 December 2007, 10:41:16 -0500 (12 months ago) Created folder remotely

./test 39 history download (+0) new

38 by owentaylor on 20 December 2007, 09:55:59 -0500 (12 months ago) Removed file/folder

./test 38 history deleted

37 by owentaylor on 20 December 2007, 09:55:37 -0500 (12 months ago) Created folder remotely

./test 37 history download (+0) new

35 by open on 20 December 2007, 09:44:40 -0500 (12 months ago) cpc Repository initial import

. 35 history download (+0) new

… 3 more files in changeset.
earlier earlier | later later
FishEye: Open Source License registered to openspaces.org.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.1 Build:build-296 2008-04-24 ) - Administration - Page generated 2009-01-08 10:44 -0500