For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 3 replies, 2 voices, and was last updated 20 years, 1 month ago by
Riyad Kalla.
-
AuthorPosts
-
robmanguelMemberIe installed MyEclipse and now other non web existing projects are showing some errors. The problem is that the JavaDocs are present inside the project and HTML validation of the HTML files of the Javadocs is failing. How can I configure MyEclipse not to make this checks?
Thanks!
July 13, 2006 at 8:53 pm #254772
Riyad KallaMemberI don’t quite understand the problem, can you give me an example of the issue you are seeing? Also can you please post 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.
July 14, 2006 at 7:44 am #254786
robmanguelMemberI recently made a fresh install on Eclipse 3.2 (which only had all Callisto tools installed prior to install MyEclipse IDE). I’ve already had projects in our CVS server. I imported some projects (Java Projects) which contained, in a non-source folder, their corresponding Javadocs (HTML). The problem is that these projects are now showing “compile” errors of the kind:
Severity and Description Path Resource Location Creation Time Id
No start tag (<FONT>). WINIT UserCenter Libraries Bunge/doc/winit/uc/domain/class-use AbstractCookie.html line 90 1152802906809 3488I just wanted to know if there is a way to skip this kind of validation in these HTML files in non-web projects. I’ve tryed suspending MyEclipse-Validations in the projects properties but had no good results.
Thanks!
*** Date: Fri Jul 14 09:26:35 ART 2006
*** System properties:
OS=Linux
OS version=2.6.15-26-386
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0 Milestone 2
Build id: 20060703-5.0-M2*** Eclipse details:
Eclipse SDKVersion: 3.2.0
Build id: M20060629-1905Eclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816Eclipse Platform
Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
Build id: M20060629-1905Eclipse Java Development Tools
Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
Build id: M20060629-1905Eclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816Eclipse RCP
Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
Build id: M20060629-1905Eclipse Plug-in Development Environment
Version: 3.2.0.v20060609m——6zXJJzJzJq
Build id: M20060629-1905Eclipse Project SDK
Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
Build id: M20060629-1905Eclipse startup command=-os
linux
-ws
gtk
-arch
x86
-launcher
/opt/eclipse3.2/./eclipse
-name
Eclipse
-showsplash
600
-exitdata
750007
-vm
/usr/local/java/default_jdk/bin/javaJuly 14, 2006 at 8:15 am #254790
Riyad KallaMemberOpen your project properties, go to Validation and turn off HTML validation for that project.
-
AuthorPosts
