Hi Alexey,

Thanks alot.  I downloaded the HEAD branch of JBoss-3.2 from sourceforge (I assume 
this is correct) and verified that the SQLUtil.fixTableName() function has the fix for 
the quotes.

However, there appears to be an error with the build and I didn't see any 
documentation or a README file.  I know this is starting to get off topic so either I 
can post to another forum or if you like you could give me alternative contact 
information for yourself.

But quickly, it appears that the directories are not set up correctly.  Specifically, 
there seems to be a '-' character instead of a '\' character when looking for 
directories like apache-tomcat41, beanshell-beanshell, etc.  Granted I am only about 
beginner-intermediate with ant, but this seemed strange.  Here is the short log when I 
typed build.bat:


  | configure:
  | Caught exception (org.apache.tools.ant.BuildException) while expanding 
apache.tomcat41.classpath: C:\jboss-3.2.4\jboss-3.2\thirdparty\apache-tomcat41 not 
found.
  | Caught exception (org.apache.tools.ant.BuildException) while expanding 
apache.tomcat50.classpath: C:\jboss-3.2.4\jboss-3.2\thirdparty\apache-tomcat50 not 
found.
  | Caught exception (org.apache.tools.ant.BuildException) while expanding 
beanshell.beanshell.classpath: 
C:\jboss-3.2.4\jboss-3.2\thirdparty\beanshell-beanshell\lib not found.
  | Caught exception (org.apache.tools.ant.BuildException) while expanding 
jfreechart.jfreechart.classpath: C:\jboss-3.2.4\jboss-3.2\thirdparty\jfreechart\lib 
not found.
  |      [echo] groups:  default
  |      [echo] modules: 
common,jmx,system,naming,aop,j2ee,remoting,transaction,server,security,messaging,connector,cluster,varia,webservice,iiop,management,cache,tomcat,console,compatibility,aspects,media
  | 
  | init:
  | 
  | _buildmagic:modules:most:
  | 
  |     ======================================================================
  |     ==  Executing 'most' in module 'common'...
  |     ==
  | 
  | _buildmagic:init:
  | 
  | configure:
  | Caught exception (org.apache.tools.ant.BuildException) while expanding 
apache.tomcat41.classpath: C:\jboss-3.2.4\jboss-3.2\thirdparty\apache-tomcat41 not 
found.
  | Caught exception (org.apache.tools.ant.BuildException) while expanding 
apache.tomcat50.classpath: C:\jboss-3.2.4\jboss-3.2\thirdparty\apache-tomcat50 not 
found.
  | Caught exception (org.apache.tools.ant.BuildException) while expanding 
beanshell.beanshell.classpath: 
C:\jboss-3.2.4\jboss-3.2\thirdparty\beanshell-beanshell\lib not found.
  | Caught exception (org.apache.tools.ant.BuildException) while expanding 
jfreechart.jfreechart.classpath: C:\jboss-3.2.4\jboss-3.2\thirdparty\jfreechart\lib 
not found.
  | 
  | _default:task-init:
  | 
  | init:
  | 
  | _buildmagic:build-bypass-checker:
  | 
  | _buildmagic:build-bypass-notice:
  | 
  | _buildmagic:build-bypass-check:
  | 
  | jars:
  | 
  | _buildmagic:init:
  | 
  | init:
  | 
  | _buildmagic:mbean-bypass-checker:
  | 
  | _default:compile-mbean-sources:
  | 
  | BUILD FAILED
  | 
  | file:C:/jboss-3.2.4/jboss-3.2/common/../tools/etc/buildmagic/buildmagic.ent:439: 
taskdef class xdoclet.modules.jmx.JMXDocletTask cannot be found
  |     at org.apache.tools.ant.taskdefs.Definer.addDefinition(Definer.java:236)
  |     at org.apache.tools.ant.taskdefs.Definer.execute(Definer.java:162)
  |     at org.apache.tools.ant.Task.perform(Task.java:341)
  |     at org.apache.tools.ant.Target.execute(Target.java:309)
  |     at org.apache.tools.ant.Target.performTasks(Target.java:336)
  |     at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
  |     at org.jboss.tools.buildmagic.task.CallTarget.execute(CallTarget.java:141)
  |     at org.apache.tools.ant.Task.perform(Task.java:341)
  |     at org.apache.tools.ant.Target.execute(Target.java:309)
  |     at org.apache.tools.ant.Target.performTasks(Target.java:336)
  |     at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
  |     at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
  |     at 
org.jboss.tools.buildmagic.task.module.ExecuteModules$1.run(ExecuteModules.java:361)
  |     at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:376)
  |     at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:241)
  |     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
  |     at org.apache.tools.ant.Task.perform(Task.java:341)
  |     at org.apache.tools.ant.Target.execute(Target.java:309)
  |     at org.apache.tools.ant.Target.performTasks(Target.java:336)
  |     at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
  |     at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
  |     at org.apache.tools.ant.Main.runBuild(Main.java:609)
  |     at org.apache.tools.ant.Main.start(Main.java:196)
  |     at org.apache.tools.ant.Main.main(Main.java:235)
  | Caused by: java.lang.ClassNotFoundException: xdoclet.modules.jmx.JMXDocletTask
  |     at 
org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1075)
  |     at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1036)
  |     at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:925)
  |     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
  |     at org.apache.tools.ant.taskdefs.Definer.addDefinition(Definer.java:230)
  |     ... 23 more
  | --- Nested Exception ---
  | java.lang.ClassNotFoundException: xdoclet.modules.jmx.JMXDocletTask
  |     at 
org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1075)
  |     at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1036)
  |     at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:925)
  |     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
  |     at org.apache.tools.ant.taskdefs.Definer.addDefinition(Definer.java:230)
  |     at org.apache.tools.ant.taskdefs.Definer.execute(Definer.java:162)
  |     at org.apache.tools.ant.Task.perform(Task.java:341)
  |     at org.apache.tools.ant.Target.execute(Target.java:309)
  |     at org.apache.tools.ant.Target.performTasks(Target.java:336)
  |     at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
  |     at org.jboss.tools.buildmagic.task.CallTarget.execute(CallTarget.java:141)
  |     at org.apache.tools.ant.Task.perform(Task.java:341)
  |     at org.apache.tools.ant.Target.execute(Target.java:309)
  |     at org.apache.tools.ant.Target.performTasks(Target.java:336)
  |     at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
  |     at org.jboss.tools.buildmagic.task.Ant.execute(Ant.java:261)
  |     at 
org.jboss.tools.buildmagic.task.module.ExecuteModules$1.run(ExecuteModules.java:361)
  |     at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.executeModule(ExecuteModules.java:376)
  |     at 
org.jboss.tools.buildmagic.task.module.ExecuteModules.execute(ExecuteModules.java:241)
  |     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
  |     at org.apache.tools.ant.Task.perform(Task.java:341)
  |     at org.apache.tools.ant.Target.execute(Target.java:309)
  |     at org.apache.tools.ant.Target.performTasks(Target.java:336)
  |     at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
  |     at org.apache.tools.ant.Project.executeTargets(Project.java:1255)
  |     at org.apache.tools.ant.Main.runBuild(Main.java:609)
  |     at org.apache.tools.ant.Main.start(Main.java:196)
  |     at org.apache.tools.ant.Main.main(Main.java:235)
  | 

Thanks Alexey,
Tony

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838062#3838062

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838062


-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to