Thank you for the reply, and explanation. The new diagnostic error is: D:\tools\cygwin\home\Administrator\jakarta-commons-sandbox\jelly\jelly-tags\ swing
Getting: http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-SNAPSHOT.jar Writing D:\tools\jakarta\maven-1.0-beta-7\repository\commons-jelly\jars\commons-jell y-SNAP SHOT.jar ............................................................................ .............. .................................................................... [ERROR] BUILD FAILED [ERROR] Goal "demo:swing" does not exist in this project. Total time: 2 minutes 31 seconds And looking at the maven.xml file, its clear that it is just a stub waiting to be filled in. Would it be less troublesome -- so you guys could work on the refactoring -- to just hold off a couple of days until that work is done? Thank you. ----- Original Message ----- From: "James Strachan" <[EMAIL PROTECTED]> To: "Jakarta Commons Users List" <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 8:10 AM Subject: Re: Jelly Examples Failure > Hi Terry > > This is an unfortunate effect of some refactoring thats going on right now > with Jelly. The various different libraries have been refactored out into > their own builds which makes it much easier to use just the parts of Jelly > you need and to fully understand each libraries' dependencies. > > So if you get the latest from CVS and cd into jelly/jelly-tags/swing then > type > > maven demo:swing > > it should work. > > James > ------- > http://radio.weblogs.com/0112098/ > > ----- Original Message ----- > From: "Terry Corbet" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, January 11, 2003 5:41 AM > Subject: Jelly Examples Failure > > > I am sure there is much concerning the use of maven and cvs that I do not > fully understand, but I have expended two days trying to follow the Jelly > Tutorials with specific reference to Swing. > > Using today's code: > > maven -v > > ends with: > > java:jar: > [touch] Creating > D:\tools\cygwin\home\Administrator\jakarta-commons-sandbox\jelly\targ > et\Manifest.mf > [jar] Building jar: > D:\tools\cygwin\home\Administrator\jakarta-commons-sandbox\jelly\t > arget\commons-jelly-1.0-beta-4-SNAPSHOT.jar > > BUILD SUCCESSFUL > Total time: 1 minutes 55 seconds > > But > > maven demo:swing > > yields: > > demo:swing: > [java] org.apache.commons.jelly.JellyException: Script file > src/test/org/apache/common > s/jelly/swing/example.jelly not found File: null At tag <null>: line: -1 > column: -1 > [java] at > org.apache.commons.jelly.util.CommandLineParser.invokeCommandLineJelly( > CommandLineParser.java:128) > [java] at org.apache.commons.jelly.Jelly.main(Jelly.java:134) > > The attic entry at that directory yields: > > Revision 1.9 , Fri Jan 3 21:01:22 2003 UTC (7 days, 8 hours ago) by morgand > Branch: MAIN > CVS Tags: HEAD > Changes since 1.8: +0 -0 lines > FILE REMOVED > moved swing taglib to a separate build > So, where may the examples now be found, and how may they be tested?Thank > you.Terry Corbet > > __________________________________________________ > Do You Yahoo!? > Everything you'll ever need on one web page > from News and Sport to Email and Music Charts > http://uk.my.yahoo.com > > -- > 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]>
