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
Ant release failure
Re: Ant release failure
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
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
Re: Ant release failure
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
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