| Comment | Frequency |
|---|---|
| Typo in Clover link. (BTW, need to ask Cenqua for OS-licensed Clover.) | 1 (4.0%) |
| Trying the CheckIn idea -- maybe should be refactored as a Visit or a Stay. Still to consider: restricting what methods users can invoke, so they don't shoot themselves in the foot. (Is this a NakedObjects-like approach, though?) Also, note that you have to initialize any NakedValue fields in the ctor. | 1 (4.0%) |
| Swing gui exploration, runnable with "maven nakedobjects:exploration". Next up: jnlp launcher, shortly after scheduled builds. | 1 (4.0%) |
| Scratch that; only needed on compile farm, so put in build.properties there. | 1 (4.0%) |
| Run nakedobjects acceptance tests with "maven nakedobjects:stories" -- still TODO == auto-detect all AcceptanceTests, integrate generated html results into maven site (will need to include images from somewhere, perhaps src/conf or src/resources.) | 1 (4.0%) |
| Date | Author | File/Message |
|---|---|---|
| 10/6/04 3:30 PM | todmaokn |
Trying the CheckIn idea -- maybe should be refactored as a Visit or a Stay. Still to consider: restricting what methods users can invoke, so they don't shoot themselves in the foot. (Is this a NakedObjects-like approach, though?) Also, note that you have to initialize any NakedValue fields in the ctor.
(2 Files changed,
44 Lines changed)
|
| 10/6/04 3:28 PM | todmaokn |
Formatting in Eclipse with Ctrl+Shift+F for consistency.
(1 Files changed,
5 Lines changed)
|
| 10/1/04 11:29 AM | todmaokn |
Add dependencies link to supplement download. Fix top bar link to NakedObjects.
(1 Files changed,
2 Lines changed)
xdocs/navigation.xml 1.4
(+2
-1)
|
| 10/1/04 6:13 AM | todmaokn |
Typo in Clover link. (BTW, need to ask Cenqua for OS-licensed Clover.)
(1 Files changed,
1 Lines changed)
xdocs/navigation.xml 1.3
(+1
-1)
|
| 9/30/04 2:23 PM | todmaokn |
(twiddly) Add timezone to site display, because SF is Pacific Time and we're Eastern.
(1 Files changed,
1 Lines changed)
project.properties 1.9
(+1
-1)
|
| 9/30/04 12:50 PM | todmaokn |
Add more structure to project navigation, now that jnlp is working.
(1 Files changed,
16 Lines changed)
xdocs/navigation.xml 1.2
(+16
-3)
|
| 9/30/04 8:37 AM | todmaokn |
Also need this for jnlp to work.
(1 Files changed,
1 Lines changed)
project.properties 1.8
(+1
-0)
|
| 9/30/04 8:35 AM | todmaokn |
Don't stop build when stories fail.
(1 Files changed,
1 Lines changed)
maven.xml 1.4
(+1
-1)
|
| 9/30/04 8:25 AM | todmaokn |
Need this for jnlp file to work.
(1 Files changed,
1 Lines changed)
project.properties 1.7
(+1
-0)
|
| 9/29/04 5:30 PM | todmaokn |
Added setup for jnlp.
(2 Files changed,
15 Lines changed)
project.properties 1.6
(+3
-0)
project.xml 1.7
(+12
-0)
|
| 9/28/04 9:28 AM | cwebb95 |
Really fixed the test cases.
(2 Files changed,
15 Lines changed)
|
| 9/28/04 7:50 AM | cwebb95 |
Made the test cases work.
(2 Files changed,
7 Lines changed)
|
| 9/27/04 12:27 PM | cwebb95 |
Just added last name and first name to Resident.java
(1 Files changed,
11 Lines changed)
|
| 9/26/04 1:03 PM | todmaokn |
Scratch that; only needed on compile farm, so put in build.properties there.
(1 Files changed,
0 Lines changed)
project.properties 1.5
(+0
-1)
|
| 9/26/04 12:54 PM | todmaokn |
Maven will use anonymous cvs connection. This way we can do cron'ed builds from the sourceforge compile farm. When running maven scm:prepare-release, we'll have to set maven.scm.ignore.pom.developerConnection back to false, to enable tagging.
(1 Files changed,
1 Lines changed)
project.properties 1.4
(+1
-0)
|
| 9/22/04 5:37 AM | todmaokn |
Properties to deploy jar to sourceforge. Assumes build.properties contains maven.username and maven.repo.sourceforge.privatekey. (Which we don't check in because they're different for everyone.) See http://maven.apache.org/reference/plugins/artifact/properties.html
(1 Files changed,
6 Lines changed)
project.properties 1.3
(+6
-1)
|
| 9/21/04 7:38 PM | todmaokn |
Swing gui exploration, runnable with "maven nakedobjects:exploration". Next up: jnlp launcher, shortly after scheduled builds.
(4 Files changed,
57 Lines changed)
project.xml 1.6
(+5
-0)
src/conf/nakedobjects.properties 1.1
added 17
maven.xml 1.3
(+9
-0)
|
| 9/21/04 5:04 PM | todmaokn |
Bumping up to development version of NakedObjects, including Swing gui. Preparing to make the Exploration.
(2 Files changed,
12 Lines changed)
project.xml 1.5
(+8
-2)
.classpath 1.3
(+4
-2)
|
| 9/20/04 7:28 PM | todmaokn |
Add NakedObjects html user stories to generated project website.
(2 Files changed,
14 Lines changed)
maven.xml 1.2
(+7
-3)
xdocs/navigation.xml 1.1
added 7
|
| 9/20/04 7:27 PM | todmaokn |
Filling in meta info so generated site will be pretty.
(2 Files changed,
77 Lines changed)
project.properties 1.2
(+7
-3)
project.xml 1.4
(+70
-2)
|