-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 
Author Message
 Post subject: CVS compile broken: alpha2
PostPosted: Thu Mar 17, 2005 12:17 pm 
Beginner
Beginner

Joined: Mon Mar 07, 2005 9:15 am
Posts: 26
Hi,

Just to warn that alpha2 is not compiling.
Related to MetaAttributeHelper.

Regards

Hibernate version:
Hibernate 3.0 (CVS)
HibernateExt 2 alpha2

Mapping documents:
none

Code between sessionFactory.openSession() and session.close():
none

Full stack trace of any exception that occurs:
init:
[echo] Build Hibernate Tools-3.0 (2005-03-17 03:49:58)

common-build.compile:
[javac] Compiling 33 source files to /home/hugof/tmp/hiberext/HibernateExt/tools/build/classes
[javac] /home/hugof/tmp/hiberext/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/Cfg2JavaTool.java:26: package org.hibernate.tool.hbm2java does not exist
[javac] import org.hibernate.tool.hbm2java.MetaAttributeHelper;
[javac] ^
[javac] /home/hugof/tmp/hiberext/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/Cfg2JavaTool.java:27: package org.hibernate.tool.hbm2java does not exist
[javac] import org.hibernate.tool.hbm2java.StringUtils;
[javac] ^
[javac] /home/hugof/tmp/hiberext/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/Cfg2JavaTool.java:98: cannot resolve symbol
[javac] symbol : variable MetaAttributeHelper
[javac] location: class org.hibernate.tool.hbm2x.Cfg2JavaTool
[javac] return MetaAttributeHelper.getMetaAsString(c);
[javac] ^
[javac] /home/hugof/tmp/hiberext/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/Cfg2JavaTool.java:110: cannot resolve symbol
[javac] symbol : variable MetaAttributeHelper
[javac] location: class org.hibernate.tool.hbm2x.Cfg2JavaTool
[javac] return MetaAttributeHelper.getMetaAsString(c);
[javac] ^
[javac] /home/hugof/tmp/hiberext/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/Cfg2JavaTool.java:114: cannot resolve symbol
[javac] symbol : variable MetaAttributeHelper
[javac] location: class org.hibernate.tool.hbm2x.Cfg2JavaTool
[javac] return MetaAttributeHelper.getMetaAsString(pc.getMetaAttribute(attribute), seperator);
[javac] ^
[javac] /home/hugof/tmp/hiberext/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/Cfg2JavaTool.java:118: cannot resolve symbol
[javac] symbol : variable MetaAttributeHelper
[javac] location: class org.hibernate.tool.hbm2x.Cfg2JavaTool
[javac] return MetaAttributeHelper.getMetaAsString(pc.getMetaAttribute(attribute), seperator);
[javac] ^
[javac] /home/hugof/tmp/hiberext/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/Cfg2JavaTool.java:124: cannot resolve symbol
[javac] symbol : variable MetaAttributeHelper
[javac] location: class org.hibernate.tool.hbm2x.Cfg2JavaTool
[javac] return MetaAttributeHelper.getMetaAsString(c);
[javac] ^
[javac] /home/hugof/tmp/hiberext/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/Cfg2JavaTool.java:132: cannot resolve symbol
[javac] symbol : variable MetaAttributeHelper
[javac] location: class org.hibernate.tool.hbm2x.Cfg2JavaTool
[javac] return MetaAttributeHelper.getMetaAsBool(pc.getMetaAttribute(attribute), defaultValue);
[javac] ^
[javac] /home/hugof/tmp/hiberext/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/Cfg2JavaTool.java:144: cannot resolve symbol
[javac] symbol : variable MetaAttributeHelper
[javac] location: class org.hibernate.tool.hbm2x.Cfg2JavaTool
[javac] return MetaAttributeHelper.getMetaAsBool(pc.getMetaAttribute(attribute), defaultValue);
[javac] ^
[javac] /home/hugof/tmp/hiberext/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/Cfg2JavaTool.java:148: cannot resolve symbol
[javac] symbol : variable MetaAttributeHelper
[javac] location: class org.hibernate.tool.hbm2x.Cfg2JavaTool
[javac] return MetaAttributeHelper.getMetaAsBool(pc.getMetaAttribute(attribute), defaultValue);
[javac] ^
[javac] /home/hugof/tmp/hiberext/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/Cfg2JavaTool.java:182: cannot resolve symbol
[javac] symbol : variable StringUtils
[javac] location: class org.hibernate.tool.hbm2x.Cfg2JavaTool
[javac] String[] lines = StringUtils.split(string, "\n\r\f");
[javac] ^
[javac] /home/hugof/tmp/hiberext/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/Cfg2JavaTool.java:186: cannot resolve symbol
[javac] symbol : variable StringUtils
[javac] location: class org.hibernate.tool.hbm2x.Cfg2JavaTool
[javac] result.append(StringUtils.leftPad(docline, docline.length() + indent));
[javac] ^
[javac] /home/hugof/tmp/hiberext/HibernateExt/tools/src/java/org/hibernate/tool/hbm2x/Cfg2JavaTool.java:695: cannot resolve symbol
[javac] symbol : variable MetaAttributeHelper
[javac] location: class org.hibernate.tool.hbm2x.Cfg2JavaTool
[javac] return MetaAttributeHelper.getMetaAsString(override);
[javac] ^
[javac] 13 errors

BUILD FAILED
/home/hugof/tmp/hiberext/HibernateExt/build.xml:25: The following error occurred while executing this line:
/home/hugof/tmp/hiberext/HibernateExt/common/common-build.xml:143: Compile failed; see the compiler error output for details.

Name and version of the database you are using:
Postgresql 7.4

The generated SQL (show_sql=true):
none

Debug level Hibernate log excerpt:
none


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 17, 2005 3:01 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
wow - you're fast ...and me who thought anonymous cvs where 24 hours behind.

yes - i'm cleaning up at the moment in the tools. sorry for the intermediate "breakage" it will be fixed shortly.

-max

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 18, 2005 4:17 am 
Beginner
Beginner

Joined: Mon Mar 07, 2005 9:15 am
Posts: 26
> wow - you're fast ...and me who thought anonymous cvs where 24 hours behind.

No, not fast. Juts eager to use this stuff 8-}

>yes - i'm cleaning up at the moment in the tools. sorry for the intermediate "breakage" it will >be fixed shortly.

Ok. Will repeat the tests as soon as its done.

Hugo F.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 18, 2005 4:37 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
its fixed now.

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 18, 2005 6:33 am 
Beginner
Beginner

Joined: Mon Mar 07, 2005 9:15 am
Posts: 26
Max,

Sorry to be such a pest. I have checked it out 2 times but compilation
fails as reported before. CVS delay?

Hugo F.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 18, 2005 6:37 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 6:10 am
Posts: 8615
Location: Neuchatel, Switzerland (Danish)
i guess its cvs delay yes

_________________
Max
Don't forget to rate


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 18, 2005 8:08 am 
Beginner
Beginner

Joined: Mon Mar 07, 2005 9:15 am
Posts: 26
Ok. Compiled without problems.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.