AW: Identifying Embedded Documents

2008-03-02 Thread Jan.Materne
Embedded in what? Basically you have to analyse the "outer" document. There is no builtin task that I am aware off. Jan > -Ursprüngliche Nachricht- > Von: Uday K. Sodhi [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 3. März 2008 08:02 > An: user@ant.apache.org > Betreff: Identifying Emb

Identifying Embedded Documents

2008-03-02 Thread Uday K. Sodhi
Hi All, I would like to know if there is a way to identify Embedded documents (for MS Office docs) through ANT? Thanks, Uday - Never miss a thing. Make Yahoo your homepage.

Re: problem with the fileset

2008-03-02 Thread Ramu Sethu
Property task is not mandatory. To narrow down the problem, just write a small build file which copies files from a local dir to another local dir with date selector On Thu, Feb 28, 2008 at 4:23 PM, sekhar18k <[EMAIL PROTECTED]> wrote: > > hi Ramu, > > Thanks for the reply.. > > Actually i am

Re: exclude a loaded class from the classpath

2008-03-02 Thread supareno
Garrett Smith a écrit : On Sun, Mar 2, 2008 at 6:00 AM, supareno <[EMAIL PROTECTED]> wrote: hello everyone, i'm facing to a BIG problem at my office... i work for a company with strange practices. i have to make a build file for an old project... the problem is: (jar names are not the r

Re: exclude a loaded class from the classpath

2008-03-02 Thread Garrett Smith
On Sun, Mar 2, 2008 at 6:00 AM, supareno <[EMAIL PROTECTED]> wrote: > hello everyone, > > i'm facing to a BIG problem at my office... > i work for a company with strange practices. i have to make a build file > for an old project... > the problem is: > (jar names are not the real one) > > > 1

exclude a loaded class from the classpath

2008-03-02 Thread supareno
hello everyone, i'm facing to a BIG problem at my office... i work for a company with strange practices. i have to make a build file for an old project... the problem is: (jar names are not the real one) 1- somebody redefines classes from A.jar in the project. 2- Foo.java extends a class rede

filterchain - apply to a subset of a filelist?

2008-03-02 Thread Garrett Smith
I already solved the problem, I'd like a code review, please. Goal: build a set of files into one, removing a token from all but the first. Problem: Each file has namespace('APE.anim') or namespace(APE.anim") (double or single quotes) I need only one APE.namespace in the built file. Solution: