You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pivot.apache.org by Michael Bushe <mi...@bushe.com> on 2009/12/21 02:06:03 UTC

Maven Install Failure on trunk

I'm trying to confirm that the maven-install task works (or should work),
but I'm getting a failure asking me to specify a file.  The BUILD file does
not say maven-install takes an argument, and it doesn't look like it does.
Am I missing something?

cd ~
mkdir pivot
svn co http://svn.apache.org/repos/asf/incubator/pivot/trunk/
cd trunk
export CLASSPATH=~/dev/maven-ant-tasks-2.1.0.jar:~/dev/junit/junit-4.8.1.jar:/System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Home/lib/plugin.jar:/System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Home/lib/javaws.jar
ant maven-install

<crunch, crunch>
 ...
wtk-terra:
    [mkdir] Created dir:
/Users/mbushe/dev/pivot/pivot1.4/trunk/wtk-terra/ant-bin
    [javac] Compiling 52 source files to
/Users/mbushe/dev/pivot/pivot1.4/trunk/wtk-terra/ant-bin

compile:

package:
    [mkdir] Created dir: /Users/mbushe/dev/pivot/pivot1.4/trunk/lib
      [jar] Building jar:
/Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-charts-1.4.jar
      [jar] Building jar:
/Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-core-1.4.jar
      [jar] Building jar:
/Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-demos-1.4.jar
      [jar] Building jar:
/Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-tools-1.4.jar
      [jar] Building jar:
/Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-tutorials-1.4.jar
      [jar] Building jar:
/Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-web-1.4.jar
      [jar] Building jar:
/Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-web-server-1.4.jar
      [jar] Building jar:
/Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-wtk-1.4.jar
      [jar] Building jar:
/Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-wtk-terra-1.4.jar

maven-install:
[artifact:install] An error has occurred while processing the Maven artifact
tasks.
[artifact:install]  Diagnosis:
[artifact:install]
[artifact:install] You must specify a file and/or an attached artifact to
install to the local repository.

BUILD FAILED
/Users/mbushe/dev/pivot/pivot1.4/trunk/build.xml:550: You must specify a
file and/or an attached artifact to install to the local repository.

Total time: 16 seconds

Michael Bushe
Software Architect/Developer
michael@bushe.com
www.bushe.com

Re: Maven Install Failure on trunk

Posted by Michael Bushe <mi...@bushe.com>.
Yup that works!  I was looking at that line too, should have figure that
out.

Michael Bushe
Software Architect/Developer
michael@bushe.com
www.bushe.com


On Mon, Dec 21, 2009 at 6:38 PM, Greg Brown <gk...@mac.com> wrote:

> Michael,
> Can you verify that the fix I checked in resolves the problem for you? It
> seems to work using v2.1 on my system, but I don't want to waste time
> rebuilding the 1.4 release artifacts if the fix is incomplete.
> Thanks,
> G
>
> On Dec 21, 2009, at 8:19 AM, Greg Brown wrote:
>
> > Do you see any apparent workaround that might work in both 2.0.10 and
> 2.1? Since we're re-tagging, this is a good opportunity to fix it.
> Otherwise, we can just change the BUILD instructions to require 2.0.10
> explicitly for now (vs. 2.0.10 or greater) and fix it in a point release
> later.
> >
> >
> > On Dec 20, 2009, at 8:57 PM, Michael Bushe wrote:
> >
> >> I figured this out, but I think it still needs a fix.  Using
> maven-ant-tasks
> >> 2.0.10 works, but 2.1.0 fails.
> >>
> >> I think it's related to this recent change in maven ant tasks:
> >>
> http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/main/java/org/apache/maven/artifact/ant/DeployTask.java?view=diff&r1=884303&r2=884304&pathrev=884304
> >>
> >> Michael Bushe
> >> Software Architect/Developer
> >> michael@bushe.com
> >> www.bushe.com
> >>
> >>
> >> On Sun, Dec 20, 2009 at 8:06 PM, Michael Bushe <mi...@bushe.com>
> wrote:
> >>
> >>> I'm trying to confirm that the maven-install task works (or should
> work),
> >>> but I'm getting a failure asking me to specify a file.  The BUILD file
> does
> >>> not say maven-install takes an argument, and it doesn't look like it
> does.
> >>> Am I missing something?
> >>>
> >>> cd ~
> >>> mkdir pivot
> >>> svn co http://svn.apache.org/repos/asf/incubator/pivot/trunk/
> >>> cd trunk
> >>> export
> CLASSPATH=~/dev/maven-ant-tasks-2.1.0.jar:~/dev/junit/junit-4.8.1.jar:/System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Home/lib/plugin.jar:/System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Home/lib/javaws.jar
> >>>
> >>> ant maven-install
> >>>
> >>> <crunch, crunch>
> >>> ...
> >>> wtk-terra:
> >>>   [mkdir] Created dir:
> >>> /Users/mbushe/dev/pivot/pivot1.4/trunk/wtk-terra/ant-bin
> >>>   [javac] Compiling 52 source files to
> >>> /Users/mbushe/dev/pivot/pivot1.4/trunk/wtk-terra/ant-bin
> >>>
> >>> compile:
> >>>
> >>> package:
> >>>   [mkdir] Created dir: /Users/mbushe/dev/pivot/pivot1.4/trunk/lib
> >>>     [jar] Building jar:
> >>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-charts-1.4.jar
> >>>     [jar] Building jar:
> >>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-core-1.4.jar
> >>>     [jar] Building jar:
> >>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-demos-1.4.jar
> >>>     [jar] Building jar:
> >>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-tools-1.4.jar
> >>>     [jar] Building jar:
> >>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-tutorials-1.4.jar
> >>>     [jar] Building jar:
> >>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-web-1.4.jar
> >>>     [jar] Building jar:
> >>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-web-server-1.4.jar
> >>>     [jar] Building jar:
> >>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-wtk-1.4.jar
> >>>     [jar] Building jar:
> >>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-wtk-terra-1.4.jar
> >>>
> >>> maven-install:
> >>> [artifact:install] An error has occurred while processing the Maven
> >>> artifact tasks.
> >>> [artifact:install]  Diagnosis:
> >>> [artifact:install]
> >>> [artifact:install] You must specify a file and/or an attached artifact
> to
> >>> install to the local repository.
> >>>
> >>> BUILD FAILED
> >>> /Users/mbushe/dev/pivot/pivot1.4/trunk/build.xml:550: You must specify
> a
> >>> file and/or an attached artifact to install to the local repository.
> >>>
> >>> Total time: 16 seconds
> >>>
> >>> Michael Bushe
> >>> Software Architect/Developer
> >>> michael@bushe.com
> >>> www.bushe.com
> >>>
> >
>
>

Re: Maven Install Failure on trunk

Posted by Greg Brown <gk...@mac.com>.
Michael,
Can you verify that the fix I checked in resolves the problem for you? It seems to work using v2.1 on my system, but I don't want to waste time rebuilding the 1.4 release artifacts if the fix is incomplete.
Thanks,
G

On Dec 21, 2009, at 8:19 AM, Greg Brown wrote:

> Do you see any apparent workaround that might work in both 2.0.10 and 2.1? Since we're re-tagging, this is a good opportunity to fix it. Otherwise, we can just change the BUILD instructions to require 2.0.10 explicitly for now (vs. 2.0.10 or greater) and fix it in a point release later.
> 
> 
> On Dec 20, 2009, at 8:57 PM, Michael Bushe wrote:
> 
>> I figured this out, but I think it still needs a fix.  Using maven-ant-tasks
>> 2.0.10 works, but 2.1.0 fails.
>> 
>> I think it's related to this recent change in maven ant tasks:
>> http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/main/java/org/apache/maven/artifact/ant/DeployTask.java?view=diff&r1=884303&r2=884304&pathrev=884304
>> 
>> Michael Bushe
>> Software Architect/Developer
>> michael@bushe.com
>> www.bushe.com
>> 
>> 
>> On Sun, Dec 20, 2009 at 8:06 PM, Michael Bushe <mi...@bushe.com> wrote:
>> 
>>> I'm trying to confirm that the maven-install task works (or should work),
>>> but I'm getting a failure asking me to specify a file.  The BUILD file does
>>> not say maven-install takes an argument, and it doesn't look like it does.
>>> Am I missing something?
>>> 
>>> cd ~
>>> mkdir pivot
>>> svn co http://svn.apache.org/repos/asf/incubator/pivot/trunk/
>>> cd trunk
>>> export CLASSPATH=~/dev/maven-ant-tasks-2.1.0.jar:~/dev/junit/junit-4.8.1.jar:/System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Home/lib/plugin.jar:/System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Home/lib/javaws.jar
>>> 
>>> ant maven-install
>>> 
>>> <crunch, crunch>
>>> ...
>>> wtk-terra:
>>>   [mkdir] Created dir:
>>> /Users/mbushe/dev/pivot/pivot1.4/trunk/wtk-terra/ant-bin
>>>   [javac] Compiling 52 source files to
>>> /Users/mbushe/dev/pivot/pivot1.4/trunk/wtk-terra/ant-bin
>>> 
>>> compile:
>>> 
>>> package:
>>>   [mkdir] Created dir: /Users/mbushe/dev/pivot/pivot1.4/trunk/lib
>>>     [jar] Building jar:
>>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-charts-1.4.jar
>>>     [jar] Building jar:
>>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-core-1.4.jar
>>>     [jar] Building jar:
>>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-demos-1.4.jar
>>>     [jar] Building jar:
>>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-tools-1.4.jar
>>>     [jar] Building jar:
>>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-tutorials-1.4.jar
>>>     [jar] Building jar:
>>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-web-1.4.jar
>>>     [jar] Building jar:
>>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-web-server-1.4.jar
>>>     [jar] Building jar:
>>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-wtk-1.4.jar
>>>     [jar] Building jar:
>>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-wtk-terra-1.4.jar
>>> 
>>> maven-install:
>>> [artifact:install] An error has occurred while processing the Maven
>>> artifact tasks.
>>> [artifact:install]  Diagnosis:
>>> [artifact:install]
>>> [artifact:install] You must specify a file and/or an attached artifact to
>>> install to the local repository.
>>> 
>>> BUILD FAILED
>>> /Users/mbushe/dev/pivot/pivot1.4/trunk/build.xml:550: You must specify a
>>> file and/or an attached artifact to install to the local repository.
>>> 
>>> Total time: 16 seconds
>>> 
>>> Michael Bushe
>>> Software Architect/Developer
>>> michael@bushe.com
>>> www.bushe.com
>>> 
> 


Re: Maven Install Failure on trunk

Posted by Greg Brown <gk...@mac.com>.
Do you see any apparent workaround that might work in both 2.0.10 and 2.1? Since we're re-tagging, this is a good opportunity to fix it. Otherwise, we can just change the BUILD instructions to require 2.0.10 explicitly for now (vs. 2.0.10 or greater) and fix it in a point release later.


On Dec 20, 2009, at 8:57 PM, Michael Bushe wrote:

> I figured this out, but I think it still needs a fix.  Using maven-ant-tasks
> 2.0.10 works, but 2.1.0 fails.
> 
> I think it's related to this recent change in maven ant tasks:
> http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/main/java/org/apache/maven/artifact/ant/DeployTask.java?view=diff&r1=884303&r2=884304&pathrev=884304
> 
> Michael Bushe
> Software Architect/Developer
> michael@bushe.com
> www.bushe.com
> 
> 
> On Sun, Dec 20, 2009 at 8:06 PM, Michael Bushe <mi...@bushe.com> wrote:
> 
>> I'm trying to confirm that the maven-install task works (or should work),
>> but I'm getting a failure asking me to specify a file.  The BUILD file does
>> not say maven-install takes an argument, and it doesn't look like it does.
>> Am I missing something?
>> 
>> cd ~
>> mkdir pivot
>> svn co http://svn.apache.org/repos/asf/incubator/pivot/trunk/
>> cd trunk
>> export CLASSPATH=~/dev/maven-ant-tasks-2.1.0.jar:~/dev/junit/junit-4.8.1.jar:/System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Home/lib/plugin.jar:/System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Home/lib/javaws.jar
>> 
>> ant maven-install
>> 
>> <crunch, crunch>
>> ...
>> wtk-terra:
>>    [mkdir] Created dir:
>> /Users/mbushe/dev/pivot/pivot1.4/trunk/wtk-terra/ant-bin
>>    [javac] Compiling 52 source files to
>> /Users/mbushe/dev/pivot/pivot1.4/trunk/wtk-terra/ant-bin
>> 
>> compile:
>> 
>> package:
>>    [mkdir] Created dir: /Users/mbushe/dev/pivot/pivot1.4/trunk/lib
>>      [jar] Building jar:
>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-charts-1.4.jar
>>      [jar] Building jar:
>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-core-1.4.jar
>>      [jar] Building jar:
>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-demos-1.4.jar
>>      [jar] Building jar:
>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-tools-1.4.jar
>>      [jar] Building jar:
>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-tutorials-1.4.jar
>>      [jar] Building jar:
>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-web-1.4.jar
>>      [jar] Building jar:
>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-web-server-1.4.jar
>>      [jar] Building jar:
>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-wtk-1.4.jar
>>      [jar] Building jar:
>> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-wtk-terra-1.4.jar
>> 
>> maven-install:
>> [artifact:install] An error has occurred while processing the Maven
>> artifact tasks.
>> [artifact:install]  Diagnosis:
>> [artifact:install]
>> [artifact:install] You must specify a file and/or an attached artifact to
>> install to the local repository.
>> 
>> BUILD FAILED
>> /Users/mbushe/dev/pivot/pivot1.4/trunk/build.xml:550: You must specify a
>> file and/or an attached artifact to install to the local repository.
>> 
>> Total time: 16 seconds
>> 
>> Michael Bushe
>> Software Architect/Developer
>> michael@bushe.com
>> www.bushe.com
>> 


Re: Maven Install Failure on trunk

Posted by Greg Brown <gk...@mac.com>.
Hi Patrick,
The missing elements you refer to were removed because they apply to builds, and we don't use Maven as a build tool. However, there is a task to deploy the resulting build to a local Maven repository. The remaining tags in the POM file are sufficient for that task, as well as deploying to the central Maven repository.
Greg

On Dec 21, 2009, at 2:58 AM, Patrick Wright wrote:

> Hi Michael
> 
> I submitted the original version of the POM files. I haven't had time
> to follow up on the progress, though I noted in one of the (issue
> tracker?) mailing lists that they had been checked in.
> 
> What code are you working against? On trunk I'm getting a clean Maven
> build but with no sources compiled, unfortunately. The current POMs in
> trunk seem wrong--a lot was chopped out of them. For example, in core,
> the source directory is src, not (as Maven defaults) src/main/java, so
> that must be explicitly stated using the build/sourceDirectory
> element. And the compiler needs to be configured for at least Java 5
> if not Java 6 (not sure of the minimum required for Pivot), because
> the default is 1.4; I had done this via the compiler plugin in the
> top-level POM.
> 
> Are you working on a branch? I can't see how the POMs in trunk could work.
> 
> 
> Regards
> Patrick


Re: Maven Install Failure on trunk

Posted by Patrick Wright <pd...@gmail.com>.
Ah, sorry Michael, my bad. I misread and thought you were testing mvn
clean install.


Regards
Patrick

Re: Maven Install Failure on trunk

Posted by Greg Brown <gk...@mac.com>.
I should read *all* my emails before responding.  ;-)

What he said.

On Dec 21, 2009, at 7:04 AM, Michael Bushe wrote:

> I'm working on the trunk and following the directions in the BUILD file, see
> my original post for the exact commands.
> 
> Maven is not used.  Ant uses the maven-ant-tasks, so the poms on the trunk
> are only needed for installation, not compilation, so no changes are
> required to build.  It looks like maven-ant-tasks made a recent change that
> pulled the rug out from under this build.
> 
> Michael Bushe
> Software Architect/Developer
> michael@bushe.com
> www.bushe.com
> 
> 
> On Mon, Dec 21, 2009 at 2:58 AM, Patrick Wright <pd...@gmail.com> wrote:
> 
>> Hi Michael
>> 
>> I submitted the original version of the POM files. I haven't had time
>> to follow up on the progress, though I noted in one of the (issue
>> tracker?) mailing lists that they had been checked in.
>> 
>> What code are you working against? On trunk I'm getting a clean Maven
>> build but with no sources compiled, unfortunately. The current POMs in
>> trunk seem wrong--a lot was chopped out of them. For example, in core,
>> the source directory is src, not (as Maven defaults) src/main/java, so
>> that must be explicitly stated using the build/sourceDirectory
>> element. And the compiler needs to be configured for at least Java 5
>> if not Java 6 (not sure of the minimum required for Pivot), because
>> the default is 1.4; I had done this via the compiler plugin in the
>> top-level POM.
>> 
>> Are you working on a branch? I can't see how the POMs in trunk could work.
>> 
>> 
>> Regards
>> Patrick
>> 


Re: Maven Install Failure on trunk

Posted by Michael Bushe <mi...@bushe.com>.
I'm working on the trunk and following the directions in the BUILD file, see
my original post for the exact commands.

Maven is not used.  Ant uses the maven-ant-tasks, so the poms on the trunk
are only needed for installation, not compilation, so no changes are
required to build.  It looks like maven-ant-tasks made a recent change that
pulled the rug out from under this build.

Michael Bushe
Software Architect/Developer
michael@bushe.com
www.bushe.com


On Mon, Dec 21, 2009 at 2:58 AM, Patrick Wright <pd...@gmail.com> wrote:

> Hi Michael
>
> I submitted the original version of the POM files. I haven't had time
> to follow up on the progress, though I noted in one of the (issue
> tracker?) mailing lists that they had been checked in.
>
> What code are you working against? On trunk I'm getting a clean Maven
> build but with no sources compiled, unfortunately. The current POMs in
> trunk seem wrong--a lot was chopped out of them. For example, in core,
> the source directory is src, not (as Maven defaults) src/main/java, so
> that must be explicitly stated using the build/sourceDirectory
> element. And the compiler needs to be configured for at least Java 5
> if not Java 6 (not sure of the minimum required for Pivot), because
> the default is 1.4; I had done this via the compiler plugin in the
> top-level POM.
>
> Are you working on a branch? I can't see how the POMs in trunk could work.
>
>
> Regards
> Patrick
>

Re: Maven Install Failure on trunk

Posted by Patrick Wright <pd...@gmail.com>.
Hi Michael

I submitted the original version of the POM files. I haven't had time
to follow up on the progress, though I noted in one of the (issue
tracker?) mailing lists that they had been checked in.

What code are you working against? On trunk I'm getting a clean Maven
build but with no sources compiled, unfortunately. The current POMs in
trunk seem wrong--a lot was chopped out of them. For example, in core,
the source directory is src, not (as Maven defaults) src/main/java, so
that must be explicitly stated using the build/sourceDirectory
element. And the compiler needs to be configured for at least Java 5
if not Java 6 (not sure of the minimum required for Pivot), because
the default is 1.4; I had done this via the compiler plugin in the
top-level POM.

Are you working on a branch? I can't see how the POMs in trunk could work.


Regards
Patrick

Re: Maven Install Failure on trunk

Posted by Michael Bushe <mi...@bushe.com>.
I figured this out, but I think it still needs a fix.  Using maven-ant-tasks
2.0.10 works, but 2.1.0 fails.

I think it's related to this recent change in maven ant tasks:
http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/main/java/org/apache/maven/artifact/ant/DeployTask.java?view=diff&r1=884303&r2=884304&pathrev=884304

Michael Bushe
Software Architect/Developer
michael@bushe.com
www.bushe.com


On Sun, Dec 20, 2009 at 8:06 PM, Michael Bushe <mi...@bushe.com> wrote:

> I'm trying to confirm that the maven-install task works (or should work),
> but I'm getting a failure asking me to specify a file.  The BUILD file does
> not say maven-install takes an argument, and it doesn't look like it does.
> Am I missing something?
>
> cd ~
> mkdir pivot
> svn co http://svn.apache.org/repos/asf/incubator/pivot/trunk/
> cd trunk
> export CLASSPATH=~/dev/maven-ant-tasks-2.1.0.jar:~/dev/junit/junit-4.8.1.jar:/System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Home/lib/plugin.jar:/System/Library/Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Home/lib/javaws.jar
>
> ant maven-install
>
> <crunch, crunch>
>  ...
> wtk-terra:
>     [mkdir] Created dir:
> /Users/mbushe/dev/pivot/pivot1.4/trunk/wtk-terra/ant-bin
>     [javac] Compiling 52 source files to
> /Users/mbushe/dev/pivot/pivot1.4/trunk/wtk-terra/ant-bin
>
> compile:
>
> package:
>     [mkdir] Created dir: /Users/mbushe/dev/pivot/pivot1.4/trunk/lib
>       [jar] Building jar:
> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-charts-1.4.jar
>       [jar] Building jar:
> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-core-1.4.jar
>       [jar] Building jar:
> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-demos-1.4.jar
>       [jar] Building jar:
> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-tools-1.4.jar
>       [jar] Building jar:
> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-tutorials-1.4.jar
>       [jar] Building jar:
> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-web-1.4.jar
>       [jar] Building jar:
> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-web-server-1.4.jar
>       [jar] Building jar:
> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-wtk-1.4.jar
>       [jar] Building jar:
> /Users/mbushe/dev/pivot/pivot1.4/trunk/lib/pivot-wtk-terra-1.4.jar
>
> maven-install:
> [artifact:install] An error has occurred while processing the Maven
> artifact tasks.
> [artifact:install]  Diagnosis:
> [artifact:install]
> [artifact:install] You must specify a file and/or an attached artifact to
> install to the local repository.
>
> BUILD FAILED
> /Users/mbushe/dev/pivot/pivot1.4/trunk/build.xml:550: You must specify a
> file and/or an attached artifact to install to the local repository.
>
> Total time: 16 seconds
>
> Michael Bushe
> Software Architect/Developer
> michael@bushe.com
> www.bushe.com
>