You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Eric Rank <er...@lo-fi.net> on 2007/01/12 19:35:37 UTC

Failed build of svn HEAD on Mac OS X

Greetings,

I don't know if this is the best place to post this, so let me know  
if this question is out of scope.

I recently attempted building the latest snapshot of Struts 2 (rev  
495680) on Mac OS X and I get this error when building with Maven.

=========================

Missing:
----------
1) com.sun:tools:jar:1.5.0

   Try downloading the file manually from the project website.

   Then, install it using the command:
       mvn install:install-file -DgroupId=com.sun -DartifactId=tools \
           -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
         1) org.apache.struts:struts2-core:jar:2.0.3-SNAPSHOT
         2) org.apache.struts:struts-annotations:jar:1.0-SNAPSHOT
         3) com.sun:tools:jar:1.5.0

==========================

It seems to me that there's a dependency of the tools.jar library.  
That'd be fine, but I'm trying to build this on a Mac, where  
tools.jar doesn't exist.

( http://developer.apple.com/documentation/Java/Conceptual/ 
Java14Development/02-JavaDevTools/JavaDevTools.html#//apple_ref/doc/ 
uid/TP40001884-208117 )

Am I missing something? or did I stumble upon a real problem?

Also, for what it's worth, building the revision tagged as 2.0.2  
works fine.

Thanks,

Eric Rank


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Failed build of svn HEAD on Mac OS X

Posted by Eric Rank <er...@lo-fi.net>.
Thanks Joe, that's what I needed to know

I'll sign on to the dev list while I'm at it, so I can keep up with  
this stuff.

E.


On Jan 12, 2007, at 11:53 AM, Joe Germuska wrote:

> This was actually just fixed in an obscure side dependency,
> struts-annotations (https://issues.apache.org/struts/browse/WW-1392)
>
> I haven't deployed snapshots to the Apache repo since Struts moved  
> to M2;
> I'll give that a crack right now, but if you need to, you could  
> check out
>
> http://svn.apache.org/repos/asf/struts/maven/trunk/struts-annotations/
>
> and do mvn install
>
> and that should do it...
>
> (in general, discussion of unreleased versions of struts is  
> targeted at the
> dev list, but it's not a big deal...)
>
> Joe
>
> On 1/12/07, Eric Rank <er...@lo-fi.net> wrote:
>>
>> Greetings,
>>
>> I don't know if this is the best place to post this, so let me know
>> if this question is out of scope.
>>
>> I recently attempted building the latest snapshot of Struts 2 (rev
>> 495680) on Mac OS X and I get this error when building with Maven.
>>
>> =========================
>>
>> Missing:
>> ----------
>> 1) com.sun:tools:jar:1.5.0
>>
>>    Try downloading the file manually from the project website.
>>
>>    Then, install it using the command:
>>        mvn install:install-file -DgroupId=com.sun - 
>> DartifactId=tools \
>>            -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file
>>
>>    Path to dependency:
>>          1) org.apache.struts:struts2-core:jar:2.0.3-SNAPSHOT
>>          2) org.apache.struts:struts-annotations:jar:1.0-SNAPSHOT
>>          3) com.sun:tools:jar:1.5.0
>>
>> ==========================
>>
>> It seems to me that there's a dependency of the tools.jar library.
>> That'd be fine, but I'm trying to build this on a Mac, where
>> tools.jar doesn't exist.
>>
>> ( http://developer.apple.com/documentation/Java/Conceptual/
>> Java14Development/02-JavaDevTools/JavaDevTools.html#//apple_ref/doc/
>> uid/TP40001884-208117 )
>>
>> Am I missing something? or did I stumble upon a real problem?
>>
>> Also, for what it's worth, building the revision tagged as 2.0.2
>> works fine.
>>
>> Thanks,
>>
>> Eric Rank
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>
>
> -- 
> Joe Germuska
> Joe@Germuska.com * http://blog.germuska.com
>
> "The truth is that we learned from João forever to be out of tune."
> -- Caetano Veloso


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Failed build of svn HEAD on Mac OS X

Posted by Joe Germuska <jo...@germuska.com>.
This was actually just fixed in an obscure side dependency,
struts-annotations (https://issues.apache.org/struts/browse/WW-1392)

I haven't deployed snapshots to the Apache repo since Struts moved to M2;
I'll give that a crack right now, but if you need to, you could check out

http://svn.apache.org/repos/asf/struts/maven/trunk/struts-annotations/

and do mvn install

and that should do it...

(in general, discussion of unreleased versions of struts is targeted at the
dev list, but it's not a big deal...)

Joe

On 1/12/07, Eric Rank <er...@lo-fi.net> wrote:
>
> Greetings,
>
> I don't know if this is the best place to post this, so let me know
> if this question is out of scope.
>
> I recently attempted building the latest snapshot of Struts 2 (rev
> 495680) on Mac OS X and I get this error when building with Maven.
>
> =========================
>
> Missing:
> ----------
> 1) com.sun:tools:jar:1.5.0
>
>    Try downloading the file manually from the project website.
>
>    Then, install it using the command:
>        mvn install:install-file -DgroupId=com.sun -DartifactId=tools \
>            -Dversion=1.5.0 -Dpackaging=jar -Dfile=/path/to/file
>
>    Path to dependency:
>          1) org.apache.struts:struts2-core:jar:2.0.3-SNAPSHOT
>          2) org.apache.struts:struts-annotations:jar:1.0-SNAPSHOT
>          3) com.sun:tools:jar:1.5.0
>
> ==========================
>
> It seems to me that there's a dependency of the tools.jar library.
> That'd be fine, but I'm trying to build this on a Mac, where
> tools.jar doesn't exist.
>
> ( http://developer.apple.com/documentation/Java/Conceptual/
> Java14Development/02-JavaDevTools/JavaDevTools.html#//apple_ref/doc/
> uid/TP40001884-208117 )
>
> Am I missing something? or did I stumble upon a real problem?
>
> Also, for what it's worth, building the revision tagged as 2.0.2
> works fine.
>
> Thanks,
>
> Eric Rank
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
>


-- 
Joe Germuska
Joe@Germuska.com * http://blog.germuska.com

"The truth is that we learned from João forever to be out of tune."
-- Caetano Veloso