Hi Kevan,
You are right, mvn install assembly:assembly would bring the target dir
that contains the j2g-conversion-1.0.0-SNAPSHOT-bin.zip file which can
be consumed by a user. I just did mvn install assembly:assembly and it
worked fine too. I hadn't used this zip file I built from devtools
tree but I used the zip file I built from sandbox before.
Could you send me your full j2g build log?
Thanks,
Lin
Kevan Miller wrote:
On Oct 8, 2007, at 2:31 PM, Lin Sun wrote:
Hi Kevan,
Could you try building with mvn install? I am able to build j2g fine
with that.
Yes, 'mvn install' completes without error. However, I don't think
that's running a full build... I see individual jar files are built, but
there's no aggregation of jars, dependent jars, command scripts, etc.
Nothing that a user can actually download...
Lin,
are you building and running j2g?
--kevan