Did not get the tree-view either :-( The rest is working fine, thanks.
Peter van de Hoef wrote:
Cool. This is a nice tool for Maven plugin development and testing.
Minor problem: to get it working on Linux, I had to change line 65 of 'plugin.jelly':
from: File runner_base = new File(basedir, "\\components\\runner"); into: File runner_base = new File(basedir, "/components/runner");
Otherwise you would get:
$ maven maven-ui -X __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2
[.. a lot of output ...]
Root cause
java.io.FileNotFoundException: /home/pvdhoef/.maven/cache/maven-ui-plugin-0.6/plugin-resources/\components\runner/runner.bsh (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileReader.<init>(FileReader.java:55)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at bsh.Reflect.constructObject(Unknown Source) at bsh.BSHAllocationExpression.constructObject(Unknown Source)
[.. etc ...]
Greetings, Peter van de Hoef
mattias_xdin wrote:
Mattias Olofsson is pleased to announce the maven-ui plugin 0.6 release!
http://olofsson.homeip.net/maven-ui-plugin-site/
The maven-ui enables you to invoke goals in an GUI environment instead of at
the command line.
See here for sample sceenshots:
http://olofsson.homeip.net/maven-ui-plugin-site/
Features in this version includes:
- Scanning for maven.xml files from the startup directory. Presented in a
tree structure.
- History list for attained goals.
- Tabbed pane for output log for eache invoked goal.
The plugin has been tested with Maven 1.0.2 on windows plattform. It can be installed through Maven:
maven -DartifactId=maven-ui-plugin -DgroupId=xdin -Dversion=0.6 plugin:download
/Mattias Olofsson
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
