- This topic has 10 replies, 2 voices, and was last updated 21 years, 3 months ago by Scott Anderson.
-
AuthorPosts
-
miluMemberWhen I Create a J2EE – MyEclipse Project under Linux, a Directory-Structure <Name> and <NameEJB> was created. Under the Directory <NameEJB> there was a Dirctory with the Name
<EJB Module>/src ( Spaces in Unix-Filename, was not so good!) .
When I make the Xdoclet-Configuration and then run my Project, then I become an Error that
the Directory <NameEJB>/src not found. When I try to Change the Xdoclet-Configuration -> ejbdoclet -> destdir from <src> to <EJB Module>/src then hang up Eclipse and I must Kill the Eclipse-Processes , the Changes was lost.
I have the current Configuration Eclipse 2.1.1,Sun-JDK 1.4.2 under Suse-Linux-OS 8.2 !Is that a bug from Xdoclet-UI ?
Thanks Michael
miluMemberAn Append to my Post, Eclipse hang with a Window-Popup Message ” Operation in Progress” .
Michael
Scott AndersonParticipant<EJB Module>/src ( Spaces in Unix-Filename, was not so good!) .
This is simply the default. You can control the exact directory name on the EJB Project creation wizard page. I’d delete all the current projects and try rerunning the wizard. Be sure to specify Linux-compliant directory names in all the wizard pages.
–Scott
MyEclipse Support
miluMemberO.K. , but when I try to change the ejbdoclet desdir , then the Eclipse IDE hangs with the Message “Operation in Progress” !.
When I add the Jboss-Task and change the Jboss Version to 3.0 then hangs the Eclipse IDE too,
thats the Problem!! ( with the Message “Operation in Progress”).
This Problem was not under Windows.
Scott AndersonParticipantWhat directory name are you trying to change it from and to?
Did you delete the original projects with the non-compliant names and start over? What name did you pick for the EJB source directory?
–Scott
MyEclipse Support
miluMemberI have continue analyse the Problem :
This Problem can I repeated too, when i add under the ejbdoclet the Tag jboss.When I try to change the Attribute Version ton 3.0 and Click the Button OK or Apply, then comes a Window with the Message “Operation in Progress” and nothing do. I must kill Eclipse and repeat the same Thing with the same Result!
This Error is not append from any File-Name or Directory. This Problem was not under Windows.
Scott AndersonParticipantMilu,
Thanks for reporting this. I’ve entered it as a problem specific to Linux into our internal tracking system so we can investigate it further. Sorry for the inconvenience. I’ll post a followup here when we know more.
–Scott
MyEclipse Support
Scott AndersonParticipantMilu,
One more thing, would you mail your log file to support@myelcipseide.com? It is located at <workspace>/.metadata/.log
–Scott
MyEclipse Support
miluMemberI have found the Solution :
For the Gtk2.2 ( SWT used it) must be a Patch (Suse 8.2) installed on my Machine :
GtkTreeView Bug (infinite exposure loops) http://bugzilla.gnome.org/show_bug.cgi?id=106311Now all works fine.
Thank for your Help
miluMemberI have found the Solution :
For the Gtk2.2 ( SWT used it) must be a Patch (Suse 8.2) installed on my Machine :
GtkTreeView Bug (infinite exposure loops) http://bugzilla.gnome.org/show_bug.cgi?id=106311Now all works fine.
Thank for your Help
Scott AndersonParticipantWow, that was a tough one to find. Thanks for taking the time to post the resolution; you’ve just helped all the other Suse 8.2 users.
–Scott
MyEclipse Support -
AuthorPosts