I am getting build errors...
What shouId I be doing?
I downloaded vesion 2.2.1 jboss portal source
generate-parsers:
_default:compile-classes:
[javac] Compiling 106 source files to
C:\portal\jboss-portal-2.2.1-src\common\output\classes
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:68:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public void setObject(AttributeType attribute, Object value)
throws NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:84:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public void setInt(AttributeType attribute, int value) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:100:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public void setBoolean(AttributeType attribute, boolean value)
throws NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:116:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public void setFloat(AttributeType attribute, float value) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:132:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public void setLong(AttributeType attribute, long value) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:148:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public void setDouble(AttributeType attribute, double value)
throws NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:164:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public void setChar(AttributeType attribute, char value) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:180:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public void setShort(AttributeType attribute, short value) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:196:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public void setByte(AttributeType attribute, byte value) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:212:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public final Object getObject(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:228:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public final int getInt(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:244:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public final boolean getBoolean(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:260:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public final float getFloat(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:276:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public final long getLong(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:292:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public final double getDouble(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:308:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public final char getChar(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:324:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public final short getShort(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:340:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] public final byte getByte(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:32:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] void setObject(AttributeType attribute, Object value) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:33:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] void setInt(AttributeType attribute, int value) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:34:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] void setBoolean(AttributeType attribute, boolean value) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:35:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] void setFloat(AttributeType attribute, float value) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:36:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] void setLong(AttributeType attribute, long value) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:37:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] void setDouble(AttributeType attribute, double value) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:38:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] void setChar(AttributeType attribute, char value) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:39:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] void setShort(AttributeType attribute, short value) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:40:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] void setByte(AttributeType attribute, byte value) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:42:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] Object getObject(AttributeType attribute) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:43:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] int getInt(AttributeType attribute) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:44:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] boolean getBoolean(AttributeType attribute) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:45:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] float getFloat(AttributeType attribute) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:46:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] long getLong(AttributeType attribute) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:47:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] double getDouble(AttributeType attribute) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:48:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] char getChar(AttributeType attribute) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:49:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] short getShort(AttributeType attribute) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\Configurator.java:50:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: interface org.jboss.portal.common.command.Configurator
[execmodules] byte getByte(AttributeType attribute) throws
NoSuchAttachmentException;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:42:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public void setObject(AttributeType attribute, Object value)
throws NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:47:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public void setInt(AttributeType attribute, int value) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:52:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public void setBoolean(AttributeType attribute, boolean value)
throws NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:57:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public void setFloat(AttributeType attribute, float value) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:62:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public void setLong(AttributeType attribute, long value) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:67:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public void setDouble(AttributeType attribute, double value)
throws NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:72:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public void setChar(AttributeType attribute, char value) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:77:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public void setShort(AttributeType attribute, short value) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:82:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public void setByte(AttributeType attribute, byte value) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:87:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public Object getObject(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:92:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public int getInt(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:97:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public boolean getBoolean(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:102:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public float getFloat(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:107:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public long getLong(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:112:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public double getDouble(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:117:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public char getChar(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:122:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public short getShort(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:127:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] public byte getByte(AttributeType attribute) throws
NoSuchAttachmentException
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\filter\CompositeFilter.java:36:
cannot find symbol
[execmodules] symbol: class AbstractCommandFilter
[execmodules] public class CompositeFilter extends AbstractCommandFilter
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\filter\ExecuteFilter.java:32:
cannot find symbol
[execmodules] symbol: class AbstractCommandFilter
[execmodules] public class ExecuteFilter extends AbstractCommandFilter
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\net\URLNavigator.java:24:
package org.jboss.portal.common.net.file does not exist
[execmodules] import org.jboss.portal.common.net.file.FileURLNavigationProvider;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\test\common\PreferencesTestCase.java:27:
cannot find symbol
[execmodules] symbol : class CombinedPreferencesResolver
[execmodules] location: package org.jboss.portal.common.prefs
[execmodules] import org.jboss.portal.common.prefs.CombinedPreferencesResolver;
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:76:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:80:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:92:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:96:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:108:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:112:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:124:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:128:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:140:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:144:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:156:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:160:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:172:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:176:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:188:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:192:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:204:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:208:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:220:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:224:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:236:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:240:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:252:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:256:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:268:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:272:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:284:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:288:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:300:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:304:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:316:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:320:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:332:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:336:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:348:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\ReflectedConfigurator.java:352:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class
org.jboss.portal.common.command.ReflectedConfigurator
[execmodules] throw new NoSuchAttachmentException(e);
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:44:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] throw new NoSuchAttachmentException();
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:49:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] throw new NoSuchAttachmentException();
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:54:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] throw new NoSuchAttachmentException();
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:59:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] throw new NoSuchAttachmentException();
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:64:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] throw new NoSuchAttachmentException();
[execmodules] ^
[execmodules]
C:\portal\jboss-portal-2.2.1-src\common\src\main\org\jboss\portal\common\command\EmptyConfigurator.java:69:
cannot find symbol
[execmodules] symbol : class NoSuchAttachmentException
[execmodules] location: class org.jboss.portal.common.command.EmptyConfigurator
[execmodules] throw new NoSuchAttachmentException();
[execmodules] ^
[execmodules] 100 errors
BUILD FAILED
C:\portal\jboss-portal-2.2.1-src\tools\etc\buildfragments\targets.ent:732: The
following error occurred while executing this line:
C:\portal\jboss-portal-2.2.1-src\tools\etc\buildfragments\targets.ent:95:
Compile failed; see the compiler error output for details.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941725#3941725
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941725
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user