RE: AElfred parser?

2002-01-29 Thread Daniel Hoppe
How exactly is your setup? Are you launching your application from ANT, are you using the style task,...? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 29, 2002 11:27 AM > To: Ant Users List > Subject: RE: AElfred parser? > > > > >

RE: AElfred parser?

2002-01-28 Thread Daniel Hoppe
In saxon.jar. Daniel > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 28, 2002 12:24 PM > To: Ant Users List > Subject: RE: AElfred parser? > > > > > sorry for being so ignorant but where is the entry > javax.xm.parsers.SAXParserFactor

RE: AElfred parser?

2002-01-28 Thread Daniel Hoppe
Hi, make a backup of your saxon.jar and delete the entry javax.xm.parsers.SAXParserFactory. Let me know if that helps. Daniel > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 28, 2002 12:02 PM > To: [EMAIL PROTECTED] > Subject: AElfred pa

RE: Task to test for empty directory

2002-01-18 Thread Daniel Hoppe
can download the code here > http://sourceforge.net/project/showfiles.php?group_id=41301&re > lease_id=67469 > > Iñigo > -- > http://www.inigoserrano.com > http://isvalidator.sourceforge.net > > > > - Original Message -

Task to test for empty directory

2002-01-16 Thread Daniel Hoppe
Hi all, I'm searching for a possibility to test for empty directories, something like a modified task. The archives show that this has been asked for a few times, but no solutions yet. Do you think this might be a useful addition to or should I rather implement an own task for this? Cheers,

RE: [POLL]

2001-11-22 Thread Daniel Hoppe
Hi Stephane, [X] 1. TraX (Xalan 2.x, Saxon) - supported in Ant I primarily use Saxon. Regards, Daniel <<< sitewaerts GmbH Hebelstraße 15 D-76133 Karlsruhe Tel: +49 (721) 920 918 0 Fax: +49 (721) 920 918 29 http://www.sitewaerts.de >>> -- To

RE: Ant 1.4, RMIC, and weblogic....

2001-09-04 Thread Daniel Hoppe
Cool, my first one-line contribution to ANT :-) > -Original Message- > From: Conor MacNeill [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 05, 2001 1:19 AM > To: [EMAIL PROTECTED] > Subject: RE: Ant 1.4, RMIC, and weblogic > > > Daniel, > > I committed the patch you provid

RE: Ant 1.4, RMIC, and weblogic....

2001-09-04 Thread Daniel Hoppe
Hi,   I posted this as a problem on ant-dev a week ago. For me it won't run if I don't put the weblogic stuff into the ant lib directory. I looked at the code and it seems that the actual compiler will not use the nested classpath (I might be wrong here, not too sure). The problem is that th

AW: [POLL] JUnit Users

2001-07-12 Thread Daniel Hoppe
Hi Stéphane, > - Are you using the framed report ? non framed report ? both ? The framed one > > - Did you customize the stylesheets ? Nope > > - If yes, what did you change ? Was it easy ? > > - Did you write your own stylesheet and applied it via

Copy files up one folder

2001-04-01 Thread Daniel Hoppe
Hi, I guess what I'm trying to do must be quite standard, but I did not figure out how to do it yet... In my project I have lot's of configuration files, deployment descriptors etc. which contain deployment specific tokens. I keep these files in a sub-folder called ant-templates on different pla

AW: PROBLEM WITH ANT WHEN CREATING EJB-JARS

2001-03-21 Thread Daniel Hoppe
t; com/mycompany/package/BeanClass.class > META-INF/ejb-jar.xml > META-INF/jboss.xml > META-INF/Manifest.mf > > would the EJBJAR task be used? Reading the > documentation still leaves this > question unclear to me. > > Thanks, > John > > -Original Message---

AW: Creating an EJB jar file

2001-03-20 Thread Daniel Hoppe
Hi John, check out the optional tasks, there is a great EJBJAR task which produces vanilla ejb jars. There are nested elements for WebLogic 5.1, WebLogic 6.0 and TopLink. Cheers, Daniel -Ursprüngliche Nachricht- Von: DUBCHAK, JOHN [Non-Pharmacia/1000] [mailto:[EMAIL PROTECTED]] Gesen

RE: Can i build depending on the release tag?

2001-01-19 Thread Daniel Hoppe
Hi Chitra, >I have a question here.Can i build the script by specifying which >release tag i want to rebuild? if i have (say RELEASE_1_0 & RELEASE_1_1) you can call cvs with the -r parameter, e.g. Daniel

ejb-jar jar problem

2001-01-16 Thread Daniel Hoppe
Hi all, on very rare occasions I have problems deploying beans that have been generated with the ejb-jar task. WebLogic says that it has a deployment exception due to a ClassNotFoundException. The class not being found is the Bean Implementation class. This problem just occurs when a jar is updat

RE: , Problem

2001-01-12 Thread Daniel Hoppe
Daniel, are you trying to build one jarfile per bean or do you plan to put all the ejbs in one jar? If you plan to place all beans in one jar you should probably use a joined start point for your ejb classes (your compile dir). I'd not split up the beans in this case. The descriptors should have

RE: , Problem

2001-01-12 Thread Daniel Hoppe
Daniel, this is an example of the new style ejbjar task.

[BUG?] Java Task adds Ant Classpath when forking

2001-01-09 Thread Daniel Hoppe
Hi Ants, in the Ant Distribution I got from the CVS I think I might have discovered a bug in the java task. In the nightly build I was using before (24th of December), the classpath passed to java when forking was the one specified in the classpathref. The new build additionally prepends the comp

ejbjar, support files

2000-12-27 Thread Daniel Hoppe
Hi Conor, I like the idea of a nested a lot. That would be an elegant solution for my problem with superinterface of remote interface and bean class (described in my mail from '2000-11-21 / EJB-Jar and Interfaces'). Best Regards, Daniel - By the way: Ant is a great launcher for de