My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Nov 30, 2009
    issue 15 (Don't normalise white space returned by an evaluation) changed by peterson3   -   Neither should be normalized or both should be normalised, otherwise they won't match. We chose to normalize both for two reasons: (1) subtle spacing differences will not be easily visible to a reader because of the way browsers interpret white-space; (2) white-space is usually an implementation-level concern, and not something in the problem domain. If for some reason you need the handling of spaces to be explicitly catered for, the solution is to use a different (visible) character to represent spaces, e.g. dash. Then replace spaces with dashes in the fixture to allow the match. The advantage here is that the spaces are visible to the reader.
    Status: WontFix
    Owner: peterson3
    Neither should be normalized or both should be normalised, otherwise they won't match. We chose to normalize both for two reasons: (1) subtle spacing differences will not be easily visible to a reader because of the way browsers interpret white-space; (2) white-space is usually an implementation-level concern, and not something in the problem domain. If for some reason you need the handling of spaces to be explicitly catered for, the solution is to use a different (visible) character to represent spaces, e.g. dash. Then replace spaces with dashes in the fixture to allow the match. The advantage here is that the spaces are visible to the reader.
    Status: WontFix
    Owner: peterson3
  • Nov 29, 2009
    issue 15 (Don't normalise white space returned by an evaluation) reported by rohan.hart17   -   What steps will reproduce the problem? 1. create an assertEquals test for some text 2. return some text incorrectly padded with white space at the front What is the expected output? What do you see instead? The test should fail. Instead it passes without comment. What version of the product are you using? On what operating system? 1.3.1 on Sun JVM 1.6.0_14 Please provide any additional information below. Apparently this is as designed (http://www.concordion.org/dist/1.3.1/test-output/concordion/spec/concordion/command/assertEquals/whitespace/Whitespace.html) and I think the expected text should be normalised, just not the evaluated text.
    What steps will reproduce the problem? 1. create an assertEquals test for some text 2. return some text incorrectly padded with white space at the front What is the expected output? What do you see instead? The test should fail. Instead it passes without comment. What version of the product are you using? On what operating system? 1.3.1 on Sun JVM 1.6.0_14 Please provide any additional information below. Apparently this is as designed (http://www.concordion.org/dist/1.3.1/test-output/concordion/spec/concordion/command/assertEquals/whitespace/Whitespace.html) and I think the expected text should be normalised, just not the evaluated text.
  • Nov 18, 2009
    r276 ([No log message]) committed by peterson3   -   [No log message]
    [No log message]

Earlier this year

  • Oct 07, 2009
    r275 (Fixed bad links giving 404 errors) committed by peterson3   -   Fixed bad links giving 404 errors
    Fixed bad links giving 404 errors
  • Oct 04, 2009
    issue 14 (breadcrumbs appear at end of results page) reported by rohan.hart17   -   What steps will reproduce the problem? 1. create a html spec document with a namespace such as xmlns="http://www.w3.org/1999/xhtml" with all the usual title, body, etc. 2. run the associated spec What is the expected output? What do you see instead? Breadcrumbs should appear first in the body. Instead they get their own body section at the end. What version of the product are you using? On what operating system? V1.3.1 on Linux Please provide any additional information below. In BreadcrumbRenderer the method private Element getDocumentBody(Element rootElement) { Element body = rootElement.getFirstDescendantNamed("body"); doesn't find the body because it has a namespace.
    What steps will reproduce the problem? 1. create a html spec document with a namespace such as xmlns="http://www.w3.org/1999/xhtml" with all the usual title, body, etc. 2. run the associated spec What is the expected output? What do you see instead? Breadcrumbs should appear first in the body. Instead they get their own body section at the end. What version of the product are you using? On what operating system? V1.3.1 on Linux Please provide any additional information below. In BreadcrumbRenderer the method private Element getDocumentBody(Element rootElement) { Element body = rootElement.getFirstDescendantNamed("body"); doesn't find the body because it has a namespace.
  • Jul 09, 2009
    issue 13 (SAXParseException: The entity "auml" was referenced, but not...) reported by stefan.roock   -   What steps will reproduce the problem? 1. Use an entity like ä or – with the HTML test spec. 2. Run the tests. What is the expected output? What do you see instead? The test fails and the stacktrace says: org.concordion.internal.ParsingException: Failed to parse XML document at org.concordion.internal.XMLParser.parse(XMLParser.java:21) at org.concordion.internal.XMLSpecificationReader.readSpecification(XMLSpecificationReader.java:25) at org.concordion.Concordion.process(Concordion.java:30) at org.concordion.Concordion.process(Concordion.java:26) at de.mobile.testcontext.storytest.AbstractStoryTestCase.testProcessSpecification(AbstractStoryTestCase.java:183) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at org.springframework.test.ConditionalTestCase.runBare(ConditionalTestCase.java:69) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:232) at junit.framework.TestSuite.run(TestSuite.java:227) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) Caused by: nu.xom.ParsingException: The entity "auml" was referenced, but not declared. at line 15, column 7 at nu.xom.Builder.build(Builder.java:1132) at nu.xom.Builder.build(Builder.java:586) at org.concordion.internal.XMLParser.parse(XMLParser.java:17) ... 28 more Caused by: org.xml.sax.SAXParseException: The entity "auml" was referenced, but not declared. at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at nu.xom.Builder.build(Builder.java:1127) What version of the product are you using? On what operating system? I have the impression that the problem occurred first, when we switched from Java 5 to Java 6 (but I am not totally sure about it). There is a bug report that may be related: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6524460
    What steps will reproduce the problem? 1. Use an entity like ä or – with the HTML test spec. 2. Run the tests. What is the expected output? What do you see instead? The test fails and the stacktrace says: org.concordion.internal.ParsingException: Failed to parse XML document at org.concordion.internal.XMLParser.parse(XMLParser.java:21) at org.concordion.internal.XMLSpecificationReader.readSpecification(XMLSpecificationReader.java:25) at org.concordion.Concordion.process(Concordion.java:30) at org.concordion.Concordion.process(Concordion.java:26) at de.mobile.testcontext.storytest.AbstractStoryTestCase.testProcessSpecification(AbstractStoryTestCase.java:183) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at junit.framework.TestCase.runTest(TestCase.java:168) at junit.framework.TestCase.runBare(TestCase.java:134) at org.springframework.test.ConditionalTestCase.runBare(ConditionalTestCase.java:69) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:232) at junit.framework.TestSuite.run(TestSuite.java:227) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:79) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997) Caused by: nu.xom.ParsingException: The entity "auml" was referenced, but not declared. at line 15, column 7 at nu.xom.Builder.build(Builder.java:1132) at nu.xom.Builder.build(Builder.java:586) at org.concordion.internal.XMLParser.parse(XMLParser.java:17) ... 28 more Caused by: org.xml.sax.SAXParseException: The entity "auml" was referenced, but not declared. at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at nu.xom.Builder.build(Builder.java:1127) What version of the product are you using? On what operating system? I have the impression that the problem occurred first, when we switched from Java 5 to Java 6 (but I am not totally sure about it). There is a bug report that may be related: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6524460
  • Jun 18, 2009
    issue 12 (Result of concordion:run green even when tests fail) reported by stefan.roock   -   What steps will reproduce the problem? 1. Create one overview test like AllStoriesTest.html with an empty test class extending ConcordionTestCase 2. Link from the overview test spec to other tests with concordion:run When one of the real tests has exceptions before the assertEquals checks the test itself is red but in AllStoriesTest.html it is still green. I would expect them to be red in AllStoriesTest
    What steps will reproduce the problem? 1. Create one overview test like AllStoriesTest.html with an empty test class extending ConcordionTestCase 2. Link from the overview test spec to other tests with concordion:run When one of the real tests has exceptions before the assertEquals checks the test itself is red but in AllStoriesTest.html it is still green. I would expect them to be red in AllStoriesTest
  • Jun 13, 2009
    r274 (Removed link to blog.) committed by peterson3   -   Removed link to blog.
    Removed link to blog.
  • May 28, 2009
    concordion-kickstart-1.3.1.zip (Concordion 1.3.1 Kickstart - A simple Eclipse project using ...) file uploaded by peterson3
  • May 28, 2009
    intro-to-concordion.ppt (Introduction to Concordion - Powerpoint Presentation) file uploaded by peterson3
  • May 10, 2009
    r273 (Updated the "ports" page following news from Jeffrey Cameron...) committed by peterson3   -   Updated the "ports" page following news from Jeffrey Cameron that the .NET version now has full compatibility with 1.3.1!
    Updated the "ports" page following news from Jeffrey Cameron that the .NET version now has full compatibility with 1.3.1!
  • May 02, 2009
    MavenizedSamples (Maven-based project with a sample) Wiki page edited by peterson3
  • Apr 22, 2009
    r271 (Added link to concordion-kickstart project to the tutorial, ...) committed by peterson3   -   Added link to concordion-kickstart project to the tutorial, to try and lower the learning curve.
    Added link to concordion-kickstart project to the tutorial, to try and lower the learning curve.
  • Apr 22, 2009
    r270 (Add "bin" folder to ignore list.) committed by peterson3   -   Add "bin" folder to ignore list.
    Add "bin" folder to ignore list.
  • Apr 22, 2009
    r269 (Pretty much the simplest Concordion project possible, to hel...) committed by peterson3   -   Pretty much the simplest Concordion project possible, to help people get started.
    Pretty much the simplest Concordion project possible, to help people get started.
  • Apr 20, 2009
    r268 (Fixed missing link.) committed by peterson3   -   Fixed missing link.
    Fixed missing link.
  • Apr 20, 2009
    r267 (Added brief details of Concordion ports to other computer la...) committed by peterson3   -   Added brief details of Concordion ports to other computer languages.
    Added brief details of Concordion ports to other computer languages.
  • Apr 09, 2009
    concordion-1.3.1.jar (Concordion 1.3.1 Final Release. See: http://www.concordion.o...) file uploaded by peterson3
  • Apr 09, 2009
    concordion-1.3.1.zip (Concordion 1.3.1 Final Release. See: http://www.concordion.o...) file uploaded by peterson3   -  
    Labels: Type-Archive OpSys-All
    Labels: Type-Archive OpSys-All
  • Apr 09, 2009
    r266 (Merged from peterson3 branch. Support for ./ syntax.) committed by peterson3   -   Merged from peterson3 branch. Support for ./ syntax.
    Merged from peterson3 branch. Support for ./ syntax.
  • Apr 09, 2009
    r265 (Added support for "./" syntax in relative paths.) committed by peterson3   -   Added support for "./" syntax in relative paths.
    Added support for "./" syntax in relative paths.
  • Apr 09, 2009
    r264 ([No log message]) committed by peterson3   -   [No log message]
    [No log message]
  • Apr 09, 2009
    r263 ([No log message]) committed by peterson3   -   [No log message]
    [No log message]
  • Apr 09, 2009
    r262 ([No log message]) committed by peterson3   -   [No log message]
    [No log message]
  • Apr 08, 2009
    r261 (Creating a private branch for working on) committed by peterson3   -   Creating a private branch for working on
    Creating a private branch for working on
  • Apr 08, 2009
    r260 (Creating a private branch for working on) committed by peterson3   -   Creating a private branch for working on
    Creating a private branch for working on
  • Apr 08, 2009
    r259 (Reverted changes) committed by peterson3   -   Reverted changes
    Reverted changes
  • Apr 08, 2009
    r258 (Issue #10. Spec needs refactor.) committed by jose.m.beas   -   Issue #10. Spec needs refactor.
    Issue #10. Spec needs refactor.
  • Apr 07, 2009
    issue 11 (NullPointerException in Eclipse plugin while opening .html) reported by ysorkin   -   What steps will reproduce the problem? 1. copied org.concordion.bench_0.0.1.jar to plugins directory in eclipse dir 2. opened Eclipse 3. opened .html file (right-click, Open With, Concordion Editor) What is the expected output? What do you see instead? expected Concordion Editor to open. Instead, got message: Could not open the editor: An unexpected exception was thrown. Pressed Details>>, got the following: java.lang.NullPointerException at org.concordion.bench.eclipse.editors.ConcordionEditor.addHtmlEditorPart(ConcordionEditor.java:129) at org.concordion.bench.eclipse.editors.ConcordionEditor.addEditors(ConcordionEditor.java:79) at org.concordion.bench.eclipse.editors.ConcordionEditor.createPages(ConcordionEditor.java:61) at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:310) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:428) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:266) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2820) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2729) at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2721) at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2673) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2652) at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:337) at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:325) at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:187) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) What version of the product are you using? On what operating system? Ganimede Eclipse 3.4 on Windows XP with SP3 Please provide any additional information below.
    What steps will reproduce the problem? 1. copied org.concordion.bench_0.0.1.jar to plugins directory in eclipse dir 2. opened Eclipse 3. opened .html file (right-click, Open With, Concordion Editor) What is the expected output? What do you see instead? expected Concordion Editor to open. Instead, got message: Could not open the editor: An unexpected exception was thrown. Pressed Details>>, got the following: java.lang.NullPointerException at org.concordion.bench.eclipse.editors.ConcordionEditor.addHtmlEditorPart(ConcordionEditor.java:129) at org.concordion.bench.eclipse.editors.ConcordionEditor.addEditors(ConcordionEditor.java:79) at org.concordion.bench.eclipse.editors.ConcordionEditor.createPages(ConcordionEditor.java:61) at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:310) at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:428) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594) at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:266) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2820) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2729) at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2721) at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2673) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2652) at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:337) at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:325) at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:187) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) What version of the product are you using? On what operating system? Ganimede Eclipse 3.4 on Windows XP with SP3 Please provide any additional information below.
  • Apr 07, 2009
    r257 (Increment version number for specs reference.) committed by peterson3   -   Increment version number for specs reference.
    Increment version number for specs reference.
  • Apr 07, 2009
    r256 ([No log message]) committed by peterson3   -   [No log message]
    [No log message]
  • Apr 07, 2009
    r255 (Changes to website for 1.3.1 release.) committed by peterson3   -   Changes to website for 1.3.1 release.
    Changes to website for 1.3.1 release.
  • Apr 07, 2009
    r254 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-javadoc.jar.sha1
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-javadoc.jar.sha1
  • Apr 07, 2009
    r253 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-javadoc.jar.md5
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-javadoc.jar.md5
  • Apr 07, 2009
    r252 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-javadoc.jar
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-javadoc.jar
  • Apr 07, 2009
    r251 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar.sha1
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar.sha1
  • Apr 07, 2009
    r250 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar.md5
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar.md5
  • Apr 07, 2009
    r249 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar
  • Apr 07, 2009
    r248 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar.sha1
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar.sha1
  • Apr 07, 2009
    r247 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar.md5
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar.md5
  • Apr 07, 2009
    r246 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar
  • Apr 07, 2009
    r245 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-javadoc.jar.sha1
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-javadoc.jar.sha1
  • Apr 07, 2009
    r244 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-javadoc.jar.md5
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-javadoc.jar.md5
  • Apr 07, 2009
    r243 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-javadoc.jar
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-javadoc.jar
  • Apr 07, 2009
    r242 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar.sha1
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar.sha1
  • Apr 07, 2009
    r241 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar.md5
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar.md5
  • Apr 07, 2009
    r240 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/1.3.1/concordion-1.3.1-sources.jar
  • Apr 07, 2009
    r239 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/maven-metadata.xml.sha1
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/maven-metadata.xml.sha1
  • Apr 07, 2009
    r238 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/maven-metadata.xml.md5
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/maven-metadata.xml.md5
  • Apr 07, 2009
    r237 (Autoversioning commit: a non-deltaV client made a change to...) committed by peterson3   -   Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/maven-metadata.xml
    Autoversioning commit: a non-deltaV client made a change to /repos/releases/org/concordion/concordion/maven-metadata.xml
 
Hosted by Google Code