jspc problems again

2002-11-08 Thread Jon Schewe
nd 4.1.12. Any ideas? -- Jon Schewe | http://mtu.net/~jpschewe | [EMAIL PROTECTED] For I am convinced that neither death nor life, neither angels nor demons, neither the present nor the future, nor any powers, neither height nor depth, nor anything else in all creation, will be able to separate u

Re: Jspc and JDK 1.4.1_01 not working

2002-11-01 Thread Jon Schewe
Ok, so get this, I had my JAVA_HOME environment variable set differently in cygwin than in windows and that was the whole problem. Thank you all for your suggestions. >>>>> "JS" == Jon Schewe <[EMAIL PROTECTED]> writes: JS> Ok, I just downloaded and installe

Re: Jspc and JDK 1.4.1_01 not working

2002-11-01 Thread Jon Schewe
uot; == Steve Loughran <[EMAIL PROTECTED]> writes: SL> - Original Message - From: "Jon Schewe" <[EMAIL PROTECTED]> To: SL> "Ant Users List" <[EMAIL PROTECTED]> Sent: Wednesday, October SL> 30, 2002 4:54 PM Subject: Re: Jspc and JDK 1.4.1_

Re: Jspc and JDK 1.4.1_01 not working

2002-10-30 Thread Jon Schewe
>>>>> "SL" == Steve Loughran <[EMAIL PROTECTED]> writes: SL> ----- Original Message - From: "Jon Schewe" <[EMAIL PROTECTED]> To: SL> <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 2:18 PM SL> Subject: Jspc and JDK 1.4.1_0

Jspc and JDK 1.4.1_01 not working

2002-10-30 Thread Jon Schewe
x27;s my task: Anyone hve any ideas? -- Jon Schewe | http://mtu.net/~jpschewe | [EMAIL PROTECTED] For I am convinced that neither death nor life, neither angels nor demons, neither the present nor the future, nor any powers, neither height nor depth, nor anything else in all crea

Re: Ant doesn't do paths right under windows

2002-08-02 Thread Jon Schewe
guessing you have another issue that > needs addressing. > > Erik > > Jon Schewe wrote: > >I'm trying to get ant to work right under windows, or cygwin for that > >matter. > >I've got the patched ant script for cygwin, doesn't help. > >

Ant doesn't do paths right under windows

2002-08-02 Thread Jon Schewe
:/projects/fll/code/2002/implementation/build.xml:213: H:\projects\fll\code\2002\implementation\"c:\packages\Apache-Tomcat-4.0"\common\lib not found. Total time: 6 seconds Does someone know how to fix this? It basically means I can't use ant for my JSP development under windows. -- Jon

Re: task to delete nonmatching files?

2002-04-19 Thread Jon Schewe
Diane Holt wrote: > --- Jon Schewe <[EMAIL PROTECTED]> wrote: > >>What about if the files are in different trees? >> > > I'm not sure what you mean. The way it currently works is that they're in > different subdirs under the base directory, just

Re: task to delete nonmatching files?

2002-04-19 Thread Jon Schewe
Diane Holt wrote: > --- Jon Schewe <[EMAIL PROTECTED]> wrote: > >>My build script currently has a task in it that copies files from one >>directory to another changing the extension, using a file mapper. This >>works great. Now the problem I have is that if I

task to delete nonmatching files?

2002-04-19 Thread Jon Schewe
ctory the next time it builds, but only for files that are missing because it'd get really expensive to delete all the files and do a full rebuild. Has someone already done this, or do I need to write my own task? -- Jon Schewe | http://mtu.net/~jpschewe For I am convinced that neither deat

Re: JTest task

2002-04-03 Thread Jon Schewe
oward the Ant team that do not own > JTest. Don't forget that we cannot use/test/maintain all existing products. > > Stephane > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- J

JTest task

2002-04-02 Thread Jon Schewe
Has anyone written a task for Parasoft's JTest? I know it's not free, but I'm using it and need to find or write something for it soon, so before I start working on it I'd like to know if someone else has. I checked the archives and someone asked last year, but no resp

Re: another inconsistency in the documentation for 1.4.1

2002-01-30 Thread Jon Schewe
"Nico Seessle" <[EMAIL PROTECTED]> writes: > - Original Message - > From: "Jon Schewe" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, January 30, 2002 6:19 AM > Subject: another inconsistency in the documentation f

another inconsistency in the documentation for 1.4.1

2002-01-29 Thread Jon Schewe
ion information >ant -version Ant version 1.4.1 compiled on October 11 2001 So what's the right way to do this? -- Jon Schewe | http://mtu.net/~jpschewe | [EMAIL PROTECTED] For I am convinced that neither death nor life, neither angels nor demons, neither the present nor the future, n

1.4.1 binary is really 1.3?

2002-01-15 Thread Jon Schewe
~690. When I try the system runs out of resources. The docs say I can use fork or memoryMaximumSize, but when I try and run ant I get an error telling me the javac task doesn't support that option. -- Jon Schewe | http://mtu.net/~jpschewe For I am convinced that neither death nor life, n

fileset as argument to exec?

2001-05-16 Thread Jon Schewe
I've got a command I want to execute with all of the files in a fileset as the arguments to the command. Is this possible? -- Jon Schewe | http://mtu.net/~jpschewe | [EMAIL PROTECTED] For I am convinced that neither death nor life, neither angels nor demons, neither the present nor the f

Re: How to write own task for IContract

2001-01-09 Thread Jon Schewe
and it still didn't handle quite a few things, like multiple return statements in a method. I ended up writing my own design by contract for java program instead, http://eggplant.mtu.net/~jpschewe/JonsAssert. -- Jon Schewe | http://eggplant.mtu.net/~jpschewe | [EMAIL PROTECTED] For I am

ant doesn't like doctype statement?

2001-01-06 Thread Jon Schewe
at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:85) at org.apache.tools.ant.Main.runBuild(Main.java:402) at org.apache.tools.ant.Main.main(Main.java:149) Total time: 1 second Has anyone else gotten this to work? -- Jon Schewe | http://eggplant.mtu.net/~jpschewe | [

Re: vssget for VisualSourceSafe bug?

2001-01-04 Thread Jon Schewe
> > Just kidding, I would, however, caution against telling us your password, > even for internal boxes. Knowning Source Safe passwords doesn't do you any good since it's all based on filesystem permissions anyway. It's just easier to run source safe without passwords, t

spaces break the jikes compiler

2001-01-02 Thread Jon Schewe
If the file being compiled with ant using the jikes compiler is in a directory with a space in the name jike dies because it cannot find the file. I'm guessing this is because someone didn't quote the filename when doing hte system call? -- Jon Schewe | http://eggplant.mtu.net

Re: fork javac

2000-12-31 Thread Jon Schewe
intercept System.exit(int) with a SecurityManager. > Can Ant do this? If not, it would be nice if the next version of Ant > could do it. > If jikes were written in Java that'd be an option, but it's not, so you're kind of stuck. -- Jon Schewe | http://eggplant.mtu.net/~jp

Re: Machine independent newline character

2000-12-12 Thread Jon Schewe
nt newline character to the body of the message.  How do I do this?  I know >that mail does > not support a nested message element. -- Jon Schewe | http://eggplant.mtu.net/~jpschewe | [EMAIL PROTECTED] For I am convinced that neither death nor life, neither angels nor demons, neither th