Re: Newbee Question on

2004-12-29 Thread Jacob Kjome
At 08:26 AM 12/29/2004 -0500, you wrote: >Hi Antoine and Ivan, > >Just tried the following: > > destdir="classes" > > > > Since when do you pass an argument to a VM with the value in quotes? Remove the "'s and see if that fixes the issue. Jake >and this:

RE: Encryption?

2004-12-29 Thread Magnus Svensson (HF/EAB)
Hi, Sorry for repeating my question, but I really need to know if ANT include any SW encryption. /Magnus -Original Message- From: Magnus Svensson (HF/EAB) Sent: den 20 december 2004 17:48 To: 'user@ant.apache.org' Subject: Encryption? Hi, I resend this question due to mail server pr

RE: build.bat for win2k

2004-12-29 Thread Zafarano, Marcus
-Original Message- From: THUFIR HAWAT [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 29, 2004 3:19 PM To: user@ant.apache.org Subject: build.bat for win2k the only thing left to do is actually install ant, i think! C:\ant\apache\ant\1.6.2 holds all the bin files and so forth. the

build.bat for win2k

2004-12-29 Thread THUFIR HAWAT
the only thing left to do is actually install ant, i think! C:\ant\apache\ant\1.6.2 holds all the bin files and so forth. the only way to install ant is from the command line? however, build.bat failed :( I've tried copying (control-insert) from the prompt, but can't capture the error message

Re: JAXP-compliant XML parser

2004-12-29 Thread THUFIR HAWAT
heh, since the Apache Xerces2 XML parser comes with ant, nevermind. sorry, wasn't reading very well! -Thufir -- ___ Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm -

JAXP-compliant XML parser

2004-12-29 Thread THUFIR HAWAT
sorry for the flurry of questions, but what's meant by: To build and use Ant, you must have a JAXP-compliant XML parser installed and available on your classpath. how would I know if I do, pls? thanks, Thufir -- ___ Sign-up for Ads Free

Re: Add the bin directory to your path

2004-12-29 Thread Antoine Levy-Lambert
You check that everything works, if you do the following : open a DOS box (Command prompt) type ant -version you should see the version of ant, ant -diagnostics you should see a number of parameters of ant. Cheers, Antoine THUFIR HAWAT wrote: from the manual: "Setup Before you can run ant there is

Add the bin directory to your path

2004-12-29 Thread THUFIR HAWAT
from the manual: "Setup Before you can run ant there is some additional set up you will need to do: * Add the bin directory to your path." how do I check that, pls? thanks, Thufir -- ___ Sign-up for Ads Free at Mail.com http://pr

Re: system variables for win2k

2004-12-29 Thread THUFIR HAWAT
- Original Message - From: "Antoine Levy-Lambert" <[EMAIL PROTECTED]> To: "Ant Users List" Subject: Re: system variables for win2k Date: Wed, 29 Dec 2004 23:18:05 +0100 > ANT_HOME C:\ant > JAVA_HOMEC:\Program Files\Java\jdk1.5.0 > PATH %PATH%;%JAVA_HOME%\bin;

Re: system variables for win2k

2004-12-29 Thread Antoine Levy-Lambert
THUFIR HAWAT wrote: ANT_HOME C:\ant JAVA_HOMEC:\Program Files\Java\jdk1.5.0 PATH %PATH%;%JAVA_HOME%\bin;%ANT_HOME%\bin from start/settings/control panel/system/advanced/environmental variables/system variables i've changed it to: ANT_HOME C:\ant JAVA_HOME

Imported targets being declared "final"?

2004-12-29 Thread galenboyerdev
Is there anyway to accomplish the following, or thoughts for the following down the road? Here is an example of an imported file: And then invocation might say: BASH> ant -f importingfile.xml some-common-target Not allowed to override implementation of

Re: system variables for win2k

2004-12-29 Thread THUFIR HAWAT
from start/settings/control panel/system/advanced/environmental variables/system variables i've changed it to: ANT_HOME C:\ant JAVA_HOMEC:\Program Files\Java\jdk1.5.0\bin PATH %PATH%;%ANT_HOME%\bin won't this adversely effect java, since the values telling java where

Re: system variables for win2k

2004-12-29 Thread Antoine Levy-Lambert
THUFIR HAWAT wrote: from the manual: "Windows and OS/2 Assume Ant is installed in c:\ant\. The following sets up the environment: set ANT_HOME=c:\ant set JAVA_HOME=c:\jdk1.2.2 set PATH=%PATH%;%ANT_HOME%\bin" my system variables: ANT_HOME "C:\ant"//do I wan

system variables for win2k

2004-12-29 Thread THUFIR HAWAT
from the manual: "Windows and OS/2 Assume Ant is installed in c:\ant\. The following sets up the environment: set ANT_HOME=c:\ant set JAVA_HOME=c:\jdk1.2.2 set PATH=%PATH%;%ANT_HOME%\bin" my system variables: ANT_HOME "C:\ant"//do I want a "/" at the e

Re: Adding classpath dynamically inside a target?

2004-12-29 Thread Antoine Levy-Lambert
Hello Dave, if you look at the documentation for you can see that it is possible to define tasks with a certain class path. Hopes this helps, Antoine Dave Bartmess wrote: Is there a way to dynamically add to the classpath within ant, for say a Perforce task? I n

Adding classpath dynamically inside a target?

2004-12-29 Thread Dave Bartmess
Is there a way to dynamically add to the classpath within ant, for say a Perforce task? I need to add a specific version of a jar file depending on the project I am compiling. When I call p4label, it says "The ant script calls other ant scripts to create these projects, and the jar file is differen

Re: Newbee Question on

2004-12-29 Thread IchBin
Hi Antoine and Ivan, Just tried the following: and this: But recieve the following error: C:\Documents and Settings\Ed Taylor\My Documents\Builds\JManagerBuild>ant Buildfile: build.xml init: compile: [javac] Compiling 30 source files to C:\Document

Re: Newbee Question on

2004-12-29 Thread Ivan Ivanov
Hello, I am using the following snippet: Can you try something like this: Also an expert from tash docs[1]: You can specify additional command line arguments for the compiler with nested elements. These elements are specified like Command-line Arguments... Command-line Arguments d

Newbee Question on

2004-12-29 Thread W.E.Taylor
I have no problem running this on the javac cmd format outside of ant. Sorry but I cannot seem to find out where I set a java compiler option. I just need to add *Xlint=unchecked*. Have tried; just adding this: -Xlint="unchecked" What is this he correct format or do I have to nest it wit

RE: ant-netrexx.jar in /lib

2004-12-29 Thread Ivan Ivanov
FYI, when ant is build from sources, it uses a sereis of conditions to see which of the external libraries are available in CLASSPATH. If for example netrexx.jar is not in the CLASSPATH during build-time (when ant is built) netrexx functionality will be compiled correctly, hence it will not work. -

RE: ant-netrexx.jar in /lib

2004-12-29 Thread Ivan Ivanov
Gilbert, --- "Rebhan, Gilbert" <[EMAIL PROTECTED]> wrote: > > That was a stupid question, cause there are also > f.e.: > > ant-apache-bsf > ant-commons-net > > in the /lib but i do need commons-net.jar and > bsf.jar > > But what's the function of those ant-... . jars ? > Are they adapters for

RE: ant-netrexx.jar in /lib

2004-12-29 Thread Rebhan, Gilbert
That was a stupid question, cause there are also f.e.: ant-apache-bsf ant-commons-net in the /lib but i do need commons-net.jar and bsf.jar But what's the function of those ant-... . jars ? Are they adapters for optional libraries ? Gilbert -Original Message- From: Rebhan, Gilbert S

ant-netrexx.jar in /lib

2004-12-29 Thread Rebhan, Gilbert
Hi, i've just discovered the ant-netrexx.jar in Ant 1.6.2/lib The manual, section Library Dependencies, says i need an extra netrexx.jar for using netrexx. What's the function of ant-netrexx.jar ? Maybe i don't need the netrexx.jar anymore and the manual isn't up to date ? Just wanted to ask,