Problem with ivy

2009-10-05 Thread Troy Bull
I have a project where I use ivy to manage dependencies. The issue I am having is that it includes 2 jar files in my war even though I don't want them there. Is there any way I can tell ivy, under no circumstances to put these two jars into my runtime conf? Thanks troy

Modify file inside war

2009-03-27 Thread Troy Bull
Greetings, I am in charge of deploying applications for my company. I am given war files by developers or cruise control builds. These builds some times have 1 extra line the META-INF/Manifest.mf file. Is there a way with ant I can remove this line from this file? Basically as I see it the wor

Re: AW: Ant 1.7.1 hangs on windows

2009-03-18 Thread Troy Bull
On Wed, Mar 18, 2009 at 7:45 AM, Steve Loughran wrote: > jan.mate...@rzf.fin-nrw.de wrote: > >> I just installed ant on a new windows XP workstation. I have the following >>> settings: >>> >>> ANT_HOME=C:\bin\apache-ant-1.7.1 >>> JAVA_HOME=C:\Java\jdk1.6.0_12 >>> >>> If I type >>> ant -version i

Ant 1.7.1 hangs on windows

2009-03-17 Thread troy . bull
Greetings I just installed ant on a new windows XP workstation. I have the following settings: ANT_HOME=C:\bin\apache-ant-1.7.1 JAVA_HOME=C:\Java\jdk1.6.0_12 If I type ant -version it runs, reports the version then hangs with NTVDM.exe taking half the cpu. Does anyone have any idea what mi

Re: JavaDoc problem

2009-03-03 Thread Troy Bull
I am not sure if this is my problem or not.. The stack trace looks to me like it is trying to scan for some files or something: BUILD FAILED java.lang.NullPointerException at org.apache.tools.ant.types.AbstractFileSet.setupDirectoryScanner(AbstractFileSet.java:477) at org.apache.t

JavaDoc problem

2009-03-03 Thread Troy Bull
Greetings I have a "build system" built around ant. It was originally written with ant 1.6.5, recently I tried to upgrade to 1.7.1 and my javadoc task started failing with a NullPointer exception. Does anyone know if this is a known issue or is there something I can do? Switching back to 1.6.5

Problem with Javadoc task

2008-04-01 Thread Troy Bull
Greetings I am having trouble getting a project to build. I recently upgraded from ant 1.6.5 to 1.7.0 and someone told me there is some problem with the javadoc task in 1.7, is that true? Is there some work around or patch? I would hate to have to go back to 1.6.5. Thanks in advance troy