RE: ANT1.5 + Websphere4.0

2002-08-28 Thread Stephane Bailliez
mmm...already said that 2 times via private mail. I just cannot imagine how many people received that mail... -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 28, 2002 3:04 PM To: Ant Users List Cc: [EMAIL PROTECTED] Subject: Fwd: ANT1.5 +

RE: Jpcovreport - No supported regular expression matcher found

2002-07-19 Thread Stephane Bailliez
-Original Message- From: Kristan Vingrys [mailto:[EMAIL PROTECTED]] report is succesfully produced. Any help would be greatly appreciated. [...] No supported regular expression matcher found mmmthe factory tries different regexp implementation in the following order: jdk14,

RE: Checking the version of Ant

2002-07-15 Thread Stephane Bailliez
-Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED]] I see this check as more something for every developer which might have played with Ant already and possibly has several versions installed. But I could be wrong. --DD FYI in Ant 1.5 I added a check that

RE: Best practice

2002-07-09 Thread Stephane Bailliez
-Original Message- From: Christian Holmqvist, IT, Posten Is there some place on the net with information, articels and so on about how to use ANT in the most effectice way. You might want to look at the resources http://jakarta.apache.org/ant/resources.html What I'm in

RE: style and abstract method error

2002-07-03 Thread Stephane Bailliez
-Original Message- From: Kyle Adams [mailto:[EMAIL PROTECTED]] We've got a real puzzler on our hands - our build scripts use XSLT to generate on the fly. One of our developers (so far, the only one) consistently gets the following stack trace when he tries to build: He's got

RE: custom task 'untouched' xml from build file

2002-06-21 Thread Stephane Bailliez
-Original Message- From: [EMAIL PROTECTED] Thanks. That is an option that I forgot about. However, that complicates my plans to validate the test data against a schema. Perhaps I could use XSL to preprocess the file, adding in the CDATA sections. I would better externalize

RE: xslt task fatal error

2002-06-18 Thread Stephane Bailliez
-Original Message- From: Shaw, Chris [mailto:[EMAIL PROTECTED]] Hi, I searched the developers group and found the following: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6719 http://marc.theaimsgroup.com/?l=xalan-devm=101482234801591w=2 good. I was stupidly thinking that

RE: xslt task fatal error

2002-06-14 Thread Stephane Bailliez
-Original Message- From: Shaw, Chris [mailto:[EMAIL PROTECTED]] I still have the same problem (as below) with the fatal error, but in addition there are 2 more (hopefully simpler?) questions. Firstly, it seems that the 'style' attribute has been deprecated. How am I supposed

RE: xslt task fatal error

2002-06-14 Thread Stephane Bailliez
-Original Message- From: Shaw, Chris [mailto:[EMAIL PROTECTED]] [...] ..I'm sorry but I still don't quite follow. Do you mean that I can/should still use the 'style' attribute within the xslt task? (because all of my xslt tasks use the same xml input but **different** xslt

RE: Problems with XSLT task

2002-06-11 Thread Stephane Bailliez
-Original Message- From: Derek Dees [mailto:[EMAIL PROTECTED]] ## Software/Versions: Sun's JRE 1.4.0 Ant 1.5 beta 2 Xalan 2_3_1 Xerces 2_3_1 [xslt] xsl/docbook-xsl/common/l10n.xsl:86:76: Fatal Error! Unknown error in

RE: jpcoverage/junit intergration: how do I capture junit coverage with with JProbe?

2002-04-17 Thread Stephane Bailliez
Gordon, I have already answer to Mohamed prior to your his post here but guess I was not clear. You can achieve what you do easily and avoid extra code stuff. You just have to call Ant from jpcoverage... not use antcall of course. Consider Ant as the junit runner here as it does everything you

RE: GUI for Ant?

2002-04-16 Thread Stephane Bailliez
Oh I know this IDEA pattern. Same happened in my company after people saw me using IDEA. :) If you are already a IDEA user, I suggest you to get your hands on the Ariadna version currently under dev., it's a wonderful one and there are some brilliant things to make your coding life even better.

RE: JTest task

2002-04-03 Thread Stephane Bailliez
-Original Message- From: Bob Hays, Computer Geek [mailto:[EMAIL PROTECTED]] Contact your ParaSoft sales representative - they use Ant to run their demos (watching the moving fingers can be very informative) Please ask them to post the examples they've built to the Ant team

RE: reg: cvs / clearcase task

2002-03-27 Thread Stephane Bailliez
-Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] [...] The ant-user list is a place where people can ask for solutions to their problems, and hopefully we can offer them some. Constantly poohpoohing those proffered solutions that use what's already available seems

RE: Using Javac from CYGWIN

2002-03-25 Thread Stephane Bailliez
-Original Message- From: Martin van Dijken [mailto:[EMAIL PROTECTED]] I've been using ant a lot for compiling my project under Win98. So, when I installed windows XP, I tried running ant for the first time. I had set my classpath and included ant.jar. I had also set JAVA_HOME

RE: JavaCC javacchome attribute

2002-03-12 Thread Stephane Bailliez
Both in some way. One of the biggest problem is that tasks to support COTS (Commercial Off the Shelf) often have to support a wide range of versions in the wild that are of course very different. A simple directory layout change or a case change between Unix and Windows versions is enough to

RE: style is a memory hog... anyone put a fork in it yet?

2002-03-06 Thread Stephane Bailliez
-Original Message- From: Steven Morgan [mailto:[EMAIL PROTECTED]] I have a build file that is interpreting the style tag many times. It does not take long for my process to run out of memory after a few processings. Has anyone else had to deal with this problem? Your subject

RE: JUnitReport and Xalan problems

2002-02-21 Thread Stephane Bailliez
-Original Message- From: Shacklady, Matt [mailto:[EMAIL PROTECTED]] [...] Can anyone help me with this issue? What is your Ant version ? Stephane -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: JUnitReport and Xalan problems

2002-02-21 Thread Stephane Bailliez
-Original Message- From: Shacklady, Matt [mailto:[EMAIL PROTECTED]] [...] Can anyone help me with this issue? What is your Ant version ? 1.4 Then should be just fine. make sure you have all these jars under ANT_HOME\lib (and make sure you really have the Ant 1.4 optional

RE: JUnitReport and Xalan problems

2002-02-21 Thread Stephane Bailliez
-Original Message- From: Shacklady, Matt [mailto:[EMAIL PROTECTED]] Thanks for the tip, I looked at comments from the article I got the info on JUnitReport from and someone else reported the same problem. Someone replied saying that the class was deprecated in Xalan 2.x, and

RE: [ANN] Tidy Imports (Tim) utility with Ant integration

2002-02-21 Thread Stephane Bailliez
-Original Message- From: Mark Griffiths [mailto:[EMAIL PROTECTED]] [...] FYI importscrubber ( http://importscrubber.sourceforge.net/ ) does the same (AFAIK) and has been donated to Jakarta. It now resides in the promising Maven (jakarta-turbine-maven) Stephane -- To unsubscribe,

RE: How to report documentation error?

2002-02-05 Thread Stephane Bailliez
-Original Message- From: Juxti [mailto:[EMAIL PROTECTED]] Hi all, I found the tiniest mistake in the ant documentation, and was just wondering where this should be reported - I thought Bugzilla, but from the stuff I've read on jakarta.apache.org it seems bugzilla is just for

RE: [Newbie] antCall

2002-02-04 Thread Stephane Bailliez
-Original Message- From: Nicolas Preget [mailto:[EMAIL PROTECTED]] I would like to know if it's possible to call other tasks... I would like to do something like: target name=compile_all antCall target=compile_part1/ antCall target=compile_part2/ /target The

RE: out of memory error using ant/xalan

2002-01-31 Thread Stephane Bailliez
-Original Message- From: ul73 [mailto:[EMAIL PROTECTED]] i am using ant 1.4.1 xalan-j_2_3_D1 xerces-2_0_0 jdk 1.3.1 and jdk 1.4.0-rc java.lang.OutOfMemoryError is this problem known? I think Shane advice is crystal-clear about xalanj 2.3.d1 and xerces 2.0.0.

Re: Vote for the Official Ant Logo!

2002-01-31 Thread Stephane Bailliez
- Original Message - From: Diane Holt [EMAIL PROTECTED] If you haven't yet voted for a logo, and (like me) you'd like to see what the logo will look like on Ant's home page before you vote for it, I've put together a preview page with the logos:

Re: Release 1.4 of Checkstyle

2002-01-25 Thread Stephane Bailliez
Quickly did this one a long time ago. It's not framed. Sorry it's very bad but should help you see results quickly. Will send a new layout later - Original Message - From: Erik Hatcher [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED]; ant-dev [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]

Re: Release 1.4 of Checkstyle

2002-01-25 Thread Stephane Bailliez
Another version. (first one was posted from a nonsubscribed account, may take some time to appear) Stephane - Original Message - From: Erik Hatcher [EMAIL PROTECTED] To: Ant Users List [EMAIL PROTECTED]; ant-dev [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, January 26, 2002

RE: JUnit batch testing within jar

2002-01-16 Thread Stephane Bailliez
-Original Message- From: Ylan Segal [mailto:[EMAIL PROTECTED]] [...] Of course, I could unjar the file first, then run the junit task, and then delete the expanded classes, but I was hoping that I would not have to do this. Any ideas? The other thing I can think of is to declare

RE: xalan.jar problem with tomcat 4 ...

2002-01-15 Thread Stephane Bailliez
-Original Message- From: Marc G. Fournier [mailto:[EMAIL PROTECTED]] Trying not to embarress myself a second time with a 'spelling mistake', I think I've checked everything this time *cross fingers* First, xalan.jar is installed with the xalan-j port, and I have

RE: Automate toString() creation

2002-01-15 Thread Stephane Bailliez
-Original Message- From: Thomas Saxtoft [mailto:[EMAIL PROTECTED]] JavaWorld has a very interesting articel on automating creations of toString-methods (http://www.javaworld.com/javaworld/javatips/jw-javatip99.html). The problem I see is that in a project classes continue changing,

RE: xalan.jar problem with tomcat 4 ...

2002-01-15 Thread Stephane Bailliez
-Original Message- [...] Why is Xalan not in ${ant.home}/lib ? Woo hoo ... but I thought that was why you defined xalan.jar in build.properties? Who is 'you' ? Where did you get this practice from ? It worked to move it there though, thanks loads ... You forgot to include the

RE: xalan.jar problem with tomcat 4 ...

2002-01-15 Thread Stephane Bailliez
-Original Message- From: Marc G. Fournier [mailto:[EMAIL PROTECTED]] Who is 'you' ? Where did you get this practice from ? From BUILDING.txt in jakarta-tomcat-4.0.1.src: [...] You mention item 16 but item 2 in BUILDING.txt says: [...] * Make the xalan.jar file of this

RE: Newbie help echo

2001-12-27 Thread Stephane Bailliez
-Original Message- From: John Volkar [mailto:[EMAIL PROTECTED]] [...] It's not a question of email notifiers. The content of your email will be what you decide to send. I recommend you to do 2 passes: pass 1) build and log either via xml or plain text or both pass 2) send the log

RE: Problem getting Ant to find Antlr as an optional task

2001-12-27 Thread Stephane Bailliez
-Original Message- From: Paul Erion [mailto:[EMAIL PROTECTED]] [...] Anyone have any thoughts on what I might be doing wrong? Unfortunately the Antlr task in = Ant 1.4.1 requires you to set Antlr in the classpath. It won't do anything if you drop the jar in ant/lib. It should work

RE: Problem getting Ant to find Antlr as an optional task

2001-12-27 Thread Stephane Bailliez
-Original Message- From: Paul Erion [mailto:[EMAIL PROTECTED]] Thanks for the quick response! At least I wasn't being totally brain dead ... this time. And another thanks for fixing this for 1.5 ... which I'll anxiously be awaiting. Ant 1.5 is not scheduled yet but should not

Re: FYI - Code to automatically add Test classes to a TestSuite.

2001-12-16 Thread Stephane Bailliez
David Jencks [EMAIL PROTECTED] wrote: gripe Anyone know how to fix this so tests that time out are noticed as having failed???/gripe This is unfortunately not possible without completely rewriting the tasks because a formatter is managed by a TestRunner thus if your runner is killed, it

RE: No Frames

2001-12-13 Thread Stephane Bailliez
-Original Message- From: Paul Cody [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 12:47 PM To: '[EMAIL PROTECTED]' Subject: No Frames Is it possible to generate the ant manual without frames? It makes it impossible to address specific tasks on the jakarta

RE: Junit Report Problems

2001-11-28 Thread Stephane Bailliez
Compatibility problem between Xalan used when compiling Ant and Xalan you are running. Are you really using the compatibility jar from xalan 2 instead of xalan1 ? if possible stick to xalan2 and do not use the xalan1 api. -- Stéphane Bailliez Software Engineer, Paris - France iMediation

RE: Junit Report Problems

2001-11-28 Thread Stephane Bailliez
-Original Message- From: Mike Downes [mailto:[EMAIL PROTECTED]] Hi Stephane Thanks for you input on this, but can I clarify that xalan-j_2_2_D10 which has xalanj1compat.jar and xalan-j_2_2_D13 which does not have the xalanj1compat.jar should no longer be used. Also are they not

RE: Problem with xalan

2001-11-27 Thread Stephane Bailliez
-Original Message- From: Stefan Thull [mailto:[EMAIL PROTECTED]] I am a newbie trying to use ant to transform a xml-file to html with xalan. I am working with win 98 jdk 1.3, ant 1.4 and xalan 2 [...] On the side note, you'd better use the style task that takes care of all this.

RE: [POLL] style and XSLT processors

2001-11-27 Thread Stephane Bailliez
-Original Message- From: Chappell, Simon P [mailto:[EMAIL PROTECTED]] [...] Which option is the whatever is provided in Ant 1.4.1? :-) There is no XSL processor shipped with the Ant distrib AFAIK. On my RedHat Linux 7.2 I am enjoying good success with whichever XSLT processor is

RE: sql task ?

2001-11-26 Thread Stephane Bailliez
-Original Message- From: Cyriaque Dupoirieux [mailto:[EMAIL PROTECTED]] [...] And the problem is that I don't know how to indicate the host machine ... ?? How do you plan to connect to your database then if you don't know the ip ? Stephane -- To unsubscribe, e-mail:

RE: Failing Junit test only under Ant

2001-11-22 Thread Stephane Bailliez
-Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] I am confused here. Fixing your unit tests to work reliably regardless of user time zone *is* the elegant solution. The fact that your code doesnt work in all timezones seems like a defect to me, and now

[POLL] style and XSLT processors

2001-11-22 Thread Stephane Bailliez
Hello all, Just for information I would like to know what processor people are using to perform style task..or simply would be interested in Please check what apply: [ ] 1. TraX (Xalan 2.x, Saxon) - supported in Ant [ ] 2. Xalan 1.x (reminder, this one is no more supported by the Xalan team) -

RE: [POLL] style and XSLT processors

2001-11-22 Thread Stephane Bailliez
-Original Message- From: Leon Breedt [mailto:[EMAIL PROTECTED]] That said, I think the support for XT is probably more interesting to have since it is still AFAIK the fastest Java XSL processor. Its still unmaintained as well, and not that standards compliant afaik. Yes it is

RE: [POLL] style and XSLT processors

2001-11-22 Thread Stephane Bailliez
-Original Message- From: Conor MacNeill [mailto:[EMAIL PROTECTED]] I think we already deprecated XSL:P in Ant 1.4.1. In which case I think it should be removed before the next release. I certainly had problems testing it in Ant. As I mentioned previously, when I did the great

RE: [POLL] style and XSLT processors

2001-11-22 Thread Stephane Bailliez
-Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] It's taglibs responsability to upgrade...not ours... I didn't want to say we should take care of taglib, just add a group of users that may be interested in continued support of Xalan1 in Ant. Understood, sorry

RE: XSLTProcessor using xsl file from jar file

2001-11-19 Thread Stephane Bailliez
-Original Message- From: Barry Kaplan [mailto:[EMAIL PROTECTED]] [...] c:\somewhere\jar:file:\c:\somewhere\myjar.jar!\com\abwg\tools\ ant\ConvertToJ builder.xsl So, what does one generally do in the ant world? a) Forget about using style and roll my own xslt code? b) Refactor

RE: XSLTProcessor using xsl file from jar file

2001-11-19 Thread Stephane Bailliez
-Original Message- From: Peter Donald [mailto:[EMAIL PROTECTED]] [...] I would like to have an extra inurl=... attribute or something rather than overloading the current one. Or can we overload without too much ugliness? I can probably achieve something to detect the systemid

RE: junitreport and Xalan2

2001-11-16 Thread Stephane Bailliez
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] The rough equivalent of this in Xalan-J 2.x is the javax.xml.transform.TransformerFactory, which is a JAXP-standard call. I know there have been discussions in Ant-land about making Ant style? task use

RE: java.io.IOException: Not enough space

2001-11-16 Thread Stephane Bailliez
-Original Message- From: Hélène JOANIN [mailto:[EMAIL PROTECTED]] I'm a new user of Ant and I need advice to be able to correct my problem. I use the Ant version 1.4.1. I have writen an Ant build file to build my product. The building works fine on a machine which have 512M

RE: upgrade from 1.3 to 1.4.1

2001-11-15 Thread Stephane Bailliez
-Original Message- From: Kazandjian Erik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 1:33 PM To: 'Ant Users List' Subject: RE: upgrade from 1.3 to 1.4.1 This command fails, it gives (due to the verbose flag) the following Could not find xalan2 nor xalan1 in

RE: ClearCase updates

2001-11-15 Thread Stephane Bailliez
-Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] I do not understand why such tasks have to be so hard, or ccase so brittle, but that is what life is like when you commit all your code to the care and protection to a distributed system whose failure mode is to

RE: junitreport and Xalan2

2001-11-15 Thread Stephane Bailliez
-Original Message- From: Christopher Berry [mailto:[EMAIL PROTECTED]] Greetings, [...] But if you open up Xalan2, you will *not* find this CLASS file. And thus, the junitreport Task doesn't build properly. Building with Xalan 1.2.2 works as expected. This is exactly what you should

RE: junitreport

2001-11-14 Thread Stephane Bailliez
What Ant version are you using ? -- Stéphane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my company. -Original Message- From: Kazandjian Erik [mailto:[EMAIL

RE: Question on junitreport

2001-11-14 Thread Stephane Bailliez
-Original Message- From: Ying-Yi Huang [mailto:[EMAIL PROTECTED]] I am using ANT1.4 with Xalan-j_2_2_D12. Here is the junitreport task I setup, [...] java.lang.NoSuchMethodError at org.apache.xml.dtm.ref.dom2dtm.DOM2DTM.addNode(DOM2DTM.java:273) at

RE: junitreport

2001-11-14 Thread Stephane Bailliez
: Stephane Bailliez [mailto:[EMAIL PROTECTED]] Sent: woensdag 14 november 2001 10:03 To: Ant Users List Subject: RE: junitreport What Ant version are you using ? -- Stéphane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions

RE: upgrade from 1.3 to 1.4.1

2001-11-14 Thread Stephane Bailliez
1) What parsers are you using to compile ? 2) What parsers do you have in Ant libs ? (ie lib and lib/optional) 3) Make sure you compile with the attribute includeantruntime=no in javac, most of the time it's better not to mix things which have nothing to do. Since getLocalName is a DOML2

RE: upgrade from 1.3 to 1.4.1

2001-11-14 Thread Stephane Bailliez
-Original Message- From: Kazandjian Erik [mailto:[EMAIL PROTECTED]] This is what I did. I untarred the tar.gz file containing the binaries for ant1.4.1 I added the file optional.jar to $ANT_HOME/lib When I then run ant I get No JAXP compliant XML parser found. Please visit

RE: upgrade from 1.3 to 1.4.1

2001-11-14 Thread Stephane Bailliez
-Original Message- From: Kazandjian Erik [mailto:[EMAIL PROTECTED]] If I put these 2 jars (jaxp.jar and crimson.jar) in my classpath shoudn't that do the job ? What do you mean by 'classpath' here ? I highly recommend to have your CLASSPATH environment variable empty. Or set to

RE: ClearCase updates

2001-11-14 Thread Stephane Bailliez
-Original Message- From: Anthony Rodriguez [mailto:[EMAIL PROTECTED]] task I use. But it would probably be cooler if a Java guru out there could write a class/optional task that could do this. Please enter a bug in Bugzilla and set it as a RFE. Attach your perl script as well w/

RE: JUnit/JUnitReport Question

2001-11-12 Thread Stephane Bailliez
: testMethodWithNameExceedingMaxSize() or such. Otherwise you end up with too much works for your tests. tests need to be small and easily understandable. It's already difficult enough not to be lazy and do tests and document tests and code. :) -- Stephane Bailliez Software Engineer, Paris - France

Re: Using log.xml output

2001-10-27 Thread Stephane Bailliez
- Original Message - From: Jim Ray [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 26, 2001 2:14 PM Subject: Using log.xml output I found the stylesheet for log.xml but now how do I use it? Do I need to feed it through something like Coocoon to get the correct output?

RE: Shyam Koppikar

2001-10-04 Thread Stephane Bailliez
-Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] He wants to unsubscribe but apparently has no idea how to do that -- see: [...] I suspect he figured if he made himself enough of a nuisance, eventually it would get taken care of for him. If it is the case, it is

RE: nonfatal internal JIT error

2001-10-04 Thread Stephane Bailliez
No big deal. It's because you use JDK 1.2 it has already been discussed on the list and is in the release notes of JAXP 1.1 (Feb 2001) http://java.sun.com/xml/jaxp-1.1/relnotes.html If you get a nonfatal internal JIT error when running with versions of Java 2 SDK version 1.2, you can either

RE: XSLT extensions and ANT

2001-09-10 Thread Stephane Bailliez
This might be due to a systemid problem between xalan and ant. systemids are not consistant within xalan (though the fixes should be in D10) and I did my best at the time of the release to come around most problems between xalan and bug in parsers as well. You're running in a unix box ?

RE: Turning off XML validation is Style task

2001-09-07 Thread Stephane Bailliez
I don't think it is trivial... AFAIK there is no way to say to a parser ignore the DTD. Validating is one thing but loading the DTD is another. As there is no way to really know what the DTD is for (could be to resolve some entities) There is one step to this by specifying an XML document as

RE: com.sun.xml.parser.SAXParserFactoryImpl

2001-08-28 Thread Stephane Bailliez
-Original Message- [...] I then had our admin add the parser.jar into the jre/lib/ext directory and it worked. Appearantly, jaxp.jar and parser.jar want to be in the same directory. yee-haw. 'lib/ext' is evil. Remove everything from this directory otherwise you are putting

RE: IntelliJ Idea and Ant

2001-08-24 Thread Stephane Bailliez
Click on the Ant window. Click on the + button to select your Ant build file. Select the root Ant build file and right click to remove, run, edit and change properties or classpath. -- Stéphane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer:

RE: Multiple JDK's on Windows [ marginally off-topic ]

2001-08-21 Thread Stephane Bailliez
-Original Message- From: Nico Seessle [mailto:[EMAIL PROTECTED]] The only thing that seems to use these entries in the registry is the java[w].exe that get's installed in C:\WinNT\System32 by the setup. And it really makes sense for these programs, since they won't know the

RE: How to handle conflicting properties in nested build files.

2001-08-21 Thread Stephane Bailliez
this is for Ant. Get Ant 1.4beta2. There is an option 'inheritall' for the ant task, that does what you need. -- Stephane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my company.

RE: xalan and ant

2001-08-21 Thread Stephane Bailliez
Relax. processor=xalan means Xalan1 here (old API) You have Xalan2, it's TraX. processor=trax No need to specify processor=trax, it is the default. -- Stéphane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed

RE: JunitReport

2001-08-21 Thread Stephane Bailliez
-From: Stephane Bailliez [mailto:[EMAIL PROTECTED]]Sent: 21 August 2001 12:34To: [EMAIL PROTECTED]Subject: RE: JunitReport Properties exists for every testsuite. Why ? because a testsuite can be run a new JVM each time (forked mode). That means you can have different

RE: JDependTask problem (ant1.4)

2001-08-17 Thread Stephane Bailliez
As far as I can read from the docs, it is sourcespath not sourcepath -- Stéphane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my company. -Original Message- From:

Re: JUnit Report Task in 1.4 Beta and 1.5 Alpha

2001-08-12 Thread Stephane Bailliez
- Original Message - I know there's been traffic lately about the JUnit Report task, but I haven't seen this issue addressed (apologies if I missed seeing it). [...] I don't see this class in either ant.jar or optional.jar. It's in optional.jar. You are probably using an optional.jar

RE: Ant/Trax/Redirect problem

2001-08-09 Thread Stephane Bailliez
to check. Sorry will be in the next few days along with testcases. -- Stephane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my company.

RE: 1.4Beta1 and different versions of Xalan

2001-08-09 Thread Stephane Bailliez
I don't think this version is compatible but the one that is in the xalan1.2.2 distrib is definitely working with it. :) -- Stephane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from

RE: Help need for Junitreport

2001-08-08 Thread Stephane Bailliez
Disclaimer: All the opinions expressed above are mine and not those from my company. -Original Message- From: Berin Loritsch [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 5:17 PM To: [EMAIL PROTECTED] Subject: Re: Help need for Junitreport Stephane Bailliez wrote

RE: Could someone with commit access apply this?

2001-08-07 Thread Stephane Bailliez
. Any opinion ? -- Stephane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my company.

RE: Ordering classpath

2001-08-07 Thread Stephane Bailliez
to order them. path id=myclasspath pathelement location=./dir/myjar1.jar/ pathelement location=./dir/myjar2.jar/ /path -- Stephane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my

RE: Ordering classpath

2001-08-07 Thread Stephane Bailliez
since it gives you the possibility to order them via path and to collect them via fileset. I don't think you can have something better...it is really the classpath 'feature' of java that is prehistoric while the classloader is a cool thing. -- Stephane Bailliez Software Engineer, Paris - France

RE: JUnit tests fail - build fail

2001-08-06 Thread Stephane Bailliez
-Original Message- From: Klara Ward [mailto:[EMAIL PROTECTED]] I probably did something stupid. It works with ant 1.3 but I can't 1.4 to work with junitreport, neither my old one(that once worked) nor the new one. In my ant lib I have the jars ant, crimson, optional(the same

Re: ant and Weblogic 6.1

2001-08-05 Thread Stephane Bailliez
Title: RE: ant and Weblogic 6.1 You don't give much information but FYI, as you noticed, the JDK bundled w/ Weblogic 6.1 does not have a directory jre/lib/ext that normally exists in the normal JDK. It is normally empty (and better stay unless you want to shoot yourself in the foot), so

RE: Class Loading Problems

2001-08-01 Thread Stephane Bailliez
Your error probably happened because you were using the GUI in the IDE. It is better to run JUnit with the -noloading option. -- Stephane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those

RE: XSLT processor param tags

2001-07-31 Thread Stephane Bailliez
Does it work correctly if you remove the single quote for your params ? Xalan 2.x and Xalan 1.2.x do not work the same way for parameters, but maybe it is only in command line. -- Stéphane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All

RE: Strange java/fork behavior with xalan

2001-07-26 Thread Stephane Bailliez
=${output.file} style=${xhtml.driver}/ -- Stephane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my company. -Original Message- From: Eric Richardson [mailto:[EMAIL

RE: Forcing a (Windoze) Reboot from Ant?

2001-07-26 Thread Stephane Bailliez
Butch, This is definitely not the Ant goal to do a reboot, otherwise we will soon have to change Ant to make coffee and pancakes. Ant allows you to execute external processes, take advantage of this. Do an exec with this process. http://www.sysinternals.com/ntw2k/freeware/psshutdown.shtml As

[POLL RESULT] JUnit Users

2001-07-18 Thread Stephane Bailliez
To sum up the different points that were addressed. If I forgot something, it's time to speak loud and clear. :-) @todo junitreport - remove the garbage timing reports. Do a total timing at most - address XML/XSL issues that arise from incompatibility. (xalan1/xalan2/xerces) - keep framed AND

RE: [POLL] JUnit Users

2001-07-13 Thread Stephane Bailliez
to this behavior. -- Stephane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my company.

RE: [POLL] JUnit Users

2001-07-13 Thread Stephane Bailliez
, there is not much I can do. Thank a lot for your feedback ! -- Stephane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my company.

RE: Another JUnitReport problem

2001-07-13 Thread Stephane Bailliez
? Klara -Original Message- From: Stephane Bailliez [mailto:[EMAIL PROTECTED]] Sent: den 12 juli 2001 16:32 To: [EMAIL PROTECTED] Subject: RE: Another JUnitReport problem It does not work with xalan 2 (sorry the doc says it works but it does not because optional.jar

[POLL] JUnit Users

2001-07-12 Thread Stephane Bailliez
Hello all, I'd appreciate some feedback about the junitreport task in Ant 1.3 that generates HTML reports from all set of XML reports. Since I'm about to change the way to generate the report, it will help me a lot. - Are you using the framed report ? non framed report ? both ? - Did you

RE: [POLL] JUnit Users

2001-07-12 Thread Stephane Bailliez
-Original Message- From: Ingmar Stein [mailto:[EMAIL PROTECTED]] - Are you using the framed report ? non framed report ? both ? The framed one. - Did you customize the stylesheets ? No, but I use your stylesheet that uses the Xalan Redirect extension. OK, you're an exception

RE: [POLL] JUnit Users

2001-07-12 Thread Stephane Bailliez
(Main.java:404) at org.apache.tools.ant.Main.main(Main.java:149) Total time: 1 second -Original Message- From: Stephane Bailliez [mailto:[EMAIL PROTECTED]] Sent: 12 July 2001 09:05 To: [EMAIL PROTECTED] Subject: [POLL] JUnit Users Hello all

RE: [POLL] JUnit Users

2001-07-12 Thread Stephane Bailliez
mm...I don't know where this one is coming from, I know 2 problems: - if you use xalan 1.2.2, you must type your param as: expression='${basedir}/reports/html' and you need bsf.jar in your classpath. - if you use xalan 2.x (via trax) you must type your param as:

RE: [POLL] JUnit Users

2001-07-12 Thread Stephane Bailliez
What parser do you have in your classpath ? -- Stéphane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com Disclaimer: All the opinions expressed above are mine and not those from my company. -Original Message- From: Ingmar Stein

RE: [POLL] JUnit Users

2001-07-12 Thread Stephane Bailliez
-Original Message- From: Daniel Hoppe [mailto:[EMAIL PROTECTED]] I use both tasks together with commons-cactus, it works really great. The version I have has a problem with the reports when the TEST-xxx.xml files contain non ascii characters, e.g. German umlauts from fail and

RE: Another JUnitReport problem

2001-07-12 Thread Stephane Bailliez
It does not work with xalan 2 (sorry the doc says it works but it does not because optional.jar was not built with xalan1 compatibility jar). report works only with xalan 1.2.2 Plus I'm not sure that the xsl works with Xalan 2.2D6. I submitted a bug that I had with a xsl was similar to the

RE: Trouble Using JUnitReport

2001-07-11 Thread Stephane Bailliez
You probably are using parser.jar. Try remove it from your classpath so that only xerces remains. Since I'm at it...is there a lot of people using this ...ehm...customization possibility ? My intent is to remove totally this 'report' thingy so that people use the style task instead with some

RE: Generating build files with XSLT

2001-07-10 Thread Stephane Bailliez
Use ${{name}} in the XSL, you will get what you want. If you want to keep an eye of how to generate build automatically, then you should get Ant GUMP (see Alexandria project) Cheers, -- Stephane Bailliez Software Engineer, Paris - France iMediation - http://www.imediation.com

  1   2   >