You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@ws.apache.org by Jim the Standing Bear <st...@gmail.com> on 2004/08/05 21:25:36 UTC

list and rationing

Hi,

I am just wondering how many people are signed up for this mailing
list? Seems like me and Daniel are the only two here... in addition,
is the help rationed? Can I get more help than just one message per
day? it is pretty time consuming if I have to wait for a day to get an
answer to every question I asked...  I dont mean to be a jerk here,
but you can probably tell how frustrated I am right now trying to get
some help from this mailing list. thanks

On Wed, 4 Aug 2004 12:08:19 -0400 (EDT), Daniel <da...@yorku.ca> wrote:
> 
> Hi,
> 
> Unless you need to modify the source of v1.2-b1, you can download it from
> the distribution directory.  Here's a mirror:
> http://apache.sunsite.ualberta.ca/ws/xmlrpc/v1.2-b1/
> 
> If you're up for it, you can check out the latest CVS source and set up
> your default.properties/building.properties file as below and then run
> "ant" which would build the jar files.  Note you might need to get some
> jars and point to their location in the .properties (see last few
> lines--I've placed the jars in the ./lib directory).
> 
> # -------------------------------------------------------------------
> # D E F A U L T   P R O P E R T I E S
> # -------------------------------------------------------------------
> # These properties are used by the XML-RPC build.  You may override
> # any of these default values by placing property values in your
> # local build.properties and ${user.home}/build.properties files.
> # -------------------------------------------------------------------
> 
> name = XML-RPC
> project = xmlrpc
> build.dir = ./target
> build.dest = ${build.dir}/classes
> build.test.dest = ${build.dir}/test-classes
> src.dir = ./src
> src.test.dir = ${src.dir}/test
> test.reportsDirectory = test-reports
> javadoc.destdir = ${build.dir}/docs/api
> jakarta.site2 = ../jakarta-site2
> jdom.jar = jdom-b7.jar
> docs.src = ./xdocs
> docs.dest = ./docs
> lib.repo = ./lib
> year = 1999-2002
> debug = off
> optimize = on
> deprecation = on
> final.name = ${project}-${version}
> 
> # You must set these values here, or in your
> # ${user.home}/build.properties file in order
> # to build XmlRpc:
> 
> commons-httpclient.jar = ${lib.repo}/commons-httpclient-2.0.jar
> commons-logging.jar = ${lib.repo}/commons-logging-1.0.3.jar
> commons-codec.jar = ${lib.repo}/commons-codec-1.1.jar
> jsse.jar = ${lib.repo}/jsse.jar
> jnet.jar = ${lib.repo}/jnet.jar
> jcert.jar = ${lib.repo}/jcert.jar
> servlet.jar = ${lib.repo}/servlet.jar
> junit.jar = ${lib.repo}/junit-3.7.jar
> 
> Regards,
> Daniel
> 
> 
> 
> On Tue, 3 Aug 2004, Jim the Standing Bear wrote:
> 
> > Hi,
> >
> > I downloaded the XML-RPC v1.2 b1 package, but could not build it.
> > Whenever I run ant, it would come back with an error message saying
> > that in build.xml line 137 that the source directory does not exist.
> >
> > I looked at the readme file included in the package, and it says
> > something about configuring the build.properties file in the build
> > directory. However, I could not even see the build directory at all,
> > let along finding the .properties file in there.
> >
> > Please help. I am using redhat 9. thanks
> >
> > best wishes
> >
> > Jim
> >
> > --
> > --------------------------------------
> > Standing Bear Has Spoken
> > --------------------------------------
> >
> 


-- 
--------------------------------------
Standing Bear Has Spoken
--------------------------------------

Re: my apology

Posted by Daniel <da...@yorku.ca>.
Hey no harm done here -- I am still in a good mood :)
Hope things worked out for you.

Regards,
Daniel

On Thu, 5 Aug 2004, Jim the Standing Bear wrote:

> Hi everyone,
>
> I just want to apologize to the list for my earlier attitude/behavior.
> It finally occurred to me that you are all xml-rpc users, just like
> me.  I have been on some other mailing lists (such as the globus tool
> kit mailing list), where the developers of the package are dedicated
> to answer questions as well.  I assumed that this list is in the same
> fashion, and was expecting "faster response time."
>
> therefore, I owe everyone an apology, especially to Daniel.
>
>
> On Thu, 5 Aug 2004 17:36:36 -0400 (EDT), Daniel <da...@yorku.ca> wrote:
> >
> > Hi Jim,
> >
> > Actually I would consider a day's response-time from a mailing list to be
> > quite good.  Sometimes one doesn't get any at all!  Sorry I've just been
> > busy, and honestly, I don't normally reply to mailing list questions.  I
> > was in a good mood when I read your mail. :)
> >
> > Regards,
> > Daniel
> >
> >
> >
> > On Thu, 5 Aug 2004, Jim the Standing Bear wrote:
> >
> > > Hi,
> > >
> > > I am just wondering how many people are signed up for this mailing
> > > list? Seems like me and Daniel are the only two here... in addition,
> > > is the help rationed? Can I get more help than just one message per
> > > day? it is pretty time consuming if I have to wait for a day to get an
> > > answer to every question I asked...  I dont mean to be a jerk here,
> > > but you can probably tell how frustrated I am right now trying to get
> > > some help from this mailing list. thanks
> > >
> > > On Wed, 4 Aug 2004 12:08:19 -0400 (EDT), Daniel <da...@yorku.ca> wrote:
> > > >
> > > > Hi,
> > > >
> > > > Unless you need to modify the source of v1.2-b1, you can download it from
> > > > the distribution directory.  Here's a mirror:
> > > > http://apache.sunsite.ualberta.ca/ws/xmlrpc/v1.2-b1/
> > > >
> > > > If you're up for it, you can check out the latest CVS source and set up
> > > > your default.properties/building.properties file as below and then run
> > > > "ant" which would build the jar files.  Note you might need to get some
> > > > jars and point to their location in the .properties (see last few
> > > > lines--I've placed the jars in the ./lib directory).
> > > >
> > > > # -------------------------------------------------------------------
> > > > # D E F A U L T   P R O P E R T I E S
> > > > # -------------------------------------------------------------------
> > > > # These properties are used by the XML-RPC build.  You may override
> > > > # any of these default values by placing property values in your
> > > > # local build.properties and ${user.home}/build.properties files.
> > > > # -------------------------------------------------------------------
> > > >
> > > > name = XML-RPC
> > > > project = xmlrpc
> > > > build.dir = ./target
> > > > build.dest = ${build.dir}/classes
> > > > build.test.dest = ${build.dir}/test-classes
> > > > src.dir = ./src
> > > > src.test.dir = ${src.dir}/test
> > > > test.reportsDirectory = test-reports
> > > > javadoc.destdir = ${build.dir}/docs/api
> > > > jakarta.site2 = ../jakarta-site2
> > > > jdom.jar = jdom-b7.jar
> > > > docs.src = ./xdocs
> > > > docs.dest = ./docs
> > > > lib.repo = ./lib
> > > > year = 1999-2002
> > > > debug = off
> > > > optimize = on
> > > > deprecation = on
> > > > final.name = ${project}-${version}
> > > >
> > > > # You must set these values here, or in your
> > > > # ${user.home}/build.properties file in order
> > > > # to build XmlRpc:
> > > >
> > > > commons-httpclient.jar = ${lib.repo}/commons-httpclient-2.0.jar
> > > > commons-logging.jar = ${lib.repo}/commons-logging-1.0.3.jar
> > > > commons-codec.jar = ${lib.repo}/commons-codec-1.1.jar
> > > > jsse.jar = ${lib.repo}/jsse.jar
> > > > jnet.jar = ${lib.repo}/jnet.jar
> > > > jcert.jar = ${lib.repo}/jcert.jar
> > > > servlet.jar = ${lib.repo}/servlet.jar
> > > > junit.jar = ${lib.repo}/junit-3.7.jar
> > > >
> > > > Regards,
> > > > Daniel
> > > >
> > > >
> > > >
> > > > On Tue, 3 Aug 2004, Jim the Standing Bear wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > I downloaded the XML-RPC v1.2 b1 package, but could not build it.
> > > > > Whenever I run ant, it would come back with an error message saying
> > > > > that in build.xml line 137 that the source directory does not exist.
> > > > >
> > > > > I looked at the readme file included in the package, and it says
> > > > > something about configuring the build.properties file in the build
> > > > > directory. However, I could not even see the build directory at all,
> > > > > let along finding the .properties file in there.
> > > > >
> > > > > Please help. I am using redhat 9. thanks
> > > > >
> > > > > best wishes
> > > > >
> > > > > Jim
> > > > >
> > > > > --
> > > > > --------------------------------------
> > > > > Standing Bear Has Spoken
> > > > > --------------------------------------
> > > > >
> > > >
> > >
> > >
> > > --
> > > --------------------------------------
> > > Standing Bear Has Spoken
> > > --------------------------------------
> > >
> >
>
>
> --
> --------------------------------------
> Standing Bear Has Spoken
> --------------------------------------
>

my apology

Posted by Jim the Standing Bear <st...@gmail.com>.
Hi everyone,

I just want to apologize to the list for my earlier attitude/behavior.
It finally occurred to me that you are all xml-rpc users, just like
me.  I have been on some other mailing lists (such as the globus tool
kit mailing list), where the developers of the package are dedicated
to answer questions as well.  I assumed that this list is in the same
fashion, and was expecting "faster response time."

therefore, I owe everyone an apology, especially to Daniel. 


On Thu, 5 Aug 2004 17:36:36 -0400 (EDT), Daniel <da...@yorku.ca> wrote:
> 
> Hi Jim,
> 
> Actually I would consider a day's response-time from a mailing list to be
> quite good.  Sometimes one doesn't get any at all!  Sorry I've just been
> busy, and honestly, I don't normally reply to mailing list questions.  I
> was in a good mood when I read your mail. :)
> 
> Regards,
> Daniel
> 
> 
> 
> On Thu, 5 Aug 2004, Jim the Standing Bear wrote:
> 
> > Hi,
> >
> > I am just wondering how many people are signed up for this mailing
> > list? Seems like me and Daniel are the only two here... in addition,
> > is the help rationed? Can I get more help than just one message per
> > day? it is pretty time consuming if I have to wait for a day to get an
> > answer to every question I asked...  I dont mean to be a jerk here,
> > but you can probably tell how frustrated I am right now trying to get
> > some help from this mailing list. thanks
> >
> > On Wed, 4 Aug 2004 12:08:19 -0400 (EDT), Daniel <da...@yorku.ca> wrote:
> > >
> > > Hi,
> > >
> > > Unless you need to modify the source of v1.2-b1, you can download it from
> > > the distribution directory.  Here's a mirror:
> > > http://apache.sunsite.ualberta.ca/ws/xmlrpc/v1.2-b1/
> > >
> > > If you're up for it, you can check out the latest CVS source and set up
> > > your default.properties/building.properties file as below and then run
> > > "ant" which would build the jar files.  Note you might need to get some
> > > jars and point to their location in the .properties (see last few
> > > lines--I've placed the jars in the ./lib directory).
> > >
> > > # -------------------------------------------------------------------
> > > # D E F A U L T   P R O P E R T I E S
> > > # -------------------------------------------------------------------
> > > # These properties are used by the XML-RPC build.  You may override
> > > # any of these default values by placing property values in your
> > > # local build.properties and ${user.home}/build.properties files.
> > > # -------------------------------------------------------------------
> > >
> > > name = XML-RPC
> > > project = xmlrpc
> > > build.dir = ./target
> > > build.dest = ${build.dir}/classes
> > > build.test.dest = ${build.dir}/test-classes
> > > src.dir = ./src
> > > src.test.dir = ${src.dir}/test
> > > test.reportsDirectory = test-reports
> > > javadoc.destdir = ${build.dir}/docs/api
> > > jakarta.site2 = ../jakarta-site2
> > > jdom.jar = jdom-b7.jar
> > > docs.src = ./xdocs
> > > docs.dest = ./docs
> > > lib.repo = ./lib
> > > year = 1999-2002
> > > debug = off
> > > optimize = on
> > > deprecation = on
> > > final.name = ${project}-${version}
> > >
> > > # You must set these values here, or in your
> > > # ${user.home}/build.properties file in order
> > > # to build XmlRpc:
> > >
> > > commons-httpclient.jar = ${lib.repo}/commons-httpclient-2.0.jar
> > > commons-logging.jar = ${lib.repo}/commons-logging-1.0.3.jar
> > > commons-codec.jar = ${lib.repo}/commons-codec-1.1.jar
> > > jsse.jar = ${lib.repo}/jsse.jar
> > > jnet.jar = ${lib.repo}/jnet.jar
> > > jcert.jar = ${lib.repo}/jcert.jar
> > > servlet.jar = ${lib.repo}/servlet.jar
> > > junit.jar = ${lib.repo}/junit-3.7.jar
> > >
> > > Regards,
> > > Daniel
> > >
> > >
> > >
> > > On Tue, 3 Aug 2004, Jim the Standing Bear wrote:
> > >
> > > > Hi,
> > > >
> > > > I downloaded the XML-RPC v1.2 b1 package, but could not build it.
> > > > Whenever I run ant, it would come back with an error message saying
> > > > that in build.xml line 137 that the source directory does not exist.
> > > >
> > > > I looked at the readme file included in the package, and it says
> > > > something about configuring the build.properties file in the build
> > > > directory. However, I could not even see the build directory at all,
> > > > let along finding the .properties file in there.
> > > >
> > > > Please help. I am using redhat 9. thanks
> > > >
> > > > best wishes
> > > >
> > > > Jim
> > > >
> > > > --
> > > > --------------------------------------
> > > > Standing Bear Has Spoken
> > > > --------------------------------------
> > > >
> > >
> >
> >
> > --
> > --------------------------------------
> > Standing Bear Has Spoken
> > --------------------------------------
> >
> 


-- 
--------------------------------------
Standing Bear Has Spoken
--------------------------------------

Re: list and rationing

Posted by Daniel <da...@yorku.ca>.
Hi Jim,

Actually I would consider a day's response-time from a mailing list to be
quite good.  Sometimes one doesn't get any at all!  Sorry I've just been
busy, and honestly, I don't normally reply to mailing list questions.  I
was in a good mood when I read your mail. :)

Regards,
Daniel

On Thu, 5 Aug 2004, Jim the Standing Bear wrote:

> Hi,
>
> I am just wondering how many people are signed up for this mailing
> list? Seems like me and Daniel are the only two here... in addition,
> is the help rationed? Can I get more help than just one message per
> day? it is pretty time consuming if I have to wait for a day to get an
> answer to every question I asked...  I dont mean to be a jerk here,
> but you can probably tell how frustrated I am right now trying to get
> some help from this mailing list. thanks
>
> On Wed, 4 Aug 2004 12:08:19 -0400 (EDT), Daniel <da...@yorku.ca> wrote:
> >
> > Hi,
> >
> > Unless you need to modify the source of v1.2-b1, you can download it from
> > the distribution directory.  Here's a mirror:
> > http://apache.sunsite.ualberta.ca/ws/xmlrpc/v1.2-b1/
> >
> > If you're up for it, you can check out the latest CVS source and set up
> > your default.properties/building.properties file as below and then run
> > "ant" which would build the jar files.  Note you might need to get some
> > jars and point to their location in the .properties (see last few
> > lines--I've placed the jars in the ./lib directory).
> >
> > # -------------------------------------------------------------------
> > # D E F A U L T   P R O P E R T I E S
> > # -------------------------------------------------------------------
> > # These properties are used by the XML-RPC build.  You may override
> > # any of these default values by placing property values in your
> > # local build.properties and ${user.home}/build.properties files.
> > # -------------------------------------------------------------------
> >
> > name = XML-RPC
> > project = xmlrpc
> > build.dir = ./target
> > build.dest = ${build.dir}/classes
> > build.test.dest = ${build.dir}/test-classes
> > src.dir = ./src
> > src.test.dir = ${src.dir}/test
> > test.reportsDirectory = test-reports
> > javadoc.destdir = ${build.dir}/docs/api
> > jakarta.site2 = ../jakarta-site2
> > jdom.jar = jdom-b7.jar
> > docs.src = ./xdocs
> > docs.dest = ./docs
> > lib.repo = ./lib
> > year = 1999-2002
> > debug = off
> > optimize = on
> > deprecation = on
> > final.name = ${project}-${version}
> >
> > # You must set these values here, or in your
> > # ${user.home}/build.properties file in order
> > # to build XmlRpc:
> >
> > commons-httpclient.jar = ${lib.repo}/commons-httpclient-2.0.jar
> > commons-logging.jar = ${lib.repo}/commons-logging-1.0.3.jar
> > commons-codec.jar = ${lib.repo}/commons-codec-1.1.jar
> > jsse.jar = ${lib.repo}/jsse.jar
> > jnet.jar = ${lib.repo}/jnet.jar
> > jcert.jar = ${lib.repo}/jcert.jar
> > servlet.jar = ${lib.repo}/servlet.jar
> > junit.jar = ${lib.repo}/junit-3.7.jar
> >
> > Regards,
> > Daniel
> >
> >
> >
> > On Tue, 3 Aug 2004, Jim the Standing Bear wrote:
> >
> > > Hi,
> > >
> > > I downloaded the XML-RPC v1.2 b1 package, but could not build it.
> > > Whenever I run ant, it would come back with an error message saying
> > > that in build.xml line 137 that the source directory does not exist.
> > >
> > > I looked at the readme file included in the package, and it says
> > > something about configuring the build.properties file in the build
> > > directory. However, I could not even see the build directory at all,
> > > let along finding the .properties file in there.
> > >
> > > Please help. I am using redhat 9. thanks
> > >
> > > best wishes
> > >
> > > Jim
> > >
> > > --
> > > --------------------------------------
> > > Standing Bear Has Spoken
> > > --------------------------------------
> > >
> >
>
>
> --
> --------------------------------------
> Standing Bear Has Spoken
> --------------------------------------
>

Re: XMLRPC-JDOM support

Posted by Jochen Wiedmann <jo...@freenet.de>.
Duke Tantiprasut wrote:

>I'm not talking about extending the XMLRPC standard to represent the
>arbitrary java object (a la RMI). I'm referring to extending the Apache Java
>XMLRPC API implementation to understand JDOM XML objects.
>
I am quite positive about these ideas and would rephrase your idea as 
follows: Transmit and receive any object, for which a SAX handler and a 
SAX serializer is available. (This would include DOM, and JAXB.)

My personal opinion is, that this should be based on SAX 2, and not SAX 
1. Luckily, there's a patch available for that: See 
http://nagoya.apache.org/eyebrowse/ReadMsg?listName=xmlrpc-dev@ws.apache.org&msgNo=875 
and 
http://nagoya.apache.org/eyebrowse/ReadMsg?listName=xmlrpc-dev@ws.apache.org&msgNo=967 
. If you would like to work on it, I'll also be happy and integrate any 
patches from you into my version.


Jochen


RE: XMLRPC-JDOM support

Posted by Duke Tantiprasut <dt...@micromuse.com>.
I'm not talking about extending the XMLRPC standard to represent the
arbitrary java object (a la RMI). I'm referring to extending the Apache Java
XMLRPC API implementation to understand JDOM XML objects. The API already
simplifies handling Java Hashtables, Vectors, I think it would be helpful
providing another layer of abstraction that can translate the the JDOM
object to these base types. If on the other side the language is
C/C++/PHP/etc, it would only understand the base types and would have to
reconstruct the data structure if required, but if your lucky enough to use
Java, the API can provide some simplication for Java developers.

Anyway the idea may be just too specific to JDOM and detracts from just
providing an API for XMLRPC but I thought it would be useful and help
further promote the Java XMLRPC API.

> -----Original Message-----
> From: Pablo A. Salgado [mailto:pablosalgado@etb.net.co] 
> Sent: Thursday, August 05, 2004 5:27 PM
> To: xmlrpc-user@ws.apache.org
> Subject: Re: XMLRPC-JDOM support
> 
> How do you think I can pick up a JDOM object in the other 
> side if that side is C/C++/PHP/etc.? Serialize and send a 
> java object over network isn't XML-RPC. The types provides by 
> XML-RPC spec are such that they can be implemented in any language.
> 
> Duke Tantiprasut wrote:
> 
> >Hi All,
> >
> >Do you know if there is an integration or any future plans for 
> >integration with JDOM?
> >
> >In addition to the base types and vector and hashes, I would like to 
> >pass a JDOM object to the RPC call and pick it up on the other side. 
> >There must be a better way than to serialize the JDOM object into a 
> >string and re-parse it again on the other side.
> >
> >Any suggestions?
> >
> >Duke
> >
> >
> >
> >  
> >
> 
> 


Re: XMLRPC-JDOM support

Posted by "Pablo A. Salgado" <pa...@etb.net.co>.
How do you think I can pick up a JDOM object in the other side if that 
side is C/C++/PHP/etc.? Serialize and send a java object over network 
isn't XML-RPC. The types provides by XML-RPC spec are such that they can 
be implemented in any language.

Duke Tantiprasut wrote:

>Hi All,
>
>Do you know if there is an integration or any future plans for integration
>with JDOM? 
>
>In addition to the base types and vector and hashes, I would like to pass a
>JDOM object to the RPC call and pick it up on the other side. There must be
>a better way than to serialize the JDOM object into a string and re-parse it
>again on the other side. 
>
>Any suggestions?
>
>Duke
>
>
>
>  
>


XMLRPC-JDOM support

Posted by Duke Tantiprasut <dt...@micromuse.com>.
Hi All,

Do you know if there is an integration or any future plans for integration
with JDOM? 

In addition to the base types and vector and hashes, I would like to pass a
JDOM object to the RPC call and pick it up on the other side. There must be
a better way than to serialize the JDOM object into a string and re-parse it
again on the other side. 

Any suggestions?

Duke



Re: list and rationing

Posted by "Pablo A. Salgado" <pa...@etb.net.co>.
I agree with Derrick. This list is not about using jars or even 
compiling java sources. Of course, the building process for 
xmlrpc-1.2-b1 package fails for me too, but I simply put de sources in 
my IDE, add the necesary third party jars, compiled them and imported 
what I need in my code.

I usually do it even with packages like Tapestry, Torque, etc. because 
missing documentation and I know the community is as busy as I am so the 
better I can do is to debug and tracing the code to find an answer in 
about 15-30 minutes. Six years ago I spent hours doing the same, but six 
years ago I was a begginer...

Jim the Standing Bear wrote:

>good advice, derrick, if you think "read the manual" type of response
>is helpful.
>
>
>On Thu, 5 Aug 2004 12:41:00 -0700 (PDT), Derrick Brundage
><de...@oddpost.com> wrote:
>  
>
>>I'm feeling like flame-bait today so I'll give it a shot:
>>
>>You probably aren't getting much help because it sounds like you don't understand basic Java development.  You've already gotten a couple of helpful responses, which is more than most apparently pointless questions get on mailing lists.
>>
>>No one is obligated to help you; learn to figure things out for yourself.  Using JAR files in development is a standard process that should be self-explanatory.  If you don't understand how to use the JAR files that come with the binary distribution, do a search on google for "using JAR files".
>>
>>I'm sorry if this seems rude, but that's the most helpful advice I can give you.
>>
>>Derrick
>>
>>-----Original Message from Jim the Standing Bear <st...@gmail.com>-----
>>
>>
>>
>>Hi,
>>
>>I am just wondering how many people are signed up for this mailing
>>list? Seems like me and Daniel are the only two here... in addition,
>>is the help rationed? Can I get more help than just one message per
>>day? it is pretty time consuming if I have to wait for a day to get an
>>answer to every question I asked...  I dont mean to be a jerk here,
>>but you can probably tell how frustrated I am right now trying to get
>>some help from this mailing list. thanks
>>
>>On Wed, 4 Aug 2004 12:08:19 -0400 (EDT), Daniel <da...@yorku.ca> wrote:
>>    
>>
>>>Hi,
>>>
>>>Unless you need to modify the source of v1.2-b1, you can download it from
>>>the distribution directory.  Here's a mirror:
>>>http://apache.sunsite.ualberta.ca/ws/xmlrpc/v1.2-b1/
>>>
>>>If you're up for it, you can check out the latest CVS source and set up
>>>your default.properties/building.properties file as below and then run
>>>"ant" which would build the jar files.  Note you might need to get some
>>>jars and point to their location in the .properties (see last few
>>>lines--I've placed the jars in the ./lib directory).
>>>
>>># -------------------------------------------------------------------
>>># D E F A U L T   P R O P E R T I E S
>>># -------------------------------------------------------------------
>>># These properties are used by the XML-RPC build.  You may override
>>># any of these default values by placing property values in your
>>># local build.properties and ${user.home}/build.properties files.
>>># -------------------------------------------------------------------
>>>
>>>name = XML-RPC
>>>project = xmlrpc
>>>build.dir = ./target
>>>build.dest = ${build.dir}/classes
>>>build.test.dest = ${build.dir}/test-classes
>>>src.dir = ./src
>>>src.test.dir = ${src.dir}/test
>>>test.reportsDirectory = test-reports
>>>javadoc.destdir = ${build.dir}/docs/api
>>>jakarta.site2 = ../jakarta-site2
>>>jdom.jar = jdom-b7.jar
>>>docs.src = ./xdocs
>>>docs.dest = ./docs
>>>lib.repo = ./lib
>>>year = 1999-2002
>>>debug = off
>>>optimize = on
>>>deprecation = on
>>>final.name = ${project}-${version}
>>>
>>># You must set these values here, or in your
>>># ${user.home}/build.properties file in order
>>># to build XmlRpc:
>>>
>>>commons-httpclient.jar = ${lib.repo}/commons-httpclient-2.0.jar
>>>commons-logging.jar = ${lib.repo}/commons-logging-1.0.3.jar
>>>commons-codec.jar = ${lib.repo}/commons-codec-1.1.jar
>>>jsse.jar = ${lib.repo}/jsse.jar
>>>jnet.jar = ${lib.repo}/jnet.jar
>>>jcert.jar = ${lib.repo}/jcert.jar
>>>servlet.jar = ${lib.repo}/servlet.jar
>>>junit.jar = ${lib.repo}/junit-3.7.jar
>>>
>>>Regards,
>>>Daniel
>>>
>>>
>>>
>>>On Tue, 3 Aug 2004, Jim the Standing Bear wrote:
>>>
>>>      
>>>
>>>>Hi,
>>>>
>>>>I downloaded the XML-RPC v1.2 b1 package, but could not build it.
>>>>Whenever I run ant, it would come back with an error message saying
>>>>that in build.xml line 137 that the source directory does not exist.
>>>>
>>>>I looked at the readme file included in the package, and it says
>>>>something about configuring the build.properties file in the build
>>>>directory. However, I could not even see the build directory at all,
>>>>let along finding the .properties file in there.
>>>>
>>>>Please help. I am using redhat 9. thanks
>>>>
>>>>best wishes
>>>>
>>>>Jim
>>>>
>>>>--
>>>>--------------------------------------
>>>>Standing Bear Has Spoken
>>>>--------------------------------------
>>>>
>>>>        
>>>>
>>--
>>--------------------------------------
>>Standing Bear Has Spoken
>>--------------------------------------
>>
>>    
>>
>
>
>  
>


Re: list and rationing

Posted by Paul <po...@umich.edu>.
> good advice, derrick, if you think "read the manual" type of response
> is helpful.

I completely agree with Derrick.  The folks on this list owe you preciesly
nothing, and you're lucky to got a response at all with your attitude.
Instead of getting snippy when you get frustrated, try doing some more
research, and ask a smarter question.

http://www.catb.org/~esr/faqs/smart-questions.html

Paul
-- 
Paul Oehler
http://nexcess.net
http://386to486.com

Re: list and rationing

Posted by Jim the Standing Bear <st...@gmail.com>.
good advice, derrick, if you think "read the manual" type of response
is helpful.


On Thu, 5 Aug 2004 12:41:00 -0700 (PDT), Derrick Brundage
<de...@oddpost.com> wrote:
> I'm feeling like flame-bait today so I'll give it a shot:
> 
> You probably aren't getting much help because it sounds like you don't understand basic Java development.  You've already gotten a couple of helpful responses, which is more than most apparently pointless questions get on mailing lists.
> 
> No one is obligated to help you; learn to figure things out for yourself.  Using JAR files in development is a standard process that should be self-explanatory.  If you don't understand how to use the JAR files that come with the binary distribution, do a search on google for "using JAR files".
> 
> I'm sorry if this seems rude, but that's the most helpful advice I can give you.
> 
> Derrick
> 
> -----Original Message from Jim the Standing Bear <st...@gmail.com>-----
> 
> 
> 
> Hi,
> 
> I am just wondering how many people are signed up for this mailing
> list? Seems like me and Daniel are the only two here... in addition,
> is the help rationed? Can I get more help than just one message per
> day? it is pretty time consuming if I have to wait for a day to get an
> answer to every question I asked...  I dont mean to be a jerk here,
> but you can probably tell how frustrated I am right now trying to get
> some help from this mailing list. thanks
> 
> On Wed, 4 Aug 2004 12:08:19 -0400 (EDT), Daniel <da...@yorku.ca> wrote:
> >
> > Hi,
> >
> > Unless you need to modify the source of v1.2-b1, you can download it from
> > the distribution directory.  Here's a mirror:
> > http://apache.sunsite.ualberta.ca/ws/xmlrpc/v1.2-b1/
> >
> > If you're up for it, you can check out the latest CVS source and set up
> > your default.properties/building.properties file as below and then run
> > "ant" which would build the jar files.  Note you might need to get some
> > jars and point to their location in the .properties (see last few
> > lines--I've placed the jars in the ./lib directory).
> >
> > # -------------------------------------------------------------------
> > # D E F A U L T   P R O P E R T I E S
> > # -------------------------------------------------------------------
> > # These properties are used by the XML-RPC build.  You may override
> > # any of these default values by placing property values in your
> > # local build.properties and ${user.home}/build.properties files.
> > # -------------------------------------------------------------------
> >
> > name = XML-RPC
> > project = xmlrpc
> > build.dir = ./target
> > build.dest = ${build.dir}/classes
> > build.test.dest = ${build.dir}/test-classes
> > src.dir = ./src
> > src.test.dir = ${src.dir}/test
> > test.reportsDirectory = test-reports
> > javadoc.destdir = ${build.dir}/docs/api
> > jakarta.site2 = ../jakarta-site2
> > jdom.jar = jdom-b7.jar
> > docs.src = ./xdocs
> > docs.dest = ./docs
> > lib.repo = ./lib
> > year = 1999-2002
> > debug = off
> > optimize = on
> > deprecation = on
> > final.name = ${project}-${version}
> >
> > # You must set these values here, or in your
> > # ${user.home}/build.properties file in order
> > # to build XmlRpc:
> >
> > commons-httpclient.jar = ${lib.repo}/commons-httpclient-2.0.jar
> > commons-logging.jar = ${lib.repo}/commons-logging-1.0.3.jar
> > commons-codec.jar = ${lib.repo}/commons-codec-1.1.jar
> > jsse.jar = ${lib.repo}/jsse.jar
> > jnet.jar = ${lib.repo}/jnet.jar
> > jcert.jar = ${lib.repo}/jcert.jar
> > servlet.jar = ${lib.repo}/servlet.jar
> > junit.jar = ${lib.repo}/junit-3.7.jar
> >
> > Regards,
> > Daniel
> >
> >
> >
> > On Tue, 3 Aug 2004, Jim the Standing Bear wrote:
> >
> > > Hi,
> > >
> > > I downloaded the XML-RPC v1.2 b1 package, but could not build it.
> > > Whenever I run ant, it would come back with an error message saying
> > > that in build.xml line 137 that the source directory does not exist.
> > >
> > > I looked at the readme file included in the package, and it says
> > > something about configuring the build.properties file in the build
> > > directory. However, I could not even see the build directory at all,
> > > let along finding the .properties file in there.
> > >
> > > Please help. I am using redhat 9. thanks
> > >
> > > best wishes
> > >
> > > Jim
> > >
> > > --
> > > --------------------------------------
> > > Standing Bear Has Spoken
> > > --------------------------------------
> > >
> >
> 
> --
> --------------------------------------
> Standing Bear Has Spoken
> --------------------------------------
> 


-- 
--------------------------------------
Standing Bear Has Spoken
--------------------------------------

Re: list and rationing

Posted by Derrick Brundage <de...@oddpost.com>.
I'm feeling like flame-bait today so I'll give it a shot: 
  
You probably aren't getting much help because it sounds like you don't understand basic Java development.  You've already gotten a couple of helpful responses, which is more than most apparently pointless questions get on mailing lists. 
  
No one is obligated to help you; learn to figure things out for yourself.  Using JAR files in development is a standard process that should be self-explanatory.  If you don't understand how to use the JAR files that come with the binary distribution, do a search on google for "using JAR files". 
  
I'm sorry if this seems rude, but that's the most helpful advice I can give you. 
  
Derrick  
  
-----Original Message from Jim the Standing Bear <st...@gmail.com>-----
  
Hi, 

I am just wondering how many people are signed up for this mailing 
list? Seems like me and Daniel are the only two here... in addition, 
is the help rationed? Can I get more help than just one message per 
day? it is pretty time consuming if I have to wait for a day to get an 
answer to every question I asked...  I dont mean to be a jerk here, 
but you can probably tell how frustrated I am right now trying to get 
some help from this mailing list. thanks 

On Wed, 4 Aug 2004 12:08:19 -0400 (EDT), Daniel <da...@yorku.ca> wrote: 
> 
> Hi, 
> 
> Unless you need to modify the source of v1.2-b1, you can download it from 
> the distribution directory.  Here's a mirror: 
> http://apache.sunsite.ualberta.ca/ws/xmlrpc/v1.2-b1/ 
> 
> If you're up for it, you can check out the latest CVS source and set up 
> your default.properties/building.properties file as below and then run 
> "ant" which would build the jar files.  Note you might need to get some 
> jars and point to their location in the .properties (see last few 
> lines--I've placed the jars in the ./lib directory). 
> 
> # ------------------------------------------------------------------- 
> # D E F A U L T   P R O P E R T I E S 
> # ------------------------------------------------------------------- 
> # These properties are used by the XML-RPC build.  You may override 
> # any of these default values by placing property values in your 
> # local build.properties and ${user.home}/build.properties files. 
> # ------------------------------------------------------------------- 
> 
> name = XML-RPC 
> project = xmlrpc 
> build.dir = ./target 
> build.dest = ${build.dir}/classes 
> build.test.dest = ${build.dir}/test-classes 
> src.dir = ./src 
> src.test.dir = ${src.dir}/test 
> test.reportsDirectory = test-reports 
> javadoc.destdir = ${build.dir}/docs/api 
> jakarta.site2 = ../jakarta-site2 
> jdom.jar = jdom-b7.jar 
> docs.src = ./xdocs 
> docs.dest = ./docs 
> lib.repo = ./lib 
> year = 1999-2002 
> debug = off 
> optimize = on 
> deprecation = on 
> final.name = ${project}-${version} 
> 
> # You must set these values here, or in your 
> # ${user.home}/build.properties file in order 
> # to build XmlRpc: 
> 
> commons-httpclient.jar = ${lib.repo}/commons-httpclient-2.0.jar 
> commons-logging.jar = ${lib.repo}/commons-logging-1.0.3.jar 
> commons-codec.jar = ${lib.repo}/commons-codec-1.1.jar 
> jsse.jar = ${lib.repo}/jsse.jar 
> jnet.jar = ${lib.repo}/jnet.jar 
> jcert.jar = ${lib.repo}/jcert.jar 
> servlet.jar = ${lib.repo}/servlet.jar 
> junit.jar = ${lib.repo}/junit-3.7.jar 
> 
> Regards, 
> Daniel 
> 
> 
> 
> On Tue, 3 Aug 2004, Jim the Standing Bear wrote: 
> 
> > Hi, 
> > 
> > I downloaded the XML-RPC v1.2 b1 package, but could not build it. 
> > Whenever I run ant, it would come back with an error message saying 
> > that in build.xml line 137 that the source directory does not exist. 
> > 
> > I looked at the readme file included in the package, and it says 
> > something about configuring the build.properties file in the build 
> > directory. However, I could not even see the build directory at all, 
> > let along finding the .properties file in there. 
> > 
> > Please help. I am using redhat 9. thanks 
> > 
> > best wishes 
> > 
> > Jim 
> > 
> > -- 
> > -------------------------------------- 
> > Standing Bear Has Spoken 
> > -------------------------------------- 
> > 
> 


-- 
-------------------------------------- 
Standing Bear Has Spoken 
-------------------------------------- 

Re: list and rationing

Posted by Jim the Standing Bear <st...@gmail.com>.
Thanks Duke. Really appreciate your help.

On Thu, 5 Aug 2004 12:58:26 -0700, Duke Tantiprasut
<dt...@micromuse.com> wrote:
> Yep. Just put them in the classpath for your application and import the
> classes as required in your code. If you rely on the CLASSPATH environment
> variable for you application execution, then just copy the jar to a
> directory in that path or add the jar to the CLASSPATH.
> 
> Duke
> 
> 
> 
> 
> > -----Original Message-----
> > From: Jim the Standing Bear [mailto:standingbear@gmail.com]
> > Sent: Thursday, August 05, 2004 12:39 PM
> > To: xmlrpc-user@ws.apache.org
> > Subject: Re: list and rationing
> >
> > hi Duke,
> >
> > What do you do with the jars? do you drop them into some
> > specific directory? or do you just set the CLASSPATH to point
> > to them? thanks
> >
> > best wishes
> >
> > jim
> >
> >
> > On Thu, 5 Aug 2004 12:32:16 -0700, Duke Tantiprasut
> > <dt...@micromuse.com> wrote:
> > > Hi Jim,
> > >
> > > I'm on the list, but i just use the jars. Havent tried
> > compiling the
> > > source yet. So not much help to you on this one.
> > >
> > > Duke
> > >
> > >
> > >
> > > > -----Original Message-----
> > > > From: Jim the Standing Bear [mailto:standingbear@gmail.com]
> > > > Sent: Thursday, August 05, 2004 12:26 PM
> > > > To: xmlrpc-user@ws.apache.org
> > > > Subject: list and rationing
> > > >
> > > > Hi,
> > > >
> > > > I am just wondering how many people are signed up for
> > this mailing
> > > > list? Seems like me and Daniel are the only two here...
> > in addition,
> > > > is the help rationed? Can I get more help than just one
> > message per
> > > > day? it is pretty time consuming if I have to wait for a
> > day to get
> > > > an answer to every question I asked...  I dont mean to be a jerk
> > > > here, but you can probably tell how frustrated I am right
> > now trying
> > > > to get some help from this mailing list. thanks
> > > >
> > > > On Wed, 4 Aug 2004 12:08:19 -0400 (EDT), Daniel
> > <da...@yorku.ca>
> > > > wrote:
> > > > >
> > > > > Hi,
> > > > >
> > > > > Unless you need to modify the source of v1.2-b1, you can
> > > > download it
> > > > > from the distribution directory.  Here's a mirror:
> > > > > http://apache.sunsite.ualberta.ca/ws/xmlrpc/v1.2-b1/
> > > > >
> > > > > If you're up for it, you can check out the latest CVS
> > > > source and set
> > > > > up your default.properties/building.properties file as
> > > > below and then
> > > > > run "ant" which would build the jar files.  Note you might
> > > > need to get
> > > > > some jars and point to their location in the .properties
> > > > (see last few
> > > > > lines--I've placed the jars in the ./lib directory).
> > > > >
> > > > > #
> > > >
> > -------------------------------------------------------------------
> > > > > # D E F A U L T   P R O P E R T I E S
> > > > > #
> > > >
> > -------------------------------------------------------------------
> > > > > # These properties are used by the XML-RPC build.  You may
> > > > override #
> > > > > any of these default values by placing property values in
> > > > your # local
> > > > > build.properties and ${user.home}/build.properties files.
> > > > > #
> > > >
> > -------------------------------------------------------------------
> > > > >
> > > > > name = XML-RPC
> > > > > project = xmlrpc
> > > > > build.dir = ./target
> > > > > build.dest = ${build.dir}/classes
> > > > > build.test.dest = ${build.dir}/test-classes src.dir = ./src
> > > > > src.test.dir = ${src.dir}/test test.reportsDirectory =
> > > > > test-reports javadoc.destdir = ${build.dir}/docs/api
> > > > > jakarta.site2 = ../jakarta-site2
> > > > > jdom.jar = jdom-b7.jar
> > > > > docs.src = ./xdocs
> > > > > docs.dest = ./docs
> > > > > lib.repo = ./lib
> > > > > year = 1999-2002
> > > > > debug = off
> > > > > optimize = on
> > > > > deprecation = on
> > > > > final.name = ${project}-${version}
> > > > >
> > > > > # You must set these values here, or in your #
> > > > > ${user.home}/build.properties file in order # to build XmlRpc:
> > > > >
> > > > > commons-httpclient.jar = ${lib.repo}/commons-httpclient-2.0.jar
> > > > > commons-logging.jar = ${lib.repo}/commons-logging-1.0.3.jar
> > > > > commons-codec.jar = ${lib.repo}/commons-codec-1.1.jar
> > jsse.jar =
> > > > > ${lib.repo}/jsse.jar jnet.jar = ${lib.repo}/jnet.jar
> > jcert.jar =
> > > > > ${lib.repo}/jcert.jar servlet.jar = ${lib.repo}/servlet.jar
> > > > junit.jar
> > > > > = ${lib.repo}/junit-3.7.jar
> > > > >
> > > > > Regards,
> > > > > Daniel
> > > > >
> > > > >
> > > > >
> > > > > On Tue, 3 Aug 2004, Jim the Standing Bear wrote:
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I downloaded the XML-RPC v1.2 b1 package, but could
> > not build it.
> > > > > > Whenever I run ant, it would come back with an error
> > > > message saying
> > > > > > that in build.xml line 137 that the source directory does
> > > > not exist.
> > > > > >
> > > > > > I looked at the readme file included in the package,
> > and it says
> > > > > > something about configuring the build.properties file in
> > > > the build
> > > > > > directory. However, I could not even see the build
> > > > directory at all,
> > > > > > let along finding the .properties file in there.
> > > > > >
> > > > > > Please help. I am using redhat 9. thanks
> > > > > >
> > > > > > best wishes
> > > > > >
> > > > > > Jim
> > > > > >
> > > > > > --
> > > > > > --------------------------------------
> > > > > > Standing Bear Has Spoken
> > > > > > --------------------------------------
> > > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > --------------------------------------
> > > > Standing Bear Has Spoken
> > > > --------------------------------------
> > > >
> > >
> > >
> >
> >
> > --
> > --------------------------------------
> > Standing Bear Has Spoken
> > --------------------------------------
> >
> 
> 


-- 
--------------------------------------
Standing Bear Has Spoken
--------------------------------------

RE: list and rationing

Posted by Duke Tantiprasut <dt...@micromuse.com>.
Yep. Just put them in the classpath for your application and import the
classes as required in your code. If you rely on the CLASSPATH environment
variable for you application execution, then just copy the jar to a
directory in that path or add the jar to the CLASSPATH.

Duke

 

> -----Original Message-----
> From: Jim the Standing Bear [mailto:standingbear@gmail.com] 
> Sent: Thursday, August 05, 2004 12:39 PM
> To: xmlrpc-user@ws.apache.org
> Subject: Re: list and rationing
> 
> hi Duke,
> 
> What do you do with the jars? do you drop them into some 
> specific directory? or do you just set the CLASSPATH to point 
> to them? thanks
> 
> best wishes
> 
> jim
> 
> 
> On Thu, 5 Aug 2004 12:32:16 -0700, Duke Tantiprasut 
> <dt...@micromuse.com> wrote:
> > Hi Jim,
> > 
> > I'm on the list, but i just use the jars. Havent tried 
> compiling the 
> > source yet. So not much help to you on this one.
> > 
> > Duke
> > 
> > 
> > 
> > > -----Original Message-----
> > > From: Jim the Standing Bear [mailto:standingbear@gmail.com]
> > > Sent: Thursday, August 05, 2004 12:26 PM
> > > To: xmlrpc-user@ws.apache.org
> > > Subject: list and rationing
> > >
> > > Hi,
> > >
> > > I am just wondering how many people are signed up for 
> this mailing 
> > > list? Seems like me and Daniel are the only two here... 
> in addition, 
> > > is the help rationed? Can I get more help than just one 
> message per 
> > > day? it is pretty time consuming if I have to wait for a 
> day to get 
> > > an answer to every question I asked...  I dont mean to be a jerk 
> > > here, but you can probably tell how frustrated I am right 
> now trying 
> > > to get some help from this mailing list. thanks
> > >
> > > On Wed, 4 Aug 2004 12:08:19 -0400 (EDT), Daniel 
> <da...@yorku.ca> 
> > > wrote:
> > > >
> > > > Hi,
> > > >
> > > > Unless you need to modify the source of v1.2-b1, you can
> > > download it
> > > > from the distribution directory.  Here's a mirror:
> > > > http://apache.sunsite.ualberta.ca/ws/xmlrpc/v1.2-b1/
> > > >
> > > > If you're up for it, you can check out the latest CVS
> > > source and set
> > > > up your default.properties/building.properties file as
> > > below and then
> > > > run "ant" which would build the jar files.  Note you might
> > > need to get
> > > > some jars and point to their location in the .properties
> > > (see last few
> > > > lines--I've placed the jars in the ./lib directory).
> > > >
> > > > #
> > > 
> -------------------------------------------------------------------
> > > > # D E F A U L T   P R O P E R T I E S
> > > > #
> > > 
> -------------------------------------------------------------------
> > > > # These properties are used by the XML-RPC build.  You may
> > > override #
> > > > any of these default values by placing property values in
> > > your # local
> > > > build.properties and ${user.home}/build.properties files.
> > > > #
> > > 
> -------------------------------------------------------------------
> > > >
> > > > name = XML-RPC
> > > > project = xmlrpc
> > > > build.dir = ./target
> > > > build.dest = ${build.dir}/classes
> > > > build.test.dest = ${build.dir}/test-classes src.dir = ./src 
> > > > src.test.dir = ${src.dir}/test test.reportsDirectory = 
> > > > test-reports javadoc.destdir = ${build.dir}/docs/api
> > > > jakarta.site2 = ../jakarta-site2
> > > > jdom.jar = jdom-b7.jar
> > > > docs.src = ./xdocs
> > > > docs.dest = ./docs
> > > > lib.repo = ./lib
> > > > year = 1999-2002
> > > > debug = off
> > > > optimize = on
> > > > deprecation = on
> > > > final.name = ${project}-${version}
> > > >
> > > > # You must set these values here, or in your # 
> > > > ${user.home}/build.properties file in order # to build XmlRpc:
> > > >
> > > > commons-httpclient.jar = ${lib.repo}/commons-httpclient-2.0.jar
> > > > commons-logging.jar = ${lib.repo}/commons-logging-1.0.3.jar
> > > > commons-codec.jar = ${lib.repo}/commons-codec-1.1.jar 
> jsse.jar = 
> > > > ${lib.repo}/jsse.jar jnet.jar = ${lib.repo}/jnet.jar 
> jcert.jar = 
> > > > ${lib.repo}/jcert.jar servlet.jar = ${lib.repo}/servlet.jar
> > > junit.jar
> > > > = ${lib.repo}/junit-3.7.jar
> > > >
> > > > Regards,
> > > > Daniel
> > > >
> > > >
> > > >
> > > > On Tue, 3 Aug 2004, Jim the Standing Bear wrote:
> > > >
> > > > > Hi,
> > > > >
> > > > > I downloaded the XML-RPC v1.2 b1 package, but could 
> not build it.
> > > > > Whenever I run ant, it would come back with an error
> > > message saying
> > > > > that in build.xml line 137 that the source directory does
> > > not exist.
> > > > >
> > > > > I looked at the readme file included in the package, 
> and it says 
> > > > > something about configuring the build.properties file in
> > > the build
> > > > > directory. However, I could not even see the build
> > > directory at all,
> > > > > let along finding the .properties file in there.
> > > > >
> > > > > Please help. I am using redhat 9. thanks
> > > > >
> > > > > best wishes
> > > > >
> > > > > Jim
> > > > >
> > > > > --
> > > > > --------------------------------------
> > > > > Standing Bear Has Spoken
> > > > > --------------------------------------
> > > > >
> > > >
> > >
> > >
> > > --
> > > --------------------------------------
> > > Standing Bear Has Spoken
> > > --------------------------------------
> > >
> > 
> > 
> 
> 
> --
> --------------------------------------
> Standing Bear Has Spoken
> --------------------------------------
> 


Re: list and rationing

Posted by Jim the Standing Bear <st...@gmail.com>.
hi Duke,

What do you do with the jars? do you drop them into some specific
directory? or do you just set the CLASSPATH to point to them? thanks

best wishes

jim


On Thu, 5 Aug 2004 12:32:16 -0700, Duke Tantiprasut
<dt...@micromuse.com> wrote:
> Hi Jim,
> 
> I'm on the list, but i just use the jars. Havent tried compiling the source
> yet. So not much help to you on this one.
> 
> Duke 
> 
> 
> 
> > -----Original Message-----
> > From: Jim the Standing Bear [mailto:standingbear@gmail.com]
> > Sent: Thursday, August 05, 2004 12:26 PM
> > To: xmlrpc-user@ws.apache.org
> > Subject: list and rationing
> >
> > Hi,
> >
> > I am just wondering how many people are signed up for this
> > mailing list? Seems like me and Daniel are the only two
> > here... in addition, is the help rationed? Can I get more
> > help than just one message per day? it is pretty time
> > consuming if I have to wait for a day to get an answer to
> > every question I asked...  I dont mean to be a jerk here, but
> > you can probably tell how frustrated I am right now trying to
> > get some help from this mailing list. thanks
> >
> > On Wed, 4 Aug 2004 12:08:19 -0400 (EDT), Daniel
> > <da...@yorku.ca> wrote:
> > >
> > > Hi,
> > >
> > > Unless you need to modify the source of v1.2-b1, you can
> > download it
> > > from the distribution directory.  Here's a mirror:
> > > http://apache.sunsite.ualberta.ca/ws/xmlrpc/v1.2-b1/
> > >
> > > If you're up for it, you can check out the latest CVS
> > source and set
> > > up your default.properties/building.properties file as
> > below and then
> > > run "ant" which would build the jar files.  Note you might
> > need to get
> > > some jars and point to their location in the .properties
> > (see last few
> > > lines--I've placed the jars in the ./lib directory).
> > >
> > > #
> > -------------------------------------------------------------------
> > > # D E F A U L T   P R O P E R T I E S
> > > #
> > -------------------------------------------------------------------
> > > # These properties are used by the XML-RPC build.  You may
> > override #
> > > any of these default values by placing property values in
> > your # local
> > > build.properties and ${user.home}/build.properties files.
> > > #
> > -------------------------------------------------------------------
> > >
> > > name = XML-RPC
> > > project = xmlrpc
> > > build.dir = ./target
> > > build.dest = ${build.dir}/classes
> > > build.test.dest = ${build.dir}/test-classes src.dir = ./src
> > > src.test.dir = ${src.dir}/test test.reportsDirectory = test-reports
> > > javadoc.destdir = ${build.dir}/docs/api
> > > jakarta.site2 = ../jakarta-site2
> > > jdom.jar = jdom-b7.jar
> > > docs.src = ./xdocs
> > > docs.dest = ./docs
> > > lib.repo = ./lib
> > > year = 1999-2002
> > > debug = off
> > > optimize = on
> > > deprecation = on
> > > final.name = ${project}-${version}
> > >
> > > # You must set these values here, or in your #
> > > ${user.home}/build.properties file in order # to build XmlRpc:
> > >
> > > commons-httpclient.jar = ${lib.repo}/commons-httpclient-2.0.jar
> > > commons-logging.jar = ${lib.repo}/commons-logging-1.0.3.jar
> > > commons-codec.jar = ${lib.repo}/commons-codec-1.1.jar jsse.jar =
> > > ${lib.repo}/jsse.jar jnet.jar = ${lib.repo}/jnet.jar jcert.jar =
> > > ${lib.repo}/jcert.jar servlet.jar = ${lib.repo}/servlet.jar
> > junit.jar
> > > = ${lib.repo}/junit-3.7.jar
> > >
> > > Regards,
> > > Daniel
> > >
> > >
> > >
> > > On Tue, 3 Aug 2004, Jim the Standing Bear wrote:
> > >
> > > > Hi,
> > > >
> > > > I downloaded the XML-RPC v1.2 b1 package, but could not build it.
> > > > Whenever I run ant, it would come back with an error
> > message saying
> > > > that in build.xml line 137 that the source directory does
> > not exist.
> > > >
> > > > I looked at the readme file included in the package, and it says
> > > > something about configuring the build.properties file in
> > the build
> > > > directory. However, I could not even see the build
> > directory at all,
> > > > let along finding the .properties file in there.
> > > >
> > > > Please help. I am using redhat 9. thanks
> > > >
> > > > best wishes
> > > >
> > > > Jim
> > > >
> > > > --
> > > > --------------------------------------
> > > > Standing Bear Has Spoken
> > > > --------------------------------------
> > > >
> > >
> >
> >
> > --
> > --------------------------------------
> > Standing Bear Has Spoken
> > --------------------------------------
> >
> 
> 


-- 
--------------------------------------
Standing Bear Has Spoken
--------------------------------------

RE: list and rationing

Posted by Duke Tantiprasut <dt...@micromuse.com>.
Hi Jim,

I'm on the list, but i just use the jars. Havent tried compiling the source
yet. So not much help to you on this one.

Duke 

> -----Original Message-----
> From: Jim the Standing Bear [mailto:standingbear@gmail.com] 
> Sent: Thursday, August 05, 2004 12:26 PM
> To: xmlrpc-user@ws.apache.org
> Subject: list and rationing
> 
> Hi,
> 
> I am just wondering how many people are signed up for this 
> mailing list? Seems like me and Daniel are the only two 
> here... in addition, is the help rationed? Can I get more 
> help than just one message per day? it is pretty time 
> consuming if I have to wait for a day to get an answer to 
> every question I asked...  I dont mean to be a jerk here, but 
> you can probably tell how frustrated I am right now trying to 
> get some help from this mailing list. thanks
> 
> On Wed, 4 Aug 2004 12:08:19 -0400 (EDT), Daniel 
> <da...@yorku.ca> wrote:
> > 
> > Hi,
> > 
> > Unless you need to modify the source of v1.2-b1, you can 
> download it 
> > from the distribution directory.  Here's a mirror:
> > http://apache.sunsite.ualberta.ca/ws/xmlrpc/v1.2-b1/
> > 
> > If you're up for it, you can check out the latest CVS 
> source and set 
> > up your default.properties/building.properties file as 
> below and then 
> > run "ant" which would build the jar files.  Note you might 
> need to get 
> > some jars and point to their location in the .properties 
> (see last few 
> > lines--I've placed the jars in the ./lib directory).
> > 
> > # 
> -------------------------------------------------------------------
> > # D E F A U L T   P R O P E R T I E S
> > # 
> -------------------------------------------------------------------
> > # These properties are used by the XML-RPC build.  You may 
> override # 
> > any of these default values by placing property values in 
> your # local 
> > build.properties and ${user.home}/build.properties files.
> > # 
> -------------------------------------------------------------------
> > 
> > name = XML-RPC
> > project = xmlrpc
> > build.dir = ./target
> > build.dest = ${build.dir}/classes
> > build.test.dest = ${build.dir}/test-classes src.dir = ./src 
> > src.test.dir = ${src.dir}/test test.reportsDirectory = test-reports 
> > javadoc.destdir = ${build.dir}/docs/api
> > jakarta.site2 = ../jakarta-site2
> > jdom.jar = jdom-b7.jar
> > docs.src = ./xdocs
> > docs.dest = ./docs
> > lib.repo = ./lib
> > year = 1999-2002
> > debug = off
> > optimize = on
> > deprecation = on
> > final.name = ${project}-${version}
> > 
> > # You must set these values here, or in your # 
> > ${user.home}/build.properties file in order # to build XmlRpc:
> > 
> > commons-httpclient.jar = ${lib.repo}/commons-httpclient-2.0.jar
> > commons-logging.jar = ${lib.repo}/commons-logging-1.0.3.jar
> > commons-codec.jar = ${lib.repo}/commons-codec-1.1.jar jsse.jar = 
> > ${lib.repo}/jsse.jar jnet.jar = ${lib.repo}/jnet.jar jcert.jar = 
> > ${lib.repo}/jcert.jar servlet.jar = ${lib.repo}/servlet.jar 
> junit.jar 
> > = ${lib.repo}/junit-3.7.jar
> > 
> > Regards,
> > Daniel
> > 
> > 
> > 
> > On Tue, 3 Aug 2004, Jim the Standing Bear wrote:
> > 
> > > Hi,
> > >
> > > I downloaded the XML-RPC v1.2 b1 package, but could not build it.
> > > Whenever I run ant, it would come back with an error 
> message saying 
> > > that in build.xml line 137 that the source directory does 
> not exist.
> > >
> > > I looked at the readme file included in the package, and it says 
> > > something about configuring the build.properties file in 
> the build 
> > > directory. However, I could not even see the build 
> directory at all, 
> > > let along finding the .properties file in there.
> > >
> > > Please help. I am using redhat 9. thanks
> > >
> > > best wishes
> > >
> > > Jim
> > >
> > > --
> > > --------------------------------------
> > > Standing Bear Has Spoken
> > > --------------------------------------
> > >
> > 
> 
> 
> --
> --------------------------------------
> Standing Bear Has Spoken
> --------------------------------------
>