Ant release failure

Problems with Java, jogl, etc?
Post Reply
bernold
Posts: 5
Joined: Fri 3. May 2013, 14:41

Ant release failure

Post by bernold » Sat 29. Mar 2014, 00:08

Hi,

I have a problem on compiling the jogl3 sources. There's a class called "de.jreality.jogl3.optimization.InstanceCollection" which uses an import of "com.itextpdf.text.LargeElement". Actually, it is not needed but the ant target fails with

"package com.itextpdf.text does not exist" error message.

I tried to add the 3rd party jar itextpdf-5.3.2.jar to the classpath. But still no change of behaviour. The only way I figured out is to remove the import. Does anyone notice the same situation? Any solution? Actually, I want to run an automated maven/tycho build. Removing imports with sed (or any other tool) is no solution.

Cheers,
Bernold

Andre
Posts: 226
Joined: Fri 18. Sep 2009, 11:30

Re: Ant release failure

Post by Andre » Tue 1. Apr 2014, 10:48

Hi bernold,

thx for reporting this bug. As far as I can remember it is a bug in our master branch which wasn't updated for a long time. I believe you can solve this bug by simply removing the whole import-line from the class.
Anyway we are working on a new release right now and after finishing it I'll have to debug the ant-file as well. So if you don't need the jars immediately just wait for the new release.

I'll try to get a running ant-version at my develop-branch (andres-jreality)

git://gitorious.org/jreality/andres-jreality.git
(instead of git://gitorious.org/jreality/jreality.git)

My develop-branch has already all new features implemented, but isn't carefully tested, so it can be a bit buggy.

I'll write you as soon as I have a running ant-version at my develop branch.

best
Andre

Andre
Posts: 226
Joined: Fri 18. Sep 2009, 11:30

Re: Ant release failure

Post by Andre » Tue 1. Apr 2014, 19:22

After one day of bugtracking I can proudly present a "new" running ant-version.

Please check out my develop branch as I said. There you'll find a running ant-version.

If you have any further questions just let me know.

best
Andre

Post Reply