[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

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

2004-11-26 Thread carsten madsen (JIRA)
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  : method assertEquals(int,int)
location: class org.apache.commons.jelly.swing.TestSwingTags
assertEquals(GridBagConstraints.NORTH,constraints.anchor);
^
/opt/jakarta-commons/jelly/jelly-tags/swing/src/test/org/apache/commons/jelly/swing/TestSwingTags.java:94:
 cannot find symbol
symbol  : method assertEquals(int,int)
location: class org.apache.commons.jelly.swing.TestSwingTags
assertEquals(GridBagConstraints.VE