This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-taglibs-rdc.git.
at d9269f7 make this buildable in Jenkins This branch includes the following new commits: new 04bd281 A reasonable svn:ignore to begin with. new d915e7a Add the root directories for the upcoming multi-module m2 build, split in three modules: * taglibs-rdc: module for the taglib jar * taglibs-rdc-examples: for the examples and sample apps war file * taglibs-rdc-dist: for assembling the distros (two: source and binary -- and as before binary will contain, the above jar, war and tld, javadocs and tlddoc) new 461a076 Adding .txt extensions. new 250cf9d Won't be executing this anytime soon. new 6334183 A shell for m2. new e52e145 Move Java sources to where they belong new 4a54ac5 Shell for resources. new 5c262e8 Move resources where m2 will expect them new 855cb90 Speech grammars are resources new 39b2abe JSP 2.0 tag files will be packaged as is in META-INF, move to resources new 8593f44 We will probably use these styles with the antrun plugin to create the documentation, the m2 taglib plugin will require much work to process the current meta-data in .rdc files -- move to non-standard location new 91775df Theres nothing in this directory anymore new 916532c Kindly request the string taglib for a copy of the license new 684feda Add a parent pom (comment out the modules since they aren't ready yet). Biggest chunk is to take care of dependency management. new 0f6a36a Its 09. new 5e5c188 Shell for examples war module. new c24438c Empty package structure, more to follow. new 47e6a3d Remove ugliness where Java sources for sample apps were placed together with library source new c778471 Shell for resources coming soon. new f1c3267 Move resources to the m2 location in the module new 13661a3 Move war contents to the appropriate place in the war module new a439e38 Correct misplaced webapp artifacts (step 1 of 3) new 110ad8c Correct misplaced webapp artifacts (step 2 of 3) new 22b758c Correct misplaced webapp artifacts (step 3 of 3) new df233a7 Adding .txt extensions. new a72a93e Add a placeholder home page for the taglib module, site will be primarily be with parent. new 696d7cd Add a placeholder home page for the examples module, site will be primarily be with parent. new a10cab0 Add a changes report which taglibs-parent expects. Placeholder ATM, details later. new 44b3c10 Add a changes report which taglibs-parent expects. Placeholder ATM, details later. new 56ad1a2 Shell of main site for RDC taglib with parent. new 1433aa4 Nothing of interest in here anymore, moved to examples m2 module new 7785466 Move home page to correct location and rename to index.html new 2aa9c39 Move the main meta-data file to non-standard location, we will antrun the TLD and documentation off this rather than using the taglib plugin new 32931c7 Remove now empty directory new 9f9e7e5 Nothing of interest in doc directory anymore. That completes the bulk of the reorg, now to attempt a functioning m2 build. new 68a9604 Remove ant build to be replaced by m2 new 711f932 LICENSE and NOTICE for the taglib jar module. new d82debf This gives us a jar, which is good, though yet untested. Note taglibs-parent uses non-standard Java source location (must be overridden here). Point to ponder whether its worth changing other taglibs such that the Java sources are in their expected place. new bb458b7 Wrong extension new 3f7d274 Ignore build artifacts. new 39bb8b6 Uncomment jar module. Its possible to build a jar now, but it doesn't contain a TLD yet (coming soon). new 2a4add9 Now for the fun part :-) The taglib plugin can't be used without some amount of work (the processing of .tag and .tagx files is off). Until we can un-inherit the plugin, we'll point it to a non-standard location, say src/main/tld and generate the TLD there (all the tag files nested in the default location -- src/main/resources/META-INF -- cause processing issues for the plugin reports as things stand). new 364ac7b RDC taglib TLD will be generated here. new 9459f7a Update the JSP 2.0 stylesheet to generate the TLD and docs with antrun. Allow for creation of either plain HTML documentation (for packaging with binary distro) or xdoc (for usage with m2 site). The XSLT parameter 'generationtarget' can be used for this purpose (values 'xdoc' or 'html'). new 68c7737 Generate the TLD and the TLDDoc off the existing meta-data. The TLD is styled out during the 'generate-resources' m2 phase so it can be packed in the jar and the TLDDoc variants (for binary distro and for site) are styled during the 'pre-site' m2 phase. new 7a7faf0 Ignore the TLD, it is generated by the build (we may still want to store it in SVN, TBD). new 20822cb Ignore the TLDDoc xdoc, it is generated by the site build. new 7966e57 LICENSE and NOTICE for the taglib examples war module. new dea67fd Add a POM for the taglibs-rdc-examples module which creates the necessary samples war file. new 9ab9ef8 Add a non-standard src/util directory for the examples stylesheet we will use to antrun the HTML pages. new 3ec028e Make a copy of the examples stylesheet new 101e6cd Package sample jsps styled as html pages within the war as well. new 09c62ee Uncomment the war module which is coming along and should be usable. new ba05d60 Update README to be in line with the new multi-module m2 directory structure. new c22cdd6 Ignore the generated HTML files. new 8200f7c On to the module for creating distros. Adding L&N files. new 4ec53b9 Place for assembly descriptors. new 1396a05 Now that we have jar names with versions, this will need some thinking or atleast a notable mention on the site -- correct jar name as necessary. new 6f93162 Add source and binary distro descriptors. * The source distro packages up most artifacts (with the exception of things like the DOAP). * The binary distro packages: - L&N - Taglib jar file - Examples and sample apps war file - TLD for human readability - Taglib source Javadocs - Examples war Javadocs - TLD doc plain HTML (not with site style) This is pretty close to what we had before, with the exception that the docs are now packaged outside of a [...] new af4b3c3 Add the pom for the distros module. Attach the assembly to the 'package' phase (this in turn will help us pick up the distros via the m2 release plugin). new bf17b26 More than one distribution. new bd94075 The distros module should now be usable as well. new e1ce900 Fix Javadoc warnings in the oat.rdc.core package as reported by the m2 build. Also add serialVersionUIDs where needed. new 928848b Some cleanup in oat.rdc.dm package -- unused variable, Javadoc warning, remove deprecation etc. new 5f99d88 Minor code cleanup in the oat.rdc package - remove Javadoc warnings, unused variables, add serialVersionUIDs, some sorting of import statements and the like. new bcf69ca Add serialVersionUIDs for the form beans in the oat.rdc.sampleapps.musicstore.struts package. new 90a675c Cleanup -- remove unused variables and Javadoc warnings, add serialVersionUIDs for the oat.rdc.sampleapps.musicstore.ws package. new 0399d43 Minor cleanup in the oat.rdc.sampleapps.musicstore package. new dc1ad20 Eliminate Javadoc warnings and add serialVersionUIDs in the oat.rdc.sampleapps.mortgage.struts package. new db25077 Remove Javadoc warnings. new 73d2656 Add a RDC Taglib site menu in the parent module. new 1ad1b96 Remove <sourceDirectory> entries now that taglibs-parent uses the standard directory. new e359afb Improve the generated TLD doc for the binary distro (remove site related bits conditionally, correct a couple of URLs). new bed40dc Use recent URL for VoiceXML, update dependencies section, reorder some content on RDC home page. new ecd287f Use recent URL for VoiceXML and update dependencies section. new d578515 Add some content to the jar module home page. new 972e5de Add some content to the war module home page. new 96c8aef Remove out of date pointers to nightlies. Update building and using page URLs. new be77504 Use correct URL for Commons SCXML. new 4a23469 Roll version. new a2c9ef7 Moving the RDC taglib work over to Tomcat new efcca49 Fixing svn location post move new 9de1301 As part of the move from Jakarta to Tomcat, update RDC taglib project URL and site location in POM. new 3f9e51c Update SVN locations in DOAP after move to Tomcat. new 8f2ab78 Update RDC site LHS menu to new location. new 052e744 Brand as Apache RDC Taglib, plus improvements to page titles and authors as suggested by Henri Yandell. new 61bcfcf Update copyright year for TC tagslibs trunk. new 8fe9685 Updating links post Jakarta move new 180e946 Update copyright year. new 0971ff7 fix parent path new eee08d1 ignore *.iml new c909ed2 ignore *.iml new 1e8e4ba fix compilation new e4da39a move dependency to dependencyManagement section new 307e484 don't use ${version} but ${project.version} fix assembly plugin declaration. new 410417c s/2011/2012/g new c4bc9fb Fixing download link to point to archives new b8054ba Fixing links new 80ad0e2 switch rdc to using released parent pom new 2b9876a Happy new 2014! new 97585c6 Removing Jakarta from NOTICE new 40c96d7 Happy New Year 2015 new aff6e7c Happy New Year 2016 new e4897e0 Happy New Year 2017 new 5e7131b upgrade some maven plugins, jdk target is now 8 new d9269f7 make this buildable in Jenkins The 106 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org