Forge Hack Night
by George Gastaldi
Hello everyone !
We should have a Forge Hack Night sometime to focus on the nasty bugs
and shorten the release cycle.
That´s the same activity people from Seam 3 had.
WDYT ?
Regards,
George Gastaldi
10 years, 3 months
Packaging and installing plugins from Maven
by Lincoln Baxter, III
Hey Keith!
Regarding instaling plugins from Maven - we'd definitely like to support
this. Perhaps we could take what you've done and standardize it as a
supported plugin installation mechanism?
Regarding testing the plugins in a forge release distribution. As of Forge
1.0.3.Final, you can invoke Forge from the command line using:
forge -e "command or script to run"
So hopefully that will be of use :) You can install plugins using this
feature as well, so with the combination of the two, we should have some
good testing options!
--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."
10 years, 3 months
Some incorrect changes to JSF scaffolding?
by Richard Kennard
Hi guys,
I'm taking a break from the JSF UI scaffolding at the moment, but I notice some incorrect changes have been made. Could I please ask someone to revisit
them? Specifically:
1. ForgeInspector now holds a reference to ForgeInspectorConfig internally, and uses this to access certain settings. Because ForgeInspector is required to
be immutable, but ForgeInspectorConfig is not, this may break things. ForgeInspector should *defensively copy* any settings it needs at construction time.
2. ForgeInspectorConfig has a getProject method that doesn't appear to be used?
3. ForgeInspectionResultProcessor has a setProject method. Again, this breaks immutability. Also, it doesn't appear to be used?
Regards,
Richard.
10 years, 3 months