Damian,
We know it's a pity it's not documented yet... just... no-one took the
time until now.
What you need to do after cvs checking-out is to switch to
"jelly-tags/swing" and run "maven demo:swing" there...
Paul
(this is the case also for the "xml-pipeline" documentation, it has to
be run from the jelly-tags/xml directory. And I guess it's the case for
the SWT one as well...
Paul
Damian ONeill [AePONA] wrote:
> Hi all, I have been looking at frameworks that create swing user
> interfaces. From what I have read jellyswing satisfies my needs, could
> someone please clarify the status regarding jellyswing?
>
> I have from the website downloaded
> http://www.ibiblio.org/maven/commons-jelly/distributions/commons-jelly-1.0-dev.zip
> and
> http://www.ibiblio.org/maven/commons-jelly/distributions/commons-jelly-1.0-beta-3.zip,
> followed the installation instructions and tried to run the jellyswing
> demo:
>
> maven demo:swing
>
> Neither of these distributions work.
>
> Then I download from cvs, via cvs -z3 -d
> :pserver:anoncvs@cvs.apache.org:/home/cvspublic co jakarta-commons/jelly
>
> Following the instructions i.e. running maven from the jelly directory.
>
> __ __
> | \/ |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
> |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-10
>
> 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:106)
> 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:324)
> at org.apache.maven.MavenSession.initialize(MavenSession.java:234)
> at org.apache.maven.cli.App.doMain(App.java:514)
> at org.apache.maven.cli.App.main(App.java:1088)
> 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: 12 seconds
>
>
> I get the above error.
>
>
>
> Can someone please clarify if this project is actively being maintained.
>
> Thanks in advance,
> Damian ONeill.
>
|