Jody Garnett ha scritto:

> Turns out you can "negate" a property check - something they did not 
> have examples of.
> 
> Here is the end results:
>     <profile>
>         <id>oracle.jdbc-true</id>
>         <activation>
>            <property>
>               <name>oracle.jdbc</name>
>            </property>          
>         </activation>
> ...
>     </profile>
>     <profile>
>         <id>oracle.jdbc-false</id>
>         <activation>
>            <property>
>               <name>!oracle.jdbc</name>
>            </property>
>         </activation>
> ...
>     </profile>
>   </profiles>
> 

Doh, interesting, did not know it was possible to test for a missing 
property. Nice to know :-)

Cheers
Andrea

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to