Maybe some symbols can not be found.
Try this
Iwud H8u wrote:
>
> Hi,
>
> I am having trouble exporting javadocs using an Ant task. Ant seems to
> generate the javadocs alright but it does not create the index.html file
> for the java docs. In
--On Friday, May 29, 2009 8:26 AM +0100 Andy Stevens
wrote:
[bu...@build-f10 advanced]$ ls -l ss_btn*
-r--r--r-- 1 build build 234 2009-04-16 15:24
ss_btn_aÌ÷oÌAEÌgEÌsEÌbEÌN.gif
Don't know about Fedora specifically, but "funny" characters being
replaced by question marks can be a sign of ch
Thanks Chuck for the direction. Fileset was one area that I have looked at,
it seemed like a logicial starting point. I didnt have much luck with it,
but I will revisit the manual and try some more tests.
Thaks again.
Ron
Chuck Burgess-2 wrote:
>
> On Fri, May 29, 2009 at 10:35 AM, a1slowh
5 and 10 minutes does seem quite excessive. 3 seconds was more along the lines
of the sleeping I had to add to builds when I was doing a lot of builds on...
you guessed it, Windows (which apparently may return control to the caller
before the system is fully finished with the process). I woul
On Fri, May 29, 2009 at 10:35 AM, a1slowhand wrote:
>
> My company is just now moving to Ant and I have been given the task of
> moving
> it. I have been able to compile our main source directory, so I know I
> have
> Ant installed and working propertly. We have our based code, and then
> custom
I've seen a lot of folks following tasks with sleep. Doesn't the exec
task wait for a return code prior to returning to the caller? I inherited A
BUNCH of Ant build files that were just RIDDLED with 5 minutes of sleep here 10
minutes of sleep there... The build takes half of a day to finish
>
> Mark Thomas
> spatialguru@gmail.com
> 205.529.9013
>
> "Commit to the Lord whatever you do,
>and your plans will succeed." - Proverbs 16:3
>
ouch, this the same shit that Rumsfeld was documented spouting to the US
mercenaries in iraq before their killing sprees...
My company is just now moving to Ant and I have been given the task of moving
it. I have been able to compile our main source directory, so I know I have
Ant installed and working propertly. We have our based code, and then custom
code underneath that narrows the based code. My problem is how to
Martin, I didn't have time to fully read over this, but this is the most
comprehensive example I've seen in a while for setting up a project. I had a
heck of a time trying to figure out how to set up a classpath in an ant project
I was building a while back. Thanks for posting!
-Original Me
here is the testcase:
package org.apache.tools.ant;
public class AntClassLoaderTest extends BuildFileTest {
private Project p;
public AntClassLoaderTest(String name) {
super(name);
}
public void setUp() {
p = new Project();
p.init();
configurePro
Hello,
As I inspected the stacktrace, I found out that this exception could happen,
when you access a class with a classloader, that did not load the class.
So the taskdef loads the file. Is taskdef using a different classloader than
the classloade, who runs my task?
How can I use the same clas
Hello,
Thanks for the suggestion, but sadly it did not work.
I created now a atcktrace:
java.lang.IllegalArgumentException: interface
com.intland.codebeamer.remoting.RemoteApi is not visible from class loader
at java.lang.reflect.Proxy.getProxyClass(Proxy.java:353)
at java.lang.r
können Sie versuchen:
Subject: Taskdef classpath still does not work - partIII
> Date: Fri, 29 May 2009 14:46:39 +0200
> From: juergen.knuple...@icongmbh.de
> To: user@ant.apache.org
>
> Hello,
>
> My taskdef classpath still does not work (it sometimes worked).
>
> I d
Hello,
My taskdef classpath still does not work (it sometimes worked).
I do the following
In the end Ant tells me:
BUILD FAILED
D:\Entwicklung\Build\DopeBuildServer\dopebuild_ant2.xml:376:
java.lang.IllegalArgumentException: interface
com.intland.codeb
Michael
Wroopy wrote:
>
> Hi!
>
> I've problem with excludes when creating a zip file.
> I want to create a zip files containing all files in current
> directory, but exclude two directories.
>
>
>
>
>
>
> excludes="${dist}, ${build}"/>
>
>
> /Andreas
>
> --
I would add a "/" after the excludes
Jan
>-Ursprüngliche Nachricht-
>Von: Andreas Dahlén [mailto:andr...@dahlen.ws]
>Gesendet: Freitag, 29. Mai 2009 09:51
>An: user@ant.apache.org
>Betreff: Problem with excludes
>
>Hi!
>
>I've problem with excludes when creating a zip file.
>I want
Hi!
I've problem with excludes when creating a zip file.
I want to create a zip files containing all files in current
directory, but exclude two directories.
excludes="${dist}, ${build}"/>
/Andreas
-
To unsubscribe,
2009/5/28 Quanah Gibson-Mount :
> Hello,
>
> I build our software (Zimbra Collaboration Suite) on a multitude of
> platforms. Part of the build process uses Ant. However, I have found that
> when I got to build our software on the Fedora 10 OS, it fails due to Ant
> not recognizing a particular f
18 matches
Mail list logo