You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by srini indla <sr...@gmail.com> on 2005/03/29 21:00:13 UTC

Problems building Jelly using Maven

Hi,
I am getting the following Exception when trying to build Jelly
sources using Maven.

My Maven environment seems to be fine as i am able to build other
projects. Can someone help with resolving this?

java.io.FileNotFoundException: commonDependencies.ent (The system cannot find th
e file specified)
       at java.io.FileInputStream.open(Native Method)
       at java.io.FileInputStream.<init>(FileInputStream.java:106)
       at java.io.FileInputStream.<init>(FileInputStream.java:66)
       at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection
.java:69)
       at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLCon
nection.java:156)
       at java.net.URL.openStream(URL.java:913)
       at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown So
urce)
       at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
       at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)
       at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEntityRefer
ence(Unknown Source)

       at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContent
Dispatcher.dispatch(Unknown Source)
       at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Un
known Source)
       at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
       at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
       at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
       at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
       at org.apache.commons.digester.Digester.parse(Digester.java:1527)
       at org.apache.maven.MavenUtils.getNonJellyProject(MavenUtils.java:203)
       at org.apache.maven.MavenUtils.getProject(MavenUtils.java:143)
       at org.apache.maven.MavenUtils.getProject(MavenUtils.java:122)
       at org.apache.maven.MavenSession.initializeRootProject(MavenSession.java
:232)
       at org.apache.maven.MavenSession.initialize(MavenSession.java:172)
       at org.apache.maven.cli.App.doMain(App.java:475)
       at org.apache.maven.cli.App.main(App.java:1239)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:324)
       at com.werken.forehead.Forehead.run(Forehead.java:551)
       at com.werken.forehead.Forehead.main(Forehead.java:581)

Thanks,
Srini

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