Commit Log

back to main page

Page 2 of 3

Summary Period: 2003-03-17 to 2002-11-12 (commits 17-116)
Previous 1 2 3 Next

rinkrank
17.03.03 01:22
Fixed CCE in TreeModel. Made beans out of predicates and accept
33 lines of code changed in:
src/java/xdoclet: Accept.java, gui/BeanContextTreeModel.java;
src/java/xdoclet/util/predicates: And.java, CompositePredicate.java, Not.java, Or.java

rinkrank
17.03.03 01:03
compile error fix
2 lines of code changed in:
src/java/xdoclet/gui/swing/MethodAction.java

pathoss
17.03.03 00:59
IDEA plugin.
176 lines of code changed in:
src/ide/idea: project.xml, src/java/META-INF/plugin.xml;
src/ide/idea/src/java/xdoclet/ide/idea: ActionID.java, XDocletPlugin.java, XDocletToggle.java, toggle.gif

rinkrank
17.03.03 00:24
Added jxpath
Minor beaninfo related changes
59 lines of code changed in:
project.xml, src/ide/idea/README.txt;
src/java/xdoclet: Plugin.java, PluginFactory.java, XDoclet.java, gui/swing/MethodAction.java

pathoss
17.03.03 00:17
Typos.
3 lines of code changed in:
src/ide/idea/README.txt

rinkrank
16.03.03 23:52
Added instructions
28 lines of code changed in:
src/ide/idea/README.txt

rinkrank
16.03.03 21:38
Added icon support for BeanInfo and added some ugly icons for jelly and velocity.
38 lines of code changed in:
maven.xml, project.properties, project.xml, src/test/java/xdoclet/ClasspathManagerTest.java;
src/java/xdoclet: ant/AntProxy.java, sdk/beans/BeanInfo.vm, util/ClasspathManager.java;
src/java/xdoclet/plugins: JellyPlugin.java, VelocityPlugin.java, jelly16.gif, velocity16.gif

rinkrank
16.03.03 18:06
Removed the need for xdoclet-plugin.xml. All metadata is now in generated BeanInfo.
482 lines of code changed in:
TODO.txt, maven.xml, project.xml, src/tag/xdoclet.tags;
src/java/xdoclet: BeanContextSupportEx.java, Plugin.java, PluginFactory.java, Property.java, XDoclet.java, sdk/ant/TaskXmlPlugin.java;
src/java/xdoclet/ant: AntLogFactory.java, XDocletTask.java;
src/java/xdoclet/gui: BeanContextTreeModel.java, ValueHolder.java, ValueHolderFactory.java;
src/java/xdoclet/gui/swing: BeanContextConfigurationPanel.java, BeanTreeCellRenderer.java, MethodAction.java, MethodPanel.java, MethodSheet.java, PropertySheet.java, PropertyText.java, SwingValueHolderFactory.java;
src/java/xdoclet/sdk/beans: BeanInfoPlugin.java, Manifest.vm, ManifestPlugin.java;
src/java/xdoclet/sdk/xtag: XTagDocPlugin.java, XTagPlugin.java;
src/java/xdoclet/util: XDocletClassLoader.java, velocity/VelocityConfigurer.java;
src/java/xdoclet/util/predicates: HasClassTag.java, IsA.java, Not.java, Or.java, PredicateFactory.java, ReflectionPredicate.java, SimplePredicateFactory.java, True.java;
src/test/java/xdoclet: ClasspathManagerTest.java, plugins/VelocityPluginTest.java

rinkrank
13.03.03 19:32
new test
47 lines of code changed in:
src/test/java/xdoclet/sdk/beans/BeanInfoPluginTest.java

rinkrank
13.03.03 19:25
Added initial IDEA plugin that uses the xdoclet.gui.swing classes.
307 lines of code changed in:
src/ide/idea: .cvsignore, maven.xml, project.properties, project.xml, src/java/META-INF/plugin.xml;
src/ide/idea/src/java/xdoclet/ide/idea: XDocletExecuteAction.java, XDocletPlugin.java

rinkrank
13.03.03 19:20
Configuratoin GUI in Swing that provides the same functionality as Ant
583 lines of code changed in:
src/java/xdoclet/gui: BeanContextTreeModel.java, ValueHolder.java, ValueHolderFactory.java, package.html;
src/java/xdoclet/gui/swing: BeanContextConfigurationPanel.java, BeanTreeCellRenderer.java, MethodAction.java, MethodPanel.java, MethodSheet.java, PropertySheet.java, PropertyText.java, SwingValueHolderFactory.java, package.html

rinkrank
13.03.03 00:47
BeanInfo and Logging improvements
19 lines of code changed in:
src/java/xdoclet: Plugin.java, ant/XDocletTask.java

rinkrank
13.03.03 00:41
-Improved JavaBeans support (which is the metadata layer for XDoclet configuration)
-Made tests able to run in unforked mode
392 lines of code changed in:
TODO.txt, maven.xml, project.properties, src/testdata/plugin/xdoclet/plugins/test/TestPlugin.java;
src/java/xdoclet: BeanContextSupportEx.java, PluginFactory.java, XDoclet.java, package.html, util/velocity/VelocityConfigurer.java;
src/java/xdoclet/ant: AntLogFactory.java, XDocletTask.java;
src/java/xdoclet/sdk/beans: BeanInfo.vm, BeanInfoPlugin.java;
src/test/java/xdoclet: XDocletTest.java, plugins/VelocityPluginTest.java

pathoss
09.03.03 17:16
Hardened and slightly refactored ReflectionPredicate.
66 lines of code changed in:
src: java/xdoclet/util/predicates/ReflectionPredicate.java, test/java/xdoclet/util/predicates/ReflectionPredicateTest.java

pathoss
09.03.03 17:10
Test equals and hashCode.
12 lines of code changed in:
src/test/java/xdoclet/PropertyTest.java

pathoss
09.03.03 16:49
Removed a lot throws XDocletException. If the exception is never thrown, why declare it.
7 lines of code changed in:
src/java/xdoclet/sdk/ant/AntUtil.java

pathoss
09.03.03 16:48
SetTemplate never throws XDocletException. The check if the template name is there is the resp of the implementor of the plugin.
12 lines of code changed in:
src/java/xdoclet/plugins/ScriptPlugin.java

pathoss
09.03.03 16:46
Javadoc readability.
5 lines of code changed in:
src/java/xdoclet/Property.java

pathoss
09.03.03 16:45
Made checkClass static.
3 lines of code changed in:
src/java/xdoclet/Plugin.java

rinkrank
08.03.03 17:47
obsolete
1 lines of code changed in:
src/test/java/xdoclet/PluginTest.java

rinkrank
08.03.03 17:44
Updated build
69 lines of code changed in:
TODO.txt, maven.xml, project.properties

rinkrank
08.03.03 17:43
New
60 lines of code changed in:
src/java/xdoclet/util/predicates/ReflectionPredicate.java

rinkrank
08.03.03 15:21
Added Java Beans support. This is in order to make it possible for Bean containers (such as IDEs) to configure XDoclet. We're generating BeanInfo and MANIFEST.MF files that provide metadata about XDoclet. This is in fact the Metadata API for the configuration part of XDoclet.
306 lines of code changed in:
src/java/xdoclet: Plugin.java, PluginFactory.java, XDoclet.java, sdk/ant/TaskXmlPlugin.java;
src/java/xdoclet/plugins: JellyPlugin.java, ScriptPlugin.java, VelocityPlugin.java;
src/java/xdoclet/sdk/beans: BeanInfo.vm, BeanInfoPlugin.java, Manifest.vm, ManifestPlugin.java;
src/java/xdoclet/sdk/xtag: XTagDocPlugin.java, XTagPlugin.java;
src/java/xdoclet/util: ClasspathManager.java, XDocletClassLoader.java

pathoss
08.03.03 10:27
One more test.
11 lines of code changed in:
src/test/java/xdoclet/PackageSubstitutionTest.java

pathoss
08.03.03 10:11
Removed my comment again.
1 lines of code changed in:
README.txt

pathoss
08.03.03 10:00
Minor updates.
4 lines of code changed in:
project.xml

pathoss
07.03.03 10:15
Copyright.
51 lines of code changed in:
src/java/xdoclet: Accept.java, Plugin.java;
src/java/xdoclet/util/predicates: HasClassTag.java, IsA.java, Not.java, Or.java, SimplePredicateFactory.java, True.java

pathoss
07.03.03 10:14
Added copyright.
92 lines of code changed in:
src/test/java/xdoclet: AcceptTest.java, ClasspathManagerTest.java, PackageSubstitutionTest.java, PluginTest.java, PropertyTest.java, XDocletTest.java, ant/AntLogFactoryTest.java, sdk/xtag/XTagPluginTest.java;
src/test/java/xdoclet/util/predicates: AndTest.java, FalseTest.java, NotTest.java, OrTest.java, SimplePredicateFactoryTest.java, TrueTest.java

pathoss
07.03.03 10:04
Initial entry.
34 lines of code changed in:
src/test/java/xdoclet/util/predicates/SimplePredicateFactoryTest.java

pathoss
07.03.03 09:50
Coding conventions.
82 lines of code changed in:
src/test/java/xdoclet: AcceptTest.java, ClasspathManagerTest.java, PackageSubstitutionTest.java, PluginTest.java, PropertyTest.java, XDocletTest.java, ant/AntLogFactoryTest.java, sdk/xtag/XTagPluginTest.java;
src/test/java/xdoclet/util/predicates: AndTest.java, FalseTest.java, NotTest.java, OrTest.java, TrueTest.java

pathoss
07.03.03 09:50
Updated javadoc.
15 lines of code changed in:
src/java/xdoclet/Plugin.java

rinkrank
05.03.03 23:27
- Applied formatting with Jalopy.
- Added our own Jalopy and Checkstyle settings.
- Added custom tag definitions to keep JavaDoc silent about custom tags.
1454 lines of code changed in:
project.properties, src/tag/xdoclet.tags;
src/etc: checkstyle.properties, jalopy.xml;
src/java/xdoclet: Accept.java, MetadataProvider.java, PackageSubstitution.java, Plugin.java, PluginFactory.java, Property.java, XDoclet.java, XDocletException.java, xjavadoc/XJavadocMetadataProvider.java;
src/java/xdoclet/ant: AntLogFactory.java, AntProxy.java, XDocletTask.java;
src/java/xdoclet/plugins: JellyPlugin.java, ScriptPlugin.java, VelocityPlugin.java, XMLPlugin.java, ZeusPlugin.java;
src/java/xdoclet/sdk/ant: AntDocletTask.java, AntTaskPredicate.java, AntUtil.java, PropertyMethodPredicate.java, TaskXmlPlugin.java;
src/java/xdoclet/sdk/xtag: XTagDocPlugin.java, XTagPlugin.java;
src/java/xdoclet/util: ClasspathManager.java, FileUtils.java, TypeConversionUtil.java;
src/java/xdoclet/util/predicates: And.java, CompositePredicate.java, False.java, HasClassTag.java, IsA.java, Not.java, Or.java, PredicateException.java, PredicateFactory.java, SimplePredicateFactory.java, True.java;
src/java/xdoclet/util/velocity: DontCloseLog4JLogSystem.java, VelocityConfigurer.java

rinkrank
05.03.03 21:59
Added code that prints a banner with XDoclet's version when it's run. The version is substituted from project.xml during the build.
53 lines of code changed in:
maven.xml, project.properties, project.xml, src/java/xdoclet/XDoclet.java

pathoss
05.03.03 11:02
Coding conventions and javadoc changes.
86 lines of code changed in:
src/java/xdoclet: PackageSubstitution.java, PluginFactory.java, Property.java, XDoclet.java, util/ClasspathManager.java, xjavadoc/XJavadocMetadataProvider.java;
src/test/java/xdoclet: AcceptTest.java, ClasspathManagerTest.java, PackageSubstitutionTest.java, PluginTest.java, PropertyTest.java, XDocletTest.java

pathoss
05.03.03 10:52
Small updates.
20 lines of code changed in:
src/java/xdoclet: MetadataProvider.java, xjavadoc/XJavadocMetadataProvider.java

pathoss
05.03.03 10:43
Intensified bounds checking and updated testcase.
53 lines of code changed in:
src: java/xdoclet/PackageSubstitution.java, test/java/xdoclet/PackageSubstitutionTest.java

rinkrank
05.03.03 01:32
Fixed javadoc. Warnings about unkown tags requires the following RFE to be implemented: http://issues.apache.org/bugzilla/show_bug.cgi?id=17142 It also requires an analog patch in Maven
20 lines of code changed in:
project.properties;
src/java/xdoclet: Plugin.java, PluginFactory.java, XDoclet.java;
src/java/xdoclet/sdk/ant: AntTaskPredicate.java, AntUtil.java, task.xml.vm

rinkrank
05.03.03 00:44
- Added packageSubstitution using java.utiil.regex
- Abstracted xjavadoc completely out of the core (MetadataProvider)
- Added some more variables to the Velocity/Jelly context (see Plugin.java)
- Some more minor things I don't remember
348 lines of code changed in:
TODO.txt, maven.xml, project.xml;
src/java/xdoclet: CollectionFactory.java, MetadataProvider.java, PackageSubstitution.java, Plugin.java, XDoclet.java;
src/java/xdoclet/sdk: ant/task.xml.vm, xtag/XTag.vm;
src/java/xdoclet/util: ClasspathManager.java, TypeConversionUtil.java, predicates/IsA.java;
src/java/xdoclet/xjavadoc: XJavadocCollectionFactory.java, XJavadocMetadataProvider.java;
src/test/java/xdoclet: PackageSubstitutionTest.java, sdk/xtag/XTagPluginTest.java

rinkrank
05.03.03 00:33
Added links to external Javadoc APIs
14 lines of code changed in:
project.properties

rinkrank
28.02.03 01:47
Reducing developers to those who have actually coded on xdoclet 2. Developers should add themselves as they start to contribute.
25 lines of code changed in:
project.xml

rinkrank
28.02.03 01:46
Needed for aptdoc. It might suddenly disappear from ibiblio.
0 lines of code changed in:
lib/aptconvert/jars/aptconvert-020903-patch.jar

pathoss
27.02.03 12:14
Copied stuff from old xdoclet sources.
150 lines of code changed in:
project.properties, project.xml

pathoss
27.02.03 12:14
Moved.
76 lines of code changed in:
aptdocs: .cvsignore, index.apt, navigation.xml, images/xdoclet-logo.gif

pathoss
27.02.03 11:17
Fixed path to lib.
2 lines of code changed in:
project.properties

pathoss
27.02.03 10:51
*** empty log message ***
12 lines of code changed in:
README.txt

rinkrank
27.02.03 02:05
Initial revision
1105 lines of code changed in:
maven-aptdoc-plugin: .cvsignore, plugin.jelly, plugin.properties, project.properties, project.xml;
maven-aptdoc-plugin/src/aptdocs: examples.apt, goals.apt, index.apt, properties.apt;
maven-aptdoc-plugin/src/main/org/apache/maven/aptdoc: AptToXdocConvertor.java, XdocSink.java;
maven-aptdoc-plugin/xdocs: .cvsignore, goals.xml, navigation.xml, properties.xml

rinkrank
27.02.03 01:32
reorganising sources
1133 lines of code changed in:
README.txt, TODO.txt, xrai/src/test/xdoclet/xrai/ant/TestAttributesTask.java;
aptdocs: config-metadata.txt, howto.apt, index2.apt, logging.apt, query-language.apt, tags.apt, xgg.apt, ym-discussion-2002.03.07.txt;
plugins/ejb-jar: maven.xml, src/xsd/ejb20-jar.xsd;
plugins/ejb-jar/src/java/xdoclet/plugins/ejbJar: EjbJarGenerator.java, EjbJarPlugin.java;
plugins/hibernate/src/java/xdoclet/plugins/hibernate: HibernateMappingGenerator.java, HibernateMappingPlugin.java, HibernatePlugin.java

rinkrank
27.02.03 01:25
updated after core was moved up to the top
208 lines of code changed in:
.cvsignore, LICENSE.txt, README.txt, maven.xml, project.properties, project.xml

rinkrank
27.02.03 01:13
Initial revision
4347 lines of code changed in:
src/testdata/xtag/java/xdoclet/sdk/xtag/testtag/DemoTag.java;
src/java/xdoclet: Accept.java, CollectionFactory.java, Plugin.java, PluginFactory.java, Property.java, XDoclet.java, XDocletException.java, package.html;
src/java/xdoclet/ant: AntLogFactory.java, AntProxy.java, XDocletTask.java, package.html;
src/java/xdoclet/plugins: JellyPlugin.java, ScriptPlugin.java, VelocityPlugin.java, XMLPlugin.java, ZeusPlugin.java, package.html;
src/java/xdoclet/sdk/ant: AntDoclet.java, AntDocletTask.java, AntTaskPredicate.java, AntUtil.java, PropertyMethodPredicate.java, TaskXmlPlugin.java, task.xml.vm;
src/java/xdoclet/sdk/xtag: XTag.vm, XTagDoc.jelly, XTagDocPlugin.java, XTagPlugin.java;
src/java/xdoclet/util: ClasspathManager.java, FileUtils.java, TypeConversionUtil.java, package.html;
src/java/xdoclet/util/predicates: And.java, CompositePredicate.java, False.java, HasClassTag.java, IsA.java, Not.java, Or.java, PredicateException.java, PredicateFactory.java, SimplePredicateFactory.java, True.java, package.html;
src/java/xdoclet/util/velocity: DontCloseLog4JLogSystem.java, VelocityConfigurer.java;
src/java/xdoclet/xjavadoc: XJavadocCollectionFactory.java, package.html;
src/test/java/xdoclet: AcceptTest.java, ClasspathManagerTest.java, PluginTest.java, PropertyTest.java, XDocletTest.java, ant/AntLogFactoryTest.java, sdk/xtag/XTagPluginTest.java;
src/test/java/xdoclet/util/predicates: AndTest.java, FalseTest.java, NotTest.java, OrTest.java, TrueTest.java;
src/test/templates: JellyGeneratorTest.jelly, VelocityGeneratorTest.vm;
src/testdata/plugin: README.txt, META-INF/xdoclet-plugin.xml, xdoclet/plugins/test/TestPlugin.java

pathoss
18.02.03 10:23
Javadoc.
4 lines of code changed in:
plugins/ejb-jar/src/java/xdoclet/plugins/ejbJar/predicates/SessionPredicate.java

rinkrank
18.02.03 02:03
updated TODO
7 lines of code changed in:
TODO.txt

rinkrank
18.02.03 01:28
Updated schemas for EJB/J2EE
I successfully converted the schemas to RELAX NG with rngconv-20020414 (http://wwws.sun.com/software/xml/developers/relaxngconverter/)
It should be fairly easy to update zeus to support RNG, so we can ditch Castor.
Then we could probably hack Zeus to generate a simple bean model and get rid of the current code explosion in xmlfacade. We can either use Zeus as is as an intermediate step, then modify xmlfacade to generate just one XMLfacade API that uses Jelly underneath.
1348 lines of code changed in:
plugins/ejb-jar/src/xsd: application-client_1_4.xsd, application_1_4.xsd, connector_1_5.xsd, ejb-jar_2_1.xsd, j2ee_1_4.xsd, j2ee_web_services_client_1_1.xsd, jsp_2_0.xsd, web-app_2_4.xsd, web-jsptaglibrary_2_0.xsd

rinkrank
18.02.03 01:05
-Refactored out xjavadoc, so XDoclet can now be used with a different source (like JDT)
-Refactored some functionality from Plugin down to Generator
13 lines of code changed in:
plugins/ejb-jar/src/java/xdoclet/plugins/ejbJar: EjbJarGenerator.java, EjbJarPlugin.java;
plugins/hibernate/src/java/xdoclet/plugins/hibernate: HibernateMappingGenerator.java, HibernatePlugin.java

rinkrank
12.02.03 17:22
new
11 lines of code changed in:
aptdocs/build.apt

rinkrank
12.02.03 16:59
Added more TODOs
9 lines of code changed in:
TODO.txt

pathoss
11.02.03 12:58
Uppercase comments, and added the target to the echo.
71 lines of code changed in:
maven.xml

pathoss
11.02.03 11:13
Coding conventions, plus fixed the broken build.
28 lines of code changed in:
plugins/ejb-jar/src/java/xdoclet/plugins/ejbJar/EjbJarGenerator.java

rinkrank
11.02.03 09:45
documentation
7 lines of code changed in:
TODO.txt

rinkrank
10.02.03 22:39
Added JellyGenerator (!)
Various small refactorings
17 lines of code changed in:
xrai/src/test/xdoclet/xrai/ant/TestAttributesTask.java

rinkrank
10.02.03 15:16
Using new predicate ctors
5 lines of code changed in:
plugins: ejb-jar/src/java/xdoclet/plugins/ejbJar/tags/EjbBeanTag.java, hibernate/src/java/xdoclet/plugins/hibernate/HibernatePlugin.java

rinkrank
10.02.03 15:01
Fixed exception
2 lines of code changed in:
plugins/ejb-jar/src/java/xdoclet/plugins/ejbJar/tags/EjbBeanTag.java

rinkrank
10.02.03 14:51
Removed all dependencies to Log4J. Converted all those dirty System.outs to Commons Logging calls. Everything goes through Ant's logger if XDoclet is run from Ant. (There are still log4j dependencies in the project.xml files, but that's because Velocity needs it).
0 lines of code changed in:
plugins: ejb-jar/project.xml, hibernate/project.xml

pathoss
10.02.03 14:28
Updated predicate use.
5 lines of code changed in:
plugins: ejb-jar/src/java/xdoclet/plugins/ejbJar/EjbJarPlugin.java, hibernate/src/java/xdoclet/plugins/hibernate/HibernatePlugin.java

rinkrank
10.02.03 13:24
Added bridge between commons-logging and Ant's logger
7 lines of code changed in:
plugins/ejb-jar/project.xml

pathoss
10.02.03 13:03
Fixed the fill method....cannot be private while super class has protected access.
14 lines of code changed in:
plugins/hibernate/src/java/xdoclet/plugins/hibernate/HibernateMappingGenerator.java

pathoss
10.02.03 12:59
Added note on ejb.jar.
7 lines of code changed in:
README.txt

rinkrank
10.02.03 09:50
Various fixes required in order to work with the new tag validation in xjavadoc. xjavadoc wil warn if it encounters an unknown tag. to avoid this, we should register a tag class with the associated tag name, or tell xjavadoc to ignore (don't throw exception) any non-standard tags. currently we're telling xjavadoc to ignore (see jelly scripts), but we should soon use XTagFactory.registerTagClass.
3 lines of code changed in:
TODO.txt

pathoss
07.02.03 14:10
Removed.
0 lines of code changed in:
plugins/hibernate/src/java/dummy.txt

rinkrank
07.02.03 02:45
o Now using SNAPSHOT for xjavadoc so Maven will download it every time. XJavadoc is likely to change a lot from now on.
o Improved CodeUnit tests by using the new getRootDir() method.
o Added MAthias and Aslak's Y! discussion about XTags
2 lines of code changed in:
plugins: ejb-jar/project.xml, hibernate/project.xml

rinkrank
06.02.03 23:10
o Renamed plugins to xdoclet-plugins-xxx. This naming standard follows the package structure more closely -> more intuitive.
o Added first cut of xtag plugin and docs for it
4 lines of code changed in:
README.txt, project.properties;
plugins: ejb-jar/project.xml, hibernate/project.xml

rinkrank
04.02.03 22:44
renamed variable for clarity
11 lines of code changed in:
plugins/hibernate/src/java/xdoclet/plugins/hibernate/HibernateMappingGenerator.java

rinkrank
04.02.03 19:34
Fixed some broken dependencies discovered when I built Maven and XDoclet from scratch from CVS HEAD.
4 lines of code changed in:
README.txt, project.xml

rinkrank
04.02.03 18:41
bettrer build system
75 lines of code changed in:
maven.xml

rinkrank
04.02.03 18:35
Improved build system (moved core plugins under core)
0 lines of code changed in:
plugins: ejb-jar/project.xml, hibernate/project.xml

rinkrank
04.02.03 17:14
new
30 lines of code changed in:
aptdocs: architecture.apt, index.apt

rinkrank
04.02.03 16:50
Almost complete xmlfacade - needs some more work on the Castor side.
General improvements everywhere
437 lines of code changed in:
LICENSE.txt, README.txt;
plugins/ejb-jar: project.properties, project.xml, src/dtd/hibernate-mapping-2.0.dtd;
plugins/ejb-jar/src/java/xdoclet/plugins/ejbJar: CastorEjbJarGenerator.java, EjbJarGenerator.java, EjbJarPlugin.java

rinkrank
04.02.03 16:46
Initial revision
425 lines of code changed in:
plugins/hibernate: .cvsignore, maven.xml, project.properties, project.xml;
plugins/hibernate/src: dtd/hibernate-mapping-2.0.dtd, java/dummy.txt;
plugins/hibernate/src/expected/xdoclet/plugins/hibernate/testapp: BaseReferenceValue.hbm.xml, CompositeIdEntity.hbm.xml, Order.hbm.xml;
plugins/hibernate/src/java/xdoclet/plugins/hibernate: HibernateMappingGenerator.java, HibernatePlugin.java

rinkrank
31.01.03 13:43
small fix
3 lines of code changed in:
plugins/ejb-jar/src/java/xdoclet/plugins/ejbJar/CastorEjbJarGenerator.java

rinkrank
31.01.03 13:38
Fixed dependencies
9 lines of code changed in:
plugins/ejb-jar: project.xml, src/java/xdoclet/plugins/ejbJar/EjbJarPlugin.java

rinkrank
31.01.03 13:18
Doc updates
4 lines of code changed in:
README.txt, README_XJAVADOC.txt, TODO.txt

rinkrank
31.01.03 13:17
o General improvements to the core
o More complete XMLFacade plugin (both XDoclet and Maven plugin)
o Better build system
11237 lines of code changed in:
plugins/ejb-jar: maven.xml, project.properties, project.xml;
plugins/ejb-jar/src/dtd: ejb11-jar.dtd, ejb20-jar.dtd;
plugins/ejb-jar/src/java/xdoclet/plugins/ejbJar: CastorEjbJarGenerator.java, EjbJarPlugin.java;
plugins/ejb-jar/src/xsd: README.txt, XMLSchema.dtd, application-client_1_4.xsd, application_1_4.xsd, connector_1_5.xsd, datatypes.dtd, ejb-jar_2_1.xsd, ejb20-jar.xsd, j2ee_1_4.xsd, jsp_2_0.xsd, web-app_2_4.xsd, web-jsptaglibrary_2_0.xsd, xml.xsd

rinkrank
29.01.03 17:02
Fixed compile error
2 lines of code changed in:
plugins/ejb-jar/src/java/xdoclet/plugins/ejbJar/EjbJarPlugin.java

rinkrank
29.01.03 16:54
Accidentally removed maven ns
1 lines of code changed in:
plugins/ejb-jar/maven.xml

rinkrank
29.01.03 16:41
Closer to a successful build
94 lines of code changed in:
maven.xml;
plugins/ejb-jar: .cvsignore, maven.xml, project.properties, project.xml;
plugins/ejb-jar/src/java/xdoclet/plugins/ejbJar: CastorEjbJarGenerator.java, EjbJarPlugin.java

rinkrank
28.01.03 22:19
Simplified everything and improved the overall design
Closer to a successful build that works with Maven from CVS HEAD
15 lines of code changed in:
maven.xml, project.xml;
plugins/ejb-jar: project.properties, project.xml, src/java/xdoclet/plugins/ejbJar/CastorEjbJarGenerator.java

rinkrank
23.11.02 12:10
Tidying up. Deleting old JAXB stuff, moving things around...
7 lines of code changed in:
maven.xml;
plugins/ejb-jar: maven.xml, project.xml;
plugins/ejb-jar/src: java/xdoclet/plugins/ejbJar/CastorEjbJarGenerator.java, xsd/README.txt

rinkrank
22.11.02 22:29
-Simplifying build scripts
2 lines of code changed in:
plugins/ejb-jar: maven.xml, project.properties, project.xml

pathoss
22.11.02 22:26
Cleanup.
11 lines of code changed in:
plugins/ejb-jar/src/java/xdoclet/plugins/ejbJar/EjbJarPlugin.java

pathoss
22.11.02 22:24
Fixed dependencies.
4 lines of code changed in:
xrai/project.xml

pathoss
22.11.02 22:12
Look how nice ;-).
94 lines of code changed in:
maven.xml

rinkrank
22.11.02 21:36
fixed xjavadoc version mess
3 lines of code changed in:
project.properties, project.xml, plugins/ejb-jar/project.xml

rinkrank
22.11.02 19:57
-Made it possible to use custom generation (arbitrary number of files) in addition to per class and for all classes.
-Moved some classes to more appropriate packages
7 lines of code changed in:
lib/README.txt;
plugins/ejb-jar/src/java/xdoclet/plugins/ejbJar: CastorEjbJarGenerator.java, tags/EjbBeanTag.java

pathoss
22.11.02 15:39
Cleanup.
346 lines of code changed in:
project.xml

rinkrank
20.11.02 01:43
Pretty close to a clean build...
40 lines of code changed in:
TODO.txt, maven.xml, xrai/.cvsignore;
plugins/ejb-jar: .cvsignore, maven.xml, project.xml;
plugins/ejb-jar/src/java/xdoclet/plugins/ejbJar: CastorEjbJarGenerator.java, JAXBEjbJarGenerator.javax

rinkrank
19.11.02 23:28
Moved into the core
0 lines of code changed in:
xdoclet-commons: .cvsignore, LICENSE.txt, project.properties, project.xml

rinkrank
19.11.02 23:08
Fixing build problems and improving the core
50 lines of code changed in:
maven.xml, project.xml, xdoclet-commons/project.xml, xrai/project.xml;
plugins: README.txt, maven.xml, project.xml;
plugins/ejb-jar: maven.xml, project.properties, project.xml;
plugins/ejb-jar/src/java/xdoclet/plugins/ejbJar: CastorEjbJarGenerator.java, predicates/SessionPredicate.java

rinkrank
15.11.02 12:12
fixed xjavadoc version
2 lines of code changed in:
plugins/ejb-jar/project.xml, xrai/project.xml

rinkrank
15.11.02 12:05
store all jars under xdoclet
1 lines of code changed in:
README_XJAVADOC.txt

rinkrank
15.11.02 10:27
Fixed lots of things in the core
74 lines of code changed in:
TODO.txt, maven.xml;
plugins: maven.xml, xgg.properties;
plugins/ejb-jar: maven.xml, project.properties, project.xml, src/java/xdoclet/plugins/ejbJar/CastorEjbJarGenerator.java;
xdoclet-commons: project.properties, project.xml;
xrai: project.properties, project.xml

ara_e_w
12.11.02 20:38
corrected nonportable file separator problem
3 lines of code changed in:
xrai/src/test/xdoclet/xrai/ant/TestAttributesTask.java

Previous 1 2 3 Next

Generated by StatCvs