[jira] Commented: (JELLY-168) jelly-tags/swing can not build

2004-11-29 Thread carsten madsen (JIRA)
 [ 
http://nagoya.apache.org/jira/browse/JELLY-168?page=comments#action_55964 ]
 
carsten madsen commented on JELLY-168:
--

I got jelly from the CVS rep. I only fetched the jelly module from cvs.

cvs co jakarta-commons/jelly

with:

CVSROOT=:pserver:[EMAIL PROTECTED]:/home/cvspublic

Doing a cvs log project.properties gives:

RCS file: /home/cvspublic/jakarta-commons/jelly/project.properties,v
Working file: project.properties
head: 1.27
branch:
locks: strict
access list:
symbolic names:
COMMONS_JELLY-1_0_RC1: 1.27
COMMONS-JELLY-1_0-beta-4: 1.27
JELLY_PRE_EXCEPTION_REFACTOR: 1.15
keyword substitution: o
total revisions: 27;selected revisions: 27
description:

Is this enough information?

/carsten

 jelly-tags/swing can not build
 --

  Key: JELLY-168
  URL: http://nagoya.apache.org/jira/browse/JELLY-168
  Project: jelly
 Type: Bug
   Components: taglib.swing
 Versions: 1.0-beta-4
  Environment: Linux 2.6.8-1.521
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
 Reporter: carsten madsen
 Priority: Minor


 When trying to build jelly-tags/swing I get the following error. Seems like 
 the jelly test stuff is not in the jar file?
 [EMAIL PROTECTED] swing]$ maven
  __  __
 |  \/  |__ _Apache__ ___
 | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
 |_|  |_\__,_|\_/\___|_||_|  v. 1.0.1
 Attempting to download commons-jelly-SNAPSHOT.jar.
 build:start:
 java:prepare-filesystem:
 java:compile:
 [echo] Compiling to 
 /opt/jakarta-commons/jelly/jelly-tags/swing/target/classes
 java:jar-resources:
 test:prepare-filesystem:
 test:test-resources:
 test:compile:
 [javac] Compiling 5 source files to 
 /opt/jakarta-commons/jelly/jelly-tags/swing/target/test-classes
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:39:
  package org.apache.commons.jelly.test does not exist
 import org.apache.commons.jelly.test.BaseJellyTest;
  ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:45:
  cannot find symbol
 symbol: class BaseJellyTest
 public class TestSwingTags extends BaseJellyTest {
^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:65:
  cannot find symbol
 symbol  : method getJellyContext()
 location: class org.apache.commons.jelly.swing.TestSwingTags
 JellyContext context = getJellyContext();
^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:67:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Dimension,java.awt.Dimension)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Dimension(100,100), frame.getSize());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:68:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Point,java.awt.Point)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Point(200,200), frame.getLocation());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:71:
  cannot find symbol
 symbol  : method assertNotNull(javax.swing.JButton)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertNotNull(button);
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:72:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Color,java.awt.Color)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Color(0x11,0x22,0x33), button.getBackground());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:73:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Color,java.awt.Color)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Color(0x44,0x55,0x66), button.getForeground());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:74:
  cannot find symbol
 symbol  : method assertEquals(int,int)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(DebugGraphics.FLASH_OPTION|DebugGraphics.LOG_OPTION, 
 panel.getDebugGraphicsOptions());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:75:
  cannot find symbol
 symbol  : method assertEquals(int,int)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(DebugGraphics.BUFFERED_OPTION, 
 button.getDebugGraphicsOptions());
 ^
 

[jira] Commented: (JELLY-168) jelly-tags/swing can not build

2004-11-29 Thread Paul Libbrecht (JIRA)
 [ 
http://nagoya.apache.org/jira/browse/JELLY-168?page=comments#action_55965 ]
 
Paul Libbrecht commented on JELLY-168:
--

Things are actually quite dark.

 http://www.ibiblio.org/commons-jelly/jars/commons-jelly-SNAPSHOT.jar

supposedly the daily snapshot, dates back from Sept 16th... which explains the 
compilation errors. Is this GUMP produced ?

So the normal thing should be react as if the repository did not have 
commons-jelly, and use maven jar:install-snapshot in the jelly directory.
This seems, however, to fail on JDK 1.5. But works with JDK 1.4 (both tested on 
Linux, also works on MacOSX JDK 1.4).

The same test-error (TestXXXTags) happens to fail in Jelly-Swing in JDK 1.5 and 
succeeds in JDK 1.4 (once the snapshot is installed).

Carsten, you're left to install a 1.4, sorry.
And I'll decompose this bug.

paul

 jelly-tags/swing can not build
 --

  Key: JELLY-168
  URL: http://nagoya.apache.org/jira/browse/JELLY-168
  Project: jelly
 Type: Bug
   Components: taglib.swing
 Versions: 1.0-beta-4
  Environment: Linux 2.6.8-1.521
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
 Reporter: carsten madsen
 Priority: Minor


 When trying to build jelly-tags/swing I get the following error. Seems like 
 the jelly test stuff is not in the jar file?
 [EMAIL PROTECTED] swing]$ maven
  __  __
 |  \/  |__ _Apache__ ___
 | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
 |_|  |_\__,_|\_/\___|_||_|  v. 1.0.1
 Attempting to download commons-jelly-SNAPSHOT.jar.
 build:start:
 java:prepare-filesystem:
 java:compile:
 [echo] Compiling to 
 /opt/jakarta-commons/jelly/jelly-tags/swing/target/classes
 java:jar-resources:
 test:prepare-filesystem:
 test:test-resources:
 test:compile:
 [javac] Compiling 5 source files to 
 /opt/jakarta-commons/jelly/jelly-tags/swing/target/test-classes
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:39:
  package org.apache.commons.jelly.test does not exist
 import org.apache.commons.jelly.test.BaseJellyTest;
  ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:45:
  cannot find symbol
 symbol: class BaseJellyTest
 public class TestSwingTags extends BaseJellyTest {
^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:65:
  cannot find symbol
 symbol  : method getJellyContext()
 location: class org.apache.commons.jelly.swing.TestSwingTags
 JellyContext context = getJellyContext();
^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:67:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Dimension,java.awt.Dimension)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Dimension(100,100), frame.getSize());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:68:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Point,java.awt.Point)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Point(200,200), frame.getLocation());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:71:
  cannot find symbol
 symbol  : method assertNotNull(javax.swing.JButton)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertNotNull(button);
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:72:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Color,java.awt.Color)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Color(0x11,0x22,0x33), button.getBackground());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:73:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Color,java.awt.Color)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Color(0x44,0x55,0x66), button.getForeground());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:74:
  cannot find symbol
 symbol  : method assertEquals(int,int)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(DebugGraphics.FLASH_OPTION|DebugGraphics.LOG_OPTION, 
 panel.getDebugGraphicsOptions());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:75:
  cannot find symbol
 symbol  : method assertEquals(int,int)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 

[jira] Commented: (JELLY-168) jelly-tags/swing can not build

2004-11-29 Thread Paul Libbrecht (JIRA)
 [ 
http://nagoya.apache.org/jira/browse/JELLY-168?page=comments#action_55967 ]
 
Paul Libbrecht commented on JELLY-168:
--

Sorry, I was too quick with my tests... I can run maven jar in jdk 1.5 once 
the install-snapshot is done... I just had to have the DISPLAY variable 
defined, which I didn't have.
paul

 jelly-tags/swing can not build
 --

  Key: JELLY-168
  URL: http://nagoya.apache.org/jira/browse/JELLY-168
  Project: jelly
 Type: Bug
   Components: taglib.swing
 Versions: 1.0-beta-4
  Environment: Linux 2.6.8-1.521
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
 Reporter: carsten madsen
 Priority: Minor


 When trying to build jelly-tags/swing I get the following error. Seems like 
 the jelly test stuff is not in the jar file?
 [EMAIL PROTECTED] swing]$ maven
  __  __
 |  \/  |__ _Apache__ ___
 | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
 |_|  |_\__,_|\_/\___|_||_|  v. 1.0.1
 Attempting to download commons-jelly-SNAPSHOT.jar.
 build:start:
 java:prepare-filesystem:
 java:compile:
 [echo] Compiling to 
 /opt/jakarta-commons/jelly/jelly-tags/swing/target/classes
 java:jar-resources:
 test:prepare-filesystem:
 test:test-resources:
 test:compile:
 [javac] Compiling 5 source files to 
 /opt/jakarta-commons/jelly/jelly-tags/swing/target/test-classes
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:39:
  package org.apache.commons.jelly.test does not exist
 import org.apache.commons.jelly.test.BaseJellyTest;
  ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:45:
  cannot find symbol
 symbol: class BaseJellyTest
 public class TestSwingTags extends BaseJellyTest {
^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:65:
  cannot find symbol
 symbol  : method getJellyContext()
 location: class org.apache.commons.jelly.swing.TestSwingTags
 JellyContext context = getJellyContext();
^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:67:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Dimension,java.awt.Dimension)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Dimension(100,100), frame.getSize());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:68:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Point,java.awt.Point)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Point(200,200), frame.getLocation());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:71:
  cannot find symbol
 symbol  : method assertNotNull(javax.swing.JButton)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertNotNull(button);
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:72:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Color,java.awt.Color)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Color(0x11,0x22,0x33), button.getBackground());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:73:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Color,java.awt.Color)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Color(0x44,0x55,0x66), button.getForeground());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:74:
  cannot find symbol
 symbol  : method assertEquals(int,int)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(DebugGraphics.FLASH_OPTION|DebugGraphics.LOG_OPTION, 
 panel.getDebugGraphicsOptions());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:75:
  cannot find symbol
 symbol  : method assertEquals(int,int)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(DebugGraphics.BUFFERED_OPTION, 
 button.getDebugGraphicsOptions());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:85:
  cannot find symbol
 symbol  : method getJellyContext()
 location: class org.apache.commons.jelly.swing.TestSwingTags
 JellyContext context = getJellyContext();
^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:93:
  cannot find symbol
 symbol 

[jira] Commented: (JELLY-168) jelly-tags/swing can not build

2004-11-26 Thread Paul Libbrecht (JIRA)
 [ 
http://nagoya.apache.org/jira/browse/JELLY-168?page=comments#action_55887 ]
 
Paul Libbrecht commented on JELLY-168:
--

I really tried and really can't reproduce your bug.
I tried the latest CVS status and the release version.
I also tried with maven-1.0 and maven-1.0.1.
In all cases, it compiles and tests fine.

What surprises me is that you are talking about jelly version beta-4 in your 
report but there's no such thing as jelly-swing-beta-4 and the download that I 
see available. jelly-swing-1.0 src jar is available from the taglib webpage 
(but there's no project.xml).

So... can you give more details which version you are trying to build ?

thanks

paul


 jelly-tags/swing can not build
 --

  Key: JELLY-168
  URL: http://nagoya.apache.org/jira/browse/JELLY-168
  Project: jelly
 Type: Bug
   Components: taglib.swing
 Versions: 1.0-beta-4
  Environment: Linux 2.6.8-1.521
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
 Reporter: carsten madsen
 Priority: Minor


 When trying to build jelly-tags/swing I get the following error. Seems like 
 the jelly test stuff is not in the jar file?
 [EMAIL PROTECTED] swing]$ maven
  __  __
 |  \/  |__ _Apache__ ___
 | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
 |_|  |_\__,_|\_/\___|_||_|  v. 1.0.1
 Attempting to download commons-jelly-SNAPSHOT.jar.
 build:start:
 java:prepare-filesystem:
 java:compile:
 [echo] Compiling to 
 /opt/jakarta-commons/jelly/jelly-tags/swing/target/classes
 java:jar-resources:
 test:prepare-filesystem:
 test:test-resources:
 test:compile:
 [javac] Compiling 5 source files to 
 /opt/jakarta-commons/jelly/jelly-tags/swing/target/test-classes
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:39:
  package org.apache.commons.jelly.test does not exist
 import org.apache.commons.jelly.test.BaseJellyTest;
  ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:45:
  cannot find symbol
 symbol: class BaseJellyTest
 public class TestSwingTags extends BaseJellyTest {
^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:65:
  cannot find symbol
 symbol  : method getJellyContext()
 location: class org.apache.commons.jelly.swing.TestSwingTags
 JellyContext context = getJellyContext();
^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:67:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Dimension,java.awt.Dimension)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Dimension(100,100), frame.getSize());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:68:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Point,java.awt.Point)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Point(200,200), frame.getLocation());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:71:
  cannot find symbol
 symbol  : method assertNotNull(javax.swing.JButton)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertNotNull(button);
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:72:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Color,java.awt.Color)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Color(0x11,0x22,0x33), button.getBackground());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:73:
  cannot find symbol
 symbol  : method assertEquals(java.awt.Color,java.awt.Color)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(new Color(0x44,0x55,0x66), button.getForeground());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:74:
  cannot find symbol
 symbol  : method assertEquals(int,int)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(DebugGraphics.FLASH_OPTION|DebugGraphics.LOG_OPTION, 
 panel.getDebugGraphicsOptions());
 ^
 /opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:75:
  cannot find symbol
 symbol  : method assertEquals(int,int)
 location: class org.apache.commons.jelly.swing.TestSwingTags
 assertEquals(DebugGraphics.BUFFERED_OPTION, 
 button.getDebugGraphicsOptions());
 ^