public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
From: Paul Jenner <psj@harker.dyndns.org>
To: mauve-patches@sources.redhat.com
Subject: mauve build fix for VisualTestlet
Date: Mon, 30 Oct 2006 19:49:00 -0000	[thread overview]
Message-ID: <1162237726.8716.2.camel@localhost.localdomain> (raw)

[-- Attachment #1: Type: text/plain, Size: 1020 bytes --]

Hi.

"make" step was failing for me with clean checkout of mauve without the
attached patch.

Could someone please review and apply?

For reference, ecj gave error:

home/psj/software/install/bin/ecj
-bootclasspath /home/psj/software/install/classpath-cvs/share/classpath/glibj.zip Harness.java RunnerProcess.java gnu/testlet/config.java gnu/testlet/TestHarness.java gnu/testlet/Testlet.java gnu/testlet/TestSecurityManager.java gnu/testlet/ResourceNotFoundException.java gnu/testlet/TestReport.java gnu/testlet/TestResult.java
----------
1. ERROR in RunnerProcess.java
 (at line 32)
        import gnu.testlet.VisualTestlet;
               ^^^^^^^^^^^^^^^^^^^^^^^^^
The import gnu.testlet.VisualTestlet cannot be resolved
----------
2. ERROR in RunnerProcess.java
 (at line 279)
        if (o instanceof VisualTestlet)
                         ^^^^^^^^^^^^^
VisualTestlet cannot be resolved to a type
----------
2 problems (2 errors)make: *** [harness] Error 255

Thanks,

Paul

-- 
Paul Jenner <psj@harker.dyndns.org>

[-- Attachment #2: mauve-VisualTestletbuildfix.patch --]
[-- Type: text/x-patch, Size: 748 bytes --]

Common subdirectories: mauve/CVS and mauve.psj/CVS
Common subdirectories: mauve/.externalToolBuilders and mauve.psj/.externalToolBuilders
Common subdirectories: mauve/gnu and mauve.psj/gnu
Common subdirectories: mauve/junit and mauve.psj/junit
diff -u mauve/Makefile.am mauve.psj/Makefile.am
--- mauve/Makefile.am	2006-06-28 06:00:31.000000000 +0100
+++ mauve.psj/Makefile.am	2006-10-30 19:42:32.000000000 +0000
@@ -18,7 +18,8 @@
 	gnu/testlet/TestSecurityManager.java \
 	gnu/testlet/ResourceNotFoundException.java \
 	gnu/testlet/TestReport.java \
-	gnu/testlet/TestResult.java
+	gnu/testlet/TestResult.java \
+	gnu/testlet/VisualTestlet.java
 
 harness:
 	$(JAVAC) $(harness_files)
Common subdirectories: mauve/.settings and mauve.psj/.settings

             reply	other threads:[~2006-10-30 19:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-30 19:49 Paul Jenner [this message]
2006-11-25 15:29 ` Paul Jenner
2006-11-26 16:29   ` Mark Wielaard
2006-11-26 19:00     ` Roman Kennke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1162237726.8716.2.camel@localhost.localdomain \
    --to=psj@harker.dyndns.org \
    --cc=mauve-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).