ced(Launcher.java:315)
>> at
>> org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>> at
>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>> at
>> org.codehaus.classworlds.Launcher.main(Launcher.java:375)
&
0 15:35:20
收件人: users@appfuse.dev.java.net
抄送:
主题: Re: Re: [appfuse-user] appfuse:install error
Is there an error if you run "appfuse:gen"? If not, do
you get the
same error if you run "appfuse:install"
after it?
Thanks,
Matt
On 7/20/07, chinofish <[EMAIL PROTECTED] > wrote:
>
@appfuse.dev.java.net
抄送:
主题: Re: Re: [appfuse-user] appfuse:install error
Is there an error if you run "appfuse:gen"? If not, do you get the
same error if you run "appfuse:install" after it?
Thanks,
Matt
On 7/20/07, chinofish <[EMAIL PROTECTED] > wrote:
>
>
> my
}
public void setName(String name) {
this.name = name;
}
}
发件人: Matt Raible
发送时间: 2007-07-20 14:57:25
收件人: users@appfuse.dev.java.net
抄送:
主题: Re: [appfuse-user] appfuse:install error
If appfuse:gen and install worked for you a couple
of days ago -
;
}
@Column(name="name",length=50)
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
}
发件人: Matt Raible
发送时间: 2007-07-20 14:57:25
收件人: users@appfuse.dev.java.net
抄送:
主题: Re: [appfuse-user] appfuse:install error
If appfu
--
[INFO] Total time: 6 seconds
But several days ago, appfuse:gen & appfuse:install works fine for me ;-)
Thanks for help !!
chinofish
2007-07-20
发件人: chinofish
发送时间: 2007-07-20 12:29:27
收件人: appfuse-user
抄
several days ago, appfuse:gen & appfuse:install works fine for me ;-)
Thanks for help !!
chinofish
2007-07-20
发件人: chinofish
发送时间: 2007-07-20 12:29:27
收件人: appfuse-user
抄送:
主题: [appfuse-user] appfuse:install error
hi,
when i execute :
mvn appfuse:install -Dentity=entityName
there i
hi,
when i execute :
mvn appfuse:install -Dentity=entityName
there is an error.
i use 32-bit String to be my PK, but Long.
maybe it's the reason ?
the error log is as follows:
[INFO] [appfuse:install]
[INFO] [AppFuse] Installing generated files (pattern: **/*.java)...
[INFO] [AppFuse] Insta