On 10/15/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote:

I've finished setting up the sandbox15 stuff.

We now have working pom.xml things in there so that anyone who would
like to check out the stuff is able to do a simple "mvn install" in
there, though, I didn't add it to our main pom.xml file in tomahawk as
then it is a requirement to use Java 5.0 for the whole build, which
shouldn't be, should it?

Profiles can be activated by JDK version.  For example, from the Shale Apps pom:

http://svn.apache.org/repos/asf/shale/framework/trunk/shale-apps/pom.xml
<!-- Sample applications that depend on JDK 1.5 -->
       <profile>
           <activation>
               <jdk>1.5</jdk>
           </activation>
           <modules>
               <module>mailreader-jpa</module>
               <module>shale-mailreader-jpa</module>
               <module>shale-sql-browser</module>
               <module>shale-test-tiger</module>
           </modules>
       </profile>

Now I would like to ask if someone is able to:
*) add the sandbox15 to our nightly build
*) add it to the continuum build

I'm not certain about the nightly build, but I can probably get it
into Continuum if you provide the url for the pom.xml file in svn and
what 'mvn' command you want executed.

Example:
  http://svn.apache.org/repos/asf/myfaces/core/trunk/impl/pom.xml
  mvn clean deploy

Thanks,
Wendy

Reply via email to