[Bug 134537] Re: [gutsy] No ant support

2009-06-15 Thread Festor
Gutsy no longer supported ** Changed in: eclipse (Ubuntu) Status: Confirmed = Invalid -- [gutsy] No ant support https://bugs.launchpad.net/bugs/134537 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 134537] Re: [gutsy] No ant support

2008-11-29 Thread Adrian Weiler
Hi... The eclipse-cpp (Eclipse IDE for C/C++ developers) distribution has a broken ANT support at least since the Europa release. Symptom: In Eclipse, under Window-Preferences, there is no category Ant. Diagnosis: only the the plugin org.eclipse.ant.core is provided. org.eclipse.ant.ui is

Re: [Bug 134537] Re: [gutsy] No ant support

2008-08-06 Thread toxic
hi i can assure you that this works. [EMAIL PROTECTED]:/usr/lib/eclipse/plugins/org.apache.ant_1.6.5$ ls -l drwxr-xr-x 2 root root 4096 2008-04-18 20:30 about_files -rw-r--r-- 1 root root 3937 2008-03-09 15:47 about.html drwxr-xr-x 2 root root 4096 2008-04-18 20:30 bin drwxr-xr-x 3 root root

[Bug 134537] Re: [gutsy] No ant support

2008-08-03 Thread Sami Mäkinen
Well, right now on Kubuntu Hardy 64bit ant seems to work via eclipse. eclipse is 3.2.2-5ubu ant is 1.7.0-3 Perhaps this bug could be closed as fixed then? Is somebody still seeing problems? -- [gutsy] No ant support https://bugs.launchpad.net/bugs/134537 You received this bug notification

[Bug 134537] Re: [gutsy] No ant support

2008-05-03 Thread todor
I've experienced the same problem and have tried all the tips above but no success. I'm running Kubuntu 8.04 x64 bits on and the provided Eclipse 3.2.2. I was playing around with the provided ANT eclipse plug-in org.apache.ant_1.7.0.v200706080842 and the separate provided ANT 1.7.0 but with

[Bug 134537] Re: [gutsy] No ant support

2008-04-20 Thread toxic
the problem is that the eclipse ant plugin's jar files are linked to those in /usr/share, that is the v1.7.0.3 version of ant. this is the case in 8.04 beta, and although the ant version is different, was also the case in 7.10. my solution was to put ant 1.6.5 somewhere, rename the plugins lib

[Bug 134537] Re: [gutsy] No ant support

2008-04-06 Thread Pierrick Vandenbroucke
I also encountered the same problem with Ant and Eclipse, but I have a temporary solution: I use Ant in the terminal (after sudo apt-get install ant). -- [gutsy] No ant support https://bugs.launchpad.net/bugs/134537 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 134537] Re: [gutsy] No ant support

2008-03-11 Thread Sami Mäkinen
I would also like to request that this be fixed now in Gutsy, rather than waiting for the next version with its new issues. For me, as a Java developer using Bluetooth a lot, Gutsy seems to have a lot of things broken that used to work before. Not the best version, this one. -- [gutsy] No ant

[Bug 134537] Re: [gutsy] No ant support

2008-02-24 Thread nut
Mikael's workaround does not work for me, unfortunately. This is a serious bug. Ant is the de facto standard build tool for Java. Eclipse is the most popular IDE for Java developers [ http://www.zefhemel.com/archives/2003/10/18/java-ide-market-share-survey ]. And Java is the most popular

[Bug 134537] Re: [gutsy] No ant support

2008-01-03 Thread Eden Crane
I am using sun-java6-jre and I also encountered this bug. The fix from Mikael Nilsson worked for me but I agree, it is very annoying. Many Java developers who use Eclipse use Ant and would like this to work 'out of the box'. -- [gutsy] No ant support https://bugs.launchpad.net/bugs/134537 You

[Bug 134537] Re: [gutsy] No ant support

2007-12-02 Thread sandos
Argh, so no solution to this problem then? :( I can't really use eclipse 3.3 due to an important plugin not working for it (P4WSAD) so 3.3 does not help me. -- [gutsy] No ant support https://bugs.launchpad.net/bugs/134537 You received this bug notification because you are a member of Ubuntu

Re: [Bug 134537] Re: [gutsy] No ant support

2007-12-02 Thread Mikael Nilsson
I've worked around the problem by doing this: cd /tmp mkdir ant cd ant unzip /usr/share/java/ant-launcher.jar unzip /usr/share/java/ant.jar jar cf ../ant.jar * sudo rm /usr/lib/eclipse/plugins/org.apache.ant_1.6.5/lib/ant-launcher.jar sudo rm

[Bug 134537] Re: [gutsy] No ant support

2007-10-28 Thread Richard Andreu
Same problem here, I've installed Eclipse 3.3 manually and it works fine. Installing Ant 1.6.5 and pointing Ant Home to that installation path doesn't work in Eclipse 3.2. -- [gutsy] No ant support https://bugs.launchpad.net/bugs/134537 You received this bug notification because you are a member

[Bug 134537] Re: [gutsy] No ant support

2007-10-26 Thread Mikael Nilsson
This is a really annoying eclipse bug. Has this been traced at all? There should be a simple workaround (with the existing 3.2 installation) -- [gutsy] No ant support https://bugs.launchpad.net/bugs/134537 You received this bug notification because you are a member of Ubuntu Bugs, which is the

[Bug 134537] Re: [gutsy] No ant support

2007-10-23 Thread sircam
The ANT 1.6 workaround with Eclipse 3.2 + Sun Java6 did not work for me. Stumbled accross AntLauch ClassNotFound exception, although I had change ANT_HOME in Eclipse. However, installing 3.3 Europa seems to be a good move. It's fairly easy (although not automated, download unzip and you're

[Bug 134537] Re: [gutsy] No ant support

2007-10-19 Thread Kevin McGuinness
The other workaround (install eclipse 3.3) does appear to work, however -- [gutsy] No ant support https://bugs.launchpad.net/bugs/134537 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 134537] Re: [gutsy] No ant support

2007-10-19 Thread Kevin McGuinness
Installing ant 1.6.5 and setting eclipse- Window- Preferences- Ant -Ant Home to the new path does not work. Indeed, you shouldn't need to do this at all, considering that by default eclipse points Ant Home to it's internal version of ant (1.6.5) in /usr/lib/eclipse/plugins. -- [gutsy] No ant

[Bug 134537] Re: [gutsy] No ant support

2007-10-10 Thread Rogelio Castillo A.
Ant don't work ** Changed in: eclipse (Ubuntu) Status: New = Confirmed -- [gutsy] No ant support https://bugs.launchpad.net/bugs/134537 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list