- This topic has 3 replies, 2 voices, and was last updated 18 years, 8 months ago by Riyad Kalla.
-
AuthorPosts
-
garehiraMemberHi,
I am using the myeclipse smartdeployment feature to incluse used projects in my MyEclipse Web Project.
This work for most so far, but if I try to used another web-project in my web-project, it does not deploy the class files of the used web project. Both web-projects are created with MyEclipse.Is this a bug or do I have to configure the deployment of dependent web-projects differently?
Thanks + great product,
Arno*** Date: Fri Mar 10 11:10:56 GMT+01:00 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.0 GA
Build id: 20060122-4.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.1
Build id: M20050929-0840Eclipse Platform
Version: 3.1.1
Build id: M20050929-0840Eclipse RCP
Version: 3.1.1
Build id: M20050929-0840Eclipse Java Development Tools
Version: 3.1.1
Build id: M20050929-0840Eclipse Plug-in Development Environment
Version: 3.1.1
Build id: M20050929-0840Eclipse Project SDK
Version: 3.1.1
Build id: M20050929-0840Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\dev\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
e80_60
-vm
C:\WINDOWS\system32\javaw.exe
Riyad KallaMemberArno,
There is no support for dependent web project, there is no well-known way to mix web projects like that. You are asking about the classes, but what happens when you edit your web.xml file? Or index.jsp file? What should MyEclipse do?These are the types of questions that have stopped us from adding this functionality but we have some ideas if the demand for this increases that we may add.
garehiraMemberHi Riyad,
I understand that the there is no correct way to merge web projects. However, I was expecting ‘the simple solution’, that the class files and jar files are included. Which mean that the dependent project is being treated as ‘normal’ java project.
My use case is, that I developed a taglib. Since I have some test cases, the Project is a web-project. Now other web-project want to use my tablib, without packaging it. So I probably have to tear apart my tablib project.
Anyway, thanks for the answer.
-Arno
Riyad KallaMemberI understand that this puts you in a tricky situation, although if you made your taglib a Java project with smart deployment turned on, all you need to do is move your Web test cases out into a separate Test project and then you can easily share your taglib between any and all web projects you need.
-
AuthorPosts