RE: Avoiding Ejb/Jboss tag-warnings using the ant javadoc task

2003-01-17 Thread Sonnek, Ryan
for each of you tag elements, use the enabled flag and set it to false. i can't figure out how to remove several tags of the same type (@ejb.bean, @ejb.pk) without having an individual tag for each one. it'd be great if you could use a wildcard of some sort. please let me know if anyone out

RE: Nightly Ant scripts

2003-01-13 Thread Sonnek, Ryan
i've had this same problem. i haven't found a solution for it, but it seems to have something to do with the cvs task. hopefully someone out there know's how to solve this one! Ryan -Original Message- From: Paul Collins [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 10:51 AM

RE: propertyfile increments wrong.

2003-01-06 Thread Sonnek, Ryan
Windows 2000 machine with Ant 1.5.1 and occasionally Ant 1.4.1. - Chris - Original Message - From: Sonnek, Ryan [EMAIL PROTECTED] To: 'Ant Users List' [EMAIL PROTECTED] Sent: Monday, December 30, 2002 8:15 PM Subject: RE: propertyfile increments wrong. yes, the file is in cvs

propertyfile increments wrong.

2002-12-30 Thread Sonnek, Ryan
running ant 1.5.1 on win2k box i get strange behavior when incrementing a property value. the build.number property will increase by one, but occationaly it will double. the behavior i have seen is something like: 1, 2, 3, 4, 8, 9, 18, etc. echo message=increment the build counter /

RE: propertyfile increments wrong.

2002-12-30 Thread Sonnek, Ryan
thank you both for your quick responses! the incrementing of the build number occurs in my INIT target, and all other targets depend on this one. each time i run the build script, init is only run once. i wish i could write some kind of test case for this but it appears to happen erratically,

RE: style task InvocationTargetException

2002-12-16 Thread Sonnek, Ryan
Subject: Re: style task InvocationTargetException Sonnek, Ryan wrote: does anyone know what this error message means? using ant 1.5.1 w/ xalan2.4.1 [style] C:/brown_dev/srcroot/bcs/doc/checkstyle/checkstyle.xsl:272:65: Warning! java.lang.reflect.InvocationTargetException Cause

RE: style task InvocationTargetException

2002-12-16 Thread Sonnek, Ryan
i haven't been able to find out any more information about what is causing this error, but it definately lies in the checkstyle-frames.xsl. i've downloaded the other stylesheets from checkstyle's sourceforge site, and both of the other .xsl files work fine. without more information i'd hate to

RE: help with style task

2002-12-13 Thread Sonnek, Ryan
is there anyone out there using the style or xslt task by taskdef? any sample or link to documentation besides the and FAQ? what is the implementing task classname and required libs on the classpath? Ryan (in desparate need of therapy after this) -Original Message- From: Sonnek, Ryan

help with style task

2002-12-12 Thread Sonnek, Ryan
this is a very active list, so i'm reposting my message with a more accurate subject. hopefully someone who's worked with this can point me in the right direction. the docs are great, but i've been stuck for quite some time. i've looked through the mail archive, and went through the FAQ on

RE: help with style task

2002-12-12 Thread Sonnek, Ryan
, on Win2K, JDK 1.4.0_01, I don't have anything special to use style (no taskdef, no nested classpath in style task). --DD -Original Message- From: Sonnek, Ryan [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:47 AM To: 'Ant Users List' Subject: help with style task

style task InvocationTargetException

2002-12-11 Thread Sonnek, Ryan
does anyone know what this error message means? using ant 1.5.1 w/ xalan2.4.1 [style] C:/brown_dev/srcroot/bcs/doc/checkstyle/checkstyle.xsl:272:65: Warning! java.lang.reflect.InvocationTargetException Cause: java.lang.reflect.InvocationTargetException Ryan -- To unsubscribe, e-mail:

RE: style task InvocationTargetException

2002-12-11 Thread Sonnek, Ryan
can't fork the VM with style. i've looked through the mail archive, and went through the FAQ on using the JUnit and style task w/o having optional.jar in ANT_HOME. i've had junit working fine for monthes this way, and now i'd like to add style for checkstyle. after going through the docs again,

RE: setProxy with jspc

2002-12-10 Thread Sonnek, Ryan
Steve, quote It doesnt feed down to jasperc because nobody thought it should. /quote it seems that any task that uses external resources should be able to work with the proxy. working behind a firewall is such a common occurance, and the benifits of precompiling jsp pages is a huge bonus for me.

using jspc with taglib's

2002-12-09 Thread Sonnek, Ryan
hi again everyone. i put this problem on the backburner a couple monthes ago, and now i'm back to pick your collective brains again! =) i wasn't able to get jspc working with my jsp's that were using taglibs, and now i've got some more information about what may be going on. here is the

RE: using jspc with taglib's

2002-12-09 Thread Sonnek, Ryan
is there a way to set proxy information within a build script? i'd like to test if jspc will work if proxy information is included. has anyone worked with this before? Ryan -Original Message- From: Sonnek, Ryan [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 10:36 AM

RE: using jspc with taglib's

2002-12-09 Thread Sonnek, Ryan
firewall to get the actual dtd resolved. i've looked through the optional task SetProxy to set the address and port, but is there a way to set the username and password? - Original Message - From: Sonnek, Ryan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 09, 2002 08:36

RE: using jspc with taglib's

2002-12-09 Thread Sonnek, Ryan
Steve, quote just paste the entire dtd decl into the xml /quote that doesn't seem to work. i've taken the .tld that xdoclet generates, and pasted the dtd from sun above the taglib tag. i'm still getting parse exceptions. i'm sure that there is a specific way to get this done, could you please

setProxy with jspc

2002-12-09 Thread Sonnek, Ryan
ok, now things are starting to fall into place. after searching through inline DTD examples, i was able to recreate the correct DOCTYPE, and jspc is now working fine. my options from here are to modify the taglib.tld file after xdoclet has generated it to change the DOCTYPE to inline (i'm

cvs task requirements

2002-11-05 Thread Sonnek, Ryan
are there any required libraries for running the cvs task? i'm unable to run it successfully through ant, although usint Forte, i'm able to connect. does anyone know what the following error message means? thanks for the help. build.xml: target name=init-cvs depends=init

RE: cvs task requirements

2002-11-05 Thread Sonnek, Ryan
to work. (We noticed that the error messages from cvs and ant were not very helpful.) -James -Original Message- From: Sonnek, Ryan [mailto:Ryan.Sonnek;bpc.com] Sent: Tuesday, November 05, 2002 7:53 AM To: 'Ant Users List' Subject: cvs task requirements are there any required libraries

RE: jspc with taglib

2002-10-28 Thread Sonnek, Ryan
use the class files anyway. -Original Message- From: Sonnek, Ryan [mailto:Ryan.Sonnek;bpc.com] Sent: Friday, October 25, 2002 4:27 PM To: 'Ant Users List' Subject: RE: jspc with taglib yes, and jspc runs just fine normally untill i decided to add a tag library to my jsp page

RE: jspc with taglib

2002-10-28 Thread Sonnek, Ryan
anyway. -Original Message- From: Sonnek, Ryan [mailto:Ryan.Sonnek;bpc.com] Sent: Friday, October 25, 2002 4:27 PM To: 'Ant Users List' Subject: RE: jspc with taglib yes, and jspc runs just fine normally untill i decided to add a tag library to my jsp page. i only run my

RE: jspc with taglib

2002-10-28 Thread Sonnek, Ryan
Tomcat wants, so it can't use the class files anyway. -Original Message- From: Sonnek, Ryan [mailto:Ryan.Sonnek;bpc.com] Sent: Friday, October 25, 2002 4:27 PM To: 'Ant Users List' Subject: RE: jspc with taglib yes, and jspc runs just fine normally untill i decided

jspc with taglib

2002-10-25 Thread Sonnek, Ryan
i've been working with the jspc task for quite some time, and i've decided to try using tag libraries. now, when i compile a page with a % taglib x % jspc fails, but with no errors. the page works fine with the simple tag without doing a jspc, but has anyone worked with taglib's and used

RE: jspc with taglib

2002-10-25 Thread Sonnek, Ryan
: Dennis Doubleday [mailto:dennis;righthandmanager.com] Sent: Friday, October 25, 2002 11:55 AM To: 'Ant Users List' Subject: RE: jspc with taglib Make sure the .tld file for taglib is in the WEB-INF directory of your build environment. -Original Message- From: Sonnek, Ryan