- This topic has 9 replies, 3 voices, and was last updated 20 years, 1 month ago by
eear.
-
AuthorPosts
-
eearMemberthis feature of web projects works great on windows; but on max os x i think it is broke. it doesn’t work for us.
pls investigate. thx.
May 17, 2005 at 6:29 pm #229738
Riyad KallaMemberI don’t understand the bug you are reporting, please provide more detail as well as posting all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
May 19, 2005 at 10:43 am #229865
eearMemberok
so in my eclipes, you can make your web app dependent upon other java projects.
this will automatically jar up the contents of that java project (class files, etc) and deploy it to the web-inf/lib dir of you r web app. works great on win; does not seem to work on max os x.
does my explanation make sense to you?
thx
May 19, 2005 at 10:49 am #229866
Riyad KallaMemberthis will automatically jar up the contents of that java project (class files, etc) and deploy it to the web-inf/lib dir of you r web app. works great on win; does not seem to work on max os x.
Yes thank you for the clarification. Have you made sure that your deployment settings for your project (or globally) are set TO JAR up and deploy dependnt Java Projects? This is a non-default deployer settings that you will need to turn on.
May 19, 2005 at 3:54 pm #229927
eearMember@support-rkalla wrote:
this will automatically jar up the contents of that java project (class files, etc) and deploy it to the web-inf/lib dir of you r web app. works great on win; does not seem to work on max os x.
Yes thank you for the clarification. Have you made sure that your deployment settings for your project (or globally) are set TO JAR up and deploy dependnt Java Projects? This is a non-default deployer settings that you will need to turn on.
yes that was the first thing that i checked
May 20, 2005 at 12:39 pm #229983
GregMembereear,
What version of MyEclipse and Eclipse are you using on Mac OS X?
May 23, 2005 at 9:02 am #230051
eearMemberthe latest version 3.8.4
May 31, 2005 at 9:40 am #230416
eearMemberstatus?
June 1, 2005 at 8:49 am #230462
GregMemberAre you using exploded deployment or packaged? I tested it on OS X and in both types of deployment, the dependent java project is being packaged. Are there any other details you can provide that might be different with your environment?
June 1, 2005 at 9:47 am #230471
eearMemberhmmm, exploded deployment. its a basic web app running on tomcat 5.x on mac os x; struts with a seperate java utility type of project that the web project is dependent upon. cvsnt for scm.
thx
-
AuthorPosts