ok heavies i am a lowly jboss user type person, i got the snapshot for jboss-all, it
failed to build. If you interested see the build.log below, otherwise just ignore me
*sigh* i wish i was part of the 3l33t club.
configure:
[echo]groups: default
[echo]modules:
j2ee,naming,server,security,messaging,pool,connector,admin,plugins/varia,plugins/jetty
_buildmagic:init:show-environment:
init:
_buildmagic:modules:most:
[execmodules]
======================================================================
== Executing 'most' in module 'j2ee'...
==
_buildmagic:init:
_buildmagic:init:child:
_buildmagic:init:local-properties:
_buildmagic:init:buildlog:
configure:
_buildmagic:init:show-environment:
init:
compile-classes:
compile:
jars:
most:
[execmodules]
==
== Finished with 'most' in module 'j2ee'.
======================================================================
_module-j2ee-most:
[execmodules]
======================================================================
== Executing 'most' in module 'naming'...
==
_buildmagic:init:
_buildmagic:init:child:
_buildmagic:init:local-properties:
_buildmagic:init:buildlog:
configure:
_buildmagic:init:show-environment:
init:
compile-classes:
compile-rmi:
[rmic]Verify has been turned on.
compile-etc:
compile:
jars:
most:
[execmodules]
==
== Finished with 'most' in module 'naming'.
======================================================================
_module-naming-most:
[execmodules]
======================================================================
== Executing 'most' in module 'server'...
==
_buildmagic:init:
_buildmagic:init:child:
_buildmagic:init:local-properties:
_buildmagic:init:buildlog:
configure:
_buildmagic:init:show-environment:
init:
compile-bean-sources:
[xdoclet]Generating Javadoc
[xdoclet]Javadoc execution
[xdoclet]Loading source file
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\jmx\adaptor\ejb\EJBAdaptorBean.java...
[xdoclet]Constructing Javadoc information...
[xdoclet]Running <homeInterface/>
[xdoclet]Running <remoteInterface/>
[xdoclet]Running <session/>
[xdoclet]Running <deploymentdescriptor/>
[xdoclet]Running <jboss/>
[xdoclet]Generating Javadoc
[xdoclet]Javadoc execution
[xdoclet]Loading source file
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\management\mejb\ManagementBean.java...
[xdoclet]Constructing Javadoc information...
[xdoclet]javadoc: warning - Import not found: org.jboss.management.mejb.MEJB -
ignoring!
[xdoclet]javadoc: warning - Cannot find class org.jboss.management.mejb.MEJB
[xdoclet]Running <homeInterface/>
[xdoclet]Running <remoteInterface/>
[xdoclet]Running <session/>
[xdoclet]Running <deploymentdescriptor/>
[xdoclet]Running <jboss/>
[xdoclet]2 warnings
compile-classes:
[javac]Compiling 598 source files to
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\output\classes
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:184:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
throws J2eeDeploymentException, IOException
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:318:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
public Deployment execute() throws J2eeDeploymentException, IOException
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:439:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
private int determineType(JarFile _file) throws J2eeDeploymentException
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\InstallerFactory.java:66:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.InstallerFactory
public Deployment install(URL _src) throws J2eeDeploymentException, IOException
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\ejb\EnterpriseContext.java:10:
warning: java.security.Identity in java.security has been deprecated
import java.security.Identity;
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\ejb\EnterpriseContext.java:214:
warning: java.security.Identity in java.security has been deprecated
public Identity getCallerIdentity()
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\ejb\EnterpriseContext.java:340:
warning: java.security.Identity in java.security has been deprecated
public boolean isCallerInRole(Identity id)
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Deployment.java:255:
cannot resolve symbol
symbol : variable J2eeDeployer
location: class org.jboss.deployment.Deployment
result.add(J2eeDeployer.CONFIG);
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:200:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
throw new J2eeDeploymentException("Error in accessing application
metadata", e);
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:204:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
throw new J2eeDeploymentException("Error deploying application", e);
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:208:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
throw new J2eeDeploymentException("unexpected error: application.xml was
found once but not a second time?!", e);
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:255:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
throw new J2eeDeploymentException("module "+modName+" not found in
"+d.name);
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:277:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
throw new J2eeDeploymentException("module "+modName+" not found in
"+d.name);
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:286:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
throw new J2eeDeploymentException("module "+modName+" not found in
"+d.name);
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:294:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
throw new J2eeDeploymentException("module "+modName+" not found in
"+d.name);
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:399:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
if (_ex instanceof J2eeDeploymentException)
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:400:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
throw (J2eeDeploymentException) _ex;
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:406:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
throw new J2eeDeploymentException("unexpected exception occured", _ex);
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:463:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
throw new J2eeDeploymentException("no deployment descriptor found
but file that could be ment as: "+name+" <-> "+files[i]);
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:467:
cannot resolve symbol
symbol : class J2eeDeploymentException
location: class org.jboss.deployment.Installer
throw new J2eeDeploymentException("no deployment descriptor ("+files[0]+",
"+files[1]+", "+files[2]+") found");
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:485:
cannot resolve symbol
symbol : variable URLWizzard
location: class org.jboss.deployment.Installer
dest = URLWizzard.downloadAndPackTemporary(src, factory.baseDir.toURL(),
"copy", ".zip");
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:489:
cannot resolve symbol
symbol : variable URLWizzard
location: class org.jboss.deployment.Installer
dest = URLWizzard.downloadTemporary(src, factory.baseDir.toURL(), "copy",
".zip");
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:527:
cannot resolve symbol
symbol : variable URLWizzard
location: class org.jboss.deployment.Installer
URL localURL = URLWizzard.downloadTemporary(lib, baseDir, "lib",
".jar");
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\Installer.java:591:
cannot resolve symbol
symbol : variable J2eeDeployer
location: class org.jboss.deployment.Installer
ObjectOutputStream out = new ObjectOutputStream(new FileOutputStream(new
File(baseDir, J2eeDeployer.CONFIG)));
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\InstallerFactory.java:94:
cannot resolve symbol
symbol : variable J2eeDeployer
location: class org.jboss.deployment.InstallerFactory
File deployment = new File(files[i], J2eeDeployer.CONFIG);
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\InstallerFactory.java:166:
cannot resolve symbol
symbol : variable J2eeDeployer
location: class org.jboss.deployment.InstallerFactory
result = loadConfig(new File(files[i], J2eeDeployer.CONFIG));
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\deployment\InstallerFactory.java:192:
cannot resolve symbol
symbol : variable J2eeDeployer
location: class org.jboss.deployment.InstallerFactory
File dep = new File(files[i], J2eeDeployer.CONFIG);
^
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\src\main\org\jboss\ejb\EnterpriseContext.java:340:
warning: java.security.Identity in java.security has been deprecated
public boolean isCallerInRole(Identity id)
^
24 errors
4 warnings
BUILD FAILED
Z:\projects\live\jboss\JBoss-Source-CVS\jboss-all\server\build.xml:385: Compile
failed, messages should have been provided.
at org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:532)
at org.apache.tools.ant.Task.perform(Task.java:217)
at org.apache.tools.ant.Target.execute(Target.java:164)
at org.apache.tools.ant.Target.performTasks(Target.java:182)
at org.apache.tools.ant.Project.executeTarget(Project.java:601)
at planet57.tools.buildmagic.task.Ant.execute(Ant.java:261)
at
planet57.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:282)
at
planet57.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:197)
at org.apache.tools.ant.Task.perform(Task.java:217)
at org.apache.tools.ant.Target.execute(Target.java:164)
at org.apache.tools.ant.Target.performTasks(Target.java:182)
at org.apache.tools.ant.Project.executeTarget(Project.java:601)
at org.apache.tools.ant.Project.executeTargets(Project.java:560)
at org.apache.tools.ant.Main.runBuild(Main.java:454)
at org.apache.tools.ant.Main.start(Main.java:153)
at org.apache.tools.ant.Main.main(Main.java:176)
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development