On Tue, Jan 12, 2010 at 00:40, Andreas Schaefer <[email protected]> wrote: > Hi Paul > > Yes, it could be. This could become another goal on the XAR plugin I would > think. > I have no problem to contribute that code to XWiki. > > Question to contributors: > > Should this Plugin remain standalone or added as another goal to the XAR > plugin ? > > The plugin can be seen as a preparation step for XAR plugin where the content > is kept separate from XML file so that IDEs language support can be used. > > Thanks - Andy > > BTW I am just wondering why the default export (Admin -> Export) is exporting > the content XML encoded and not within a CDATA construct. A CDATA construct > would make the content or code easier to read but it would prevent the user > from using "]]>" within the content.
I think the first reason would be that the code is using a XML writer and let it handle escaping the way it want and did not tough a lot about that. Also if CDATA make impossible to put any data (are you sure ?) it would be a blocker for me anyway. > > On Jan 11, 2010, at 2:43 PM, Paul Libbrecht wrote: > >> >> Le 11-janv.-10 à 17:26, Andreas Schaefer a écrit : >>> I am not quite sure which plugin you are referring to. This Maven >>> Plugin is the Maven version of the IntelliJ plugin I wrote with more >>> or less the same purpose. >> >> I know that. >> Is it not a complement or a patch to the maven xar plugin? I would >> have thought so. >> >>> I would use the IntelliJ plugin during development and the Maven >>> Plugin when I want to test a release or release the application. >> >> sure. >> >> paul >> _______________________________________________ >> devs mailing list >> [email protected] >> http://lists.xwiki.org/mailman/listinfo/devs > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

