- This topic has 3 replies, 2 voices, and was last updated 17 years ago by
warish.
-
AuthorPosts
-
warishMemberI can not get my project to build correctly. Everything gets put into my WebRoot except for the classes. I have looked at the following post and have done everything suggested with no luck.
https://www.genuitec.com/forums/topic/myeclipse-build-does-not-build-class-files-for-a-web-project/
What do I need to do to make this work?
Here is my installation summary:
*** Date:
Friday, August 1, 2008 2:58:20 PM PDT** System properties:
OS=MacOSX
OS version=10.5.4
Java version=1.5.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.1 GA
Build id: 6.0.1-GA-200710Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20070814-1555Eclipse startup command=-os
macosx
-ws
carbon
-arch
x86
-showsplash
-launcher
/Applications/Devolopement/eclipse/Eclipse.app/Contents/MacOS/eclipse
-name
Eclipse
–launcher.library
/Applications/Devolopement/eclipse/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.3.R33x_v20080118/eclipse_1023.so
-startup
/Applications/Devolopement/eclipse/Eclipse.app/Contents/MacOS/../../../plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-clean
-keyring
/Users/Warren/.eclipse_keyring
-consoleLog
-showlocation
-product
com.genuitec.myeclipse.product.ide
-vm
/System/Library/Frameworks/JavaVM.frameworkAugust 4, 2008 at 5:31 am #287909
Loyal WaterMemberAre you using some version control system?
Can you go to <workspace>/.metadata/.log file and check if any error messages are being recorded.
August 4, 2008 at 9:46 am #287921
warishMemberI do not see a file named <workspace>/.metadata/.log file. This is what is in my project directory:
-rwx—— 1 Warren staff 2047 Sep 21 2007 .classpath
drwxr-xr-x 4 Warren staff 136 Aug 1 13:28 .myeclipse
-rwx—— 1 Warren staff 304 Aug 1 17:25 .mymetadata
-rwx—— 1 Warren staff 257 Sep 14 2007 .mystrutsdata
-rwx—— 1 Warren staff 1311 Sep 14 2007 .project
drwxr-xr-x 3 Warren staff 102 Aug 1 14:21 .settings
drwx—— 5 Warren staff 170 Sep 19 2007 CVS
drwx—— 5 Warren staff 170 Sep 19 2007 WebRoot
drwx—— 6 Warren staff 204 Sep 19 2007 srcYes, I am using CVS with this project and have not yet committed this project since I am not on the network of the server. I was working on this project on a Windows machine and it would build fine. I have since moved it over to my mac and it does not. I have a non CVS project that does build correctly on the same Mac.
August 4, 2008 at 9:47 am #287922
warishMemberI do not see a file named <workspace>/.metadata/.log file. This is what is in my project directory:
-rwx—— 1 Warren staff 2047 Sep 21 2007 .classpath
drwxr-xr-x 4 Warren staff 136 Aug 1 13:28 .myeclipse
-rwx—— 1 Warren staff 304 Aug 1 17:25 .mymetadata
-rwx—— 1 Warren staff 257 Sep 14 2007 .mystrutsdata
-rwx—— 1 Warren staff 1311 Sep 14 2007 .project
drwxr-xr-x 3 Warren staff 102 Aug 1 14:21 .settings
drwx—— 5 Warren staff 170 Sep 19 2007 CVS
drwx—— 5 Warren staff 170 Sep 19 2007 WebRoot
drwx—— 6 Warren staff 204 Sep 19 2007 srcYes, I am using CVS with this project and have not yet committed this project since I am not on the network of the server. I was working on this project on a Windows machine and it would build fine. I have since moved it over to my mac and it does not. I have a non CVS project that does build correctly on the same Mac.
-
AuthorPosts