[JBoss-dev] Build broken?

2002-07-01 Thread Dain Sundstrom

What is up the cvs HEAD? I can build a clean checkout.  I get the 
following errors:

[execmodules] 
/home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
anInstaller.java:79: cannot resolve symbol
[execmodules] symbol  : method getVersions  ()
[execmodules] location: class org.jboss.mx.loading.MBeanElement
[execmodules]   if (element.getVersions() == null)
[execmodules]  ^
[execmodules] 
/home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
anInstaller.java:125: cannot resolve symbol
[execmodules] symbol  : method getVersions  ()
[execmodules] location: class org.jboss.mx.loading.MBeanElement
[execmodules]   MLetVersion newVersion  = new 
MLetVersion(element.getVersion
s());
[execmodules]^
[execmodules] 
/home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
anInstaller.java:149: cannot resolve symbol
[execmodules] symbol  : method getVersions  ()
[execmodules] location: class org.jboss.mx.loading.MBeanElement
[execmodules]   if (element.getVersions() != null)
[execmodules]  ^
[execmodules] 
/home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
anInstaller.java:150: cannot resolve symbol
[execmodules] symbol  : method getVersions  ()
[execmodules] location: class org.jboss.mx.loading.MBeanElement
[execmodules]  valueMap.put(VERSIONS, element.getVersions());
[execmodules]^



---
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



Re: [JBoss-dev] Build broken?

2002-07-01 Thread Dain Sundstrom

I ment I CAN'T build a clean checkout.

Dain Sundstrom wrote:
 What is up the cvs HEAD? I can build a clean checkout.  I get the 
 following errors:
 
 [execmodules] 
 /home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
 anInstaller.java:79: cannot resolve symbol
 [execmodules] symbol  : method getVersions  ()
 [execmodules] location: class org.jboss.mx.loading.MBeanElement
 [execmodules]   if (element.getVersions() == null)
 [execmodules]  ^
 [execmodules] 
 /home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
 anInstaller.java:125: cannot resolve symbol
 [execmodules] symbol  : method getVersions  ()
 [execmodules] location: class org.jboss.mx.loading.MBeanElement
 [execmodules]   MLetVersion newVersion  = new 
 MLetVersion(element.getVersion
 s());
 [execmodules]^
 [execmodules] 
 /home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
 anInstaller.java:149: cannot resolve symbol
 [execmodules] symbol  : method getVersions  ()
 [execmodules] location: class org.jboss.mx.loading.MBeanElement
 [execmodules]   if (element.getVersions() != null)
 [execmodules]  ^
 [execmodules] 
 /home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
 anInstaller.java:150: cannot resolve symbol
 [execmodules] symbol  : method getVersions  ()
 [execmodules] location: class org.jboss.mx.loading.MBeanElement
 [execmodules]  valueMap.put(VERSIONS, element.getVersions());
 [execmodules]^
 
 
 
 ---
 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


-- 

Dain Sundstrom
Chief Architect JBossCMP
JBoss Group, LLC




---
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



Re[2]: [JBoss-dev] Build broken?

2002-07-01 Thread Alex Loubyansky

Hello Dain,

don't feel alone, I'm with you.

Monday, July 01, 2002, 7:02:45 PM, you wrote:

DS I ment I CAN'T build a clean checkout.

DS Dain Sundstrom wrote:
 What is up the cvs HEAD? I can build a clean checkout.  I get the 
 following errors:
 
 [execmodules] 
 /home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
 anInstaller.java:79: cannot resolve symbol
 [execmodules] symbol  : method getVersions  ()
 [execmodules] location: class org.jboss.mx.loading.MBeanElement
 [execmodules]   if (element.getVersions() == null)
 [execmodules]  ^
 [execmodules] 
 /home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
 anInstaller.java:125: cannot resolve symbol
 [execmodules] symbol  : method getVersions  ()
 [execmodules] location: class org.jboss.mx.loading.MBeanElement
 [execmodules]   MLetVersion newVersion  = new 
 MLetVersion(element.getVersion
 s());
 [execmodules]^
 [execmodules] 
 /home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
 anInstaller.java:149: cannot resolve symbol
 [execmodules] symbol  : method getVersions  ()
 [execmodules] location: class org.jboss.mx.loading.MBeanElement
 [execmodules]   if (element.getVersions() != null)
 [execmodules]  ^
 [execmodules] 
 /home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
 anInstaller.java:150: cannot resolve symbol
 [execmodules] symbol  : method getVersions  ()
 [execmodules] location: class org.jboss.mx.loading.MBeanElement
 [execmodules]  valueMap.put(VERSIONS, element.getVersions());
 [execmodules]^


-- 
Best regards,
 Alex Loubyansky




---
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



[JBoss-dev] Build broken?

2002-06-30 Thread Dain Sundstrom

Is it just me or is HEAD broken?  When I do a fresh check out and build 
I get the following build errors.

[javac] Compiling 437 source files to /home/dain/work/jboss/jboss-all/jmx/ou
tput/classes
[execmodules] 
/home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
anInstaller.java:79: cannot resolve symbol
[execmodules] symbol  : method getVersions  ()
[execmodules] location: class org.jboss.mx.loading.MBeanElement
[execmodules]   if (element.getVersions() == null)
[execmodules]  ^
[execmodules] 
/home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
anInstaller.java:125: cannot resolve symbol
[execmodules] symbol  : method getVersions  ()
[execmodules] location: class org.jboss.mx.loading.MBeanElement
[execmodules]   MLetVersion newVersion  = new 
MLetVersion(element.getVersion
s());
[execmodules]^
[execmodules] 
/home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
anInstaller.java:149: cannot resolve symbol
[execmodules] symbol  : method getVersions  ()
[execmodules] location: class org.jboss.mx.loading.MBeanElement
[execmodules]   if (element.getVersions() != null)
[execmodules]  ^
[execmodules] 
/home/dain/work/jboss/jboss-all/jmx/src/main/org/jboss/mx/util/MBe
anInstaller.java:150: cannot resolve symbol
[execmodules] symbol  : method getVersions  ()
[execmodules] location: class org.jboss.mx.loading.MBeanElement
[execmodules]  valueMap.put(VERSIONS, element.getVersions());
[execmodules]^



---
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



Re: [JBoss-dev] Build broken

2002-03-06 Thread David Jencks

I no longer have the clean checkout but I have never had this problem with
many recompiles without cleans.  I'm not sure what else I can do about
this.

david jencks

On 2002.03.06 02:39:21 -0500 Peter Antman wrote:
 On  5 Mar, David Jencks wrote:
  I can't reproduce this with a clean checkout.
  build/build.sh
  build/build.sh clean
  build/build.sh 
 
 Sorry, had to go to sleep.
 
 cd build
 sh build.sh
 sh build.sh
 
 It only works if you do build.sh clean, but not when you build
 incrementally, which is neccesary to stay mentally healthy.
 
 
  sh build.sh -v
 Ant version 1.4 compiled on September 3 2001
 Searching for build.xml ...
 Buildfile: /home/pra/src/rw/jboss-all/build/build.xml
 Detected Java version: 1.3 in: /usr/local/lib/jdk1.3.1/jre
 Detected OS: Linux
 
 [...]
 compile-mbean-sources:
   [xdoclet] Generating Javadoc
   [xdoclet] Javadoc args: /usr/local/lib/jdk1.3.1/jre/../bin/javadoc
 -private -c
 lasspath /home/pra/src/rw/jboss-all/thirdparty/sun/jmx/lib/jmxri.jar:/home/pra/s
 rc/rw/jboss-all/thirdparty/sun/jaxp/lib/crimson.jar:/home/pra/src/rw/jboss-all/t
 hirdparty/sun/jaxp/lib/jaxp.jar:/home/pra/src/rw/jboss-all/thirdparty/sun/jaxp/l
 ib/xalan.jar:/home/pra/src/rw/jboss-all/thirdparty/gnu/getopt/lib/getopt.jar:/ho
 me/pra/src/rw/jboss-all/thirdparty/apache/log4j/lib/log4j.jar:/home/pra/src/rw/j
 boss-all/common/output/lib/jboss-common.jar:/home/pra/src/rw/jboss-all/tools/lib
 /xdoclet.jar:/home/pra/src/rw/jboss-all/tools/lib/ant.jar -sourcepath
 /home/pra/
 src/rw/jboss-all/system/src/main -doclet xdoclet.DocletTask$DocletMain
 -docletpa
 th /home/pra/src/rw/jboss-all/thirdparty/sun/jmx/lib/jmxri.jar:/home/pra/src/rw/
 jboss-all/thirdparty/sun/jaxp/lib/crimson.jar:/home/pra/src/rw/jboss-all/thirdpa
 rty/sun/jaxp/lib/jaxp.jar:/home/pra/src/rw/jboss-all/thirdparty/sun/jaxp/lib/xal
 an.jar:/home/pra/src/rw/jboss-all/thirdparty/gnu/getopt/lib/getopt.jar:/home/pra
 /src/rw/jboss-all/thirdparty/apache/log4j/lib/log4j.jar:/home/pra/src/rw/jboss-a
 ll/common/output/lib/jboss-common.jar:/home/pra/src/rw/jboss-all/tools/lib/xdocl
 et.jar:/home/pra/src/rw/jboss-all/tools/lib/ant.jar
 @/home/pra/src/rw/jboss-all/
 build/javadoc-4589399542190338230
   [xdoclet] Javadoc execution
   [xdoclet] Loading source file /home/pra/src/rw/jboss-all/system/src/main/org/j
 boss/deployment/JARDeployer.java...
   [xdoclet] Loading source file /home/pra/src/rw/jboss-all/system/src/main/org/j
 boss/deployment/MainDeployer.java...
   [xdoclet] Constructing Javadoc information...
   [xdoclet] /home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARD
 eployer.java:46: Interface org.jboss.deployment.JARDeployerMBean of class
 org.jb
 oss.deployment.JARDeployer not found.
   [xdoclet]implements JARDeployerMBean
   [xdoclet]   ^
   [xdoclet] Running mbeanInterface/
   [xdoclet] javadoc: warning - org.jboss.deployment.JARDeployer: @version
 tag ha
 s no arguments.
 
 BUILD FAILED
 
 /home/pra/src/rw/jboss-all/system/build.xml:237: Javadoc returned 139
 at org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:966)
 at xdoclet.DocletTask.execute(DocletTask.java:240)
 at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:104)
 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.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
 at org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(E
 xecuteModules.java:269)
 at org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(Execute
 Modules.java:184)
 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)
 
 Total time: 7 seconds
 
 
 //Peter
  
  all work fine.
  Linux 2.4.16
  
  sun jdk 1.3.1
  
  david jencks
  
  On 2002.03.05 16:19:01 -0500 Peter Antman wrote:
  Hi,
  a clean checkout from cvs indicates that build is broken.
  
  You van build one, but not more without having to do the complete
 cycle
  (build clean, build):
  
  compile-mbean-sources:
[xdoclet] Generating Javadoc
[xdoclet] Javadoc execution
[xdoclet] Loading source file 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARDeployer.java...
[xdoclet] Loading source file 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/MainDeployer.java...
[xdoclet] Constructing 

Re: [JBoss-dev] Build broken

2002-03-06 Thread pra

On  6 Mar, David Jencks wrote:
 I no longer have the clean checkout but I have never had this problem with
 many recompiles without cleans.  I'm not sure what else I can do about
 this.

Hi, changed JAVA_HOME=/usr/local/lib/jdk1.3.1

to JAVA_HOME=/usr/local/lib/jdk1.3.0_02/

and then it started working. Some thread bug in the jdk perhaps. Are you
building on a dual CPU too?

//Peter
 
 david jencks
 
 On 2002.03.06 02:39:21 -0500 Peter Antman wrote:
 On  5 Mar, David Jencks wrote:
  I can't reproduce this with a clean checkout.
  build/build.sh
  build/build.sh clean
  build/build.sh 
 
 Sorry, had to go to sleep.
 
 cd build
 sh build.sh
 sh build.sh
 
 It only works if you do build.sh clean, but not when you build
 incrementally, which is neccesary to stay mentally healthy.
 
 
  sh build.sh -v
 Ant version 1.4 compiled on September 3 2001
 Searching for build.xml ...
 Buildfile: /home/pra/src/rw/jboss-all/build/build.xml
 Detected Java version: 1.3 in: /usr/local/lib/jdk1.3.1/jre
 Detected OS: Linux
 
 [...]
 compile-mbean-sources:
   [xdoclet] Generating Javadoc
   [xdoclet] Javadoc args: /usr/local/lib/jdk1.3.1/jre/../bin/javadoc
 -private -c
 lasspath /home/pra/src/rw/jboss-all/thirdparty/sun/jmx/lib/jmxri.jar:/home/pra/s
 rc/rw/jboss-all/thirdparty/sun/jaxp/lib/crimson.jar:/home/pra/src/rw/jboss-all/t
 hirdparty/sun/jaxp/lib/jaxp.jar:/home/pra/src/rw/jboss-all/thirdparty/sun/jaxp/l
 ib/xalan.jar:/home/pra/src/rw/jboss-all/thirdparty/gnu/getopt/lib/getopt.jar:/ho
 me/pra/src/rw/jboss-all/thirdparty/apache/log4j/lib/log4j.jar:/home/pra/src/rw/j
 boss-all/common/output/lib/jboss-common.jar:/home/pra/src/rw/jboss-all/tools/lib
 /xdoclet.jar:/home/pra/src/rw/jboss-all/tools/lib/ant.jar -sourcepath
 /home/pra/
 src/rw/jboss-all/system/src/main -doclet xdoclet.DocletTask$DocletMain
 -docletpa
 th /home/pra/src/rw/jboss-all/thirdparty/sun/jmx/lib/jmxri.jar:/home/pra/src/rw/
 jboss-all/thirdparty/sun/jaxp/lib/crimson.jar:/home/pra/src/rw/jboss-all/thirdpa
 rty/sun/jaxp/lib/jaxp.jar:/home/pra/src/rw/jboss-all/thirdparty/sun/jaxp/lib/xal
 an.jar:/home/pra/src/rw/jboss-all/thirdparty/gnu/getopt/lib/getopt.jar:/home/pra
 /src/rw/jboss-all/thirdparty/apache/log4j/lib/log4j.jar:/home/pra/src/rw/jboss-a
 ll/common/output/lib/jboss-common.jar:/home/pra/src/rw/jboss-all/tools/lib/xdocl
 et.jar:/home/pra/src/rw/jboss-all/tools/lib/ant.jar
 @/home/pra/src/rw/jboss-all/
 build/javadoc-4589399542190338230
   [xdoclet] Javadoc execution
   [xdoclet] Loading source file /home/pra/src/rw/jboss-all/system/src/main/org/j
 boss/deployment/JARDeployer.java...
   [xdoclet] Loading source file /home/pra/src/rw/jboss-all/system/src/main/org/j
 boss/deployment/MainDeployer.java...
   [xdoclet] Constructing Javadoc information...
   [xdoclet] /home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARD
 eployer.java:46: Interface org.jboss.deployment.JARDeployerMBean of class
 org.jb
 oss.deployment.JARDeployer not found.
   [xdoclet]implements JARDeployerMBean
   [xdoclet]   ^
   [xdoclet] Running mbeanInterface/
   [xdoclet] javadoc: warning - org.jboss.deployment.JARDeployer: @version
 tag ha
 s no arguments.
 
 BUILD FAILED
 
 /home/pra/src/rw/jboss-all/system/build.xml:237: Javadoc returned 139
 at org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:966)
 at xdoclet.DocletTask.execute(DocletTask.java:240)
 at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:104)
 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.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
 at org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(E
 xecuteModules.java:269)
 at org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(Execute
 Modules.java:184)
 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)
 
 Total time: 7 seconds
 
 
 //Peter
  
  all work fine.
  Linux 2.4.16
  
  sun jdk 1.3.1
  
  david jencks
  
  On 2002.03.05 16:19:01 -0500 Peter Antman wrote:
  Hi,
  a clean checkout from cvs indicates that build is broken.
  
  You van build one, but not more without having to do the complete
 cycle
  (build clean, build):
  
  compile-mbean-sources:
[xdoclet] Generating Javadoc
[xdoclet] Javadoc execution
[xdoclet] Loading source 

Re: [JBoss-dev] Build broken

2002-03-06 Thread David Jencks

On 2002.03.06 10:03:30 -0500 [EMAIL PROTECTED] wrote:
 On  6 Mar, David Jencks wrote:
  I no longer have the clean checkout but I have never had this problem
 with
  many recompiles without cleans.  I'm not sure what else I can do about
  this.
 
 Hi, changed JAVA_HOME=/usr/local/lib/jdk1.3.1
 
 to JAVA_HOME=/usr/local/lib/jdk1.3.0_02/
 
 and then it started working. Some thread bug in the jdk perhaps. Are you
 building on a dual CPU too?
 

I wish I had one.  So javadoc is not threadsafe on multi-cpu machines?

david
 //Peter
  
  david jencks
  
  On 2002.03.06 02:39:21 -0500 Peter Antman wrote:
  On  5 Mar, David Jencks wrote:
   I can't reproduce this with a clean checkout.
   build/build.sh
   build/build.sh clean
   build/build.sh 
  
  Sorry, had to go to sleep.
  
  cd build
  sh build.sh
  sh build.sh
  
  It only works if you do build.sh clean, but not when you build
  incrementally, which is neccesary to stay mentally healthy.
  
  
   sh build.sh -v
  Ant version 1.4 compiled on September 3 2001
  Searching for build.xml ...
  Buildfile: /home/pra/src/rw/jboss-all/build/build.xml
  Detected Java version: 1.3 in: /usr/local/lib/jdk1.3.1/jre
  Detected OS: Linux
  
  [...]
  compile-mbean-sources:
[xdoclet] Generating Javadoc
[xdoclet] Javadoc args: /usr/local/lib/jdk1.3.1/jre/../bin/javadoc
  -private -c
  lasspath /home/pra/src/rw/jboss-all/thirdparty/sun/jmx/lib/jmxri.jar:/home/pra/s
  rc/rw/jboss-all/thirdparty/sun/jaxp/lib/crimson.jar:/home/pra/src/rw/jboss-all/t
  hirdparty/sun/jaxp/lib/jaxp.jar:/home/pra/src/rw/jboss-all/thirdparty/sun/jaxp/l
  ib/xalan.jar:/home/pra/src/rw/jboss-all/thirdparty/gnu/getopt/lib/getopt.jar:/ho
  me/pra/src/rw/jboss-all/thirdparty/apache/log4j/lib/log4j.jar:/home/pra/src/rw/j
  boss-all/common/output/lib/jboss-common.jar:/home/pra/src/rw/jboss-all/tools/lib
  /xdoclet.jar:/home/pra/src/rw/jboss-all/tools/lib/ant.jar -sourcepath
  /home/pra/
  src/rw/jboss-all/system/src/main -doclet xdoclet.DocletTask$DocletMain
  -docletpa
  th /home/pra/src/rw/jboss-all/thirdparty/sun/jmx/lib/jmxri.jar:/home/pra/src/rw/
  jboss-all/thirdparty/sun/jaxp/lib/crimson.jar:/home/pra/src/rw/jboss-all/thirdpa
  rty/sun/jaxp/lib/jaxp.jar:/home/pra/src/rw/jboss-all/thirdparty/sun/jaxp/lib/xal
  an.jar:/home/pra/src/rw/jboss-all/thirdparty/gnu/getopt/lib/getopt.jar:/home/pra
  /src/rw/jboss-all/thirdparty/apache/log4j/lib/log4j.jar:/home/pra/src/rw/jboss-a
  ll/common/output/lib/jboss-common.jar:/home/pra/src/rw/jboss-all/tools/lib/xdocl
  et.jar:/home/pra/src/rw/jboss-all/tools/lib/ant.jar
  @/home/pra/src/rw/jboss-all/
  build/javadoc-4589399542190338230
[xdoclet] Javadoc execution
[xdoclet] Loading source file /home/pra/src/rw/jboss-all/system/src/main/org/j
  boss/deployment/JARDeployer.java...
[xdoclet] Loading source file /home/pra/src/rw/jboss-all/system/src/main/org/j
  boss/deployment/MainDeployer.java...
[xdoclet] Constructing Javadoc information...
[xdoclet] /home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARD
  eployer.java:46: Interface org.jboss.deployment.JARDeployerMBean of
 class
  org.jb
  oss.deployment.JARDeployer not found.
[xdoclet]implements JARDeployerMBean
[xdoclet]   ^
[xdoclet] Running mbeanInterface/
[xdoclet] javadoc: warning - org.jboss.deployment.JARDeployer:
 @version
  tag ha
  s no arguments.
  
  BUILD FAILED
  
  /home/pra/src/rw/jboss-all/system/build.xml:237: Javadoc returned 139
  at org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:966)
  at xdoclet.DocletTask.execute(DocletTask.java:240)
  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:104)
  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.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
  at org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(E
  xecuteModules.java:269)
  at org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(Execute
  Modules.java:184)
  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)
  
  Total time: 7 seconds
  
  
  //Peter
   
   all work fine.
   Linux 2.4.16
   
   sun jdk 1.3.1
   
   david jencks
   
   On 2002.03.05 16:19:01 -0500 Peter Antman wrote:
   Hi,
   a clean checkout from cvs 

Re: [JBoss-dev] Build broken

2002-03-06 Thread pra

On  6 Mar, David Jencks wrote:
 On 2002.03.06 10:03:30 -0500 [EMAIL PROTECTED] wrote:
 On  6 Mar, David Jencks wrote:
  I no longer have the clean checkout but I have never had this problem
 with
  many recompiles without cleans.  I'm not sure what else I can do about
  this.
 
 Hi, changed JAVA_HOME=/usr/local/lib/jdk1.3.1
 
 to JAVA_HOME=/usr/local/lib/jdk1.3.0_02/
 
 and then it started working. Some thread bug in the jdk perhaps. Are you
 building on a dual CPU too?
 
 
 I wish I had one.  So javadoc is not threadsafe on multi-cpu machines?
 
 david

Oh, I have had so many strange problem with different JDK's on dual
CPU:s Linux boxes.

//Peter

-- 

Peter Antman Technology in Media, Box 34105 100 26 Stockholm
Systems ArchitectWWW: http://www.tim.se
Email: [EMAIL PROTECTED]WWW: http://www.backsource.org
Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942 



___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Build broken

2002-03-05 Thread Peter Antman

Hi,
a clean checkout from cvs indicates that build is broken.

You van build one, but not more without having to do the complete cycle
(build clean, build):

compile-mbean-sources:
  [xdoclet] Generating Javadoc
  [xdoclet] Javadoc execution
  [xdoclet] Loading source file 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARDeployer.java...
  [xdoclet] Loading source file 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/MainDeployer.java...
  [xdoclet] Constructing Javadoc information...
  [xdoclet] 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARDeployer.java:46: 
Interface org.jboss.deployment.JARDeployerMBean of class 
org.jboss.deployment.JARDeployer not found.
  [xdoclet]implements JARDeployerMBean
  [xdoclet]   ^
  [xdoclet] Running mbeanInterface/
  [xdoclet] javadoc: warning - org.jboss.deployment.JARDeployer: @version tag has no 
arguments.

BUILD FAILED

/home/pra/src/rw/jboss-all/system/build.xml:237: Javadoc returned 139


//Peter
-- 

Peter AntmanChief Systems Architect, Business Development
Technology in Media, Box 34105 100 26 Stockholm
WWW: http://www.tim.se  WWW: http://www.backsource.org
Email: [EMAIL PROTECTED]
Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942 



___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Build broken

2002-03-05 Thread David Jencks

Very odd (I am not seeing this).  I will do a checkout and double check
this.  What system/ javadoc are you using? Is
tools/etc/xdoclet/templates/mbean-custom.j present?  Could you be a little
more clear on exactly what works and what doesn't?

Thanks
david jencks

On 2002.03.05 16:19:01 -0500 Peter Antman wrote:
 Hi,
 a clean checkout from cvs indicates that build is broken.
 
 You van build one, but not more without having to do the complete cycle
 (build clean, build):
 
 compile-mbean-sources:
   [xdoclet] Generating Javadoc
   [xdoclet] Javadoc execution
   [xdoclet] Loading source file 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARDeployer.java...
   [xdoclet] Loading source file 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/MainDeployer.java...
   [xdoclet] Constructing Javadoc information...
   [xdoclet] 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARDeployer.java:46:
 Interface org.jboss.deployment.JARDeployerMBean of class
 org.jboss.deployment.JARDeployer not found.
   [xdoclet]implements JARDeployerMBean
   [xdoclet]   ^
   [xdoclet] Running mbeanInterface/
   [xdoclet] javadoc: warning - org.jboss.deployment.JARDeployer: @version
 tag has no arguments.
 
 BUILD FAILED
 
 /home/pra/src/rw/jboss-all/system/build.xml:237: Javadoc returned 139
 
 
 //Peter
 -- 
 
 Peter Antman  Chief Systems Architect, Business Development
 Technology in Media, Box 34105 100 26 Stockholm
 WWW: http://www.tim.seWWW: http://www.backsource.org
 Email: [EMAIL PROTECTED]  
 Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942 
 
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Build broken

2002-03-05 Thread David Jencks

I can't reproduce this with a clean checkout.
build/build.sh
build/build.sh clean
build/build.sh 

all work fine.
Linux 2.4.16

sun jdk 1.3.1

david jencks

On 2002.03.05 16:19:01 -0500 Peter Antman wrote:
 Hi,
 a clean checkout from cvs indicates that build is broken.
 
 You van build one, but not more without having to do the complete cycle
 (build clean, build):
 
 compile-mbean-sources:
   [xdoclet] Generating Javadoc
   [xdoclet] Javadoc execution
   [xdoclet] Loading source file 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARDeployer.java...
   [xdoclet] Loading source file 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/MainDeployer.java...
   [xdoclet] Constructing Javadoc information...
   [xdoclet] 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARDeployer.java:46:
 Interface org.jboss.deployment.JARDeployerMBean of class
 org.jboss.deployment.JARDeployer not found.
   [xdoclet]implements JARDeployerMBean
   [xdoclet]   ^
   [xdoclet] Running mbeanInterface/
   [xdoclet] javadoc: warning - org.jboss.deployment.JARDeployer: @version
 tag has no arguments.
 
 BUILD FAILED
 
 /home/pra/src/rw/jboss-all/system/build.xml:237: Javadoc returned 139
 
 
 //Peter
 -- 
 
 Peter Antman  Chief Systems Architect, Business Development
 Technology in Media, Box 34105 100 26 Stockholm
 WWW: http://www.tim.seWWW: http://www.backsource.org
 Email: [EMAIL PROTECTED]  
 Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942 
 
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Build broken

2002-03-05 Thread Francisco Reverbel

+1 (Just did a fresh checkout and built everything with no problems.)

Francisco

On Tue, 5 Mar 2002, David Jencks wrote:

 I can't reproduce this with a clean checkout.
 build/build.sh
 build/build.sh clean
 build/build.sh 
 
 all work fine.
 Linux 2.4.16
 
 sun jdk 1.3.1
 
 david jencks
 
 On 2002.03.05 16:19:01 -0500 Peter Antman wrote:
  Hi,
  a clean checkout from cvs indicates that build is broken.
  
  You van build one, but not more without having to do the complete cycle
  (build clean, build):
  
  compile-mbean-sources:
[xdoclet] Generating Javadoc
[xdoclet] Javadoc execution
[xdoclet] Loading source file 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARDeployer.java...
[xdoclet] Loading source file 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/MainDeployer.java...
[xdoclet] Constructing Javadoc information...
[xdoclet] 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARDeployer.java:46:
  Interface org.jboss.deployment.JARDeployerMBean of class
  org.jboss.deployment.JARDeployer not found.
[xdoclet]implements JARDeployerMBean
[xdoclet]   ^
[xdoclet] Running mbeanInterface/
[xdoclet] javadoc: warning - org.jboss.deployment.JARDeployer: @version
  tag has no arguments.
  
  BUILD FAILED
  
  /home/pra/src/rw/jboss-all/system/build.xml:237: Javadoc returned 139
  
  
  //Peter
  -- 
  
  Peter AntmanChief Systems Architect, Business Development
  Technology in Media, Box 34105 100 26 Stockholm
  WWW: http://www.tim.se  WWW: http://www.backsource.org
  Email: [EMAIL PROTECTED]
  Phone: +46-(0)8-506 381 11 Mobile: 070-675 3942 
  
  
  
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  https://lists.sourceforge.net/lists/listinfo/jboss-development
  
  
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Build broken

2002-03-05 Thread Peter Antman

On  5 Mar, David Jencks wrote:
 I can't reproduce this with a clean checkout.
 build/build.sh
 build/build.sh clean
 build/build.sh 

Sorry, had to go to sleep.

cd build
sh build.sh
sh build.sh

It only works if you do build.sh clean, but not when you build
incrementally, which is neccesary to stay mentally healthy.


 sh build.sh -v
Ant version 1.4 compiled on September 3 2001
Searching for build.xml ...
Buildfile: /home/pra/src/rw/jboss-all/build/build.xml
Detected Java version: 1.3 in: /usr/local/lib/jdk1.3.1/jre
Detected OS: Linux

[...]
compile-mbean-sources:
  [xdoclet] Generating Javadoc
  [xdoclet] Javadoc args: /usr/local/lib/jdk1.3.1/jre/../bin/javadoc -private -c
lasspath /home/pra/src/rw/jboss-all/thirdparty/sun/jmx/lib/jmxri.jar:/home/pra/s
rc/rw/jboss-all/thirdparty/sun/jaxp/lib/crimson.jar:/home/pra/src/rw/jboss-all/t
hirdparty/sun/jaxp/lib/jaxp.jar:/home/pra/src/rw/jboss-all/thirdparty/sun/jaxp/l
ib/xalan.jar:/home/pra/src/rw/jboss-all/thirdparty/gnu/getopt/lib/getopt.jar:/ho
me/pra/src/rw/jboss-all/thirdparty/apache/log4j/lib/log4j.jar:/home/pra/src/rw/j
boss-all/common/output/lib/jboss-common.jar:/home/pra/src/rw/jboss-all/tools/lib
/xdoclet.jar:/home/pra/src/rw/jboss-all/tools/lib/ant.jar -sourcepath /home/pra/
src/rw/jboss-all/system/src/main -doclet xdoclet.DocletTask$DocletMain -docletpa
th /home/pra/src/rw/jboss-all/thirdparty/sun/jmx/lib/jmxri.jar:/home/pra/src/rw/
jboss-all/thirdparty/sun/jaxp/lib/crimson.jar:/home/pra/src/rw/jboss-all/thirdpa
rty/sun/jaxp/lib/jaxp.jar:/home/pra/src/rw/jboss-all/thirdparty/sun/jaxp/lib/xal
an.jar:/home/pra/src/rw/jboss-all/thirdparty/gnu/getopt/lib/getopt.jar:/home/pra
/src/rw/jboss-all/thirdparty/apache/log4j/lib/log4j.jar:/home/pra/src/rw/jboss-a
ll/common/output/lib/jboss-common.jar:/home/pra/src/rw/jboss-all/tools/lib/xdocl
et.jar:/home/pra/src/rw/jboss-all/tools/lib/ant.jar @/home/pra/src/rw/jboss-all/
build/javadoc-4589399542190338230
  [xdoclet] Javadoc execution
  [xdoclet] Loading source file /home/pra/src/rw/jboss-all/system/src/main/org/j
boss/deployment/JARDeployer.java...
  [xdoclet] Loading source file /home/pra/src/rw/jboss-all/system/src/main/org/j
boss/deployment/MainDeployer.java...
  [xdoclet] Constructing Javadoc information...
  [xdoclet] /home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARD
eployer.java:46: Interface org.jboss.deployment.JARDeployerMBean of class org.jb
oss.deployment.JARDeployer not found.
  [xdoclet]implements JARDeployerMBean
  [xdoclet]   ^
  [xdoclet] Running mbeanInterface/
  [xdoclet] javadoc: warning - org.jboss.deployment.JARDeployer: @version tag ha
s no arguments.

BUILD FAILED

/home/pra/src/rw/jboss-all/system/build.xml:237: Javadoc returned 139
at org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:966)
at xdoclet.DocletTask.execute(DocletTask.java:240)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:104)
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.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
at org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(E
xecuteModules.java:269)
at org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(Execute
Modules.java:184)
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)

Total time: 7 seconds


//Peter
 
 all work fine.
 Linux 2.4.16
 
 sun jdk 1.3.1
 
 david jencks
 
 On 2002.03.05 16:19:01 -0500 Peter Antman wrote:
 Hi,
 a clean checkout from cvs indicates that build is broken.
 
 You van build one, but not more without having to do the complete cycle
 (build clean, build):
 
 compile-mbean-sources:
   [xdoclet] Generating Javadoc
   [xdoclet] Javadoc execution
   [xdoclet] Loading source file 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARDeployer.java...
   [xdoclet] Loading source file 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/MainDeployer.java...
   [xdoclet] Constructing Javadoc information...
   [xdoclet] 
/home/pra/src/rw/jboss-all/system/src/main/org/jboss/deployment/JARDeployer.java:46:
 Interface org.jboss.deployment.JARDeployerMBean of class
 org.jboss.deployment.JARDeployer not found.
   [xdoclet]implements JARDeployerMBean
   [xdoclet]   ^
   [xdoclet] Running 

[JBoss-dev] Build Broken?

2002-02-28 Thread Hunter Hillegas

Someone still checking in JMX stuff?

After a clean co, the build is hosed.


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] Build Broken?

2002-02-26 Thread Hunter Hillegas

Someone still checking in?

I'm getting this after just refreshing HEAD:

compile-classes:
[javac] Compiling 21 source files to
/Users/hunter/Unix/Sources/jboss-3-beta/server/output/classes
/Users/hunter/Unix/Sources/jboss-3-beta/server/src/main/org/jboss/management
/j2ee/JavaMail.java:36: cannot resolve symbol
symbol  : class JavaMailMBean
location: class org.jboss.management.j2ee.JavaMail
   implements JavaMailMBean

Hunter


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Build Broken?

2001-12-01 Thread Jason Dillon

Ok, what on earth is paying attention to this value?  Are you building or 
running?

--jason


On Tue, 27 Nov 2001, Julian Gosnell wrote:

 I should have been more specific.
 
 I only get the error when I set it !
 
 
 Jules
 
  --- Hunter Hillegas [EMAIL PROTECTED] wrote:
  Yup, JBOSS_HOME was set properly.
  
  I'll do a refresh and test it again this afternoon
  to see if it persists...
  
   From: Julian Gosnell [EMAIL PROTECTED]
   Date: Tue, 27 Nov 2001 11:56:22 + (GMT)
   To: Hunter Hillegas [EMAIL PROTECTED],
  JBoss Dev
   [EMAIL PROTECTED]
   Subject: Re: [JBoss-dev] Build Broken?
   
   Have you got JBOSS_HOME set ?
   
   This one has bittent me before
   
   
   Jules
   
   --- Hunter Hillegas [EMAIL PROTECTED]
  wrote:
   Just grabbed the latest CVS and I get this on
   startup:
   
   20:09:54,995 WARN  [ServiceDeployer] SaxException
   getting document:
   java.io.FileNotFoundException:
   
  
 
 /usr/java/jboss/co6/jboss-all/server/src/resources/org/jboss/metadata/jboss-
   service.dtd (No such file or directory)
   at
   
  
 
 org.apache.crimson.parser.Parser2.fatal(Parser2.java:3108)
   
   
   At this point the server shuts down...
   
   
   ___
   Jboss-development mailing list
   [EMAIL PROTECTED]
   
  
 
 https://lists.sourceforge.net/lists/listinfo/jboss-development
   
   __
   Do You Yahoo!?
   Everything you'll ever need on one web page from
  News and Sport to Email and
   Music Charts
   http://uk.my.yahoo.com
  
  
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
 
 https://lists.sourceforge.net/lists/listinfo/jboss-development 
 
 __
 Do You Yahoo!?
 Everything you'll ever need on one web page from News and Sport to Email and Music 
Charts
 http://uk.my.yahoo.com
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Build Broken?

2001-12-01 Thread Jason Dillon

What needs JBOSS_HOME set to function?

--jason


On Tue, 27 Nov 2001, Hunter Hillegas wrote:

 Yup, JBOSS_HOME was set properly.
 
 I'll do a refresh and test it again this afternoon to see if it persists...
 
  From: Julian Gosnell [EMAIL PROTECTED]
  Date: Tue, 27 Nov 2001 11:56:22 + (GMT)
  To: Hunter Hillegas [EMAIL PROTECTED], JBoss Dev
  [EMAIL PROTECTED]
  Subject: Re: [JBoss-dev] Build Broken?
  
  Have you got JBOSS_HOME set ?
  
  This one has bittent me before
  
  
  Jules
  
  --- Hunter Hillegas [EMAIL PROTECTED] wrote:
  Just grabbed the latest CVS and I get this on
  startup:
  
  20:09:54,995 WARN  [ServiceDeployer] SaxException
  getting document:
  java.io.FileNotFoundException:
  
  /usr/java/jboss/co6/jboss-all/server/src/resources/org/jboss/metadata/jboss-
  service.dtd (No such file or directory)
  at
  
  org.apache.crimson.parser.Parser2.fatal(Parser2.java:3108)
  
  
  At this point the server shuts down...
  
  
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  
  https://lists.sourceforge.net/lists/listinfo/jboss-development
  
  __
  Do You Yahoo!?
  Everything you'll ever need on one web page from News and Sport to Email and
  Music Charts
  http://uk.my.yahoo.com
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Build Broken?

2001-12-01 Thread Jason Dillon

Looks like run.sh needs this (jboss_init_redhat.sh too, though I don't know 
anything about that script).  run.sh will set this if it is not set to ../ 
from where the run.jar is, so that you don't have to be in the bin/ 
directory to execute the script and have it work correctly.

Could possibly remove the check for its existance and always use ../ for 
JBOSS_HOME.  Or could bitch that JBOSS_HOME is set and continue using that 
value.

Looks like there are some references to JBOSS_HOME in the docs too.

--jason


On Tue, 27 Nov 2001, marc fleury wrote:

 what IS this JBOSS_HOME thing? it keeps pooping up and we keep banging it on
 the head, SETTING VARIABLES IS DUMB...
 
 who needs jboss-home set?
 
 marcf
 
 |-Original Message-
 |From: [EMAIL PROTECTED]
 |[mailto:[EMAIL PROTECTED]]On Behalf Of
 |Julian Gosnell
 |Sent: Tuesday, November 27, 2001 6:56 AM
 |To: Hunter Hillegas; JBoss Dev
 |Subject: Re: [JBoss-dev] Build Broken?
 |
 |
 |Have you got JBOSS_HOME set ?
 |
 |This one has bittent me before
 |
 |
 |Jules
 |
 | --- Hunter Hillegas [EMAIL PROTECTED] wrote:
 | Just grabbed the latest CVS and I get this on
 | startup:
 |
 | 20:09:54,995 WARN  [ServiceDeployer] SaxException
 | getting document:
 | java.io.FileNotFoundException:
 |
 |/usr/java/jboss/co6/jboss-all/server/src/resources/org/jboss/metada
 |ta/jboss-
 | service.dtd (No such file or directory)
 | at
 |
 |org.apache.crimson.parser.Parser2.fatal(Parser2.java:3108)
 |
 |
 | At this point the server shuts down...
 |
 |
 | ___
 | Jboss-development mailing list
 | [EMAIL PROTECTED]
 |
 |https://lists.sourceforge.net/lists/listinfo/jboss-development
 |
 |__
 |Do You Yahoo!?
 |Everything you'll ever need on one web page from News and Sport to
 |Email and Music Charts
 |http://uk.my.yahoo.com
 |
 |___
 |Jboss-development mailing list
 |[EMAIL PROTECTED]
 |https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Build Broken?

2001-11-27 Thread David Jencks

On 2001.11.27 06:56:22 -0500 Julian Gosnell wrote:
 Have you got JBOSS_HOME set ?
 
 This one has bittent me before

This was my mistake, I checked in a wrong version a jboss-service.xml. 
Fixed now as far as I can tell.

david jencks
 
 
 Jules
 
  --- Hunter Hillegas [EMAIL PROTECTED] wrote:
  Just grabbed the latest CVS and I get this on
  startup:
  
  20:09:54,995 WARN  [ServiceDeployer] SaxException
  getting document:
  java.io.FileNotFoundException:
 
 /usr/java/jboss/co6/jboss-all/server/src/resources/org/jboss/metadata/jboss-
  service.dtd (No such file or directory)
  at
 
 org.apache.crimson.parser.Parser2.fatal(Parser2.java:3108)
  
  
  At this point the server shuts down...
  
  
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
 
 https://lists.sourceforge.net/lists/listinfo/jboss-development 
 
 __
 Do You Yahoo!?
 Everything you'll ever need on one web page from News and Sport to Email
 and Music Charts
 http://uk.my.yahoo.com
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-development
 
 

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



Re: [JBoss-dev] Build Broken?

2001-11-27 Thread Julian Gosnell

I should have been more specific.

I only get the error when I set it !


Jules

 --- Hunter Hillegas [EMAIL PROTECTED] wrote:
 Yup, JBOSS_HOME was set properly.
 
 I'll do a refresh and test it again this afternoon
 to see if it persists...
 
  From: Julian Gosnell [EMAIL PROTECTED]
  Date: Tue, 27 Nov 2001 11:56:22 + (GMT)
  To: Hunter Hillegas [EMAIL PROTECTED],
 JBoss Dev
  [EMAIL PROTECTED]
  Subject: Re: [JBoss-dev] Build Broken?
  
  Have you got JBOSS_HOME set ?
  
  This one has bittent me before
  
  
  Jules
  
  --- Hunter Hillegas [EMAIL PROTECTED]
 wrote:
  Just grabbed the latest CVS and I get this on
  startup:
  
  20:09:54,995 WARN  [ServiceDeployer] SaxException
  getting document:
  java.io.FileNotFoundException:
  
 

/usr/java/jboss/co6/jboss-all/server/src/resources/org/jboss/metadata/jboss-
  service.dtd (No such file or directory)
  at
  
 

org.apache.crimson.parser.Parser2.fatal(Parser2.java:3108)
  
  
  At this point the server shuts down...
  
  
  ___
  Jboss-development mailing list
  [EMAIL PROTECTED]
  
 

https://lists.sourceforge.net/lists/listinfo/jboss-development
  
  __
  Do You Yahoo!?
  Everything you'll ever need on one web page from
 News and Sport to Email and
  Music Charts
  http://uk.my.yahoo.com
 
 
 ___
 Jboss-development mailing list
 [EMAIL PROTECTED]

https://lists.sourceforge.net/lists/listinfo/jboss-development 

__
Do You Yahoo!?
Everything you'll ever need on one web page from News and Sport to Email and Music 
Charts
http://uk.my.yahoo.com

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



RE: [JBoss-dev] Build Broken?

2001-11-27 Thread marc fleury

what IS this JBOSS_HOME thing? it keeps pooping up and we keep banging it on
the head, SETTING VARIABLES IS DUMB...

who needs jboss-home set?

marcf

|-Original Message-
|From: [EMAIL PROTECTED]
|[mailto:[EMAIL PROTECTED]]On Behalf Of
|Julian Gosnell
|Sent: Tuesday, November 27, 2001 6:56 AM
|To: Hunter Hillegas; JBoss Dev
|Subject: Re: [JBoss-dev] Build Broken?
|
|
|Have you got JBOSS_HOME set ?
|
|This one has bittent me before
|
|
|Jules
|
| --- Hunter Hillegas [EMAIL PROTECTED] wrote:
| Just grabbed the latest CVS and I get this on
| startup:
|
| 20:09:54,995 WARN  [ServiceDeployer] SaxException
| getting document:
| java.io.FileNotFoundException:
|
|/usr/java/jboss/co6/jboss-all/server/src/resources/org/jboss/metada
|ta/jboss-
| service.dtd (No such file or directory)
| at
|
|org.apache.crimson.parser.Parser2.fatal(Parser2.java:3108)
|
|
| At this point the server shuts down...
|
|
| ___
| Jboss-development mailing list
| [EMAIL PROTECTED]
|
|https://lists.sourceforge.net/lists/listinfo/jboss-development
|
|__
|Do You Yahoo!?
|Everything you'll ever need on one web page from News and Sport to
|Email and Music Charts
|http://uk.my.yahoo.com
|
|___
|Jboss-development mailing list
|[EMAIL PROTECTED]
|https://lists.sourceforge.net/lists/listinfo/jboss-development


___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development