|
View:
New views
12 Messages
—
Rating Filter:
Alert me
|
|
|
file module
Dear all,
I run eXist 1.4 and cannot make the file module work. This is what I've done: I've uncommented this line in the right conf.xml (I know it is the right file because other modules do appear after having been un-commented): <module class="org.exist.xquery.modules.file.FileModule" uri="http://exist-db.org/xquery/file" /> And I have restarted eXist. >From discussions on the list I think that in previous versions of eXist the file module had to be built before becoming available. However, I also think it is included (but not activated) by default in 1.4. Can anyone help? Thanks, Joop Ringelberg ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
Re: file moduleHow did you install eXist - was it from source code?
If so you need to modify build.properties in extensions/modules to enable the compilation and then you can build it. 2009/11/11 Joop Ringelberg <joop@...>: > Dear all, > > I run eXist 1.4 and cannot make the file module work. > This is what I've done: > > I've uncommented this line in the right conf.xml (I know it is the right > file because other modules do appear after having been un-commented): > <module class="org.exist.xquery.modules.file.FileModule" > uri="http://exist-db.org/xquery/file" /> > And I have restarted eXist. > > >From discussions on the list I think that in previous versions of eXist the > file module had to be built before becoming available. However, I also think > it is included (but not activated) by default in 1.4. > Can anyone help? > > Thanks, > > Joop Ringelberg > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Exist-open mailing list > Exist-open@... > https://lists.sourceforge.net/lists/listinfo/exist-open > > -- Adam Retter eXist Developer { United Kingdom } adam@... irc://irc.freenode.net/existdb ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
Re: file module
Hi Adam,
No, I installed the setup-1.4.0-revXXXXX.jar. Joop On Wed, 2009-11-11 at 10:24 +0100, Adam Retter wrote: How did you install eXist - was it from source code? If so you need to modify build.properties in extensions/modules to enable the compilation and then you can build it. 2009/11/11 Joop Ringelberg <joop@...>: > Dear all, > > I run eXist 1.4 and cannot make the file module work. > This is what I've done: > > I've uncommented this line in the right conf.xml (I know it is the right > file because other modules do appear after having been un-commented): > <module class="org.exist.xquery.modules.file.FileModule" > uri="http://exist-db.org/xquery/file" /> > And I have restarted eXist. > > >From discussions on the list I think that in previous versions of eXist the > file module had to be built before becoming available. However, I also think > it is included (but not activated) by default in 1.4. > Can anyone help? > > Thanks, > > Joop Ringelberg > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Exist-open mailing list > Exist-open@... > https://lists.sourceforge.net/lists/listinfo/exist-open > > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
Re: file moduleHmmm I gues it isnt packaged in the default installation...
Wolfgang, do you know? 2009/11/11 Joop Ringelberg <joop@...>: > Hi Adam, > No, I installed the setup-1.4.0-revXXXXX.jar. > Joop > > On Wed, 2009-11-11 at 10:24 +0100, Adam Retter wrote: > > How did you install eXist - was it from source code? > > If so you need to modify build.properties in extensions/modules to > enable the compilation and then you can build it. > > 2009/11/11 Joop Ringelberg <joop@...>: >> Dear all, >> >> I run eXist 1.4 and cannot make the file module work. >> This is what I've done: >> >> I've uncommented this line in the right conf.xml (I know it is the right >> file because other modules do appear after having been un-commented): >> <module class="org.exist.xquery.modules.file.FileModule" >> uri="http://exist-db.org/xquery/file" /> >> And I have restarted eXist. >> >> >From discussions on the list I think that in previous versions of eXist >> the >> file module had to be built before becoming available. However, I also >> think >> it is included (but not activated) by default in 1.4. >> Can anyone help? >> >> Thanks, >> >> Joop Ringelberg >> >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Exist-open mailing list >> Exist-open@... >> https://lists.sourceforge.net/lists/listinfo/exist-open >> >> > > > > -- Adam Retter eXist Developer { United Kingdom } adam@... irc://irc.freenode.net/existdb ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
Re: file moduleoops
On Wed, Nov 11, 2009 at 1:16 PM, Adam Retter <adam@...> wrote: -- Hmmm I gues it isnt packaged in the default installation... we overlooked..... D. eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
Re: file module
Well,
glad I found it... my two cents contribution to the next version ;-) Anything I can do to use the file module in the current RC? Joop On Wed, 2009-11-11 at 14:22 +0100, Dannes Wessels wrote: oops On Wed, Nov 11, 2009 at 1:16 PM, Adam Retter <adam@...> wrote:
-- ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
Re: file moduleHi,
On Wed, Nov 11, 2009 at 2:31 PM, Joop Ringelberg <joop@...> wrote:
probably yes. Anyway, I plan to release an alternative exist-modules.jar with all optional extension modules enabled (but without the 3rd party libs). This makes the other cool modules like FOP and Charting easier accessible. regards Dannes -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
Re: file module
I'd really appreciate that.
Thanks. Joop On Wed, 2009-11-11 at 14:37 +0100, Dannes Wessels wrote: Hi, On Wed, Nov 11, 2009 at 2:31 PM, Joop Ringelberg <joop@...> wrote: Well,
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
Re: file modulereplying myself
On Wed, Nov 11, 2009 at 2:37 PM, Dannes Wessels <dizzzz@...> wrote: Only when it makes sense offcourse :-) would anyone like to have such a jar file released?Anyway, I plan to release an alternative exist-modules.jar with all optional extension modules enabled (but without the 3rd party libs). This makes the other cool modules like FOP and Charting easier accessible. regards Dannes -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
Re: file module
Well, speaking for myself, assuming it would mean that my current installation would benefit by then exposing the file module, I vote a resounding YES!
Joop On Wed, 2009-11-11 at 14:45 +0100, Dannes Wessels wrote: replying myself On Wed, Nov 11, 2009 at 2:37 PM, Dannes Wessels <dizzzz@...> wrote: Only when it makes sense offcourse :-) would anyone like to have such a jar file released? ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
Re: file moduleDen 2009-11-11 14:31, Joop Ringelberg skrev:
> Well, > glad I found it... my two cents contribution to the next version ;-) > Anything I can do to use the file module in the current RC? Yes, if you installed the source (or do so). Then enable build of the file module in $EXIST_HOME/extensions/local.build.properties by inserting (creating the file if necessary) include.module.file = true and issue a $EXIST_HOME/build.sh rebuild or $EXIST_HOME/build.bat rebuild depending on your environment. Cheers, Leif-Jöran ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
Re: file moduleHi,
On Wed, Nov 11, 2009 at 2:37 PM, Dannes Wessels <dizzzz@...> wrote: Anyway, I plan to release an alternative exist-modules.jar with all optional extension modules enabled (but without the 3rd party libs). This makes the other cool modules like FOP and Charting easier accessible. For this moment, I archived the jar file on http://code.google.com/p/existdb-contrib/downloads/list ; it should end up in SF.net I guess.... regards Dannes -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
| Free embeddable forum powered by Nabble | Forum Help |