[Bug 264808] Re: ant does not work with JDK 5

2008-10-20 Thread Matthias Klose
** Changed in: antlr (Ubuntu Intrepid)
   Status: New => In Progress

-- 
ant does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264808] Re: ant does not work with JDK 5

2008-10-20 Thread Matthias Klose
** Also affects: antlr (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: tomcat5.5 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: tomcat6 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ant (Ubuntu Intrepid)
   Status: Fix Released => Confirmed

-- 
ant does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264808] Re: ant does not work with JDK 5

2008-10-17 Thread Marek Slama
Problem is back 17 Oct. From log (even verbose) I am not able to say
what class/jar causes this problem. To reproduce unzip attached zip, go
into folder JavaApplication1 and run ant. Build will fail. Of course JDK
5 must on on PATH and JAVA_PATH, JAVA_HOME must be set to JDK 5 for ant.
I use Sun JDK 5u16. Shall I reopen this issue or shall I file new one?

** Attachment added: "Simple test app to reproduce build problem"
   http://launchpadlibrarian.net/18634131/JavaApplication1.zip

-- 
ant does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264808] Re: ant does not work with JDK 5

2008-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package ant - 1.7.0-6ubuntu3

---
ant (1.7.0-6ubuntu3) intrepid; urgency=low

  * Set java source and target version to 1.4. LP: #264808.

 -- Matthias Klose <[EMAIL PROTECTED]>   Mon, 29 Sep 2008 22:39:54 +

** Changed in: ant (Ubuntu Intrepid)
   Status: Triaged => Fix Released

-- 
ant does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264808] Re: ant does not work with JDK 5

2008-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package libxerces2-java - 2.9.1-2ubuntu2

---
libxerces2-java (2.9.1-2ubuntu2) intrepid; urgency=low

  * Set java source and target version to 1.4. LP: #264808.

 -- Matthias Klose <[EMAIL PROTECTED]>   Tue, 30 Sep 2008 00:09:46 +0200

** Changed in: libxerces2-java (Ubuntu Intrepid)
   Status: New => Fix Released

-- 
ant does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264808] Re: ant does not work with JDK 5

2008-09-29 Thread Matthias Klose
fixes libxerces2-java. please could you check if that is enough to run
ant on a 1.4 vm?

-- 
ant does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264808] Re: ant does not work with JDK 5

2008-09-29 Thread Matthias Klose
** Also affects: libxerces2-java (Ubuntu)
   Importance: Undecided
   Status: New

-- 
ant does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264808] Re: ant does not work with JDK 5

2008-09-25 Thread Juraci Krohling
Ant itself is compiled correctly. I'm using both java6 and java5 from
Sun, using "alternatives", and it works fine. The problem is with some
libs included in Debian version. As a workaround, I commented out this
code:

# Add the Xerces 2 XML parser in the Debian version
#if [ -z "$LOCALCLASSPATH" ] ; then
#  
LOCALCLASSPATH="/usr/share/java/xmlParserAPIs.jar:/usr/share/java/xercesImpl.jar"
#else
#  
LOCALCLASSPATH="/usr/share/java/xmlParserAPIs.jar:/usr/share/java/xercesImpl.jar:$LOCALCLASSPATH"
#fi

These are the jars which are incompatible with Java 1.5.x (JRE included,
not only JDK). I commented this out and my builds are now working again.

-- 
ant does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264808] Re: ant does not work with JDK 5

2008-09-12 Thread Matthias Klose
> Is there any reason not to build for 1.4 by default? That would ensure pretty
> much anything distributed by Ubuntu would be able to utilise ant.

I'm not sure about 1.4, but we should not require 1.6. 1.5 compatibility
sounds enough.


** Changed in: ant (Ubuntu)
   Importance: Undecided => High
   Status: New => Triaged
   Target: None => ubuntu-8.10-beta

-- 
ant does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 264808] Re: ant does not work with JDK 5

2008-09-09 Thread Thom May
Is there any reason not to build for 1.4 by default? That would ensure
pretty much anything distributed by Ubuntu would be able to utilise ant.

-- 
ant does not work with JDK 5
https://bugs.launchpad.net/bugs/264808
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs