Christian,

(note that you forgot the [jelly] bracket in your subject)

This is a known bug of not using a daily checkout of maven to build jelly...
(known to James at least).

For me, it was sufficient, yesterday and today, to fix the two following things to build the taglibs I needed:
-> remove the ${basedir}/ in each project.xml (only the based-on attribute)
-> sometimes supplement the compilation task of tests by a copy of the files that are not java classes (from src/test to target/test-classes,
e.g. rsync -av --exclude="*.java" src/tests/ target/test-classes/

Paul


On Thursday, January 23, 2003, at 08:11 PM, Christian Sell wrote:

Hello,

when tring to build taglibs from within their respective directories, I see the stacktrace below. What can I do?


[ERROR] java.io.FileNotFoundException: /home/cse/dell/work/jakarta-commons/jakarta-commons-sandbox/jelly/ jelly-tags/swing/${basedir}/../tag-project.xml (No such file or directory)
[ERROR] at java.io.FileInputStream.open(Native Method)
[ERROR] at java.io.FileInputStream.<init>(FileInputStream.java:103)
[ERROR] at org.apache.commons.digester.Digester.parse(Digester.java:1264)
[ERROR] at org.apache.maven.MavenUtils.getProject(MavenUtils.java:170)
[ERROR] at org.apache.maven.MavenUtils.getProject(MavenUtils.java:149)
[ERROR] at org.apache.maven.app.Maven.initializeProject(Maven.java:638)
[ERROR] at org.apache.maven.app.Maven.runtimeInitialization(Maven.java:748)
[ERROR] at org.apache.maven.app.App.doMain(App.java:366)
[ERROR] at org.apache.maven.app.App.main(App.java:892)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja va:39)
[ERROR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso rImpl.java:25)
[ERROR] at java.lang.reflect.Method.invoke(Method.java:324)
[ERROR] at com.werken.forehead.Forehead.run(Forehead.java:543)
[ERROR] at com.werken.forehead.Forehead.main(Forehead.java:573)
Total time: 4 seconds


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


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

Reply via email to