You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by de...@geronimo.apache.org on 2004/07/27 04:30:17 UTC

[jira] Assigned: (GERONIMO-237) Unable to do a build from CVS

Message:

   The following issue has been re-assigned.

   Assignee: Gianny DAMOUR (mailto:gianny_damour@hotmail.com)
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/GERONIMO-237

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: GERONIMO-237
    Summary: Unable to do a build from CVS
       Type: Bug

     Status: Open
   Priority: Major

    Project: Apache Geronimo
 Components: 
             core
   Fix Fors:
             1.0-M2

   Assignee: Gianny DAMOUR
   Reporter: Archimedes Trajano

    Created: Fri, 21 May 2004 4:52 AM
    Updated: Mon, 26 Jul 2004 7:28 PM

Description:
Hi, I get the following error message when I do a build on the modules\j2ee directory based on the latest CVS update.

C:\Projects\incubator-geronimo\modules\j2ee>maven
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-final-SNAPSHOT

Attempting to download geronimo-xmlbeans-plugin-1.0-SNAPSHOT.jar.
Attempting to download geronimo-common-1.0-SNAPSHOT.jar.
Attempting to download geronimo-deployment-1.0-SNAPSHOT.jar.
Attempting to download geronimo-kernel-1.0-SNAPSHOT.jar.
Attempting to download geronimo-system-1.0-SNAPSHOT.jar.
Attempting to download geronimo-spec-j2eeschema-1.0-SNAPSHOT.jar.
build:start:

default:
java:prepare-filesystem:

java:compile:
    [depend] Deleted 0 out of date files in 0 seconds
    [echo] Compiling to C:\Projects\incubator-geronimo\modules\j2ee/target/class
es
    [javac] Compiling 38 source files to C:\Projects\incubator-geronimo\modules\
j2ee\target\classes
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:55: cannot resolve symbol
symbol  : class ApplicationDocument
location: package j2ee
import org.apache.geronimo.xbeans.j2ee.ApplicationDocument;
                                       ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:56: cannot resolve symbol
symbol  : class ApplicationType
location: package j2ee
import org.apache.geronimo.xbeans.j2ee.ApplicationType;
                                       ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:57: cannot resolve symbol
symbol  : class ModuleType
location: package j2ee
import org.apache.geronimo.xbeans.j2ee.ModuleType;
                                       ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:237: cannot resolve symbol
symbol  : class ApplicationType
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
    private ApplicationType addModules(URI configId, XmlObject plan, JarFile ear
File, Set moduleLocations, Set modules) throws DeploymentException, IOException
{
            ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:90: cannot resolve symbol
symbol  : class ApplicationDocument
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
        return plan instanceof ApplicationDocument;
                               ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:157: cannot resolve symbol
symbol  : class ApplicationType
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
            ApplicationType application = addModules(configId, plan, earFile, mo
duleLocations, modules);
            ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:238: cannot resolve symbol
symbol  : class ApplicationType
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
        ApplicationType application;
        ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:245: cannot resolve symbol
symbol  : class ApplicationDocument
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
                ApplicationDocument doc = (ApplicationDocument) XmlBeansUtil.par
se(earFile.getInputStream(appXMLEntry), ApplicationDocument.type);
                ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:245: cannot resolve symbol
symbol  : class ApplicationDocument
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
                ApplicationDocument doc = (ApplicationDocument) XmlBeansUtil.par
se(earFile.getInputStream(appXMLEntry), ApplicationDocument.type);
                                           ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:245: cannot resolve symbol
symbol  : variable ApplicationDocument
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
                ApplicationDocument doc = (ApplicationDocument) XmlBeansUtil.par
se(earFile.getInputStream(appXMLEntry), ApplicationDocument.type);

                                        ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:252: cannot resolve symbol
symbol  : class ModuleType
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
            ModuleType[] moduleTypes = application.getModuleArray();
            ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:254: cannot resolve symbol
symbol  : class ModuleType
location: class org.apache.geronimo.j2ee.deployment.EARConfigBuilder
                ModuleType module = moduleTypes[i];
                ^
C:\Projects\incubator-geronimo\modules\j2ee\src\java\org\apache\geronimo\j2ee\de
ployment\EARConfigBuilder.java:264: cannot resolve symbol
symbol  : class WebType
location: package j2ee
                    org.apache.geronimo.xbeans.j2ee.WebType web = module.getWeb(
);
                                                   ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
13 errors

BUILD FAILED
File...... C:\Documents and Settings\trajano\.maven\plugins\maven-java-plugin-1.
4\plugin.jelly
Element... ant:javac
Line...... 53
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 18 seconds
Finished at: Fri May 21 13:50:00 CEST 2004

C:\Projects\incubator-geronimo\modules\j2ee>


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira