This one is a compile error I fixed today. Update the code and try again :)
We have fixed various bugs in Maven as part of the jelly refactoring (and still have some to go). To build Jelly currently I'd recommend a recent CVS build of Maven. -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au "Mark Dimon" <[EMAIL PROTECTED]> wrote on 17/01/2003 04:57:25 PM: > Hi * > > About half of the jelly tags won't build with maven beta 7 at least on W2K , > most seem fine with latest maven beta 8 from CVS > > however xml does not build on beta 8: > > this is from the latest CVS. > > C:\project\jakarta-commons-sandbox\jelly\jelly-tags\xml>maven jar > > C:\project\jakarta-commons-sandbox\jelly\jelly- > tags\xml\src\test\org\apache\comm > ons\jelly\tags\xml\TestParser.java:121: cannot resolve symbol > symbol : class Script > location: class org.apache.commons.jelly.tags.xml.TestParser > protected void assertTagsHaveParent(Script script, Tag parent) > throws Except > ion { > ^ > C:\project\jakarta-commons-sandbox\jelly\jelly- > tags\xml\src\test\org\apache\comm > ons\jelly\tags\xml\TestParser.java:121: cannot resolve symbol > symbol : class Tag > location: class org.apache.commons.jelly.tags.xml.TestParser > protected void assertTagsHaveParent(Script script, Tag parent) > throws Except > ion { > ^ > C:\project\jakarta-commons-sandbox\jelly\jelly- > tags\xml\src\test\org\apache\comm > ons\jelly\tags\xml\TestParser.java:124: cannot resolve symbol > symbol : class Tag > location: class org.apache.commons.jelly.tags.xml.TestParser > Tag tag = tagScript.getTag(); > ^ > C:\project\jakarta-commons-sandbox\jelly\jelly- > tags\xml\src\test\org\apache\comm > ons\jelly\tags\xml\TestParser.java:133: cannot resolve symbol > symbol : class Script > location: class org.apache.commons.jelly.tags.xml.TestParser > assertTagsHaveParent( (Script) iter.next(), parent ); > ^ > 4 errors > BUILD FAILED > Compile failed; see the compiler error output for details. > C:\project\jakarta-commons-sandbox\jelly\jelly-tags\xml> > > > > Maybe an idea to put warning about maven beta 7 in the readme file. > > Mark. > > ForwardSourceID:NT000A415A -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
