AW: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-03-13 Thread Jung , Dr. Christoph

Chris,

The original build problem was indeed caused by my submission in two stages
(the libraries.ent was in the latter stage).

Could you please check that you have the thirdparty/juddi-juddi module on
the build machine?

Thx,
CGJ


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 13. März 2003 18:03
An: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Betreff: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed



=
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01) Java
HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

location: class org.jboss.net.uddi.server.UddiService
  DataStoreFactory factory = DataStoreFactory.getInstance();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:95: cannot resolve symbol symbol  : variable
DataStoreFactory 
location: class org.jboss.net.uddi.server.UddiService
  DataStoreFactory factory = DataStoreFactory.getInstance();
 ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:96: cannot resolve symbol symbol  : class DataStore 
location: class org.jboss.net.uddi.server.UddiService
  DataStore store = factory.aquireDataStore();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:98: cannot resolve symbol symbol  : class JDBCDataStore 
location: class org.jboss.net.uddi.server.UddiService
 if (store instanceof JDBCDataStore) {
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:99: cannot resolve symbol symbol  : class JDBCDataStore 
location: class org.jboss.net.uddi.server.UddiService
Connection connection = ((JDBCDataStore) store).getConnection();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:194: cannot resolve symbol symbol  : variable UUID 
location: class org.jboss.net.uddi.server.UddiService
  UUID.startup();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:195: cannot resolve symbol symbol  : variable Auth 
location: class org.jboss.net.uddi.server.UddiService
  Auth.startup();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:221: cannot resolve symbol symbol  : variable Auth 
location: class org.jboss.net.uddi.server.UddiService
  Auth.shutdown();
  ^
/home/jboss/jbossci/jboss-head/jboss.net/src/main/org/jboss/net/uddi/server/
UddiService.java:222: cannot resolve symbol symbol  : variable UUID 
location: class org.jboss.net.uddi.server.UddiService
  UUID.shutdown();
  ^
47 errors
14 warnings

BUILD FAILED
file:/home/jboss/jbossci/jboss-head/jboss.net/build.xml:165: Compile failed;
see the compiler error output for details.

Total time: 3 minutes 17 seconds


---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development
###

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/


---
This SF.net email is sponsored by:Crypto Challenge is now open!
Get cracking and register here for some mind boggling fun and
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


AW: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2002-11-09 Thread Harald Gliebe
The build failure is caused by jboss.net which uses /thirdparty/apache-commons that is 
missing in a checkout of jboss-head.
After a manual checkout of this module with 
cvs co -d apache-commons thirdparty/apache/commons
in the thirdparty directory, the build succeeds. (verified on linux and win2k). To fix 
this the jboss-head module needs to include _thirdparty_apache_commons.

Regards,
harald

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:chris;kimptoc.net]
Gesendet: Saturday, November 09, 2002 8:18 PM
An: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Betreff: [JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed



=
==THIS IS AN AUTOMATED EMAIL - SEE http://www.lubega.com FOR DETAILS=
=

JAVA VERSION DETAILS
java version 1.4.1_01
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01)
Java HotSpot(TM) Client VM (build 1.4.1_01-b01, mixed mode)

=

HERE ARE THE LAST 50 LINES OF THE LOG FILE

 [copy] Copying 1 file to 
/disk/orig/home/lubega/jbossro/jboss-all/build/output/testbuild/server/all/deploy

 == 
 ==
 ==  Executing 'most' in module 'jboss.net'...
 ==
 ==

compile-classes:
Running mbeaninterface/
Generating output for 'org.jboss.net.axis.mail.MailTransportService' using template 
file 
'jar:file:/disk/orig/home/lubega/jbossro/jboss-all/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
INFO:Some classes refer to other classes that were not found among the sources or 
on the classpath.
 (Perhaps the referred class doesn't exist? Hasn't been generated yet?)
 The referring classes do not import any fully qualified classes matching 
these classes.
 However, since no packages are imported, xjavadoc has assumed that the 
referred classes
 belong to the same package as the referring class. The classes are:
org.jboss.net.axis.mail.MailTransportService -- MailTransportServiceMBean qualified 
to MailTransportServiceMBean
[mkdir] Created dir: 
/disk/orig/home/lubega/jbossro/jboss-all/jboss.net/output/classes/main
[javac] Compiling 62 source files to 
/disk/orig/home/lubega/jbossro/jboss-all/jboss.net/output/classes/main
/disk/orig/home/lubega/jbossro/jboss-all/jboss.net/src/main/org/jboss/net/axis/ServiceFactory.java:15:
 warning: org.apache.axis.configuration.DefaultEngineConfigurationFactory in 
org.apache.axis.configuration has been deprecated
import org.apache.axis.configuration.DefaultEngineConfigurationFactory;
 ^
/disk/orig/home/lubega/jbossro/jboss-all/jboss.net/src/main/org/jboss/net/axis/ServiceFactory.java:88:
 warning: org.apache.axis.configuration.DefaultEngineConfigurationFactory in 
org.apache.axis.configuration has been deprecated
 return new DefaultEngineConfigurationFactory().getClientEngineConfig();
^
2 warnings
[mkdir] Created dir: 
/disk/orig/home/lubega/jbossro/jboss-all/jboss.net/output/classes/tools
[javac] Compiling 1 source file to 
/disk/orig/home/lubega/jbossro/jboss-all/jboss.net/output/classes/tools

_default:compile-etc:
[mkdir] Created dir: /disk/orig/home/lubega/jbossro/jboss-all/jboss.net/output/etc
 [copy] Copying 3 files to 
/disk/orig/home/lubega/jbossro/jboss-all/jboss.net/output/etc

_default:compile-resources:
[mkdir] Created dir: 
/disk/orig/home/lubega/jbossro/jboss-all/jboss.net/output/resources
 [copy] Copying 10 files to 
/disk/orig/home/lubega/jbossro/jboss-all/jboss.net/output/resources

compile:
[mkdir] Created dir: 
/disk/orig/home/lubega/jbossro/jboss-all/jboss.net/output/resources/taglib/META-INF
Running jsptaglib/
Generating flash.tld.

output:
[mkdir] Created dir: /disk/orig/home/lubega/jbossro/jboss-all/jboss.net/output/lib
  [jar] Building jar: 
/disk/orig/home/lubega/jbossro/jboss-all/jboss.net/output/lib/jboss-net.jar

BUILD FAILED
file:/disk/orig/home/lubega/jbossro/jboss-all/jboss.net/build.xml:214: 
/disk/orig/home/lubega/jbossro/jboss-all/thirdparty/apache-commons/lib not found.

Total time: 5 minutes 20 seconds


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development