I'm kind of new to Maven so I'm not sure what I'm doing wrong.
I downloaded BeanUtils src and placed it into c:\commons-beanutils-1.6.1-src
When I run "maven" from inside I get the following:

java.io.FileNotFoundException: ..\project.xml (The system cannot find the
file specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:103)
        at org.apache.commons.digester.Digester.parse(Digester.java:1525)
        at org.apache.maven.MavenUtils.getProject(MavenUtils.java:221)
        at org.apache.maven.MavenUtils.getProject(MavenUtils.java:160)
        at
org.apache.maven.MavenSession.initializeRootProject(MavenSession.java:333)
        at org.apache.maven.MavenSession.initialize(MavenSession.java:243)
        at org.apache.maven.cli.App.doMain(App.java:513)
        at org.apache.maven.cli.App.main(App.java:1080)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at com.werken.forehead.Forehead.run(Forehead.java:543)
        at com.werken.forehead.Forehead.main(Forehead.java:573)
Total time:  2 seconds

I can't find any instructions on building from src from jakarta commons
site.
Can someone plz let me know what I'm doing wrong?
Thanks,
-Tim

-------------------------------------
Gin-Ting Chen
[EMAIL PROTECTED]
727-738-3000 x6549
SCP, SCWCD, MCP, MCSD, BBB, VBG

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to