You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Lawrence Cryderman <lc...@tsiconnections.com> on 2003/12/29 16:20:20 UTC

newbie struts/ant build questions

Hi,

	I'm having a heck of a time getting ant to build my simple struts
app.
	Right now I'm getting:
		BUILD FAILED
		java.lang.ExceptionInInitializerError

	With the ant -v option I get
		java.lang.ExceptionInInitializerError
        at org.apache.tools.ant.Project.executeTarget(Project.java:1246)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1094)
        at org.apache.tools.ant.Main.runBuild(Main.java:669)
        at org.apache.tools.ant.Main.startAnt(Main.java:220)
        at org.apache.tools.ant.Main.start(Main.java:184)
        at org.apache.tools.ant.Main.main(Main.java:267)


	I'm using ant 1.6

	Any help would be very appreciated

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: newbie struts/ant build questions

Posted by Brice Ruth <br...@fiskars.com>.
What are you using as your base build.xml file?

Lawrence Cryderman wrote:

>Hi,
>
>	I'm having a heck of a time getting ant to build my simple struts
>app.
>	Right now I'm getting:
>		BUILD FAILED
>		java.lang.ExceptionInInitializerError
>
>	With the ant -v option I get
>		java.lang.ExceptionInInitializerError
>        at org.apache.tools.ant.Project.executeTarget(Project.java:1246)
>        at org.apache.tools.ant.Project.executeTargets(Project.java:1094)
>        at org.apache.tools.ant.Main.runBuild(Main.java:669)
>        at org.apache.tools.ant.Main.startAnt(Main.java:220)
>        at org.apache.tools.ant.Main.start(Main.java:184)
>        at org.apache.tools.ant.Main.main(Main.java:267)
>
>
>	I'm using ant 1.6
>
>	Any help would be very appreciated
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>  
>

-- 
Brice D. Ruth
Sr. IT Analyst
Fiskars Brands, Inc.


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org