| Summary: | Unable to see/use ANT view in Eclipse Javascript download | ||
|---|---|---|---|
| Product: | [Technology] EPP | Reporter: | Rodrigo Silveira <RodrigoMattosoSilveira> |
| Component: | javascript-package | Assignee: | Project Inbox <epp.packager-inbox> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | david_williams, remy.suen |
| Version: | 1.3.1 | ||
| Target Milestone: | --- | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
|
Description
Rodrigo Silveira
(In reply to comment #0) > The Eclipse JavaScript download comes with a number of ANT jars, including a > plugin folder folder with ANT; in fact, this folder's content is exactly the > same as its counterpart in the Eclipse Classic download! That's for the Apache Ant installation and has nothing to do with Eclipse's Apache Ant tooling support. > This looks like a release issue where the ANT feature was not properly > configured for the Eclipse JavaScript download. Actually, the JavaScript download does not include JDT so I see no reason why the Ant tooling would be included. http://www.eclipse.org/downloads/compare.php > Is there a workaround? Install JDT from the update site and you should get Ant. If you think the JavaScript download should include JDT, you should take it up with the packaging team. Is ant (all by itself) useful with JavaScript? Or does it need JDT? If so, I'd check if there was an "ant feature" we could include, but don't think there is. And, I'd prefer not to include JDT feature so this package remains as small and special-cased as possible. I realize it does have some jdt bundles in it, but it does so because of some some other side issues related to debug dependencies (see bug 310282) and isn't supposed to (and we hope they are not always required). If you have suggestions on how to make this sort of information more obvious, and/or how to install JDT from software repository, that'd be great. Thank you for opening this issue. David - My Javascript work requires a far amount of processing like transforming XML files into HTML etc. I use ANT for that. Therefore, the answer to your question is that I need ANT. I suspect that the same would be true for many of my colleagues. After a bit of research (thrashing might be a better word, but then what is the difference any way?) I ended up setting for Eclipse J2EE (a forum recommendation), since I also do server side work, although without requiring all the comes with it. In closing I want to thank all Eclipse team members for jumping into this one really fast. - Rodrigo |