trimurdani / project-template

Automatically exported from code.google.com/p/project-template
0 stars 0 forks source link

mengcompile HibernateTemplate #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. extract HibernateTemplate.zip
2. ant

What is the expected output? What do you see instead?
compiled successfully

Please provide any additional information below.

errors like this

    [javac] location: class com.artivisi.ifnu.hbtemplate.ui.PersonForm
    [javac]         Binding groupBinding = Bindings.createAutoBinding(
    [javac]                                ^
    [javac]
D:\Programs\template\HibernateTemplateDesktop\src\com\artivisi\ifnu\
hbtemplate\ui\PersonForm.java:103: package org.jdesktop.application does
not exi
st
    [javac]         org.jdesktop.application.ResourceMap resourceMap =
org.jdesk
top.application.Application.getInstance(com.artivisi.hbtemplate.app.HbTemplateAp
plication.class).getContext().getResourceMap(PersonForm.class);
    [javac]                                 ^
    [javac]
D:\Programs\template\HibernateTemplateDesktop\src\com\artivisi\ifnu\
hbtemplate\ui\PersonForm.java:103: package org.jdesktop.application does
not exi
st
    [javac]         org.jdesktop.application.ResourceMap resourceMap =
org.jdesk
top.application.Application.getInstance(com.artivisi.hbtemplate.app.HbTemplateAp
plication.class).getContext().getResourceMap(PersonForm.class);
    [javac]
               ^
    [javac] 97 errors

Original issue reported on code.google.com by abdul.ar...@gmail.com on 3 Jun 2010 at 12:53

GoogleCodeExporter commented 8 years ago
please open the project using netbeans 6.5 above. You need to use netbeans to 
compile this code. This code is 
not intended to runnable, just an example how to use hiberante and DAO-Service 
pattern

Original comment by ifnub...@gmail.com on 5 Jun 2010 at 10:25