Problem of dependencies ...

2001-06-25 Thread Cyriaque Dupoirieux
help, -- Cyriaque Dupoirieux PCO Technologies Burolines - 2 ter rue Marcel Doret 31700 Blagnac Tél : 05 34 60 44 13 - Fax : 05 34 60 44 10

Re: Problem of dependencies ...

2001-06-25 Thread Cyriaque Dupoirieux
your problem Cyriaque Dupoirieux wrote: Hello, I'm new on this list and I have to say that english is not my first language... Well, we've got a problem of re-compilation of files that have not been excluded. We use the following task : target name=Compilation

Re: Problem of dependencies ...

2001-06-25 Thread Cyriaque Dupoirieux
, Is there a way to update all my .class files ? (like the touch target, for several files or directories) Thanks, Matt -Original Message- From: Cyriaque Dupoirieux [mailto:[EMAIL PROTECTED]] Sent: 25 June 2001 10:41 To: [EMAIL PROTECTED] Subject: Re: Problem of dependencies

Which javac is used ?

2001-06-26 Thread Cyriaque Dupoirieux
] / /target The result is the following : D:\VisualCafe\Java2\bin\..\..\bin\..\JAVA [JAVA_HOME] Then the javac used isn't the same : The JAVA_HOME variable point to another directory. Why ? Thanks, -- Cyriaque Dupoirieux PCO Technologies Burolines - 2 ter rue Marcel

Jit stack overflow ?

2001-06-26 Thread Cyriaque Dupoirieux
. Please e-mail this message along with reproducible sample to [EMAIL PROTECTED] Do I have a solution to extend the stack size or something like this ? Thanks and regards, -- Cyriaque Dupoirieux PCO Technologies Burolines - 2 ter rue Marcel Doret 31700 Blagnac Tél : 05 34 60 44 13 - Fax : 05

Re: Trouble Compling Ant

2001-06-28 Thread Cyriaque Dupoirieux
using javac? /bill public class HelloWorld { public static void main(String [] arg) { System.out.println(I exist); } } -- Cyriaque Dupoirieux PCO Technologies Burolines - 2 ter rue Marcel Doret 31700 Blagnac Tél : 05 34 60 44 13 - Fax : 05 34 60 44 10

Variables in task ?

2001-06-28 Thread Cyriaque Dupoirieux
}/${images} fileset dir=${sources}/${paquetage}/${images}/ /copy /target where I would change the value of ${paquetage} (package in french ;) ) each time I call for the target. Is it possible ? Thanks and regards, -- Cyriaque Dupoirieux PCO Technologies Burolines - 2 ter rue

condition in a copy

2001-07-03 Thread Cyriaque Dupoirieux
/images fileset dir=sources/images/ /copy The error message is : D:\build.xml:133: sources\images not found. How can I test the existance of files or directories ? (available target ?) Thanks Regards, -- Cyriaque Dupoirieux PCO Technologies Burolines - 2 ter rue

Re: condition in a copy

2001-07-03 Thread Cyriaque Dupoirieux
Hello again, Alright, I have found a solution to my previous problem using the available target... But, I need know to make a copy of files but to keep a backup (fic.bak) of each file updated. How can I do this ? Cyriaque Dupoirieux wrote: Hello, I want to copy a file

Backup before copy or javac ?

2001-08-28 Thread Cyriaque Dupoirieux
(updated) MyClass2.backup (Created) MyPackage.properties (updated) MyPackage.properties.backup(Created) Regards, -- Cyriaque Dupoirieux PCO Technologies Burolines - 2 ter rue Marcel Doret 31700

Task or Taskdef ?

2001-11-13 Thread Cyriaque Dupoirieux
Hello, I want to create my own tasks... In the documentation, they explain that all I need is to create a class which inherit Task class. And in the examples I've downloaded the tasks inherit Taskdef class. What should I do ? Thank you, Regards, Cyriaque, -- Cyriaque

Re: Task or Taskdef ?

2001-11-13 Thread Cyriaque Dupoirieux
Nico Seessle wrote: 002601c16c77$cdb19580$[EMAIL PROTECTED]"> - Original Message -From: "Cyriaque Dupoirieux" [EMAIL PROTECTED]To: "Liste Ant" [EMAIL PROTECTED]Sent: Tuesday, November 13, 2001 2:37 PMSubject: Task or Taskdef ? And in the exampl

concat files ?

2001-11-21 Thread Cyriaque Dupoirieux
Hello, I need to concat several files into one file. How can I do this with Ant 1.3 ? Thank you for your help, Regards, Cyriaque DUPOIRIEUX, -- Cyriaque Dupoirieux mailto:[EMAIL PROTECTED] PCO Technologies Burolines - 2 ter rue Marcel Doret 31700 Blagnac Tél : 05.34.60.44.13

sql task ?

2001-11-26 Thread Cyriaque Dupoirieux
machine ... Thank you, Regards, -- Cyriaque Dupoirieux mailto:[EMAIL PROTECTED] PCO Technologies Burolines - 2 ter rue Marcel Doret 31700 Blagnac Tél : 05.34.60.44.13 - Fax : 05.34.60.44.10

Doclet ?

2001-12-05 Thread Cyriaque Dupoirieux
} packagelistLoc=${rep.codes}\wt\clients\library\api/ link offline=true href=${nom.rep.javadoc} packagelistLoc=${java.home}\docs\api / /javadoc /target Thank you very much... Cyriaque, -- Cyriaque Dupoirieux mailto:[EMAIL PROTECTED] PCO Technologies Burolines - 2 ter rue

Re: Doclet ?

2001-12-05 Thread Cyriaque Dupoirieux
Stefan Bodewig wrote: On Wed, 05 Dec 2001, Cyriaque Dupoirieux [EMAIL PROTECTED] wrote: I have made sevral tries but Ant always tell me that there is a bad option -d : remove the destdir attribute from your javadoc task and Ant will not try to pass on the -d switch. And if I remove

Replace task

2001-12-14 Thread Cyriaque Dupoirieux
Hello, I need to delete all lines that start with the following comment : # written : Date of the day How can I use the replace task (or another) to make this ? Thank you, Regards, Cyriaque D. -- Cyriaque Dupoirieux mailto:[EMAIL PROTECTED] PCO Technologies Burolines - 2 ter

[Target sql]

2002-01-30 Thread Cyriaque Dupoirieux
... Regards, Cyriaque, -- Cyriaque Dupoirieux mailto:[EMAIL PROTECTED] PCO Technologies Burolines - 2 ter rue Marcel Doret 31700 Blagnac Tél : 05.34.60.44.13 - Fax : 05.34.60.44.10

Re: [Target sql]

2002-01-30 Thread Cyriaque Dupoirieux
print=yes / The classpath is set and the driver is found... Cyriaque, Nico Seessle wrote: - Original Message - From: Cyriaque Dupoirieux [EMAIL PROTECTED] To: Liste Ant [EMAIL PROTECTED] Sent: Wednesday, January 30, 2002 10:01 AM Subject: [Target sql] Hello, What does mean

Re: [Target sql]

2002-01-31 Thread Cyriaque Dupoirieux
means you are not able to access the machine where Oracle is present.Try to ping the machine where Oracle is present. Kindly also check the dburl. Check whether you are able to access the oracle service. Regards -Sugandha - Original Message - From: Cyriaque Dupoirieux [EMAIL PROTECTED

Problem to define a path (Bis)...

2002-03-22 Thread Cyriaque Dupoirieux
name=Initialisation de l'environnement myTask path=my.path/ path id=my.path.id fileset dir=${my.path} includes=**/*.jar / /path /target What can I do ? Regards, Cyriaque, -- Cyriaque Dupoirieux mailto:[EMAIL PROTECTED] PCO Technologies

Re: AW: Problem to define a path (Bis)...

2002-03-25 Thread Cyriaque Dupoirieux
that works´, No it doesn't work... If you have another idea ... Regards, Cyriaque, regards, gabi -Ursprüngliche Nachricht- Von: Cyriaque Dupoirieux [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 22. März 2002 14:08 An: Liste Ant Betreff: Problem to define a path

Re: javadoc, package comments

2002-05-22 Thread Cyriaque Dupoirieux
information in this message that do not relate to the official business of my firm shall be understood as neither given nor endorsed by it. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Cyriaque Dupoirieux mailto:[EMAIL PROTECTED

Re: javadoc, package comments

2002-05-22 Thread Cyriaque Dupoirieux
/ /javadoc Cyriaque, Cyriaque Dupoirieux wrote: Hi, There is no bug, it's working very well with me... Cyriaque, [EMAIL PROTECTED] wrote: Hey, I tried to generate javadoc for a package. I did this by just putting an extra html file: package.html in the sourcepath

Problem with javac !

2002-05-29 Thread Cyriaque Dupoirieux
\codebase BUILD FAILED D:\...\build.xml:122: Cannot use classic compiler, as it is not available A common solution is to set the environment variable JAVA_HOME to your jdk directory. What can I do ? Thanks, Cyriaque, -- Cyriaque Dupoirieux mailto:[EMAIL PROTECTED] PCO

Re: AW: Problem with sql (with a distant oracle server)

2002-07-05 Thread Cyriaque Dupoirieux
. Is this enough? I don't know ? mit freundlichen Grüßen Jan Matèrne RZF NRW Sachgebiet 314-P Methodenberatung Internet: [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: Cyriaque Dupoirieux [SMTP:[EMAIL PROTECTED]] Gesendet am: Freitag, 5. Juli 2002 09:31 An: Liste Ant

Re: AW: ClassNotFound using xlst task

2002-07-18 Thread Cyriaque Dupoirieux
} optimize=${optimize} patternset refid=needs.xslp / ... mit freundlichen Grüßen Jan Matèrne RZF NRW Sachgebiet 314-P Methodenberatung Internet: [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: Cyriaque Dupoirieux [SMTP:[EMAIL PROTECTED]] Gesendet am: Mittwoch, 17

cvdtagdiff ?

2002-08-22 Thread Cyriaque Dupoirieux
} endTag=${second.tag} / But the files name in the xml file are prefixed by ll/ ? Do you know why ? -- Cyriaque Dupoirieux mailto:[EMAIL PROTECTED] PCO Technologies Burolines - 2 ter rue Marcel Doret 31700 Blagnac Tél : 05.34.60.44.13 - Fax : 05.34.60.44.10

Re: cvdtagdiff ?

2002-08-22 Thread Cyriaque Dupoirieux
No, it's a standalone module... Regards, Cyriaque, Rob van Oostrum wrote: Is the module you're running this on an amperand module (i.e. does it consist of one or more other modules)? If so, I posted a patch for this yesterday. cheers Rob -Original Message- From: Cyriaque Dupoirieux

Checkstyle task ?

2002-08-29 Thread Cyriaque Dupoirieux
Hello, Did someone try to use the checkstyle task (2.3) ? I have the following message : The checkstyle task doesn't support the basedir attribute. And I need to specify that attribute which appears in the documentation Regards, Cyriaque, -- Cyriaque Dupoirieux

Fileset tag

2002-10-07 Thread Cyriaque Dupoirieux
Hello, Do you have an example of task source that enables the use of the nested tag fileset ? Thanks, Cyriaque, -- Cyriaque Dupoirieux mailto:[EMAIL PROTECTED] PCO Technologies Burolines - 2 ter rue Marcel Doret 31700 Blagnac Tél : 05.34.60.44.13 - Fax : 05.34.60.44.10

Re: System.out and PrintStream output with java tags

2002-10-24 Thread Cyriaque Dupoirieux
;jakarta.apache.org -- Cyriaque Dupoirieux mailto:Cyriaque.Dupoirieux;pcotech.fr PCO Technologies Burolines - 2 ter rue Marcel Doret 31700 Blagnac Tél : 05.34.60.44.13 - Fax : 05.34.60.44.10

Re: echoproperties

2002-10-25 Thread Cyriaque Dupoirieux
-- Cyriaque Dupoirieux mailto:Cyriaque.Dupoirieux;pcotech.fr PCO Technologies Burolines - 2 ter rue Marcel Doret 31700 Blagnac Tél : 05.34.60.44.13 - Fax : 05.34.60.44.10