[jira] Updated: (XERCESC-939) ifeq test too restrictive in util/Compilers/Makefile

2004-11-02 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-939?page=history ] Alberto Massari updated XERCESC-939: Priority: Major > ifeq test too restrictive in util/Compilers/Makefile > > >

Re: xerces-c compilation error on fedora core 3 test 1, gcc 3.4.1

2004-08-27 Thread Neil Graham
on error on fedora core 3 test 1, gcc 3.4.1 08/26/2004 12:06

xerces-c compilation error on fedora core 3 test 1, gcc 3.4.1

2004-08-26 Thread zx wu
I have just downloaded xerces-x-2.5.0 and trying to compile the software using gcc 3.4.1 on fedora core 3 test 1. However, there are errors in the compilation as shown in the compilation message In file included from /home/mzxwu/usr/local/src/xerces-c-src_2_5_0/include/xercesc/util

RE: test

2004-06-07 Thread Steve Ichniowski
9:45 AM To: [EMAIL PROTECTED] Subject: RE: test   Your message was received, but you might want to consider whether your message footer is consistent with postings to a public, and publicly archived, mailing list.   From: Steve Ichniowski [mailto:[EMAIL PROTECTED] Sent: Monday, June 07

RE: test

2004-06-07 Thread Jesse Pelton
: test This is a test, is this email message being received?  I’m not sure if I correctly subscribed.__Campbell & Company, Inc.: The information in this e-mail may contain privileged/confidential information

test

2004-06-07 Thread Steve Ichniowski
This is a test, is this email message being received?  I’m not sure if I correctly subscribed. __ Campbell & Company, Inc.: The information in this e-mail may contain privileged/confidential information. If you

Re: about Xerces-C's test

2004-05-21 Thread Cai Wenliang
in xerces-p. > There was some talk a > while ago about bringing them in. We all said it was > a good idea and then > did not do it :) . Is that something you may want to > help do? > > Gareth > > > On Fri, 21 May 2004, Cai Wenliang wrote: > > > > > Are t

Re: about Xerces-C's test

2004-05-21 Thread Cai Wenliang
and then > did not do it :) . Is that something you may want to > help do? > > Gareth > > > On Fri, 21 May 2004, Cai Wenliang wrote: > > > > > Are those test source files open source? > > > > --- Gareth Reakes <[EMAIL PROTECTED]> > &g

Re: about Xerces-C's test

2004-05-21 Thread Gareth Reakes
did not do it :) . Is that something you may want to help do? Gareth On Fri, 21 May 2004, Cai Wenliang wrote: > > Are those test source files open source? > > --- Gareth Reakes <[EMAIL PROTECTED]> > wrote: > > Hi, > > there are other tests that are run which a

Re: about Xerces-C's test

2004-05-21 Thread Cai Wenliang
Are those test source files open source? --- Gareth Reakes <[EMAIL PROTECTED]> wrote: > Hi, > there are other tests that are run which are not in > the source > tree. For example, IBM have a large suite of schema > tests. Pathan also has > a large suite of tests

Re: about Xerces-C's test

2004-05-21 Thread Gareth Reakes
Thanks, Alberto > > Just sanity test? > > Willaim > > --- Alberto Massari <[EMAIL PROTECTED]> wrote: > > At 02.08 21/05/2004 -0700, you wrote: > > > > >Hi, folks > > > > > >Who can tell me how the Xerces dev team do software > &g

Re: about Xerces-C's test

2004-05-21 Thread Cai Wenliang
Thanks, Alberto Just sanity test? Willaim --- Alberto Massari <[EMAIL PROTECTED]> wrote: > At 02.08 21/05/2004 -0700, you wrote: > > >Hi, folks > > > >Who can tell me how the Xerces dev team do software > >testing? Where is the testcases? Who manage it?

Re: about Xerces-C's test

2004-05-21 Thread Alberto Massari
At 02.08 21/05/2004 -0700, you wrote: Hi, folks Who can tell me how the Xerces dev team do software testing? Where is the testcases? Who manage it? I think testing is important for every software project, including open source project. There is a sanity test suite started by the script

about Xerces-C's test

2004-05-21 Thread Cai Wenliang
Hi, folks Who can tell me how the Xerces dev team do software testing? Where is the testcases? Who manage it? I think testing is important for every software project, including open source project. I am forward to your reply. Thanks a lot. William = Regards, Cai Wenliang

RE: Problems compiling client test code

2004-04-14 Thread Gabriel Dos Santos
] Subject: Problems compiling client test code     Hi. I'm trying to compile and use xerces-c 2.3 on a IA64 running RedHat Advanced Server 7.2. The compiler is gcc 3.0. I downloaded and compiled xerces-c sources following  this procedure:   export $XERCESCROOT= cd $XERCESCROOT /src/xe

Problems compiling client test code

2004-04-14 Thread Gabriel Dos Santos
ux -P/mylibspath gmake gmake install ldconfig export LD_LIBRARY_PATH=/mylibspath$LD_LIBRARY_PATH   Then I try to compile and link this test program as part of a configure script       #include     int main () {     xercesc::XMLPlatformUtils::Initialize()  ;     return 0;     }    and

RE: TEST

2003-09-14 Thread David Hoffer
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DO NOT REPLY [Bug 21306] New: - ifeq test too restrictive in util/Compilers/Makefile

2003-07-03 Thread bugzilla
gzilla/show_bug.cgi?id=21306 ifeq test too restrictive in util/Compilers/Makefile Summary: ifeq test too restrictive in util/Compilers/Makefile Product: Xerces-C++ Version: 2.3.0 Platform: Sun OS/Version: Solaris Status: NEW Se

Re: in search of ideas: how might one write a test that the parser nevercalls global new directly?

2003-06-04 Thread Neil Graham
Hi David, For sure we could go this way, and perhaps there's no other solution. But this would mean that we'd have to do a custom build in order to run this test, and this means it would only get run intermittently when people remembered/had cycles for it. Much much better if we

Re: in search of ideas: how might one write a test that the parser nevercalls global new directly?

2003-06-03 Thread david_n_bertoni
AIL PROTECTED] To: [EMAIL PROTECTED] m> cc: (bcc: David N Bertoni/Cambridge/IBM) Subject: in search of ideas: how might one write a test that the parser nev

in search of ideas: how might one write a test that the parser never callsglobal new directly?

2003-06-03 Thread Neil Graham
cate is deleted, and that it's deleted by the right handler. But it's a little less clear how we'd write a test to make sure that there aren't any places in the code that are calling global new directly; i.e., it's not completely obvious (to me anyway) how one tests tha

DO NOT REPLY [Bug 6271] - Invalid Precondition Test

2003-01-29 Thread bugzilla
gzilla/show_bug.cgi?id=6271 Invalid Precondition Test [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

Re: Unit Testing, Test Suite

2002-12-13 Thread Jason E. Stewart
"Gareth Reakes" <[EMAIL PROTECTED]> writes: > Id definitely be interested in that. At the very least I would like > to run the tests as part of the checking the nightly build for > linux. There are some tests under the tests directory (the DOM > tests in particlar te

Re: Unit Testing, Test Suite

2002-12-13 Thread Gareth Reakes
Hi Jason, Id definitely be interested in that. At the very least I would like to run the tests as part of the checking the nightly build for linux. There are some tests under the tests directory (the DOM tests in particlar test some of the API) but more is better! Gareth On 12 Dec

Unit Testing, Test Suite

2002-12-12 Thread Jason E. Stewart
Hey All, The Xerces-P project (which wraps Xerces-C and makes it available for Perl), has a fairly extensive test suite for Xerces functionality. I try to test all public classes and all public methods, but I'm not nearly complete. I know that have the automated regression tests are r

Re: compiling xerces test program

2002-12-05 Thread Zdenek Nemec
if your distribution needs it zdenek - Original Message - From: "Leitner, Sarah M. [Contractor]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 4:58 PM Subject: compiling xerces test program > To all: > > How do I get my progr

compiling xerces test program

2002-12-05 Thread Leitner, Sarah M. [Contractor]
To all: How do I get my program to compile using xerces? It compiles ok, but the linker gets a bunch of undefined references such as follows, on each time I use a Xerces function: /tmp/ccPqWzps.o (.txt+0x12): undefined reference to 'XMLPlatformUtils::Initialize()' and the same for XercesDOMParse

XML Conformance Test Suite

2002-06-12 Thread Arnaud Le Hors
The W3C, which now owns the official XML Conformance Test Suite, just released a new version. This supersedes the previous version available from OASIS, as well as any variant one might find elsewhere. See http://www.w3.org/XML/Test/ -- Arnaud Le Hors - IBM, XML Standards Strategy Group

where get a client to test xml based cgi?

2002-04-22 Thread River
Hi, I just write a simple cgi to parser xml input data under apache server, but I have no way to test it. Any where I can get a client to see if my cgi code can parse xml-http input data? Thanks River _ Do You Yahoo!? Get your free

test

2002-04-17 Thread Prothro, John
So... what does this do? :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: xerces-p install test falls (need help)

2002-03-15 Thread John Utz
Hello, dobroye utrom, etc On Fri, 15 Mar 2002, mail wrote: > Hello xerces-c-dev, > i've try install XML-Xerces1_6_0 on FreeBSD platform. > libraries libxerces-c1_6_0.so & Xerces.so comiled successfuly, but > the tests from XML-Xerces is 100% fall :( before you try to use xerces-p, i suggest tha

xerces-p install test falls (need help)

2002-03-15 Thread mail
Hello xerces-c-dev, i've try install XML-Xerces1_6_0 on FreeBSD platform. libraries libxerces-c1_6_0.so & Xerces.so comiled successfuly, but the tests from XML-Xerces is 100% fall :( all of them display error: "Can't load 'blib/arch/auto/XML/Xerces/Xerces.so' for module XML::Xerces: blib/ar ch/au

DO NOT REPLY [Bug 6271] New: - Invalid Precondition Test

2002-02-06 Thread bugzilla
gzilla/show_bug.cgi?id=6271 Invalid Precondition Test Summary: Invalid Precondition Test Product: Xerces-C++ Version: 1.6.0 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Componen

Xerces Test Compilation

2002-01-30 Thread Kevin Johnsrude
Has anyone compiled and run the xerces tests lately on HP-UX 11? Anyone know where there are instructions for doing this? I can't get them to work yet, but I'm willing to accept pilot error as the verdict if I can find some instructions. Thanks! Cheers, Kevin Johnsrude Rogue Wave Software, www

Bug 4381 test file

2001-11-28 Thread Williamson, Siehnai
Title: Bug 4381 test file Here is the file that creates the "contradictory encoding" warning. <> GUI3.XML Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Please test xercesc_sane_includes.tar.gz

2001-10-04 Thread Murray Cumming
I haven't seen any feedback about the xercesc_sane_includes.tar.gz tarball at http://xml.apache.org/dist/xerces-c/experimental/ I intend to push for these changes to be made after the next release. - To unsubscribe, e-mail: [

XML conformance test results DTD & stylesheet

2001-09-06 Thread Juergen Hermann
Hi! As announced, I developed a testresults.dtd and also a stylesheet to format the XML result to a HTML page. DTD & Stylesheet: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pyxml/test/xmlconf/ Example output: http://pirxx.sourceforge.net/results.html Ciao, Jü

OASIS test results

2001-09-06 Thread Juergen Hermann
Hi! I created a DTD for test results, it can be found at http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/pyxml/test/xmlconf/testresults.dtd?rev=HEAD&content-type=text/vnd.viewcvs-markup A typical result report looks like this: <pirxx._pirxx.PyXMLReader object at 00870CA0> sax

win32 dll for BCB4 first test nearly finished

2001-06-05 Thread kiuma
Yes, it seems to work! I can use it in a big project, more or less 30.000 rows saving dom both to char* and to files. p.s. don't even try to test it under Win98 it doesn't properly work. My test hes been done both under win98 and WinNt. P.s. W Linux,

Re: Test

2001-04-19 Thread Sushil Chohan
OK Chohan >From: "Peter A. Volchek" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: "Xerces" <[EMAIL PROTECTED]> >Subject: Test >Date: Thu, 19 Apr 2001 14:43:22 +0300 >MIME-Version: 1.0 >Received: f

Test

2001-04-19 Thread Peter A. Volchek
Test

DOM Conformance Test Suites

2001-03-28 Thread Arnold, Curt
mailto:[EMAIL PROTECTED]?subject=Subscribe to subscribe to the DOM test suite mailing list at the W3C. -Original Message- From: Philippe Le Hegaret [mailto:[EMAIL PROTECTED]] Sent: Friday, March 16, 2001 11:46 AM To: [EMAIL PROTECTED] Cc: Mary Brady; Dimitris Dimitriadis Subject: DOM