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
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.
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
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
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
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
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: