You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Martin Dulisch <md...@s-und-n.de> on 2004/01/13 09:02:39 UTC

[client] Patch for build and readme

I have appended patches for the build.xml and the README. Now the build
script distinguishes build and distribution. The commandline client is now
also handled.

For the build of the commandline client the antlr.jar is needed. Could you
please add this lib to the webdavclient/lib folder. Doeas anyone know if
antlr-tools.jar is needed for execution? I am not using the commandline.

The start scripts for the commandline client still have to be adjusted. I
can contirbute this in the next days.

Martin

---------------
Martin Dulisch
Open Source Group, S&N AG
mdulisch@s-und-n.de


Re: [client] Patch for build and readme

Posted by Oliver Zeigermann <oz...@c1-fse.de>.
OK, applied...

Oliver

Martin Dulisch wrote:

> I create the patch with eclipse. I seems that it has a problem with the
> readme. No you find the complete README in bugzilla.
> 
> Thanks
>  
> 
> 
>>-----Original Message-----
>>From: Oliver Zeigermann [mailto:ozeigermann@c1-fse.de] 
>>Sent: Dienstag, 13. Januar 2004 11:38
>>To: Slide Developers Mailing List
>>Subject: Re: [client] Patch for build and readme
>>
>>Oliver Zeigermann wrote:
>>
>>>P.S.: The README patch seemed to have no effect on the 
>>
>>README file. At 
>>
>>>least Eclipse told me so...
>>
>>This is the patch I received. Seems to be clipped or it does not make 
>>much sense to me:
>>
>>Index: README
>>===================================================================
>>retrieving revision 1.1
>>diff -u -r1.1 README
>>--- README	12 Jan 2004 11:47:29 -0000	1.1
>>+++ README	13 Jan 2004 07:56:39 -0000
>>@@ -15,6 +15,8 @@
>>  - build-clientlib: Compile
>>  - dist-clientlib: Build jar lib with WebDav client and copy 
>>required 
>>jars to build/lib
>>  - javadoc-clientlib: Create API documentation
>>  - all: dist and javadoc are executed
>>
>>  Using client library
>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: slide-dev-help@jakarta.apache.org
>>
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
> 
> .
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


RE: [client] Patch for build and readme

Posted by Martin Dulisch <md...@s-und-n.de>.
I create the patch with eclipse. I seems that it has a problem with the
readme. No you find the complete README in bugzilla.

Thanks
 

> -----Original Message-----
> From: Oliver Zeigermann [mailto:ozeigermann@c1-fse.de] 
> Sent: Dienstag, 13. Januar 2004 11:38
> To: Slide Developers Mailing List
> Subject: Re: [client] Patch for build and readme
> 
> Oliver Zeigermann wrote:
> > P.S.: The README patch seemed to have no effect on the 
> README file. At 
> > least Eclipse told me so...
> 
> This is the patch I received. Seems to be clipped or it does not make 
> much sense to me:
> 
> Index: README
> ===================================================================
> retrieving revision 1.1
> diff -u -r1.1 README
> --- README	12 Jan 2004 11:47:29 -0000	1.1
> +++ README	13 Jan 2004 07:56:39 -0000
> @@ -15,6 +15,8 @@
>   - build-clientlib: Compile
>   - dist-clientlib: Build jar lib with WebDav client and copy 
> required 
> jars to build/lib
>   - javadoc-clientlib: Create API documentation
>   - all: dist and javadoc are executed
> 
>   Using client library
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: [client] Patch for build and readme

Posted by Oliver Zeigermann <oz...@c1-fse.de>.
Oliver Zeigermann wrote:
> P.S.: The README patch seemed to have no effect on the README file. At 
> least Eclipse told me so...

This is the patch I received. Seems to be clipped or it does not make 
much sense to me:

Index: README
===================================================================
retrieving revision 1.1
diff -u -r1.1 README
--- README	12 Jan 2004 11:47:29 -0000	1.1
+++ README	13 Jan 2004 07:56:39 -0000
@@ -15,6 +15,8 @@
  - build-clientlib: Compile
  - dist-clientlib: Build jar lib with WebDav client and copy required 
jars to build/lib
  - javadoc-clientlib: Create API documentation
  - all: dist and javadoc are executed

  Using client library




---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: [client] Patch for build and readme

Posted by Oliver Zeigermann <oz...@c1-fse.de>.
Martin Dulisch wrote:

>>OK. Checked in. Moved antlr libs to the client section. antlr-tools 
>>certainly is not needed for execution, but for creation of parser 
>>classes for .g grammar file. Do you have an ant task for it?
>>
> 
> 
> No I dont have this task. Should we add it also commented out?

I'd say do not use it and also delete antlr-tools lib. This is only 
needed when someone changes the grammar file and if he/she is able to do 
so he/she will certainly have a copy of ANTLR lying around.

Oliver



---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


RE: [client] Patch for build and readme

Posted by Martin Dulisch <md...@s-und-n.de>.
> 
> OK. Checked in. Moved antlr libs to the client section. antlr-tools 
> certainly is not needed for execution, but for creation of parser 
> classes for .g grammar file. Do you have an ant task for it?
> 

No I dont have this task. Should we add it also commented out?


> I have found this in the main build file (although) commented out:
> 
>          <!-- antlr 
> target="src/webdav/client/src/org/apache/webdav/cmd/Client.g"
>  
> outputdirectory="${webdavclient.build}/src/org/apache/webdav/cmd">
>        <classpath refid="webdavclient.classpath"/>
>      </antlr -->
> 
> I guess to have the antlr task running you will need antlr in 
> your class 
> path and that's why it was commented out.
> 
> Oliver
> 
> P.S.: The README patch seemed to have no effect on the README 
> file. At 
> least Eclipse told me so...
> 
> 
> Martin Dulisch wrote:
> > I have appended patches for the build.xml and the README. 
> Now the build
> > script distinguishes build and distribution. The 
> commandline client is now
> > also handled.
> > 
> > For the build of the commandline client the antlr.jar is 
> needed. Could you
> > please add this lib to the webdavclient/lib folder. Doeas 
> anyone know if
> > antlr-tools.jar is needed for execution? I am not using the 
> commandline.
> > 
> > The start scripts for the commandline client still have to 
> be adjusted. I
> > can contirbute this in the next days.
> > 
> > Martin
> > 
> > ---------------
> > Martin Dulisch
> > Open Source Group, S&N AG
> > mdulisch@s-und-n.de
> > 
> > 
> > 
> > 
> --------------------------------------------------------------
> ----------
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


Re: [client] Patch for build and readme

Posted by Oliver Zeigermann <oz...@c1-fse.de>.
OK. Checked in. Moved antlr libs to the client section. antlr-tools 
certainly is not needed for execution, but for creation of parser 
classes for .g grammar file. Do you have an ant task for it?

I have found this in the main build file (although) commented out:

         <!-- antlr 
target="src/webdav/client/src/org/apache/webdav/cmd/Client.g"
 
outputdirectory="${webdavclient.build}/src/org/apache/webdav/cmd">
       <classpath refid="webdavclient.classpath"/>
     </antlr -->

I guess to have the antlr task running you will need antlr in your class 
path and that's why it was commented out.

Oliver

P.S.: The README patch seemed to have no effect on the README file. At 
least Eclipse told me so...


Martin Dulisch wrote:
> I have appended patches for the build.xml and the README. Now the build
> script distinguishes build and distribution. The commandline client is now
> also handled.
> 
> For the build of the commandline client the antlr.jar is needed. Could you
> please add this lib to the webdavclient/lib folder. Doeas anyone know if
> antlr-tools.jar is needed for execution? I am not using the commandline.
> 
> The start scripts for the commandline client still have to be adjusted. I
> can contirbute this in the next days.
> 
> Martin
> 
> ---------------
> Martin Dulisch
> Open Source Group, S&N AG
> mdulisch@s-und-n.de
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-dev-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org


RE: [client] Patch for build and readme

Posted by Martin Dulisch <md...@s-und-n.de>.
It looks like the mailserver does not like my appendings. I have created a
bugzilla entry with the patches:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26085
 

> -----Original Message-----
> From: Martin Dulisch [mailto:mdulisch@s-und-n.de] 
> Sent: Dienstag, 13. Januar 2004 09:03
> To: Slide Developer
> Subject: [client] Patch for build and readme
> 
> 
> I have appended patches for the build.xml and the README. Now 
> the build
> script distinguishes build and distribution. The commandline 
> client is now
> also handled.
> 
> For the build of the commandline client the antlr.jar is 
> needed. Could you
> please add this lib to the webdavclient/lib folder. Doeas 
> anyone know if
> antlr-tools.jar is needed for execution? I am not using the 
> commandline.
> 
> The start scripts for the commandline client still have to be 
> adjusted. I
> can contirbute this in the next days.
> 
> Martin
> 
> ---------------
> Martin Dulisch
> Open Source Group, S&N AG
> mdulisch@s-und-n.de
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org