SV: ant - ftp question

2001-10-23 Thread Hardy Henneberg
add NetComponents.jar to your classpath. regards Hardy Henneberg -Oprindelig meddelelse- Fra: George Smith [SMTP:[EMAIL PROTECTED]] Sendt:22. oktober 2001 23:42 Til: [EMAIL PROTECTED] Emne: ant - ftp question I am trying to ftp from an ANT build.xml file. Have search

Ant - automaticly increment a number

2001-10-23 Thread NIAG
Title: Ant - automaticly increment a number Hi, I am trying to use Ant to control my VSS tasks. What I would like to do is to have an Ant target that automaticly increments a number used for automatic version labeling in VSS. As far as I can see Ant properties are Strings only and there are

Re: Ant - automaticly increment a number

2001-10-23 Thread Erik Hatcher
The way I've seen this done is through the propertyfile task. Its entry sub-elements allow numeric operations to increment values. If you need that updated value as an Ant property, you can follow with a property file=.../ task to load it - just watch out for property immutability and don't

Re: SourceOffSite and Ant VSS Tasks

2001-10-23 Thread Stefan Bodewig
On Mon, 22 Oct 2001, Matt Lyon [EMAIL PROTECTED] wrote: We use shell scripts that wrap SourceOffSite functionality to get source code from VSS to our Unix development nodes. Does anyone have any experience with getting Ant's Optional VSS Tasks to play nice with SoS? I haven't looked into it

Re: How do I cause javac to fail on jikes warnings?

2001-10-23 Thread Stephen Anderson
Thanks I'll be glad to submit a patch. Although I've just started using ant, I'm thinking this might work best as an attribute of the javac task. javac ... failOnWarn=true If not, what syntax would work best? Thanks! -Steve- Stefan Bodewig wrote: On Mon, 22 Oct 2001, Stephen

Re: How do I cause javac to fail on jikes warnings?

2001-10-23 Thread Conor MacNeill
Stefan Bodewig wrote: On Tue, 23 Oct 2001, Stephen Anderson [EMAIL PROTECTED] wrote: best as an attribute of the javac task. javac ... failOnWarn=true Probably not, as this is only supported by Jikes, not any other of the seven javac choices available. I'm not sure I see that great

Lock PVCS files using ant

2001-10-23 Thread Sudeep Chadha
Title: Lock PVCS files using ant Hi, I need to use the PVCS target in ANT to lock the files in the PVCS.(PVCS provides a feature of locking(freeze) the source files) I have access to the pcli as well as get commands of PVCS. If any one has tried something of this sort then do enlighten me.

Re: How do I cause javac to fail on jikes warnings?

2001-10-23 Thread Diane Holt
--- Conor MacNeill [EMAIL PROTECTED] wrote: But maybe we've simply reached the point to introduce javac additionalArgs=... / I think this capability should probably be there but it does have some problems. Such a build file will fail with a different compiler since the compiler

AntRunner!! Help !!SOS

2001-10-23 Thread Hakan_Akkaya
Hi, i´m trying to install AntRunner 1.2 to the Jbuilder 4 but i get following problem: Antbuildfile has no targets!! I´ve done all the things in the manual but nothing seems to happen. Please help me!! Hakan Akkaya

Re: circular references and dependencies in general

2001-10-23 Thread Brian S. Paskin
Hi, I had the same problem. You must include all the potential packages that will be needed or compiled. I used the includes parameter to specify which packages to compile. Regards / Saluti / mit Freundlichen Grüßen, Brian #---# Domani sarà un giorno

non - fatal error with Ant 1.4

2001-10-23 Thread Matt McAuliffe
I'm getting the following non-fatal error using Ant 1.4 and jdk1.2.2 on windows: A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation target' has occurred in : 'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method.

dtd nested element with WebLogic 6.0

2001-10-23 Thread Matt Lyon
Hi, Does anyone know how to specify the dtd/ location parameter as a nested element for WebLogic 6.0/Ant 1.4 using publicID's -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN and -//BEA Systems, Inc.//DTD WebLogic 6.0.0 EJB//EN? I can see various and sundry DTD's in WebLogic.jar, but

Problem with the Copy-Task when used for non text files

2001-10-23 Thread Weinmann, Alexander
Title: Problem with the Copy-Task when used for non text files Hello ANT-Users, Under windows 2000 I experienced several times that the copy task did not work as expected. License files and other proprietary formats seemed to have changed [when read from other applications] after being

RE: non - fatal error with Ant 1.4

2001-10-23 Thread Will Dyke
-Original Message- From: Matt McAuliffe [mailto:[EMAIL PROTECTED]] Sent: 23 October 2001 07:28 To: '[EMAIL PROTECTED]' Subject: non - fatal error with Ant 1.4 I'm getting the following non-fatal error using Ant 1.4 and jdk1.2.2 on windows: A nonfatal internal

RE: dtd nested element with WebLogic 6.0

2001-10-23 Thread Matt Lyon
Hi, I will answer my own question. The solution is to download the DTD's you need and then reference them like so: dtd publicId=-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN location=${scripts}/ejb-jar_2_0.dtd/ dtd publicId=-//BEA Systems, Inc.//DTD WebLogic

Re: dtd nested element with WebLogic 6.0

2001-10-23 Thread T Master
I do this: ejbjar weblogic /weblogic include / exclude / support /support dtd publicId=-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN location=${buildfile.dir}/ejb-jar.dtd/ dtd publicId=-//BEA Systems,

More Javascript questions

2001-10-23 Thread Robert Seeger
Heya folks. Thanks to all the great help I received from ym previous questions, I've gotten almost all the way to where I want to be. If you missed the where I want to be, and what I'm try to do part, don't worry about it... doesn't really matter all that much. Anyways, I've gotten to the point

Re: Problem with the Copy-Task when used for non text files

2001-10-23 Thread Magesh Umasankar
What version of java are you using? On Tue, 23 Oct 2001 Weinmann, Alexander wrote : Under windows 2000 I experienced several times that the copy task did not work as expected. License files and other proprietary formats seemed to have changed [when read from other applications]

RE: dtd nested element with WebLogic 6.0

2001-10-23 Thread Matt Lyon
T Master, Thanks for the information; I figured out a solution just prior to receiving your post. The one trick for me was that I had to download the DTD's for this to work with WebLogic 6.0/Ant 1.4. I seem to remember that they were included with the WebLogic 5.x distributions, but maybe I am

Re: dtd nested element with WebLogic 6.0

2001-10-23 Thread T Master
Yup, I searched online and downloaded them myself. No more annoying msgs, or other people harassing me! - Original Message - From: Matt Lyon [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 23, 2001 12:56 PM Subject: RE: dtd nested element with WebLogic 6.0 T Master,

RE: Lock PVCS files using ant

2001-10-23 Thread Detlef Brendle
Title: Lock PVCS files using ant we use ant in combination with PVCS as well - but we soon figured out that the PVCS task isnt sufficient for our requirements. so we implemented several tasks for file handling, workset handling , designpart handling. these files are still in a beta state

RE: non - fatal error with Ant 1.4

2001-10-23 Thread vlad
Sun release notes for JAXP 1.1 specifically mention JIT-related problems and recommend using JDK 1.3.x as the only workaround. I presume they mean using the hotspot engine vs the classic one. Vlad. Please respond to [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc:

Re: Ant 1.4, IBM WebSphere ClassLoader , DB2 driver, UnsatisfiedLinkError

2001-10-23 Thread vlad
What seems to be happening is that the pure Java part of the DB2 driver is being loaded in several classloader namespaces. However, the DB2 driver also has a native JNI part in db2jdbc.dll and all such libraries can only be loaded once in a JVM. A known issue with classloaders. To work around

start cmd async

2001-10-23 Thread Ekkehard Gentz
under win2k I want to start a batchfile in a separate cmd.exe I can do this with the exec task but ant waits for executing this task I want to do this async: to start the command and NOT to wait and go on how can I do this ? Ekkehard Gentz Softwareentwicklung ff-eCommerce Software

RE: start cmd async

2001-10-23 Thread Guan, Kelly
seems parallel tag can help you. -Original Message- From: Ekkehard Gentz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 1:37 PM To: [EMAIL PROTECTED] Subject: start cmd async under win2k I want to start a batchfile in a separate cmd.exe I can do this with the exec task

Re: start cmd async on Windows 2000, ant exec task

2001-10-23 Thread Sean C. Sullivan
From: Ekkehard Gentz [EMAIL PROTECTED] under win2k I want to start a batchfile in a separate cmd.exe I can do this with the exec task but ant waits for executing this task I want to do this async: to start the command and NOT to wait and go on how can I do this ? Have you tried using

Why use an init target ?

2001-10-23 Thread Wilson, Bruce
I've seen many example Ant build files that define an init target to define common properties within; yet I'm finding that properties defined directly in the project (outside of any target) are also found by all the tasks in the project. So what's the advantage of putting definitions like this

RE: dtd nested element with WebLogic 6.0

2001-10-23 Thread Conor MacNeill
The DTDs are in the weblogic.jar and can be extracted to local files for dtd elements. Saves you a download. Look at this path in the jar /weblogic/ejb20/dd/xml/ Conor -Original Message- From: Matt Lyon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 24 October 2001 4:57 AM To: [EMAIL

ejbjar and issues with class loading?

2001-10-23 Thread McVeigh, Ryan
Background info: Ant 1.4.1, WL 6.0 SP2. I've got an ejbjar ... / tag built and I'm seeing a lot of warnings from my classes that say something similar to: [ejbjar] Could not fully load class someClassName for super class check I see in the source for ejbjar (the GenericDeploymentTool.java