I have tried Martin's patch and all seems fine. Just one thing: line 56 of
Martin's patch is conflicting with javadoc notation:
+ *JSP Page Compile Generated Code/**, Visual
Age*/**
Should be replaced by
+ *JSP Page Compile Generated Code/**, Visual
Age*/*
ng. I'll make those mockups and check if the
compiled classes still work.
Fr.
-Original Message-
From: Stefan Bodewig
To: [EMAIL PROTECTED]
Sent: 2/05/2003 8:21
Subject: Re: [PATCH] Fix for VAJ4
On Wed, 30 Apr 2003, Rey Francois <[EMAIL PROTECTED]> wrote:
> - I used "
Sorry about all the spam, don't really know why the zip file is not being
sent through each time.
Last try before I give up, this time attaching the files themselves.
-Original Message-
From: Rey Francois
Sent: 30 April 2003 17:31
To: '[EMAIL PROTECTED] '
Subject: [PATCH
Second try, don't know why the attachment did not make it through...
-Original Message-
From: Rey Francois
Sent: 30 April 2003 17:31
To: '[EMAIL PROTECTED] '
Subject: [PATCH] New RExecTask
I have implemented a new RExecTask which I believe can be of use to others
I have implemented a new RExecTask which I believe can be of use to others.
I wasn't that difficult: I took the TelnetTask as a model and transformed it
into an RExecTask.
Note:
- these patches have been made against Ant 1.5.3
- I used "diff -c" to create them (the -u option is not available on m
I have slightly modified the VisualAge for Java tasks in order to make them
work with VAJ v4.0. In fact it was a simple fix: VAJ4 Remote Tools now
provides its own implementation of the servlet classes, so all I had to do
was to change the imports of the VAJToolsServlet class. In addition, I also