Ok, Strong this one I cannot get past:

* What went wrong:
Execution failed for task ':hibernate-core:generateMainLoggingClasses'.
> Compilation failed; see the compiler error output for details.

The compilation failures include all forms of not being able to find 
classes.  Some of them are our classes:

/home/steve/projects/hibernate/4/hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java:190:
 
error: cannot find symbol
                private final SQLStateType sqlStateType;
                              ^
  symbol:   class SQLStateType
  location: class ExtractedDatabaseMetaDataImpl


Some of them straight-up JDK classes:

/home/steve/projects/hibernate/4/hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java:194:
 
error: cannot find symbol
                private final LinkedHashSet<TypeInfo> typeInfoSet;
                              ^
  symbol:   class LinkedHashSet
  location: class ExtractedDatabaseMetaDataImpl
/home/steve/projects/hibernate/4/hibernate-orm/hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java:204:
 
error: cannot find symbol
                                Set<String> extraKeywords,
                                ^
  symbol:   class Set
  location: class ExtractedDatabaseMetaDataImpl

Something is seriously wrong here...

On Wed 22 Aug 2012 02:19:24 PM CDT, Steve Ebersole wrote:
> Ugh.
>
> Running into all kinds of Gradle problems due changes Strong made to
> master.
>
>
>
> On 08/22/2012 01:07 PM, Hardy Ferentschik wrote:
>> Go ahead. I should be able to rebase my stuff easily.
>>
>> --hardy
>>
>>
>>
>> On 22 Aug 2012, at 18:57, Steve Ebersole <st...@hibernate.org> wrote:
>>
>>> Any objections to me syncing master branch out to metamodel later
>>> today?
>>>
>>> --
>>> st...@hibernate.org
>>> http://hibernate.org
>>> _______________________________________________
>>> hibernate-dev mailing list
>>> hibernate-dev@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>

--
st...@hibernate.org
http://hibernate.org
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to