Re: [xwiki-devs] Compiling XWiki enterprise with changes in Platform after changes in SVN

2008-09-04 Thread Tiago Rinck Caveden
t;? The SVN revision? How would I check that for the resulting archive? -- Tiago Rinck Caveden http://caveden.multiply.com ___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs

Re: [xwiki-devs] Compiling XWiki enterprise with changes in Platform after changes in SVN

2008-09-04 Thread Tiago Rinck Caveden
nged the platform/pom/pom.xml, the goal was to change the generated xwiki.cfg. I changed the xwikiCfgPlugins and the xwikiCfgAdditionalProperties. But these changes are not propagating to the final xwiki.cfg. Should they propagate or it doesn't work like that anymore? Thanks, -- Ti

Re: [xwiki-devs] Compiling XWiki enterprise with changes in Platform after changes in SVN

2008-09-04 Thread Tiago Rinck Caveden
save me some hours of effort and would let at least here in the mailing list the "documented answer". I could then go to the page you suggest and add the info there... Thanks, -- Tiago Rinck Caveden http://caveden.multiply.com ___ devs mailing

[xwiki-devs] Compiling XWiki enterprise with changes in Platform after changes in SVN

2008-09-04 Thread Tiago Rinck Caveden
Hello all! After the recent changes on the SVN directories, how can I compile the XWiki Enterprise using the changes I have done on XWiki Platform? When I execute the compile it downloads a pre-compiled build of XWiki Platform. Thank you, -- Tiago Rinck Caveden http://caveden.multiply.com

Re: [xwiki-devs] Global Variable?

2008-09-02 Thread Tiago Rinck Caveden
erent copies. If you change the property - don't forget to save the document if you're editing by script, $document.save() - every other page that uses the same property of the same object of the same page will be affected. So, it is a reference, not a copy. I don't know how XWiki

Re: [xwiki-devs] Global Variable?

2008-08-28 Thread Tiago Rinck Caveden
; Sent from the XWiki- Dev mailing list archive at Nabble.com. > > ___ > devs mailing list > devs@xwiki.org > http://lists.xwiki.org/mailman/listinfo/devs > -- Tiago Rinck Caveden http://caveden.multiply.com ___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs

Re: [xwiki-devs] XWIKI - List pages in ASC/DESC order.

2008-07-31 Thread Tiago Rinck Caveden
t;>> > >>>>> Let us know why you didn't find this doc so that we can improve > >>>>> the > >>>>> navigation to it. > >>>>> > >>>>> Thanks > >>>>> -Vincent > >>>>> > >>&g

Re: [xwiki-devs] [New Rendering] Macro syntax

2008-07-31 Thread Tiago Rinck Caveden
particular preference. > > Thanks > -Vincent > > ___ > devs mailing list > devs@xwiki.org > http://lists.xwiki.org/mailman/listinfo/devs > -- Tiago Rinck Caveden http://caveden.multiply.com ___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs

Re: [xwiki-devs] File missing on repository

2008-07-22 Thread Tiago Rinck Caveden
.zip > > On Tue, Jul 22, 2008 at 11:42 AM, Tiago Rinck Caveden <[EMAIL PROTECTED]> > wrote: > > Hello, > > > > It seems the file > > > http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/skins/xwiki-skin-toucan/1.8-SNAPSHOT/xwiki-skin-tou

[xwiki-devs] File missing on repository

2008-07-22 Thread Tiago Rinck Caveden
Hello, It seems the file http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/skins/xwiki-skin-toucan/1.8-SNAPSHOT/xwiki-skin-toucan-1.8-20080721.132633-3.zipis missing... Regards, -- Tiago Rinck Caveden http://caveden.multiply.com ___ devs mailing

Re: [xwiki-devs] Getting sessions password

2008-07-21 Thread Tiago Rinck Caveden
And that's a feature! :) > > What you can do is reset it though. > See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/User+Management > > -Vincent > > > Tiago Rinck Caveden wrote: > >> > >> On Mon, Jul 21, 2008 at 12:40 PM, MikSan <[EMAIL PROT

Re: [xwiki-devs] Getting sessions password

2008-07-21 Thread Tiago Rinck Caveden
On Mon, Jul 21, 2008 at 2:45 PM, MikSan <[EMAIL PROTECTED]> wrote: > So there is now way i can retrive the password ? I don't really know, but I hope not. :-P You shouldn't be able to do it. -- Tiago Rinck Caveden http://c

Re: [xwiki-devs] Getting sessions password

2008-07-21 Thread Tiago Rinck Caveden
omehow already shows that the system stores the password as plain text instead of their hashes, what is a flaw IMHO. Best regards, -- Tiago Rinck Caveden http://caveden.multiply.com ___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs

Re: [xwiki-devs] xwiki.cfg source

2008-07-18 Thread Tiago Rinck Caveden
tp://svn.xwiki.org/svnroot/xwiki/xwiki-platform/pom/trunk/pom.xml ? It only worked after I edited this one... -- Tiago Rinck Caveden http://caveden.multiply.com ___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs

Re: [xwiki-devs] xwiki.cfg source

2008-07-18 Thread Tiago Rinck Caveden
ROTECTED]> wrote: > On Fri, Jul 18, 2008 at 2:50 PM, Tiago Rinck Caveden <[EMAIL PROTECTED]> > wrote: > > May I ask one more question? :P > > Apparently the mvn clean on the root directory was not really cleaning > > everything, since the build was getting

Re: [xwiki-devs] xwiki.cfg source

2008-07-18 Thread Tiago Rinck Caveden
ate when you change configuration files (and for everything else maven does the work)? Thanks, -- Tiago Rinck Caveden http://caveden.multiply.com ___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs

Re: [xwiki-devs] xwiki.cfg source

2008-07-18 Thread Tiago Rinck Caveden
nerates the xwiki.cfg out of the xwiki.cfg.vm part of XWiki? I mean, could I put a breakpoint there while running maven to see what is the problem? Thank you, -- Tiago Rinck Caveden http://caveden.multiply.com ___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs

[xwiki-devs] Authentication required on anonymous SVN

2008-07-18 Thread Tiago Rinck Caveden
Hello, I'm trying to make an update of my copy of XWiki source, checked out from the anonymous SVN, but when it gets to the xwiki-product-curriki directory, it changes to HTTPS and requires authentication. This has never happened before. Any ideas? Best regards, -- Tiago Rinck Caveden

[xwiki-devs] xwiki.cfg source

2008-07-16 Thread Tiago Rinck Caveden
tools\xwiki-configuration-resources\src\main\resources\xwiki.cfg.vm file but that doesn't seem to be enough, as the target xwiki.cfg is always generated with the default values, that is, GraphViz properties commented and unset. Which file do I need to change to get a different xwiki.cfg at my b

Re: [xwiki-devs] Tests broken?

2008-07-11 Thread Tiago Rinck Caveden
> devs mailing list > devs@xwiki.org > http://lists.xwiki.org/mailman/listinfo/devs > -- Tiago Rinck Caveden http://caveden.multiply.com ParserListenerTester.patch Description: Binary data ___

Re: [xwiki-devs] Tests broken?

2008-07-11 Thread Tiago Rinck Caveden
ass run Windows XP. In addition, the errors seem to be related to line feeds, what is known to be different among the two OS... Could anyone else verify that for me? (is there anyone that is managing to build XWiki on a Windows machine?) On Thu, Jul 10, 2008 at 3:23 PM, Tiago Rinck Caveden &l

Re: [xwiki-devs] Tests broken?

2008-07-10 Thread Tiago Rinck Caveden
Hello again! I made a new checkout, didn't change anything, cleaned maven repository, and yet the tests fail. Does anybody confirm the tests are failing on HEAD? Thanks, Tiago. On Thu, Jul 10, 2008 at 11:24 AM, Tiago Rinck Caveden <[EMAIL PROTECTED]> wrote: > Hello, > >

[xwiki-devs] Tests broken?

2008-07-10 Thread Tiago Rinck Caveden
how the code I did would break this rendering mechanism, I don't render anything there except the GraphViz stuff. -- Tiago Rinck Caveden http://caveden.multiply.com ___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs

Re: [xwiki-devs] XWiki - User ID

2008-07-03 Thread Tiago Rinck Caveden
%2Dcore%2D1.4.1%2Djavadoc.zip/index.html Regards, -- Tiago Rinck Caveden http://caveden.multiply.com ___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs

Re: [xwiki-devs] XWiki - Redirect to some other page by default.

2008-06-27 Thread Tiago Rinck Caveden
> > > > Need to change in the web.xml file. > > > > > > *SpaceName/PageName* > > > > > > -- > > Prathap > > > ___________ > devs mailing list > devs@xwiki.org > http://lists.xwiki.

Re: [xwiki-devs] IncludeForm Macro

2008-06-20 Thread Tiago Rinck Caveden
the object editor, what suggests the second set is not doing what I expected. Do you have any idea of what am I doing wrong? Thanks, -- Tiago Rinck Caveden http://caveden.multiply.com ___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs

Re: [xwiki-devs] Why /templates not in /WEB-INF?

2008-06-12 Thread Tiago Rinck Caveden
the whole world... and this is good! I think the opposite way actually. No point in hiding if there is no important secret there. Spread the knowledge. Best regards, -- Tiago Rinck Caveden http://caveden.multiply.com ___ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs

Re: [xwiki-devs] Openoffice sdk client need openoffice runtime to run

2008-06-02 Thread Tiago Rinck Caveden
n't need to do it to have XWiki... It's quite convenient sometimes to have everything packed and configured at one simple download, specially if the user doesn't intend to use this OO runtime for anything else. Best regards, -- Tiago Rinck Cavede

Re: [xwiki-devs] [xwiki-notifications] XWiki doesn't start anymore

2008-05-01 Thread Tiago Rinck Caveden
ome time ago an update of the X server in the Ubuntu repositories crashed many Java applications, including Eclipse. But they quickly fixed that anyway, if you're system is up to date that should not happen. -- Tiago Rinck Caveden http://caveden.multiply.com

Re: [xwiki-devs] Building directly to a specific database (MySQL in the case)

2008-04-17 Thread Tiago Rinck Caveden
've extracted the zip I've found there and pointed the dir to my tomcat, everything worked fine. What triggers my curiosity in fact... because I took a look at the WEB-INF/hibernate.cfg.xml file and the MySQL section remains commented... how come? Where is it getting the configuration from?

[xwiki-devs] Building directly to a specific database (MySQL in the case)

2008-04-16 Thread Tiago Rinck Caveden
Isn't there a way to build the application for mysql and have it ready to run without any intervention? (changing and adding files) If there is, what am I missing? (By the way, is this the proper list for such a question or should I have mailed this to the users list?) Thank you very much, --