-->
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.  [ 1 post ] 
Author Message
 Post subject: build errors
PostPosted: Tue Feb 15, 2005 5:29 pm 
Newbie

Joined: Thu Feb 03, 2005 4:25 pm
Posts: 7
Hibernate version:3.0 beta4

Mapping documents:build.xml

I downloaded Hibernate 3, beta 4, and I cannot get it to compile. Any help is appreciated. I am using the ant build.xml file that came with the download, and have pointed my classpath var to jdk1.5/bin. Here is the stacktrace:

compile:
[javac] Compiling 225 source files to C:\hibernate-3.0\build\classes
[javac] C:\hibernate-3.0\src\org\hibernate\impl\CollectionEntry.java:120: ca
nnot find symbol
[javac] symbol : method infoString(org.hibernate.collection.CollectionPersi
ster,java.io.Serializable)

[javac] location: class org.hibernate.pretty.MessageHelper
[javac] MessageHelper.infoString( getLoa
dedPersister(), getLoadedKey() )
[javac] ^
[javac] C:\hibernate-3.0\src\org\hibernate\impl\CollectionEntry.java:290: ca
nnot find symbol
[javac] symbol : method infoString(org.hibernate.collection.CollectionPersi
ster,java.io.Serializable)
[javac] location: class org.hibernate.pretty.MessageHelper
[javac] String result = "CollectionEntry" + MessageHelper.infoSt
ring(loadedPersister, loadedKey);
[javac] ^
[javac] C:\hibernate-3.0\src\org\hibernate\impl\CollectionEntry.java:292: ca
nnot find symbol
[javac] symbol : method infoString(org.hibernate.collection.CollectionPersi
ster,java.io.Serializable)
[javac] location: class org.hibernate.pretty.MessageHelper
[javac] result += "->" + MessageHelper.infoString(curren
tPersister, currentKey);
[javac] ^
[javac] C:\hibernate-3.0\src\org\hibernate\impl\EntityEntry.java:133: cannot
find symbol
[javac] symbol : method getNullifiables()
[javac] location: interface org.hibernate.engine.SessionImplementor
[javac] session.getNullifiables(
)
[javac] ^
[javac] C:\hibernate-3.0\src\org\hibernate\impl\PersistenceContext.java:753:
cannot find symbol
[javac] symbol : method infoString(org.hibernate.collection.CollectionPersi
ster,java.io.Serializable)
[javac] location: class org.hibernate.pretty.MessageHelper
[javac] MessageHelper.infoString(persist
er, lce.key)
[javac] ^
[javac] C:\hibernate-3.0\src\org\hibernate\impl\PersistenceContext.java:770:
cannot find symbol
[javac] symbol : method infoString(org.hibernate.collection.CollectionPersi
ster,java.io.Serializable)
[javac] location: class org.hibernate.pretty.MessageHelper
[javac] MessageHelper.infoString(persist
er, lce.key)
[javac] ^
[javac] 6 errors


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

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.