Timeframe: 30 days, Total Commits: 88 Total Number of Files Changed: 145
Date | Author | File/Message |
---|---|---|
2005-01-08 19:19:07 | Edouard Mercier | Removed the Ant 'CHECKED_OUT_DIRECTORY_PATH' property that has nothing to be done here. The property is now present under the 'build-XRNRelease.xml' Ant buildfile. |
2005-01-04 20:18:48 | Edouard Mercier | Now, runs the unitary test campaign during the release process. |
2005-01-04 20:17:01 | Edouard Mercier | The WedSitor generation now first copy and replace the XML sources before rendering. |
2005-01-04 20:15:44 | Edouard Mercier | Just added a line separator in order to make the result log look better. |
2005-01-04 20:14:49 | Edouard Mercier | Now, includes the 'build-XRNTest.xml' ant its proxied buildfiles to the AntDoc generation. |
2005-01-04 20:13:06 | Edouard Mercier | Updated for the V0.18.1. |
2005-01-04 20:12:26 | Edouard Mercier | Updated for the V1.0. |
2005-01-04 20:02:54 | Edouard Mercier | The page that shows the result of the unitary test campaign. |
2005-01-04 20:02:28 | Edouard Mercier | Added the 'UnitTest' page. |
2005-01-04 19:31:55 | Edouard Mercier | Just added an output log that sumps up the unitary test status. |
2005-01-04 19:25:04 | Edouard Mercier | This is just a proxy for the 'source\\test\\build-XRNUnitTest.xml' buildfile. It has been added so that the buildfile access is homogeneous. Moreover, the unitary tests are thus available from any buildfile. |
2005-01-03 20:44:42 | Edouard Mercier | Modified the classpath of the 'antdoc2' task call. |
2005-01-03 20:41:33 | Edouard Mercier | More documentation has been added about the 'URIResolverPath' and 'XSLTPath' XML inner elements. |
2005-01-03 19:12:37 | Edouard Mercier | Removed the 'No delivery' section when no delivery is available for a version. |
2005-01-02 18:43:49 | Edouard Mercier | The log4j jar was duplicated. |
2005-01-02 18:43:03 | Edouard Mercier | Removed useless jar files. |
2005-01-02 18:41:22 | Edouard Mercier | Removed the jar file that used not to hold any version. |
2005-01-02 15:22:08 | Edouard Mercier | The 'xmlreleasenotes' should now perfectly work with the underlying Maven Ant V1.5.3-1 runtime. |
2005-01-02 15:21:07 | Edouard Mercier | Prepared for the V0.18.1. |
2005-01-02 15:20:12 | Edouard Mercier | Now, uses the 'XSLTPath' inner XRN element, so as to indicate where the XSLT implementation resides. |
2005-01-02 15:18:35 | Edouard Mercier | Removed the XSLT implementation from the XRN task definition, because this is useless at this stage. |
2005-01-02 15:13:02 | Edouard Mercier | The task has been fixed so as to work under V1.5. |
2005-01-02 15:13:34 | Edouard Mercier | A unitary-test buildfile. |
2004-12-31 16:59:52 | Edouard Mercier | Fixed the 'AntClassLoader' creation under Ant V1.5. |
2004-12-31 15:54:35 | Edouard Mercier | Added the 'XSLPath' inner XML element that enables to indicate where the XSLT factory implementation lies. |
2004-12-30 10:22:05 | Carsten Magen |
source/java/org/xrn/gui/ComponentsPanel.java v 1.4 source/java/org/xrn/gui/CompositionPanel.java v 1.6 source/java/org/xrn/gui/DependenciesPanel.java v 1.6 source/java/org/xrn/gui/FeaturesPanel.java v 1.4 source/java/org/xrn/gui/ReleaseDeliveriesPanel.java v 1.5 ListSelection changed |
2004-12-28 22:21:48 | Edouard Mercier | The previous was corrupted. |
2004-12-28 22:02:30 | Edouard Mercier | Now, uses the new 'URIResolverPath' feature. |
2004-12-28 22:01:34 | Edouard Mercier | Split the 'hotDeployAntTask' into two targets, in order not to deploy under Ant and Maven at the same time every time. |
2004-12-28 21:58:07 | Edouard Mercier | Uses the new 'URIResolverPath' of the Ant task, in order to fix the runtime problem. |
2004-12-28 21:35:59 | Edouard Mercier | The AntDoc generation now launches the browser in an independant session. |
2004-12-28 21:32:12 | Edouard Mercier | Removed the badly named Saxon V6.2.2 jar file. |
2004-12-28 21:30:29 | Edouard Mercier | The previous CVS import of this library presented a wrong name. |
2004-12-28 21:28:03 | Edouard Mercier | Added the managment of the path for the URI resolvers, needed when the Ant task is loaded from a location different from Ant 'lib' directory. |
2004-12-28 21:05:04 | Edouard Mercier | Now, also compiles the Java 'org.xrn.core' package. Made the single jar classpath references simplier. The Ant XRN task is now compiled under JDK V1.4 but the target JRE platform is now customizable via the 'JRE_TARGET' Ant property. The 'gui.generateXSD2JAVA' target has been renamed 'buildXS2JAVAJar. The 'buildAntTask' target now depends on 'buildXS2JAVAJar'. Added the 'xml-api.jar' to the compilation of the XSD2Java classes (only necessary under JDK V1.3). The target platform of the compilation is also customizable. Renamed the jar that contains the XSD2Java bytecode. |
2004-12-28 20:58:22 | Edouard Mercier | The Saxon V6.2.2 implementation. |
2004-12-28 20:58:44 | Edouard Mercier | Introduced the concept of JRE target platform. Fixed the 'AntDoc' task definition classpath. Modified the XRN task definition and made it depend on 'initJava'. |
2004-12-28 20:48:06 | Edouard Mercier | Fixed the problem with Xerces due to the wrong way of creating the namespaced-node. Introduced the notion of XRN Java plug-in. |
2004-12-21 22:11:10 | Edouard Mercier | The XSLT implementation to use is now customizable. Also handles the Ant XRN 'debug' attribute. Both parameters can be set from the command-line via the '-D' option. |
2004-12-21 22:08:22 | Edouard Mercier | A new package that will hold the XRN core packages. |
2004-12-21 21:03:14 | Edouard Mercier | Not necessary anymore. |
2004-12-21 19:15:27 | Edouard Mercier |
source/XML/XMLReleaseNotes.xsd v 1.27 The 'xrn:MultiReleaseNotes' XML element has been introduced. It is now supported. |
2004-12-18 18:37:17 | Nicolas Chalumeau |
doc/aptdocs/doc_starting.apt v 1.2 doc/aptdocs/download.apt v 1.1 doc/aptdocs/guide-file.apt v 1.1 add more doc for the maven site |
2004-12-18 15:49:28 | Carsten Magen |
source/java/org/xrn/gui/CompositionPanel.java v 1.5 source/java/org/xrn/gui/DependenciesPanel.java v 1.5 source/java/org/xrn/gui/ReleaseDeliveriesPanel.java v 1.4 Layout changed |
2004-12-18 15:36:42 | Carsten Magen | Title field |
2004-12-18 15:02:37 | Carsten Magen | Why -> Reason |
2004-12-17 18:33:35 | Nicolas Chalumeau | this file was move to source/etc |
2004-12-17 18:07:04 | Nicolas Chalumeau | ftp deploy properties for the test This was not tested as I don't have the param to do it |
2004-12-16 21:19:22 | Edouard Mercier | Prepared for the upcoming 0.18.1 version of XRN. |
2004-12-16 21:16:31 | Edouard Mercier | Added the 'testPluginLayout' target that demonstrates the usage of the plug-in layout Ant XRN feature. |
2004-12-16 21:15:40 | Edouard Mercier | Prepared for the upcoming 0.18.1 version of XRN. |
2004-12-16 21:14:38 | Edouard Mercier | This plug-in layout is supposed to display valuable information anout the actors involved in the component development (not just developers, but also asking persons). |
2004-12-16 21:06:59 | Edouard Mercier | Added the pluginLayout facility at the level of the summary. |
2004-12-16 20:38:06 | Edouard Mercier | Added the 'Features' filter. |
2004-12-16 20:36:21 | Edouard Mercier | Fixed the plug-in that removed the features in any case. |
2004-12-16 18:47:21 | Nicolas Chalumeau | indicate the xdocs location |
2004-12-16 18:46:48 | Nicolas Chalumeau | correct indentation : use 2 spaces no tab in xml files |
2004-12-16 18:45:38 | Nicolas Chalumeau | add the sample apt doc in the menu |
2004-12-16 18:23:36 | Nicolas Chalumeau | desactivate the test execution as the ant script didn't work |
2004-12-16 18:13:40 | Nicolas Chalumeau |
doc/aptdocs/development.apt v 1.1 add some apt doc sample |
2004-12-15 21:00:08 | Edouard Mercier | Removed a nasty debug log from the info-level output. |
2004-12-15 20:57:38 | Edouard Mercier |
setup/XRN-XRNWebSite.xml v 1.3 Migrated to XRN V0.18.0 (the 'why' attribute has been renamed as 'reason'). |
2004-12-15 20:51:33 | Edouard Mercier | Added the missing 'initXRN' dependency on the 'performMigrationViaAnt' target. |
2004-12-15 20:50:39 | Edouard Mercier | Takes into account the 'why'-into-'reason' change. |
2004-12-15 20:49:07 | Edouard Mercier | Turned the 'Feature/@why' attribute into 'Feature/@reason'. |
2004-12-15 20:49:29 | Edouard Mercier |
doc/ReleaseNotesTemplate1.xml v 1.10 doc/ReleaseNotesTemplate2.xml v 1.6 doc/ReleaseNotesTemplate3.xml v 1.2 Migrated to XRN V0.18.0. |
2004-12-15 20:48:24 | Edouard Mercier | Renamed the 'why' selector into 'reason'. |
2004-12-15 20:48:03 | Edouard Mercier | Added the XRN migration process to XRN V0.18.0. |
2004-12-15 20:47:45 | Edouard Mercier | A new XRN migration stylesheet for XRN V0.18.0. |
2004-12-14 22:34:30 | Edouard Mercier |
source/XML/XMLReleaseNotes2HTML.xsl v 1.38 Fixed the 'releasenotes' span bug that violates the XHTML 1.0 standard. |
2004-12-14 22:26:56 | Edouard Mercier |
source/XML/XMLReleaseNotes2HTML.xsl v 1.37 source/XML/XMLReleaseNotes2HTMLMultiple.xsl v 1.19 source/XML/XMLReleaseNotes2HTMLPlugin.xsl v 1.4 The XHTML compliance to the "XHTML 1.0 Transitional" is closer. |
2004-12-13 18:49:00 | Nicolas Chalumeau |
source/test/java/org/xrn/ant/AntTestCase.java v 1.1 enable the unit test execution of the ant task (thank to cactus source for this copy/paste) The test failed actully as the file location has change The test can be launch with maven with > maven test But a target can be add to use the junit task on them |
2004-12-12 14:44:34 | Edouard Mercier | The Xerces implementation V2.4.0 library. |
2004-12-12 14:43:52 | Edouard Mercier | The Xalan V2.5.1 library. |
2004-12-12 14:43:27 | Edouard Mercier | The Saxon V6.5.2 library. |
2004-12-12 14:38:00 | Edouard Mercier | Tried out to fix the XRN Maven plug-in, but did not succeed in... |
2004-12-12 14:38:18 | Edouard Mercier | The development section. |
2004-12-12 14:29:31 | Edouard Mercier | Added the 'xalan' dependency. |
2004-12-12 14:28:22 | Edouard Mercier | Removed the 'xmlreleasenotes' URL. |
2004-12-12 14:22:26 | Edouard Mercier | Made only present the reports that are relevant for the moment. |
2004-12-12 14:16:38 | Edouard Mercier | Fixed the bug of the DTDLocation/ResourceLocation under Ant V1.6 runtime. |
2004-12-12 14:13:13 | Edouard Mercier | Now, uses the new 'initXRN' target as a dependency. |
2004-12-12 14:12:15 | Edouard Mercier | The Maven generated site navigation and introduction. |
2004-12-12 14:11:28 | Edouard Mercier | Added the 'initXRN' target, that declares the 'XMLReleaseNotes' task. |
2004-12-12 14:05:34 | Edouard Mercier | Added the Maven generated site. Removed the project logo. |
2004-12-12 14:03:32 | Edouard Mercier | Added the site properties. |
2004-12-12 12:11:31 | Carsten Magen |
source/java/org/xrn/gui/ActorsPanel.java v 1.3 source/java/org/xrn/gui/ComponentsPanel.java v 1.3 source/java/org/xrn/gui/CompositionPanel.java v 1.4 source/java/org/xrn/gui/DeliveriesPanel.java v 1.3 source/java/org/xrn/gui/DependenciesPanel.java v 1.4 source/java/org/xrn/gui/OneComponentPanel.java v 1.3 source/java/org/xrn/gui/OneReleaseComponentPanel.java v 1.2 source/java/org/xrn/gui/ReleaseDeliveriesPanel.java v 1.3 source/java/org/xrn/gui/ReleaseNotesWindow.java v 1.4 source/java/org/xrn/gui/ReleasesPanel.java v 1.4 Layout changed |
2004-12-11 14:59:13 | Edouard Mercier | The Maven customized part of the project. |