Re: Setting classpath when executing jar file

2006-07-06 Thread chuanjiang lo
Thanks Appreciate your help On 7/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >It seems like i'm not getting the classpath setting correctly >hence there is an error in executing my jar file.. > > > > > > > > >classpathref="libraries"> >

AW: Setting classpath when executing jar file

2006-07-06 Thread Jan.Materne
>It seems like i'm not getting the classpath setting correctly >hence there is an error in executing my jar file.. > > > > > > > > >classpathref="libraries"> > > > > >When trying to execute the jar file, the classes in other jars >is not

Setting classpath when executing jar file

2006-07-06 Thread chuanjiang lo
It seems like i'm not getting the classpath setting correctly hence there is an error in executing my jar file.. ... ... When trying to execute the jar file, the classes in other jars is not found. How to correctly set the classpathref

RE: Migration problem, Windows to Linux (how to unsubscribe)

2006-07-06 Thread bill/wilandra
Read through all the attachments to this email and you will find the answer stated many times. Bill -Original Message- From: Jian Xu [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 5:19 PM To: user@ant.apache.org Subject: Re: Migration problem, Windows to Linux (how to unsubscrib

Re: Migration problem, Windows to Linux (how to unsubscribe)

2006-07-06 Thread Dominique Devienne
See the new FAQ entry about this. --DD On 7/6/06, Jian Xu <[EMAIL PROTECTED]> wrote: Hi, Can somebody tell me how to get me off the mailing list? I tried everything and still receiving all these emails. Your help is much appreciated. Thanks Jian >From: "Fredrik Andersson" <[EMAIL PROTECTED]

Re: Migration problem, Windows to Linux (how to unsubscribe)

2006-07-06 Thread Jian Xu
Hi, Can somebody tell me how to get me off the mailing list? I tried everything and still receiving all these emails. Your help is much appreciated. Thanks Jian From: "Fredrik Andersson" <[EMAIL PROTECTED]> Reply-To: "Ant Users List" To: "Ant Users List" Subject: Re: Migration problem, W

RE: Are there ANT tasks for SFTP?

2006-07-06 Thread Shailesh Sharma
What exact jar file i need to download ? and where i can download ? if you can be specific, that be helpful. "Rebhan, Gilbert" <[EMAIL PROTECTED]> wrote: I use the maverick ant task for sftp stuff, works great, _no_ library dependencies. recommended = http://3sp.com/products/ma

How is build.sysclasspath set?

2006-07-06 Thread Douglas Dunn
I am executing a forked JVM (1.6 beta) in a java task. Although it already knows where to get the bootstrap classes (and is therefore working), when I attempt to set the bootclasspath, I get the following message: Ignoring bootclasspath as build.sysclasspath has been set I see the one page docume

Re: RE: Are there ANT tasks for SFTP?

2006-07-06 Thread Antoine Levy-Lambert
Hello Shailesh, ant-jsch.jar is not checked in; it is part of the release. If you are working from a binary release of ant, you should have it. If you or someone at your company built ant from source, and if at the time of the build jsch.jar was not present in the lib/optional directory as Rob

Re: Age of files/directories

2006-07-06 Thread Guru Balse
Thanks, Antoine. Focusing on "PatternSets", I completely missed the "Selectors" part of the manual :-) duh! Antoine Levy-Lambert wrote: Hello Guru, use the delete task with nested fileset(s) nesting themselves a date selector. Read the "Concept and Types" section of the ant manual, all

Re: build sub-source tree in the order I specified.

2006-07-06 Thread Steve Loughran
Chun Ji wrote: I was trying to compile all the java files under that "/com" directory, but no good. The reason is some of the files under that source tree are not ready for build. That is why I found a way to build files under some subdir. But since there are some depends, so I have to force some

RE: Are there ANT tasks for SFTP?

2006-07-06 Thread Rebhan, Gilbert
I use the maverick ant task for sftp stuff, works great, _no_ library dependencies. recommended = http://3sp.com/products/maverick-ant/maverick-ant.jsp Only thing about is, you cannot change the source, as there are commercial libraries limported. Regards, Gilbert -Original Message--