I get:

/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/../Classes/classes.jar

-K

On Jul 31, 2011, at 7:22 PM, Benson Margulies wrote:

> What do you get from:
> 
> find `/usr/libexec/java_home`/.. -name "classes.jar" -print
> 
> ?
> 
> I get:
> 
> 
> /Library/Java/JavaVirtualMachines/1.6.0_26-b03-384.jdk/Contents/Home/../Classes/classes.jar
> 
> 
> 
> 
> On Sun, Jul 31, 2011 at 7:55 PM, Barrie Treloar <baerr...@gmail.com> wrote:
>> On Mon, Aug 1, 2011 at 9:14 AM, Kathryn Huxtable
>> <kath...@kathrynhuxtable.org> wrote:
>>> Actually, can I require that a profile be activated when both a jdk version 
>>> *and* an os family are selected, or is it always an "or" comparison? -K
>> 
>> You know, I dont know.
>> You might be better starting a separate thread to ask that question.
>> 
>> My googling gets me contradictory answers.
>> http://www.google.com/search?q=maven+profile+activation
>> 
>> The POM reference docs (http://maven.apache.org/pom.html#Activation)
>> * Activation occurs when one or more of the specified criteria have
>> been met. When the first positive result is encountered, processing
>> stops and the profile is marked as active.
>> 
>> Introduction to Build Profiles
>> (http://maven.apache.org/guides/introduction/introduction-to-profiles.html)
>> * Doesn't have any examples that use multiple values within activation
>> 
>> Maven: The Complete Reference Section 5.3. Profile Activation
>> (http://www.sonatype.com/books/mvnref-book/reference/profiles-sect-activation.html)
>> * Activations can contain one of more selectors including JDK
>> versions, Operating System parameters, files, and properties. A
>> profile is activated when all activation criteria has been satisfied.
>> 
>> So I suggest you try multiple and find out what happens.
>> Then we need to create a JIRA to fix the documentation...
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to