On Tue, Aug 12, 2003 at 11:25:06AM +0200, Stefan Bodewig wrote:
> On Tue, 12 Aug 2003, Paul Nasrat <[EMAIL PROTECTED]> wrote:
> Maybe the wrapper script is pulling in an older ant.jar
> from somewhere (/etc/ant.conf?, /usr/share/java via rpm_mode being
> true?)
I mv'd /etc
On Tue, Aug 12, 2003 at 10:23:25AM +0100, peter reilly wrote:
> +1
>
> It builds fine for me.
>
> ./bootstrap.sh
> ./build.sh
> export ANT_HOME `pwd`/dist
> cd dist/bin
> ./ant -version
Hmm, any idea why it might barf on mine (mine's not an official vote
anyway). If I run stuff manually it buil
On Tue, Aug 12, 2003 at 09:09:27AM +0200, Stefan Bodewig wrote:
> [It is the PMC's responsibility to ensure that our releases are OK, so
> only PMC member votes are binding, that shouldn't stop anybody else
> from speking her/his mind.]
-1 doesn't build for me, though this could be me :(
Building
On Thu, Aug 07, 2003 at 01:28:37PM +0200, Stefan Bodewig wrote:
> On Thu, 7 Aug 2003, Paul Nasrat <[EMAIL PROTECTED]> wrote:
>
> > Please can the javacc fix go in too.
>
> I wouldn't want to. Not because the change was too big, but simply to
> keep this release (
On Wed, Aug 06, 2003 at 01:46:24PM +0200, Stefan Bodewig wrote:
> No long winded plan as this one should be rather trivial IMHO.
>
> The plan:
Sounds good.
> The only changes over 1.5.3 will be the changes to and the VAJ
> tasks. Therefore I plan to explicitly state in the release notes as
>
On Thu, Jul 17, 2003 at 03:54:40PM +0800, Navanee wrote:
> Hello,
>
> That is useful only when we run single task with ANT API. But I have to
> do many tasks (cvs - checkout, compilation, copy, delete, compare, cvs -
> commit), that?s y I'm looking for sample code to create a project,
> several
On Fri, Jul 11, 2003 at 11:18:21AM -0400, Scot Floess wrote:
> I see your point. Actually, my fix was just to get me working (as I am new
> to the ant mailing list and didn't look first to see if one existed). The
> fix I see is much superior to mine...
No problem, I'm new too :)
It just happen
On Fri, Jul 11, 2003 at 11:10:27AM -0400, Scot Floess wrote:
> The ant tasks do not work with Javacc 3.x as the main class has changed as
> well as JavaCC.zip is no longer used (it is not javacc.jar)...
This is better fixed in CVS supporting JavaCC 2.1, 3,0 and 3.1, you should be
able to grab diff
On Thu, Jul 10, 2003 at 01:04:52PM +0200, Stefan Bodewig wrote:
> On Thu, 10 Jul 2003, Paul Nasrat <[EMAIL PROTECTED]> wrote:
>
> > Here is a small patch to add the javacc.jar to the search list for
> > the javacc task.
Take two - I've actually tested this on
On Thu, Jul 10, 2003 at 01:04:52PM +0200, Stefan Bodewig wrote:
> On Thu, 10 Jul 2003, Paul Nasrat <[EMAIL PROTECTED]> wrote:
> This is by far not enough, you'd get a major version from
> getMajorVersionNumber of 4, which in turn would cause getMainClass to
> fail.
My bad
Here is a small patch to add the javacc.jar to the search list for the
javacc task. This makes the task work with sane layouts such as
/usr/share/java/javacc.jar or lib/javacc.jar (eg for JPackage).
Please apply - tested with JavaCC 3.1.
Paul Nasrat
Index: ant/taskdefs/optional/javacc
11 matches
Mail list logo