RE: Ant for multi-tier deployments

2002-05-31 Thread Matthew Pearce
Thanks to Hal and Steve for your comments suggestions. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Problem with ANT 1.5Beta1 WebSphere Task

2002-05-31 Thread Vikram Chhibber
Hello, I am using EJB task ejbjar's websphere optional task to deploy a bean on WebSphere 4.0 server. While running the script I am getting following error and the jar files it is creating has only ejb-jar.xml file. [ejbjar] Unable to load dependency analyzer:

Newbie question: copying absolute files

2002-05-31 Thread Jeff Turner
Hi, A (deceptively) simple question: I have some properties defining jar locations: property name=jaxp.jar value=${lib.repo}/xmlParserAPIs-2.0.0.jar/ property name=xerces.jar value=${lib.repo}/xercesImpl-2.0.0.jar/ property name=xalan.jar value=${lib.repo}/xalan-2.1.0.jar/ Now I wish to copy

ant1.4.1: jspc task is a UnknownElement?!

2002-05-31 Thread Leif Hanack
hello, i'm new to ant and have some basic questions? at jakarta-ant i found a task called jspc. i followed the documentation but the task isn't detected. i put the two jasper jars into the ant.home lib directory, nevertheless! when i took a closer look inside the ant.jar, i could not find a

Re: ant1.4.1: jspc task is a UnknownElement?!

2002-05-31 Thread Diane Holt
The jspc task is new for 1.5 -- you'll need to pick up the beta. Diane = ([EMAIL PROTECTED]) __ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: mailto:[EMAIL

Style task and file ending - problem

2002-05-31 Thread Christian Wolfgang Hujer
Hello dear list members, I am using ANT 1.4.1 and ANT 1.5Beta1. When using the style/xslt task I have the following problem: The source files are named index.html.de, index.html.en, index.html.pl and index.html.fr. They are files in XHTML Basic. A transformation stylesheet in XSLT shall

RE: ant1.4.1: jspc task is a UnknownElement?!

2002-05-31 Thread Leif Hanack
thanks for the quick answer! i have read that this task should be part of 1.4.1 as well! anyway, thanks, leif -- Leif Hanack E-Mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Xalan in style task does not use xmlcatalog for document()-function

2002-05-31 Thread Christian Wolfgang Hujer
Hello dear list members, I am using Ant 1.5Beta1 with Xalan 2.3.1 and Xerces . I have defined an XML Catalog this way: project default=all basedir=. xmlcatalog id=generalcatalog dtd publicId=-//W3C//DTD XHTML Basic 1.0//EN

dtd element of xmlcatalog should be renamed to entity

2002-05-31 Thread Christian Wolfgang Hujer
Hello dear ant users, I have a suggestion for xmlcatalog/. Currently, in ANT 1.5Beta1 XML Catalogs are defined like this: xmlcatalog id=generalcatalog dtd publicId=-//W3C//DTD XHTML Basic 1.0//EN location=src/dtds/xhtml-basic/xhtml-basic10.dtd / dtd

I thought I understood the jar task

2002-05-31 Thread Steve Cohen
and file exclusion/inclusion, but it appears I don't. Can someone please explain WHY I get the following results: Two ways to specify creation of a jar. I think they should produce the same results but they don't. 1. jar destfile=${dist.dir}/lib/ism/RankAPI.jar

Re: Newbie question: copying absolute files

2002-05-31 Thread Diane Holt
--- Jeff Turner [EMAIL PROTECTED] wrote: Or could the dir attribute of FileLists be made non-mandatory, and then copy be made to accept FileLists? Yes, please. I've made several comments along the same line -- especially about filelist requiring a 'dir', since it makes no sense to me at all to

Re: I thought I understood the jar task

2002-05-31 Thread Mike Murray
That is the way I expected it to work, but I also discovered it wasn't so. It appears to do a union of the basedir spec and the fileset specified. I ended up using the zipfileset prefix to get the potion of the path that I wanted in the jar file. Not sure if this is the best way, but it

problem using junitreport task

2002-05-31 Thread Mark C. Prins - CARIS bv.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I run into this error using the junitreport (the junit task itself works OK - I get valid xml files). I get a build failed because a NoSuchMethodError is thrown (see below) Any ideas? CONSOLE: [echo] starting junitreport task

Re: I thought I understood the jar task

2002-05-31 Thread Diane Holt
If you look at the first example given on the Jar page: jar destfile=${dist}/lib/app.jar basedir=${build}/classes/ jars all files in the ${build}/classes directory into a file called app.jar in the ${dist}/lib directory. as well as this line in the Description section: This task forms

Request for listing on External Tools and Tasks page

2002-05-31 Thread Susan Iwai
I'm sorry if I've posted this to the wrong list. I'd like to request a listing of the eclipse IDE in the IDE and Editor Integration section. Here's our info: Eclipse Eclipse is a universal tool platform with Ant integration. Compatibility: Ant 1.3 - 1.4.1 URL: http://www.eclipse.org

Re: problem using junitreport task

2002-05-31 Thread Christian Wolfgang Hujer
Am Freitag, 31. Mai 2002 15:47 schrieb Mark C. Prins - CARIS bv.: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I run into this error using the junitreport (the junit task itself works OK - I get valid xml files). I get a build failed because a NoSuchMethodError is thrown (see

Driver Attribute of SQL Task should not be required

2002-05-31 Thread Christian Wolfgang Hujer
Hello dear ANT users, I think the driver attribute of the SQL task should be optional, not required. It is possible to load a JDBC Driver using the -Djdbc.drivers property, e.g. using ANT_OPTS=-Djdbc.drivers=org.gjt.mm.mysql.Driver in ~/.antrc. And I think the driver is generally more system

Re: Request for listing on External Tools and Tasks page

2002-05-31 Thread philipborlin
WSAD is a piece of crap, but that is mainly because it is built on top of Eclipse 1.0 which was a pretty immature product. If you have looked at the 2.0 development streams, Eclipse is really becoming a solid IDE. I am using the M5 (milestone 5) stable release, but they have a newer F1 (freeze

XSLT issue with sending a parameter through javascript....

2002-05-31 Thread Brown, Michael
Hello all, Has anyone experienced an issue with sending a parameter to the XSLT processor through JavaScript? I can use the style task to execute the same thing and have no problem. When I transfer the code into JS then it doesn't send the parameter. Any ideas If someone has an idea,

Re: Request for listing on External Tools and Tasks page

2002-05-31 Thread Erik Hatcher
I've recently installed Eclipse 2.0 (pre-release) Build 20020416, and its Ant Console does not (that I can tell) allow jumping from compile errors there back to the source code. I'd love to be proven wrong though. Are there improvements in Ant Console since the build I'm running? It would be

Re: Request for listing on External Tools and Tasks page

2002-05-31 Thread Steve Loughran
- Original Message - From: Erik Hatcher [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Friday, May 31, 2002 10:27 AM Subject: Re: Request for listing on External Tools and Tasks page I've recently installed Eclipse 2.0 (pre-release) Build 20020416, and its Ant Console

recursive property assignment

2002-05-31 Thread Boris Garbuzov
Once I tried to accumulate Ant property, namely classpath, recursively, imitating my batch file set CLASSPATH= set CLASSPATH=%CLASSPATH%;classes set CLASSPATH=%CLASSPATH%;%JUNIT_HOME%\junit.jar set CLASSPATH=%CLASSPATH%;%JFCUNIT_HOME%\jfcunit.jar and it failed, behaved as if every new assignment

RE: recursive property assignment

2002-05-31 Thread Dominique Devienne
property environment=env / path id=classpath pathelement location=classes / pathelement location=${env.JUNIT_HOME}/junit.jar / pathelement location=${env.JFCUNIT_HOME}/jfcunit.jar / /path javac ... classpathref=classpath / -Original Message- From: Boris Garbuzov [mailto:[EMAIL

Re: recursive property assignment

2002-05-31 Thread Diane Holt
--- Boris Garbuzov [EMAIL PROTECTED] wrote: Once I tried to accumulate Ant property, namely classpath, recursively, imitating my batch file You can do it, but is there some reason you want it in a property rather than in a classpath or path? Diane = ([EMAIL PROTECTED])

RE: How do I stop javac on first error?

2002-05-31 Thread Dominique Devienne
Nope. Ant is not responsible with what the Compiler is doing. The SUN JDK compiler tries to compile has much as it can I believe, up to 100 errors. --DD -Original Message- From: Chris Bailey [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 1:21 PM To: AntMailingList Subject: How do

Re: XSLT issue with sending a parameter through javascript....

2002-05-31 Thread Diane Holt
--- Brown, Michael [EMAIL PROTECTED] wrote: When I transfer the code into JS then it doesn't send the parameter. Any ideas I think you'd need to post your script (or at least the relevant parts). Diane = ([EMAIL PROTECTED]) __ Do

RE: delete

2002-05-31 Thread Dominique Devienne
Try this: delete includeEmptyDirs=true fileset dir=D:/aaa exclude name=ccc/** / /fileset /delete -Original Message- From: Jet Hariramani [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 1:19 PM To: Ant Users List Subject: delete Hi! I have been going crazy trying to

Ant Class Diagrams

2002-05-31 Thread Mike Murray
I don't suppose there are models or class diagrams of the Ant classes available anywhere? It would be helpful to visual the relationships between the primary abstractions, and then be able to easily identify the implementations of those abstractions. Thanks, Mike -- To unsubscribe, e-mail:

Re: Driver Attribute of SQL Task should not be required

2002-05-31 Thread Christian Wolfgang Hujer
Am Freitag, 31. Mai 2002 19:51 schrieb Steve Loughran: - Original Message - From: Christian Wolfgang Hujer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 31, 2002 9:25 AM Subject: Driver Attribute of SQL Task should not be required Hello dear ANT users, I think the

RE: Ant Class Diagrams

2002-05-31 Thread Chris Bailey
You could always download a demo of something like Together ControlCenter, import the Ant sources and have it make you nice UML class diagrams :) -Original Message- From: Mike Murray [mailto:[EMAIL PROTECTED]] Sent: Friday, May 31, 2002 11:52 AM To: Ant Users List Subject: Ant Class

Re: Driver Attribute of SQL Task should not be required

2002-05-31 Thread Scott Ellsworth
On Friday, May 31, 2002, at 10:51 AM, Steve Loughran wrote: - Original Message - From: Christian Wolfgang Hujer [EMAIL PROTECTED] To: [EMAIL PROTECTED] I think the driver attribute of the SQL task should be optional, not required. It is possible to load a JDBC Driver using the

RE: XSLT issue with sending a parameter through javascript....

2002-05-31 Thread Brown, Michael
Here is my snippet of code, not very refined and I have been logging to debug as I go. Let me know if there is more needed but this is the looping being executed. for(x = 0; x ptypes.length; x++){ basedir=InitRetrieval.getProperty(basedir);

Re: Driver Attribute of SQL Task should not be required

2002-05-31 Thread Steve Loughran
- Original Message - From: Scott Ellsworth [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Friday, May 31, 2002 12:22 PM Subject: Re: Driver Attribute of SQL Task should not be required On Friday, May 31, 2002, at 10:51 AM, Steve Loughran wrote: - Original

Re: Driver Attribute of SQL Task should not be required

2002-05-31 Thread Scott Ellsworth
On Friday, May 31, 2002, at 01:08 PM, Steve Loughran wrote: - Original Message - From: Scott Ellsworth [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED] Sent: Friday, May 31, 2002 12:22 PM On Friday, May 31, 2002, at 10:51 AM, Steve Loughran wrote: - Original Message

RE: Entire source compiling EVERY time

2002-05-31 Thread Robert Priest
Okay, i one more about this topic. The solution you gave me worked for most of my compiles. but I have two in particular that always seem to get compiled. This time I am only including the file that I want to compile. Does anyone know why these gets compiled everytime? I should say that these

How do I get rid of the Compile failed... message from Ant when the javac task reports erros?

2002-05-31 Thread Shorn Tolley
I'm pretty sure this happens with all Ant versions, but the version I'm using at the moment is 1.4.1. When I'm compiling a project and I have a syntax error, Ant reports line numbers and all that guff about the error; excellent, fine, that's what I want. But, it also always outputs the following

RE: XSLT issue with sending a parameter through javascript....

2002-05-31 Thread Diane Holt
I couldn't get your log debug statements to work, for the ones referencing params, so I just added a println to XSLTProcess.java, and I do see the parameters: doit: [style] Processing C:\TEMP\albums.xml to C:\TEMP\albums.txt [style] Loading stylesheet C:\TEMP\concat.xsl [style] Param

RE: XSLT issue with sending a parameter through javascript....

2002-05-31 Thread Brown, Michael
I did add some code to the XSLTProcess.java also and see that I am going through the code to set the parameters. That seems to call the XalanLiaison.java, the addParam method. I haven't had a chance to run this against the logging I inserted, but I will try your suggestion. If I understand you

RE: XSLT issue with sending a parameter through javascript....

2002-05-31 Thread Diane Holt
Actually, I could've saved myself the trouble of diddling the source file, compiling, and updating ant.jar if I'd just gone downstairs and gotten my XSLT book :) I've now done that (and I now know what a XSL parameter even is and how to use one), and yeah, the parameter is getting passed and

Fwd: Force ANT to re-compile all files

2002-05-31 Thread Chiming Huang
Hi Mark, Thank you for your response. Chiming Mark Smith [EMAIL PROTECTED] wrote: Date: Thu, 30 May 2002 14:30:27 -0700 (PDT) From: Mark Smith Subject: Force ANT to re-compile all files To: [EMAIL PROTECTED] Hi, I tried to figure out how to respond to the entire Ant user group but