Hi
I am currently testing seam forge 1.0.0-beta2 and especially trying to create custom plugins. But after following the documentation and installing the plugin successfully, seam forge still does not recognize my new commands…
After setting the @Alias and @Named of my plugin to "forgest", implementing a default command and let the sample one 'run' as is. i installed my new plugin as follows :
[no project] Temp $ forge source-plugin d:\Temp\forgest
***INFO*** Invoking build with underlying build system.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building forgest 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ forgest ---
[INFO] Deleting d:\Temp\forgest\target
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ forgest
---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources,
i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ forgest ---
[WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. b
uild is platform dependent!
[INFO] Compiling 1 source file to d:\Temp\forgest\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @
forgest ---
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources,
i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ forge
st ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ forgest ---
[INFO] Surefire report directory: d:\Temp\forgest\target\surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ forgest ---
[INFO] Building jar: d:\Temp\forgest\target\forgest.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5.141s
[INFO] Finished at: Fri Sep 23 09:48:00 CEST 2011
[INFO] Final Memory: 9M/22M
[INFO] ------------------------------------------------------------------------
***SUCCESS*** Build successful.
***INFO*** Installing plugin artifact.
? An existing installation for version [1.0.0-SNAPSHOT] of this plugin was foun
d. Replace it? [Y/n] Y
Warning: The encoding 'UTF-8' is not supported by the Java runtime.
Warning: The encoding 'UTF-8' is not supported by the Java runtime.
Warning: The encoding 'UTF-8' is not supported by the Java runtime.
***SUCCESS*** Installed from [forgest] successfully.
***INFO*** Please restart Forge to complete plugin installation.
Wrote D:\/Documents and Settings/a136316/.forge/plugins/net/atos/test/forgest/1.
0.0-SNAPSHOT/forgest.jar
Wrote D:\/Documents and Settings/a136316/.forge/plugins/net/atos/test/forgest/1.
0.0-SNAPSHOT/module.xml
Wrote D:\/Documents and Settings/a136316/.forge/plugins/net/atos/test/forgest/de
pendencies/1.0.0-SNAPSHOT/javax.inject-1.jar
Wrote D:\/Documents and Settings/a136316/.forge/plugins/net/atos/test/forgest/de
pendencies/1.0.0-SNAPSHOT/module.xml
Wrote D:\/Documents and Settings/a136316/.forge/plugins/org/jboss/forge/plugins/
main/module.xml
[no project] Temp $ forge restart
Windows? Really? Okay...
[no project] Temp $ forgest
***ERROR*** No such command: forgest
Any clue ?
Christophe Cordenier